/* ////////// vanBeurden.nl ///////// */
/* CODING 2016 JEROEN MELIS | Zinc Webdesign */

body{
	height: 100%;
	min-width: 320px;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif; 
	font-size: 15px;
	line-height: 22px;
	color: #222;
	background-color: #f8f8f8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll !important;
	cursor: default;
}

html{
	height: 100%;	
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
  	clear: both;
	line-height: 1;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
}

h1{
	font-size: 28px;
	margin-bottom: 21px;
	line-height: 31px;
	position: relative;
	overflow: hidden;
}

h1 span{
	display: inline;
	padding-right: 16px;
	font-weight: 300;
	position: relative;
}

h1 span:after {
    width: 500%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    background-color: #999;
    content: '';
    margin-left: 14px;
}

h2{
	font-size: 21px;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

h3{
	font-size: 18px;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
}

h3 i{
	font-size: 15px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.sidebar_block h3{
	color: #777;
	margin: 9px 0px 23px 0px;
	font-size: 20px;
}

.sidebar_block h3 i{
	font-size: 18px !important;
}

.sidebar_block h3 span{
	display: inline;
	font-weight: 300;
	position: relative;
}

.sidebar_block h3 span:after{
	width: 800%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    background-color: #CCC;
    content: '';
    margin-left: 12px;
}

h4{
	color: #CCC;
	font-style: italic;
	margin-bottom: 16px;
	font-size: 13px;
}

ul, ol, p, table{
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

a{
	outline: none;
}

a img{
	border-width: 0px;
}

/* MAIN CONTAINERS AND FIXING */
.captcha{
	margin-top: 21px;	
}

.region{
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-width: 100%;
}

.container{
	position: relative;
	max-width: 1120px;
	padding: 0px 24px;
  	margin-left: auto;
  	margin-right: auto;
}

.container:before{
  	content: " ";
  	display: table;
}

.container:after{
  	content: " ";
  	display: table;
}

.clearfix:after{
	display: block;
	height: 0;
  	content: ".";
  	clear: both;
  	visibility: hidden;
}

.clear, .container{
  	zoom: 1;
}

.clear:after, .container:after{
  clear: both;
}

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

#page{
	/*position: absolute;
	width: 100%;
	top: 0px;*/
	position: relative;
    z-index: 150;
    width: 100%;
}

#content{
	position: relative;
}

/* COLUMNS */
.columns {
    margin: 0px -16px;
    position: relative;
}

.sub_columns{
	margin: 0px -16px;
	position: relative;	
}

.columns .column {
    float: left;
    padding: 0px 16px;
	position: relative;
}

.sub_columns .sub_column {
    float: left;
    padding: 0px 16px;
	position: relative;
}

.columns .column_25 {
    width: 25%;
}

.columns .column_33 {
    width: 33.333%;
}

.columns .column_50{
    width: 50%;
}

.columns .column_67 {
    width: 66.666%;
}

.columns .column_75 {
    width: 75%;
}

.columns .column_100 {
    width: 100%;
}

.columns .column img{
	max-width: 100%;
	height: auto;
	display: block;
}

/* HEADER */
header{
	position: fixed;
	width: 100%;
	z-index: 200;	
}

.header_bg{
	width: 200%;
	position: absolute;
    background-color: #FFF;
    top: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(20, 20, 20, 0.25);
    -moz-box-shadow: 1px 1px 3px 1px rgba(20, 20, 20, 0.25);
    box-shadow: 1px 1px 3px 1px rgba(20, 20, 20, 0.25);
}

.header_container{
	position: relative;	
}

.header_section {
    position: relative;
}

.header_section.z60 {
    z-index: 60;
}

.header_section.z50 {
    z-index: 50;
}

.header_container .beeldmerk{
	width: 8%;
	display: block;
	position: absolute;
	background-color: #000;
	text-decoration: none;
	left: -1px;
	top: 14px;
	padding: 1.1%;
	-webkit-transition: all 0.2s .0s ease-out;
    -moz-transition: all 0.2s .0s ease-out;
    -o-transition: all 0.2s .0s ease-out;
    transition: all 0.2s .0s ease-out;
	-webkit-box-shadow: 0px 0px 14px 4px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 0px 14px 4px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 14px 4px rgba(255, 255, 255, 0.3);
}

.header_container .beeldmerk img{
	width: 100%;
	height: auto;
	display: block;	
}

.header_container .header_vanbeurden{
	width: 25%;
   	left: 75%;
    position: relative;
	padding: 4px 0px 0px 30px;
}

.header_container .header_vanbeurden img{
	width: 100%;
	height: auto;
	display: block;	
	opacity: 0.7;
	-webkit-transition: all 0.2s .0s ease-out;
    -moz-transition: all 0.2s .0s ease-out;
    -o-transition: all 0.2s .0s ease-out;
    transition: all 0.2s .0s ease-out;
	margin-bottom: -5px;
	margin-top: 5px;
}

/* PAGE SCROLLED */
#page.scroll .header_container .header_vanbeurden img{
	/*margin-top: -35px;*/
	margin-top: -16%;
}

#page.scroll .header_container .beeldmerk{
	width: 4%;
	left: -8px;
    top: 9px;
	padding: 0.75%;
}

#page.scroll .header_container nav {
	left: 3.5%;
}

.header_container nav {
    width: 73%;
	display: block;
    position: relative;
    left: 7.5%;
    z-index: 50;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

	/* MAIN MENU */
	.header_container nav > ul {
		width: 100%;
		position: relative;
		display: table;
		table-layout: fixed;
		list-style: none !important;
		padding: 0px !important;
		margin: 0px !important;
		background-color: #FFF;
	}
	
	.header_container nav a{
		-webkit-transition: all 0.15s .0s ease-out;
    	-moz-transition: all 0.15s .0s ease-out;
    	-o-transition: all 0.15s .0s ease-out;
    	transition: all 0.15s .0s ease-out;
	}
	
	.header_container nav > ul > li {
		list-style: none;
		padding: 0px;
		margin: 0px;
		display: table-cell;
		width: 1%;
		position: relative;
		line-height: 13px;
	}
	
	.header_container nav > ul > li:after{
		width: 1px;
		height: 14px;
		position: absolute;
		content: '';
		background-color: #DDD;
		right: 0px;
		top: 50%;
		margin-top: -7px;
	}
	
	.header_container nav > ul > li.last:after{
		display: none;	
	}
	
	.header_container nav > ul > li > a {
		display: block;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'ubuntu', Arial;
		font-size: 13px;
		color: #AAA;
	}
	
	.header_container nav > ul > li:hover > a{
		color: #000;
	}
	
	.header_container nav > ul > li.active-trail > a, .header_container nav > ul > li > a.active{
		color: #000;
	}
	
	.header_container nav > ul > li > a > span {
		display: inline-block;
		padding: 15px 0px 14px 0px;
		margin: 0px;
		position: relative;
	}
	
	.header_container nav > ul > li.active-trail > a > span:after, .header_container nav > ul > li > a.active > span:after{
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		background-color: #333;
		content: '';
	}
	
		/* SUB MENU */
		.header_container nav > ul > li > ul{
			min-width: 194px;	
			position: absolute;
			list-style: none;
			margin: 0px;
    		padding: 0px;
			background-color: #FFF;
			-webkit-box-shadow: 1px 1px 3px 0px rgba(20, 20, 20, 0.55);
			-moz-box-shadow: 1px 1px 3px 0px rgba(20, 20, 20, 0.55);
			box-shadow: 1px 1px 3px 0px rgba(20, 20, 20, 0.55);
			display: none;
		}
		
		.header_container nav > ul > li > ul > li{
			list-style: none;
			margin: 0px;
    		padding: 0px;
			border-style: solid;
			border-color: #EEE;
			border-width: 0px 0px 1px 0px;
		}
		
		.header_container nav > ul > li > ul > li.last{
			border-width: 0px;	
		}
		
		.header_container nav > ul > li > ul > li > a{
			text-decoration: none;
			color: #AAA;
			display: block;
			padding: 10px 15px;
			line-height: 15px;
		}
		
		.header_container nav > ul > li > ul > li > a:hover{
			background-color: #EEE;
			color: #000;
		}
		
		.header_container nav > ul > li > ul > li.active-trail > a{
			color: #000;
		}
		
		.header_container nav > ul > li:hover > ul{
			display: block;
		}
	
	/* MERKEN MENU */
	.vanbeurden_merken{
		list-style: none;
		padding: 0px;
		margin: 0px;
		position: absolute;
		right: 0px;
		bottom: 0px;
		z-index: 30;
		width: 25%;
	}
	
	.vanbeurden_merken a, .vanbeurden_merken img{
		-webkit-transition: all 0.15s .0s ease-out;
    	-moz-transition: all 0.15s .0s ease-out;
    	-o-transition: all 0.15s .0s ease-out;
    	transition: all 0.15s .0s ease-out;
	}
	
	.vanbeurden_merken > li {
		position: relative;
		text-align: right;
	}
	
	.vanbeurden_merken > li > a{
		display: inline-block;
		padding: 6px 20px 0px 10px;
		position: relative;
	}
	
	.vanbeurden_merken > li > a img {
		display: block;
		width: 100%;
		height: auto;
		padding: 0px;
		position: relative;
		z-index: 150;
		right: -20px;
	}
	
	.vanbeurden_merken > li > a:after{
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		position: absolute;
		display: block;
		font-family: 'fontAwesome';
		content: '\f107';
		color: #999;
		bottom: 11%;
		right: -20px;
		-webkit-transition: all 0.15s .0s ease-out;
    	-moz-transition: all 0.15s .0s ease-out;
    	-o-transition: all 0.15s .0s ease-out;
    	transition: all 0.15s .0s ease-out;
		z-index: 120;
	}
	
	.vanbeurden_merken > li .menu{
		min-width: 194px;
		position: absolute;
		list-style: none;
		margin: 0px;
    	padding: 0px;
		background-color: #FFF;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(20, 20, 20, 0.55);
		-moz-box-shadow: 1px 1px 3px 0px rgba(20, 20, 20, 0.55);
		box-shadow: 1px 1px 3px 0px rgba(20, 20, 20, 0.55);
		right: -15px;
		top: 36px;
		display: none;
	}
	
	.vanbeurden_merken > li .menu > li{
		list-style: none;
		margin: 0px;
    	padding: 0px;
		border-style: solid;
		border-color: #EEE;
		border-width: 0px 0px 1px 0px;
	}
	
	.vanbeurden_merken > li .menu > li.last{
		border-width: 0px;	
	}
	
	.vanbeurden_merken > li .menu > li > a{
		text-decoration: none;
		color: #AAA;
		display: block;
		padding: 10px 15px;
		line-height: 15px;
	}
	
	.vanbeurden_merken > li .menu > li > a:hover{
		background-color: #EEE;
		color: #000;
	}
	
	.vanbeurden_merken > li:hover .menu{
		display: block;
	}
	
	.vanbeurden_merken > li:hover > a:after{
		color: #000;
		-ms-transform: rotate(90deg);
    	-webkit-transform: rotate(90deg);
    	transform: rotate(90deg);
	}
	
.pswp__caption__center{
	text-align: center !important;	
}

/* SLIDER */
.region.main_slider{
	position: relative;
	overflow: hidden;
}

.region.main_slider .slide_up{
	width: 100%;
	background-color: #FFF;
	height: 106px;
}

.region.main_slider .main_slider_bg{
	position: relative;
	background-color: #F1F1F1;
}

.region.main_slider .main_slider_bg img{
	width: 100%;
	height: auto;
	display: block;
}

.region.main_slider .main_slider_slides{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.main_slider_slides .slides{
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px;	
}

.main_slider_slides .slides li{
	outline: none;
}

.main_slider_slides .slides li img{
	width: 100%;
	height: auto;
	display: block;
}

.main_slider_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.main_slider_overlay .container{
	height: 100%;
}

.main_slider_overlay_content{
	position: absolute;
	bottom: 10%;
	left: 24px;
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	text-shadow: 1px 2px 12px rgba(0, 0, 0, 1);
	background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 20px 9px 20px;
}

.main_slider_overlay_content strong{
	text-transform: uppercase;	
	font-weight: normal;
	display: inline-block;
	font-size: 40px;
	line-height: 42px;
}

.main_slider_overlay_content a.meer{
	color: #FFF;
	border-color: #FFF;
	margin-top: 9px;
}

a.meer{
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 12px 18px;	
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;	
}

a.readmore{
	background-color: #000;
	color: #FFF !important;
	display: inline-block;
	padding: 5px 14px 6px 14px;
	margin: 0px 6px 0px 0px;
	text-decoration: none;
	border-width: 0px !important;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

a.readmore:hover{
	background-color: #444;	
}

.sb_links a.readmore{
	width: 48%;
	margin: 0 0.5% 8px 1.5%;
}

.product_link{
	padding: 12px 0px 1px 0px;
}

.product_link a.readmore{
	padding: 5px 14px 6px 14px;
	margin: 0px 6px 6px 0px;
	min-width: 145px;
}

ul.bull{
	list-style:none; 
	padding: 0 !important; 
	margin: -6px 0px 0px 0px !important;
}

ul.bull li{
	padding: 0px 0px 2px 19px; 
	position: relative;
}

ul.bull li:before{ 
	content:"\f00c"; 
	font-family: 'fontAwesome';
	color: #00BB00; 
	position:absolute; 
	left: 0;
	font-size: 15px;
	top: 0px;
}

a.pricelink{
	display: inline-block;
	position: absolute;
	text-decoration: none !important;
	border-width: 0px !important;
	right: 14px;
    bottom: -34px;
	 -ms-transform: rotate(6deg); /* IE 9 */
    -webkit-transform: rotate(6deg); /* Chrome, Safari, Opera */
    transform: rotate(6deg);
}

a.pricelink span{
	background-color: #222;
	color: #FFF;
	display: inline-block;
	position: absolute;
	padding: 5px 5px 6px 5px;
	z-index: 110;
	text-transform: uppercase;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	left: -12px;
	top: -12px;
	font-size: 10px;
	line-height: 10px;
	 -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);
}

a.pricelink strong{
	position: relative;
	background-color: #C00;
	display: inline-block;
	padding: 6px 16px 7px 11px;
	color: #FFF;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); 
	font-size: 28px;
	line-height: 28px;
	z-index: 100;
}

a.pricelink strong em{
	position: absolute;
	color: #FFF !important;
	font-size: 8px !important;
	line-height: 8px !important;
	text-indent: 0px !important;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	font-style: normal;
	right: 5px;
    top: 7px;
}

/* VIRT TOUR */
.virt_tour{
	position: relative;
	margin-top: 44px;
}

.virt_tour_bg{
	position: relative;	
}

.virt_tour_bg img{
	width: 100%;
	height: auto;
	display: block;	
}

.virt_tour_frame{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;	
}

/* VIDEO */
.youtu_video{
	position: relative;
	margin-top: 10px;
}

.youtu_video_bg{
	position: relative;	
}

.youtu_video img{
	width: 100%;
	height: auto;
	display: block;	
}

.youtu_video_frame{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;	
}

/* GOOGLE MAPS */
.region.googlemaps{
	position: relative;
}

.region.googlemaps .googlemaps_bg{
	position: relative;
	background-color: #F1F1F1;
}

.region.googlemaps .googlemaps_bg img{
	width: 100%;
	height: auto;
	display: block;
}

.region.googlemaps .googlemaps_frame{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* MAINCONTENT */
.region.maincontent{
	padding: 32px 0px 21px 0px;
	background-color: #FFF;
	z-index: 150;
}

.region.maincontent .columns .column {
    padding-top: 22px;
    padding-bottom: 2px;
}

.region.maincontent .sub_columns .sub_column {
    
}

.region.maincontent p a{
	color: #111;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #AAA;
}

.region.maincontent p a:hover{
	color: #000;
	border-style: solid;
}	

.region.maincontent h2{
	margin-bottom: 4px;	
	margin-top: 28px;
}

.region.maincontent ul, .region.maincontent ol{
	padding: 0px 0px 0px 16px;
}

.region.maincontent .column_67.main em{
	text-indent: -8px;
	color: #BBB;
	display:inline-block;
	line-height: 16px;
	font-size: 12px;
}

.region.maincontent .column_67.main h3{
	font-size: 15px;
	padding-top: 10px;
}

.treatment_page{
	
}

.treatment_page .treatment_prices{
	color: #777;
	line-height: 20px;
	font-size: 14px;
	position: relative;
	background-color: #f6f6f6;
	padding: 15px 16px 16px 16px;
	margin: 11px 0px 28px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.treatment_prices .speclist{
	padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    position: relative;
	list-style: none;
}

.treatment_prices .speclist.specsingle{
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

.treatment_prices .speclist li{
	padding: 4px 10px 5px 23px;
    margin: 0px 0px 0px 0px;
    display: list-item;
    text-align: -webkit-match-parent;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
	position: relative;
	line-height: 20px;
}

.treatment_prices .speclist li:before{
	content: '\f00c';
    font-family: 'fontAwesome';
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 17px;
    font-style: normal;
    color: #0C0;
}

.treatment_prices .speclist li a{
	color: #555;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #555;
}

.treatment_prices .speclist li strong{
	color: #555;
	display: inline-block;
	
}

.treatment_prices .speclist li u{
	text-decoration: none;
	display: block;
	/*margin-top: -2px;*/
}

.treatment_prices p{
	position: relative;
	padding: 12px 110px 11px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #DDD;	
}

.treatment_prices p:last-child {
    border-width: 0px;
}

.treatment_prices .columns{
	overflow: hidden;	
}

.treatment_prices .columns .column{
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.treatment_prices .new{
	border: 0;
    position: absolute;
    background-color: #CC0000;
    display: inline-block;
    padding: 0;
    margin: 0;
    right: 7px;
    top: -31px;
    border-radius: 50%;
    color: #FFF;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-weight: bold;
	-ms-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}

.spgimgc{
	position: relative;
    left: 7px;
}


/*.treatment_prices strong{
	color: #111;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;	
}

.treatment_prices em{
	font-size: 11px;
	color: #BBB;
}

.treatment_prices strong em{
	text-transform: none;
	font-style: normal;
	font-size: 13px;
}

.treatment_prices u{
	position: absolute;	
	right: 10px;
	top: 12px;
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;	
}*/

.sidebar_block{
	padding: 0px 0px 28px 0px;	
}

.treatments_sidebar{
	list-style: none;
	margin: 0px;
	padding: 0px !important;
}

.treatments_sidebar li{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #EEE;
}

.treatments_sidebar li a{
	text-decoration: none;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 6px 8px;
}

.sidebar_list_thumb{
	width: 40px;
    height: 40px;
	position: absolute;
    padding: 0px;
	top: 7px;
}

.sidebar_list_thumb img {
    display: block;
}

.sidebar_list_txt{
	color: #999;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 0px 48px;
	min-height: 40px;
}

.sidebar_list_txt strong{
	text-transform: uppercase;
	color: #777;
	display: block;	
	font-size: 12px;
}

.treatments_sidebar li a:hover{
	background-color: #f1f1f1;
}

.treatments_sidebar li.active a{
	background-color: #f9f9f9;
}

.treatments_sidebar li a:hover .sidebar_list_txt, .treatments_sidebar li a:hover .sidebar_list_txt strong{
	color: #111;
}

.treatments_sidebar li.active .sidebar_list_txt, .treatments_sidebar li.active .sidebar_list_txt strong{
	color: #111;
}

.vb_table{
	display: table;
	width: 100%;
	height: 100%;
}

.vb_table .vb_table_cell{
	display: table-cell;
	vertical-align: middle;
}

.address_block{
    position: relative;
}

.address_block em{
	position: relative;
	padding: 0px 0px 0px 20px;
	display: inline-block;
	font-style: normal;	
}

.address_block u{
	text-decoration: none;
}

.address_block i{
	position: absolute;
    left: 0px;
    margin-top: 4px;
}

footer .address_block u{
	display: none;	
}

/* FORM */
.cust_form{
	float: left;
	width: 100%;
	padding: 12px 0px 0px 0px;
}

.region.contactformulier {
    background-image: url(/images/bg_pattern.jpg);
    background-repeat: repeat;
    background-position: center bottom;
    padding: 52px 0 35px 0;
}

.webform-client-form .form-item {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #AAA;
    position: relative;
	margin: 0px;
	padding: 8px 0px;
}

.webform-client-form .form-item.webform-component-markup{
	border-width: 0px;	
}

.webform-client-form .form-item label {
	width: 150px;
	max-width: 100%;
	display: inline-block;
	margin: 0px;
    padding: 0px 0px 6px 3px;
	float: left;
	position: relative;
	top: 9px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
	line-height: 14px;
    color: #555;
    font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.3px;
}

.webform-client-form .form-text{
	float: left;
    padding: 7px 2px;
    margin: 0px;
	width: 70%;
	display: block;
    font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
    border-width: 0px;
    border-style: solid;
   	border-color: transparent; 
    font-size: 14px;
    outline: none;
	color: #000;
}

.webform-client-form .form-textarea-wrapper{
	margin: 0px 0px 0px 0px;
	width: 70%;
	float: left;
}

.webform-client-form .form-textarea{
	float: left;
    padding: 7px 2px;
    margin: 0px;
	width: 100%;
	height: 90px;
	display: block;
    font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
    border-width: 0px;
    border-style: solid;
   	border-color: transparent; 
    font-size: 14px;
    outline: none;
	resize: none;
	color: #000;
}

.webform-client-form .form-radios, .webform-client-form .form-checkboxes{
	float: left;
    width: 70%;
	margin: 0px;
    padding: 0px;
	overflow: hidden;
}

.webform-client-form .form-radios .form-item, .webform-client-form .form-checkboxes .form-item{
	border-width: 0px;
    float: left;
	padding: 8px 0px 4px 0px;
	margin: 0px 28px 0px 0px;
}

.webform-client-form .form-radios .form-item input, .webform-client-form .form-checkboxes .form-item input{
	float: left;
	top: -2px;
	position: relative;
}

.webform-client-form .form-radios .form-item label, .webform-client-form .form-checkboxes .form-item label{
	position: relative;
	float: left;
	width: auto;
	top: 1px;
}

.webform-client-form .form-select{
	float: left;
	margin: 1px 0px 1px 0px;
	min-width: 240px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    padding: 3px;
}

.webform-client-form .form-required{
	color: #555;	
}

.webform-client-form .form-actions{
	padding: 18px 0px;
	margin: 0px;
}

.webform-client-form fieldset{
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	border-width: 0px;
}

.webform-client-form fieldset legend{
	font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	font-family: 'Ubuntu', sans-serif;
}

.webform-client-form p{
	margin-bottom: 0px;	
}

.webform-client-form .fieldset-wrapper{
	background-color: #F8F8F8;
    padding: 10px 24px 32px 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.webform-client-form .webform-submit, .webform-client-form .form-submit{
	display: inline-block;
	padding: 8px 14px;
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	border-color: transparent;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	background-color: #444;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.webform-client-form .webform-submit:hover, .webform-client-form .form-submit:hover{
	background-color: #111;
}

.webform-client-form.loading .webform-submit{
	background-color: #DDD;
}

.webform-next{
	float: right;	
}

.webform-client-form.webform-client-form-451 .form-item label{
	width: 320px;
}

.webform-client-form.webform-client-form-451 .form-item input{
	width: 70px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}

.webform-client-form .form-item .description{
	color: #CCC;
    font-size: 11px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    top: 1px;
    float: left;
    line-height: 12px;
}

/* WIDE AND LEGEND */
.webform-client-form .form-item.wide_label{
	padding-top: 14px;	
	border-color: #DDD;
	color: #000;
}

.webform-client-form .form-item.wide_label label{
	width: 100%;	
	top: 0px;
}

.webform-client-form .form-item.wide_label .form-radios {
    width: 100%;
}

.webform-client-form .form-item.wide_label .form-radios .form-type-radio {
    padding: 2px 0px 0px 0px;
	width: 100%;
}

.webform-client-form .form-item.wide_label .form-radios .form-type-radio .form-radio {
    width: auto;
    margin-left: 6px;
	margin-right: 4px;
}

.webform-client-form .form-item.wide_label .form-radios .form-type-radio .option {
    width: 90%;
    font-weight: normal;
    margin-top: 1px;
	text-transform: none;
}

.webform-client-form .form-item.wide_label .form-textarea{
	background-color: rgba(255,255,255,0.7);
}

.webform-client-form .form-item.wide_label .form-textarea-wrapper{
	width: 100%;
}

/* MESSAGES */
.column_67 .messages p{
	margin-bottom: 3px;	
}

.column_67 .messages.status{
	background-image: url();
	padding: 12px;	
}

/* CALCULATION FORM */
.calc_result{
	padding: 0px;
	float: left;
	width: 100%;
	clear: both;
}

.calc_table_container{
	width: 100%;
	overflow: auto;	
}

.calc_table{
	display: table;
	width: 100%;
	font-size: 12px;
	line-height: 13px;
	margin: 26px 0px 8px 0px;
}

.calc_table_row{
	display: table-row;
	vertical-align: middle;
}

.calc_table_cell{
	display: table-cell;
	vertical-align: middle;
	padding: 7px 9px;
}

.calc_table_cell.cll_1{
	width: 28%;
}

.calc_table_cell.cll_2{
	width: 18%;
	min-width: 82px;
}

.calc_table p{
	margin-bottom: 0px;	
}

.calc_table em{
	display: block !important;
	font-size: 11px !important;
}

.txt_right{
	text-align: right;	
}

.txt_cent{
	text-align: center;	
}

.calc_table_head{
	background-color: #000;
	color: #FFF;
}

.calc_table_line .calc_table_cell{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #DDD;	
	padding: 10px 9px;
}

.calc_table_minus{
	background-color: #F1F1F1;
}

.calc_table_total{
	font-weight: bold;	
}

.calc_table_total .negative{
	color: #CC0000;	
}

.calc_table_total .positive{
	color: #00CC00;	
}

/* MEDEWERKERS */
/*.medewerker_list{
	list-style: none;
    padding: 10px 0px 0px 0px !important;
    margin: 0px -10px;
	overflow: hidden;
}

.medewerker_list li{
	width: 20%;
	float: left;
	padding: 10px 10px 10px 10px;	
}

.medewerker_text {
	font-size: 11px;
	line-height: 12px;
	height: 54px;
	text-align: right;
	position: relative;
	padding-right: 7px
}

.medewerker_text strong{
	text-transform: uppercase;
	display: block;
}

.medewerker_text em{
	display: block;
	color: #AAA;	
	font-size: 11px;
}

.medewerker_img{
	margin-bottom: 3px;
	position: relative;
}

.medewerker_img img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}

.medewerker_img:after{
	content: '';
	position: absolute;
	bottom: 11px;
	right: 0px;
	width: 40%;
	height: 1px;
	background-color: #666;
}

.medewerker_text:before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	right: 0px;
	top: -18px;
	background-color: #666;
	border-radius: 4px;
		
}*/

.rounded_img{
	width: 110px;
	height: auto;
	display: block;
	border-radius: 55px;
	margin-right: 20px;
	border-style: solid;
	border-color: #EEE;
	border-width: 1px;
}

/* CONTACT PAGE */
.contact_page .openingstijden {
    list-style: none;
    padding: 0px !important;
    margin: 0px;
}

.contact_page .openingstijden li {
    padding: 0px;
    margin: 0px;
}

.contact_page .openingstijden li em {
    width: 110px;
    color: #111;
    font-style: normal;
    display: inline-block;
}

.contact_page .vandaag{
	display: none;	
}

.special_open_list{
	list-style: none;
	padding: 0px !important;
	margin: 0px;	
}

.special_open_list li{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #EEE;
	line-height: 16px;
	padding: 6px 8px;
}

.special_open_list li span{
	font-style: italic;
	color: #AAA;
	font-size: 11px;	
}

.news_page_tab{
	overflow: hidden;
	position: relative;
	padding: 24px 0px 24px 0px;
}

.news_page_tab .news_page_tab_left{
	width: 66.666%;
	position: relative;
	z-index: 100;
	float: left;
	overflow: hidden;
}

.news_page_tab .news_page_tab_right{
	width: 33.333%;
	min-height: 20px;
	position: relative;
	z-index: 150;
	float: right;
}

.news_page_tab .news_list{
	padding: 0px 0px 0px 0px !important;	
}

.news_page_tab .news_point li{
	position: relative;
	margin-bottom: 5px;
	margin-left: -15px;
}

.news_page_img{
	position: relative;
	margin-bottom: 16px;
}

.news_page_img img{
	width: 100%;
	height: auto;
	display: block;
}

.news_sidebar {
    list-style: none;
    margin: 0px;
    padding: 0px !important;
}

.news_sidebar li {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #EEE;
}

.news_sidebar li a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 6px 8px;
}

.news_sidebar li.active a {
    background-color: #f9f9f9;
}

.news_sidebar li a:hover {
    background-color: #f1f1f1;
}

.news_sidebar li.active .sidebar_list_txt, .news_sidebar li.active .sidebar_list_txt strong {
    color: #111;
}

/* SOCIAL SIDEBAR */
.facebook_list{
	list-style: none;
    margin: -5px 0px 0px 0px;
    padding: 0px !important;
	position: relative;	
}

.facebook_list li {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #EEE;
	position: relative;
	padding: 5px 0px;
}

.facebook_list li .facebook_list_img{
	width: 40px;
    height: 40px;
    position: absolute;
    padding: 0px;
    top: 8px;
}

.facebook_list li .facebook_list_message{
	font-size: 11px;
    line-height: 14px;
    margin: 0px 0px 3px 48px;
    min-height: 40px;
}

.facebook_list li .facebook_list_message p{
	margin: 0px;	
}

.facebook_list li .facebook_list_message a{
	color: #000;	
}

.facebook_list .facebook_list_intents{
	font-size: 10px;
	color: #CCC;
	text-align: right;
	line-height: 12px;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px -1px 0px;
}

/* INFO CALL TO ACTION */
.region.info{
	background-color: #FFF;
	position: relative;
	color: #BBB;
}

.region.info .container .info_content{
	margin: 14px 0px 32px 0px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #DDD;
	padding: 20px 0px 20px 0px;
}

.region.info .container .info_content p{
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
}

.region.info .container .info_content em{
	font-style: normal;
	white-space: nowrap;
}

.region.info .container .info_content strong{
	font-size: 27px;
	font-weight: 300;	
	line-height: 27px;
	margin-bottom: 2px;
	display: block;
	color: #666;
}

.region.info .container .info_content a{
	color: #777;
	text-decoration: none;	
}

.region.info .container .info_content a:hover{
	text-decoration: underline;	
	color: #000;
}

/* NEWS */
.region.news{
	background-color: #FFF;
	color: #555;
}

.region.news .container .news_content{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #DDD;	
	position: relative;
	padding: 42px 0px 0px 0px;
	margin: 0px 0px 42px 0px;
}

.news_tab{
	overflow: hidden;
	position: relative;
	padding: 24px 0px 24px 0px;
}

.news_tab .news_tab_left{
	width: 33.333%;
	min-height: 20px;
	position: relative;
	z-index: 150;
	float: left;
}

.news_tab .news_tab_right{
	width: 66.666%;
	position: relative;
	z-index: 100;
	float: left;
	overflow: hidden;
}

.news_list_bg{
	position: relative;
}

.news_list_bg img{
	width: 100%;
	display: block;
	height: auto;	
}

.news_list_content{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;	
}

.news_list_content .news_list{
	list-style: none;
	padding: 0px 0px 0px 12px;
	margin: 0px;	
}

.news_list_content .news_list li{
	
}

.news_list_content .news_list li a{
	
}

.news_list_content .news_list li img{
	width: 100%;
	height: auto;
	display: block;	
}

.news_desc{
	display: none;	
}

.news_point{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.news_tab .news_point li{
	position: relative;
	margin-bottom: 5px;
	margin-right: -12px;
}

.news_point li a{
	background-color: #F1F1F1;
	display: block;
	text-decoration: none;
	color: #777;
	font-size: 13px;
	line-height: 14px;
	position: relative;
}

.news_point li.active a{
	background-color: #666;
	color: #FFF;
}

.news_point li.active a strong{
	color: #FFF;
}

.news_point li a p{
	display: block;
	margin-bottom: 0px;
}

.news_point li a p strong{
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	color: #444;
}

.news_point_table{
	display: table;
	width: 100%;
	height: auto;
	vertical-align: middle;
	min-height: 65px;
}

.news_point_table .news_point_content{
	display: table-cell;
	padding: 5px 16px 5px 16px;
	vertical-align: middle;
}

/* PRODUCTS */
.region.products{
	padding: 32px 0px;
	background-image: url(/image/bg_beton_803.jpg);
	background-attachment: fixed;
	z-index: 120;
}

.region.products h2{
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 1);
    color: #FFF;
}

.product_list{
	list-style: none;
	padding: 12px 0px 12px 0px !important;
	margin: 0px -10px;	
	overflow: hidden;
}

.product_list > li{
	width: 33.333%;
	list-style: none;
	padding: 10px;
	margin: 0px;
	float: left;
}

.product_list > li > a{
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(20, 20, 20, 0.15);
    -moz-box-shadow: 0px 0px 8px 2px rgba(20, 20, 20, 0.15);
    box-shadow: 0px 0px 8px 2px rgba(20, 20, 20, 0.15);
}

.product_list_image{
	overflow: hidden;
	position: relative;	
}

.product_list_image img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.4s .0s ease-out;
    -moz-transition: all 0.4s .0s ease-out;
    -o-transition: all 0.4s .0s ease-out;
    transition: all 0.4s .0s ease-out;
}

.product_list_txt{
	position: relative;
}

.product_list_txt_content{
	padding: 16px 21px 5px 21px;
	position: relative;
	height: 98px;
	overflow: hidden;
	color: #888;
	line-height: 15px;
	font-size: 13px;
}

.product_list_txt_content p{
	margin-bottom: 0px;	
}

.product_list_txt_content strong{
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 2px;
	color: #444;
	text-transform: uppercase;
	line-height: 16px;
}

.product_list_txt_content strong em{
	font-style: normal;
	font-weight: 400;
	color: #888;	
}

.product_list_txt_content:after{
	position: absolute;
	top: 0px;
	left: 20px;
	right: 20px;
	height: 1px;
	overflow: hidden;
	content: '';
	background-color: #CCC;
}

.product_list_price{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 13px;
    text-align: right;
    color: #666;
    font-size: 11px;
    line-height: 11px;
}

.product_list_price em{
	display: inline-block;
	background-color: #C00;
	color: #FFF;
	padding: 4px 9px 5px 9px;
    font-style: normal;
    font-size: 15px;
	line-height: 15px;
	margin: 0px -12px 0px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: bottom;
	position: relative;
	top: 7px;
}

.product_list_bullet{
	width: 72px;
	height: 72px;
	position: absolute;	
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	background-color: #f6f6f6;
	position: absolute;
	right: -8px;
	top: -9px;
	text-align: center;
	-ms-transform: rotate(13deg); /* IE 9 */
    -webkit-transform: rotate(13deg); /* Chrome, Safari, Opera */
    transform: rotate(13deg);
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
	letter-spacing: -0.3px;
}

.product_list_bullet_tb{
	display: table;
	width: 100%;
	height: 100%;
}

.product_list_bullet_cl{
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}

.product_list > li > a:hover .product_list_image img{
	transform: scale(1.025);
    -ms-transform: scale(1.025);
    -webkit-transform: scale(1.025);	
}

.product_list > li > a:hover .product_list_txt_content{
	color: #111;
}

.product_list > li > a:hover .product_list_txt_content strong em{
	color: #111;
}

.product_list > li > a:hover .product_list_price em{
	background-color: #E00;
}

.product_list > li > a:hover .product_list_specs{
	bottom: 0%;
}

.product_list_specs{
	position: absolute;
	width: 100%;
	height: 100%;
    bottom: -100%;
	padding: 24px 24px 24px 24px;
	border-width: 2px 0px 0px 0px;
    border-style: solid;
    border-color: #DDD;
    background-color: rgba(255,255,255,0.85);
	-webkit-transition: all 0.4s .0s ease-out;
    -moz-transition: all 0.4s .0s ease-out;
    -o-transition: all 0.4s .0s ease-out;
    transition: all 0.4s .0s ease-out;
}

.product_list_specs .item-list{
	display: table;
    width: 100%;
    height: 100%;
}

.product_list_specs .item-list ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	display: table-cell;
    vertical-align: middle;
}

.product_list_specs .item-list ul li{
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

.product_list_specs .item-list ul li .container-inline{
	display: block;
	overflow: hidden;
}

.product_list_specs .item-list ul li .container-inline p{
	margin-bottom: 0px;	
}

.product_list_specs .item-list ul li .double-field-first{
	width: 25%;
	float: left;
	font-weight: bold;
	min-height: 1px;
}

.product_list_specs .item-list ul li .double-field-second{
	width: 75%;
	float: left;
}


/* PAGINA AFBEELDING */
.pagina_afbeelding{
	margin-bottom: -3%;
	margin-top: -12px;
}

.pagina_afbeelding img{
	display: block;
	width: 100%;
	height: auto;	
}

/* SPECS SIDEBAR */
.sidebar_speclist{
	list-style: none;
    padding: 0px 0px 11px 0px !important;
    margin: -25px 0px 0px 0px !important;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #EEE;
}

.sidebar_speclist li{
	padding: 0px 0px 4px 0px;
    margin: 0px;
	font-size: 12px;
}

.sidebar_speclist li .container-inline{
	display: block;
    overflow: hidden;
}

.sidebar_speclist li .double-field-first{
	width: 25%;
    float: left;
    font-weight: bold;
    min-height: 1px;
	color: #777;
}

.sidebar_speclist li .double-field-second{
	width: 75%;
    float: left;
}

.sidebar_speclist li.spc_main{
	text-transform: uppercase;
	font-size: 14px;
	padding: 11px 0px 5px 0px;
	margin: 11px 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #EEE;
}

.sidebar_speclist li.spc_main .double-field-first{
	width: 72%;
	color: #111;
	font-weight: bold;
}

.sidebar_speclist li.spc_main .double-field-second{
	width: 28%;
	text-align: right;
	color: #111;
	font-weight: bold;
	padding-right: 2px;
}

.sidebar_speclist li.spc_first{
    margin-top: -4px;
	border-width: 0px;
}

.afb_list{
	padding: 8px 0px 0px 0px !important;
    margin: -11px -4px 0px -4px !important;
    list-style: none;
    overflow: hidden;
}

.afb_list li{
	width: 25%;
    float: left;
    padding: 0px 4px 8px 4px;
}

.afb_list li a {
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #EEE;
    overflow: hidden;
}

.afb_list li a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s .0s ease-out;
    -moz-transition: all 0.25s .0s ease-out;
    -o-transition: all 0.25s .0s ease-out;
    transition: all 0.25s .0s ease-out;
}

.afb_list li a:hover img{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
	
.afb_list li a:hover{
	border-color: #BBB;
}

/* PRODUCTS SIDEBAR */
.products_sidebar{
	list-style: none;
	padding: 0px !important;
	margin: -21px 0px 0px 0px;	
}

.products_sidebar li{
	padding: 0px;
	margin: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #EEE;
}

.products_sidebar li a{
	display: block;
	text-decoration: none;
	color: #444;
}

.product_sidebar_content{
	display: table;	
	width: 100%;
}

.product_sidebar_content .product_sidebar_img{
	display: table-cell;
	vertical-align: middle;
	width: 72px;
	overflow: hidden;
}

.product_sidebar_content .product_sidebar_img img{
	display: block;
    width: 100%;
    height: auto;
    padding: 1px 4px 1px 0px;
	-webkit-transition: all 0.4s .0s ease-out;
    -moz-transition: all 0.4s .0s ease-out;
    -o-transition: all 0.4s .0s ease-out;
    transition: all 0.4s .0s ease-out;
}

.product_sidebar_content .product_sidebar_txt{
	display: table-cell;
	vertical-align: middle;
}

.product_sidebar_content .product_sidebar_txt strong{
	display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
}

.product_sidebar_content .product_sidebar_txt strong em {
    font-style: normal;
    font-weight: 400;
    color: #888;
}

.products_sidebar li a:hover, .products_sidebar li a:hover .product_sidebar_txt strong em{
	color: #111;
}

.products_sidebar li a:hover .product_sidebar_img img{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/* MERKEN */
.region.merken{
	margin: 0px 0px 7px 0px;
	background-color: #FFF;
	padding: 20px 0px 20px 0px;
	color: #555;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #DDD;
}

.region.merken .columns .column{
	padding-top: 20px;
	padding-bottom: 8px;
}

.merken_slider_container{
	position: relative;	
}

.merken_slider{
	list-style: none;
	padding: 6px 0px 0px 0px;
	margin: 0px -6px;
	overflow: hidden;
}

.merken_slider li{
	width: 20%;
	float: left;
	margin: 0px;
	padding: 12px;
	border: none;
	outline: none;
}

.merken_slider li a{
	display: block;
	text-decoration: none;
}

.merken_slider li a img{
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.5;
	-webkit-transition: all 0.15s .0s ease-out;
    -moz-transition: all 0.15s .0s ease-out;
    -o-transition: all 0.15s .0s ease-out;
    transition: all 0.15s .0s ease-out;
}

.merken_slider li a:hover img{
	opacity: 1;
}

/* REVIEWS */
.review_container{
	padding: 24px 30px 0px 30px;
	position: relative;
}

.review_control{
	width: 30px;
	position: absolute;
	top: 0px;
	bottom: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	color: #CCC;
}

.review_control:hover{
	color: #555;
}

.review_control.control_left{
	left: 0px;
}

.review_control.control_right{
	right: 0px;
}

.review_control i{
	position: absolute;
	top: 50%;
	font-size: 18px;
	margin-top: -20px;
}

.review_control.control_left i{
	left: 3px;
}

.review_control.control_right i{
	right: 3px;
}



.review_list{
	width: 100%;
	overflow: hidden;
	position: relative;
	list-style: none;
	padding: 0px !important;
	margin: 0px;
}

.review_list li{
	float: left;
    outline: none !important;
    position: relative;
    padding: 0px 20px 0px 113px;
    margin: 0px;
    overflow-x: hidden;
}

.review_list li .review_pasfoto{
	position: absolute;
	left: 18px;
	top: 1px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.review_list li .review_pasfoto img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.review_list li .review_content{
	min-height: 80px;
	padding: 0px;
}

.review_list li .review_content .review_by{
	color: #BBB;
    font-size: 12px;
    text-align: right;
    line-height: 12px;
    padding: 0px 13px 10px 0px;
    position: relative;
}

.review_list li .review_content .review_by:after{
    height: 1px;
    background-color: #DDD;
    content: '';
    position: absolute;
    bottom: 3.57px;
    left: -32px;
	right: 0px;
    margin: 0px;
}

.review_list li .review_content .review_by strong{
	color: #666;
}

.review_list li .review_content .review_head{
	font-size: 14px;
	line-height: 14px;
	position: relative;
	padding: 6px 13px 8px 0px;
}

.review_list li .review_content .review_head:before{
	width: 8px;
	height: 8px;
	position: absolute;
	background-color: #DDD;
	right: -1px;
	top: -8px;
	content: '';
	border-radius: 4px;
}

.review_list li .review_content .review_body{
	line-height: 14px;
	font-size: 13px;
	color: #AAA;
	padding: 0px 13px 0px 0px;
	position: relative;
}

.review_list li .review_content .review_body p{
	margin-bottom: 15px;
}


/* SLIDER CONTROL */
.slider_control{
	width: 24px;
	height: 100%;
	position: absolute;
	top: 0px;
}

.slider_control.control_left{
	left: -20px;
	text-align: left;
	padding-left: 4px;
}

.slider_control.control_right{
	right: -20px;
	text-align: right;
	padding-right: 4px;
}

.slider_control a{
	display: block;
	text-decoration: none;
	color: #CCC;
	position: relative;
	top: 50%;
	margin-top: -16px;
	font-size: 22px;
}

.slider_control a:hover{
	color: #888;
}

/* LOGO SLIDER */
.region.klantlogos{
	background-color: #FFF;
	padding-bottom: 32px;
}

.region.klantlogos h3{
	color: #777;
    margin: 9px 0px 0px 0px;
    font-size: 20px;
}

.region.klantlogos h3 span{
	display: inline;
    font-weight: 300;
    position: relative;
}

.region.klantlogos h3 span:after{
	width: 800%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    background-color: #DDD;
    content: '';
    margin-left: 12px;
}

.logoslider_container{
	overflow: hidden;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #DDD;
}

.logoslider{
	list-style: none;
    padding: 6px 0px 0px 0px;
    margin: 0px -6px;
    overflow: hidden;
}

.logoslider li{
	width: 20%;
    float: left;
    margin: 0px;
    padding: 12px;
    border: none;
    outline: none;
}

.logoslider li .logoitem{
	display: block;
	text-decoration: none;
}

.logoslider li .logoitem img{
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.6;
	-webkit-transition: all 0.15s .0s ease-out;
    -moz-transition: all 0.15s .0s ease-out;
    -o-transition: all 0.15s .0s ease-out;
    transition: all 0.15s .0s ease-out;
}

.logoslider li .logoitem:hover img{
	opacity: 1;
	transform: scale(1.025);
    -ms-transform: scale(1.025);
    -webkit-transform: scale(1.025);
}

/* FOOTER */
footer{
	background-color: #000;
	color: #FFF;
	padding: 72px 0px 52px 0px;
	position: relative;
	margin-top: 8px;
}

footer:before{
	content: '';
	position: absolute;
	top: -8px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #DDD;
	overflow: hidden;	
}

footer .columns .column{
	padding-top: 24px;
	padding-bottom: 30px;
}

footer .columns .column.fc1{
	color: #DDD;
}

footer .footer_logo{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin-top: -40px;
	margin-bottom: 16px;
}

footer h3{
	margin-bottom: 22px;
}

footer a{
	-webkit-transition: all 0.15s .0s ease-out;
    -moz-transition: all 0.15s .0s ease-out;
    -o-transition: all 0.15s .0s ease-out;
    transition: all 0.15s .0s ease-out;
	color: #FFF;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #777;
}

footer a:hover{
	text-decoration: underline;
}

footer .menu{
	list-style: none;
	padding: 0px;
	margin: -5px 0px 0px 0px !important;	
}

footer .menu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #444;
}

footer .menu li.last{
	border-width: 0px;
}

footer .menu li a{
	display: block;
	padding: 4px 4px;
	color: #DDD;
	border-width: 0px;
}

footer .menu li a:hover{
	text-decoration: none;
	color: #FFF;	
}

footer .openingstijden{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

footer .openingstijden li{
	padding: 0px;
	margin: 0px;
}

footer .openingstijden li em{
	width: 110px;
	color: #AAA;
	font-style: normal;
	display: inline-block;
}

footer .vandaag{
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #444;
	padding: 6px 14px 9px 14px;
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 15px;
	margin-top: 22px;
	position: relative;
}

footer .vandaag strong{
	white-space: nowrap;
}

footer .vandaag p{
	margin-bottom: 0px;
}

footer .vandaag:after{
	font-family: 'fontAwesome';
	content: '\f105';
	position: absolute;
	right: 7px;
	bottom: 7px;
	font-size: 12px;
	color: #777;
}

footer .vandaag:hover{
	text-decoration: none;
	color: #DDD;
	border-color: #777;	
}

footer .vandaag:hover:after{
	color: #DDD;
}

footer .social{
	list-style: none;
	padding: 14px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
	text-align: right;
}

footer .social li{
	display: inline-block;
}

footer .social li a{
	color: #666;
	font-size: 23px;
	display: inline-block;
	margin-left: 4px;
	border-width: 0px;
}

footer .social li a:hover{
	color: #FFF;
	text-decoration: none;
}

.footer_split{
	width: 100%;
	height: 1px;
	float: left;
	display: none;	
}


/* //////////////// DATE TIME PICKER ////////////////////// */
/*.date_input:before{
	font-family: 'fontAwesome';
	content: '\f073';
	position: relative;
}

.time_input:before{
	font-family: 'fontAwesome';
	content: '\f017';
	position: relative;
}*/


/* PICK-A-DATE / TIME */
.picker__input {
  cursor: default;
}

.picker {
  	font-size: 14px;
  	line-height: 14px;
  	text-align: center;
  	color: #000;
  	position: absolute;
 	z-index: 10000;
  	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
	 left: 145px;
}

.picker, .picker__holder{
	width: 100%;
	position: absolute;
}

.picker__holder {
	min-width: 176px;
	max-width: 300px;
	max-height:0;
	background-color: #FFF;
	border-color: #AAA;
	border-style: solid;
	border-width: 0px 1px;
	border-radius: 0 0 5px 5px;
	outline: none;
  	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: alpha(opacity=0);
  	-moz-opacity: 0;
  	opacity: 0;
  	-webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
  	transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  	transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

.picker--opened .picker__holder {
	border-width: 1px;
	max-height: 234px;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
  	-moz-opacity: 1;
  	opacity: 1;
  	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
  	transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  	transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  	box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}

	/* PICKER DATE */
	.picker__box {
		padding: 0 8px;
	}
	
	.picker__header {
	  	position: relative;
	  	padding: 7px 0px 8px 0px;
	}
	
	.picker__month,
	.picker__year {
	  	display: inline-block;
		margin: 0px 3px;
	}
	
	.picker__year {
	  	color: #AAA;
	}
	
	.picker__nav--prev,
	.picker__nav--next {
		width: 26px;
		height: auto;
	  	position: absolute;
		top: 1px;
		box-sizing: content-box;
		padding: 6px 0px;
		cursor: pointer;
	}
	
	.picker__nav--prev {
	  left: -8px;
	}
	
	.picker__nav--next {
	  right: -8px;
	}
	
	.picker__nav--prev:before,
	.picker__nav--next:before {
	  	content: " ";
	  	border-top: 7px solid transparent;
	  	border-bottom: 7px solid transparent;
	  	border-right: 9px solid #999;
	  	width: 0;
	  	height: 0;
	  	display: block;
	  	margin: 0 auto;
	}
	
	.picker__nav--next:before {
	  	border-right: 0;
	  	border-left: 9px solid #999;
	}
	
	.picker__nav--next:hover:before{
	 	border-left-color: #000;
	}
	.picker__nav--next.picker__nav--disabled:before{
	 	border-left-color: #DDD;
	}
	.picker__nav--prev:hover:before{
	 	border-right-color: #000;
	}
	.picker__nav--prev.picker__nav--disabled:before{
	 	border-right-color: #DDD;
	}
	.picker__nav--next.picker__nav--disabled, .picker__nav--prev.picker__nav--disabled{
		cursor: default;	
	}
	
	.picker__table {
		width: 100%;
		padding: 0px !important;
    	margin: 0px 0px 2px 0px !important;
	  	border-collapse: collapse;
	  	border-spacing: 0;
	  	table-layout: fixed;
	}
	
	.picker__table td {
	  	margin: 0;
	  	padding: 0;
	}

	.picker__weekday{
		width: 14.285714286%;
		padding: 0px 0px 5px 0px;
		text-align: center;
		font-size: 11px;
		line-height: 11px;
		color: #BBB;
		border-width: 0px;
	}
	
	.picker__day {
	  	padding: 6px 0;
	  	font-weight: normal;
	  	border: 1px solid transparent;
		position: relative;
		cursor: pointer;
	}
	
	.picker__day--today:before {
	  	content: " ";
	  	position: absolute;
	  	top: 2px;
	  	right: 2px;
	  	width: 0;
	  	height: 0;
	  	border-top: 7px solid #0099cc;
	  	border-left: 7px solid transparent;
	}
	
	.picker__day--outfocus {
	  	color: #CCC;
	}
	.picker__day--infocus:hover,
	.picker__day--outfocus:hover {
	  	cursor: pointer;
	  	color: #000;
	  	background: #b1dcfb;
	}
	
	.picker__day--disabled,
	.picker__day--disabled:hover,
	.picker--focused .picker__day--disabled {
	  	background-color: #f5f5f5;
	  	border-color: #f5f5f5;
	  	color: #CCC;
	  	cursor: default;
	}
	
	.picker__day--highlighted {
	  	background-color: #f2fafc;
	}
	
	.picker__day--highlighted:hover,
	.picker--focused .picker__day--highlighted {
	  color: #000000;
	  background-color: #b1dcfb;
	}
	
	.picker__day--highlighted.picker__day--disabled{
		background-color: #DDD;	
	}

	.picker__day--selected,
	.picker__day--selected:hover,
	.picker--focused .picker__day--selected {
	  	background: #0099cc;
	  	color: #FFF;
	}
	
	/*
	.picker__footer {
	  text-align: center;
	}
	.picker__button--today,
	.picker__button--clear,
	.picker__button--close {
	  border: 1px solid #ffffff;
	  background: #ffffff;
	  font-size: .8em;
	  padding: .66em 0;
	  font-weight: bold;
	  width: 33%;
	  display: inline-block;
	  vertical-align: bottom;
	}
	.picker__button--today:hover,
	.picker__button--clear:hover,
	.picker__button--close:hover {
	  cursor: pointer;
	  color: #000000;
	  background: #b1dcfb;
	  border-bottom-color: #b1dcfb;
	}
	.picker__button--today:focus,
	.picker__button--clear:focus,
	.picker__button--close:focus {
	  background: #b1dcfb;
	  border-color: #0089ec;
	  outline: none;
	}
	.picker__button--today:before,
	.picker__button--clear:before,
	.picker__button--close:before {
	  position: relative;
	  display: inline-block;
	  height: 0;
	}
	.picker__button--today:before,
	.picker__button--clear:before {
	  content: " ";
	  margin-right: .45em;
	}
	.picker__button--today:before {
	  top: -0.05em;
	  width: 0;
	  border-top: 0.66em solid #0059bc;
	  border-left: .66em solid transparent;
	}
	.picker__button--clear:before {
	  top: -0.25em;
	  width: .66em;
	  border-top: 3px solid #ee2200;
	}
	.picker__button--close:before {
	  content: "\D7";
	  top: -0.1em;
	  vertical-align: top;
	  font-size: 1.1em;
	  margin-right: .35em;
	  color: #777777;
	}
	.picker__button--today[disabled],
	.picker__button--today[disabled]:hover {
	  background: #f5f5f5;
	  border-color: #f5f5f5;
	  color: #dddddd;
	  cursor: default;
	}
	.picker__button--today[disabled]:before {
	  border-top-color: #aaaaaa;
	}
	*/
	

	/* PICKER TIME */
	.picker--time .picker__holder{
		max-width: 140px;	
		min-width: 140px;
	}
	
	.picker--time .picker__box {
	  	padding: 0;
	  	position: relative;
	}
	
	.picker__list {
		list-style: none;
		padding: 0 !important;
	  	margin: 0;
	}
	
	.picker__list-item {
		position: relative;
		padding: 11px 0px;
		margin: 0px 0px -1px 0px;
		background-color: #FFF;
		border-width: 1px 0px;
		border-style: solid;
		border-color: #EEE;
	}
	
	.picker__list-item:hover {
	  	cursor: pointer;
	  	color: #000;
	  	background-color: #f2fafc;
	  	border-color: #b4cfd9;
	  	z-index: 10;
	}
	
	.picker__list-item--highlighted {
	  	border-color: #b4cfd9;
		background-color: #f2fafc;
		color: #000;
	  	z-index: 10;
	}
	
	/*.picker__list-item--highlighted:hover,
	.picker--focused .picker__list-item--highlighted {
	  	color: #2984a3;
	}*/
	
	.picker__list-item--selected, 
	.picker__list-item--selected:hover, 
	.picker--focused .picker__list-item--selected {
	  	background-color: #0099cc;
	  	color: #FFF;
	  	z-index: 10;
	}
	
	.picker__list-item--disabled,
	.picker__list-item--disabled:hover,
	.picker--focused .picker__list-item--disabled {
  		background: #f5f5f5;
  		border-color: #f5f5f5;
  		color: #dddddd;
  		cursor: default;
  		border-color: #dddddd;
  		z-index: auto;
	}
	
	/*
	.picker--time .picker__button--clear {
	  	display: block;
	 	width: 80%;
	  	margin: 1em auto 0;
	  	padding: 1em 1.25em;
	  	background: none;
	  	border: 0;
	  	font-weight: 500;
	  	font-size: .67em;
	  	text-align: center;
	  	text-transform: uppercase;
	  	color: #666;
	}
	.picker--time .picker__button--clear:hover,
	.picker--time .picker__button--clear:focus {
	  	color: #000000;
	  	background: #b1dcfb;
	  	background: #ee2200;
	  	border-color: #ee2200;
	  	cursor: pointer;
	  	color: #ffffff;
	  	outline: none;
	}
	.picker--time .picker__button--clear:before {
	  	top: -0.25em;
	  	color: #666;
	  	font-size: 1.25em;
	  	font-weight: bold;
	}
	.picker--time .picker__button--clear:hover:before,
	.picker--time .picker__button--clear:focus:before {
	  	color: #ffffff;
	  	border-color: #ffffff;
	}
	*/



.form-item:before{
  	content: " ";
  	display: table;
}

.form-item:after{
  	content: " ";
  	display: table;
	clear: both;
}

/* ///////////////// END THIRD PARTY ////////////////////// */

/* MOBILE MENU */
.menu_toggle {
    display: none;
    font-size: 27px;
    color: #111;
    cursor: pointer;
    text-align: right;
    position: relative;
    float: right;
	line-height: 46px;
}

#page .menu_toggle .menu_toggle_open {
    display: block;
}

#page .menu_toggle .menu_toggle_close {
    display: none;
}

#page.menu_open .menu_toggle .menu_toggle_close {
	display: block;
}
	
#page.menu_open .menu_toggle .menu_toggle_open {
	display: none;
}

/*.mobile_overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.88);
	position: fixed;
	z-index: 120;
	display: none;
}*/

.mobile_menu{
	display: none;
	width: 100%;
	background-color: rgba(255,255,255, 0.99);
	position: absolute;
	z-index: 190;
	padding: 53px 20px 0px 20px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(20, 20, 20, 0.25);
    -moz-box-shadow: 1px 1px 3px 1px rgba(20, 20, 20, 0.25);
    box-shadow: 1px 1px 3px 1px rgba(20, 20, 20, 0.25);
}

.mobile_menu > ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.mobile_menu > ul > li{
	list-style: none;
	padding: 8px 0px 7px 0px;
	margin: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCC;
}

.mobile_menu > ul > li.last{
	border-width: 0px;
}

.mobile_menu > ul > li > a{
	color: #666;
	text-decoration: none;
	display: inline-block;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
}

.mobile_menu > ul > li > a:hover{
	color: #111;
}

.mobile_menu > ul > li > ul{
	list-style: none;
	padding: 3px 0px 2px 0px;
	margin: 0px;
}

.mobile_menu > ul > li > ul > li{
	list-style: none;
	padding: 3px 12px;
	margin: 0px;
}

.mobile_menu > ul > li > ul > li > a{
	color: #999;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
}

.mobile_menu > ul > li > ul > li > a:hover{
	color: #111;
}

/* RESPONSIVE */
@media screen and (max-width : 1024px) {
/* ////// IPAD LANDSCAPE ////// */
	/* MAIN */
	.total_scroll{
		padding-top: 42px;	
	}
	
	/* ETALAGE */
	.news_point li a p strong{
		font-size: 12px;	
	}
	
	.news_point li a{
		font-size: 12px;
		line-height: 12px;
	}
	
	.news_tab .news_point li{
		margin-bottom: 3px;
	}
	
	.news_point_table{
		min-height: 61px;
	}
	
	/* FOOTER */
	footer .openingstijden li em{
		width: 90px;
	}
}

@media screen and (max-width : 940px) {
/* ////// IPAD PORTRAIT ////// */
	/* HEADER */
	.header_container .beeldmerk{
		width: 6.5%;
		left: -9px;
		top: 8px;
		padding: 0.95%;
	}
	
	#page.scroll .header_container .beeldmerk{
		top: 7px;
	}
	
	.header_container .header_vanbeurden{
		display: none;	
	}
	
	.header_container nav{
		width: 88%;
		left: 6.5%;
	}
	
	.vanbeurden_merken > li .menu{
		top: 28px;
	}
	
	.vanbeurden_merken > li > a img{
		opacity: 0;	
	}
	
	/* ETALAGE */
	.news_point li a p strong{
		font-size: 11px;	
	}
	
	.news_point li a{
		font-size: 11px;
		line-height: 11px;
	}
	
	.news_tab .news_point li{
		margin-bottom: 2px;
	}
	
	.news_point_table{
		min-height: 50px;
	}
	
	/* MAPS */
	.region.googlemaps .googlemaps_bg{
		min-height: 330px;	
	}
	
	/* PRODUCTS */
	.region.treatments .treatments_home > li{
		width: 50%;
	}
	.region.products .product_list > li{
		width: 50%;
	}
	.productview .product_list > li{
		width: 50%;
	}
	
	/* MAIN SLIDER */
	.main_slider_overlay_content{
		font-size: 20px;
		line-height: 24px;
		padding: 20px 20px 6px 20px;
	}
	
	.main_slider_overlay_content strong{
		font-size: 38px;
		line-height: 36px;
	}
	
	a.meer{
		padding: 10px 16px;
    	font-size: 14px;
    	line-height: 14px;
	}
	
	/* MAIN */
	.region.maincontent{
		padding: 16px 0px;
	}

	/* FOOTER */
	footer .footer_split{
		display: block;	
	}
	
	footer .columns .column.column_25{
		width: 50%;
	}
	
	footer .openingstijden li em{
		width: 130px;
	}
}

@media screen and (max-width : 766px) {
/* ////// PHONE LANDSCAPE ////// */
	/* MAIN */
	h1 {
		font-size: 25px;
		margin-bottom: 12px;
		line-height: 28px;
	}
	
	h2 {
		font-size: 19px;
		margin-bottom: 2px;
	}

	.region.maincontent .columns .column{
		width: 100%;	
	}
	
	/* HEADER */
	.header_container .header_vanbeurden{
		display: none;	
	}
	
	.header_container nav{
		display: none;
	}
	
	.header_container .beeldmerk {
		width: 35px;
		left: -12px;
		top: 5px;
		padding: 5px;
	}
	
	#page.scroll .header_container .beeldmerk {
		width: 35px;
		left: -12px;
		top: 5px;
		padding: 5px;
	}
	
	/* SLIDER */
	.main_slider_slides .slides li img, .region.main_slider .main_slider_bg img{
		width: 132%;
		margin-left: -16%;
	}
	
	.product_list_txt_content{
		padding: 11px 21px 5px 21px;
		line-height: 14px;
    	font-size: 12px;
	}
	
	/* ETALAGE */
	.news_point li a span{
		display: none;	
	}
	
	.news_point_table{
		min-height: 30px;
	}
	
	/* REVIEW */
	.review_container{
		margin: 0px -22px;
		padding: 24px 2px 0px 2px;
	}
	
	.review_list li{
		padding: 0px 20px 0px 103px;
	}
	
	.review_list li .review_pasfoto{
		width: 70px;
    	height: 70px;
	}
	
	.review_control{
		width: 22px;
	}
	
	
	/* MAIN SLIDER */
	.main_slider_overlay_content{
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 0px;
	}
	
	.main_slider_overlay_content strong{
		font-size: 27px;
		line-height: 24px;
	}
	
	a.meer{
		padding: 8px 12px;
    	font-size: 12px;
    	line-height: 12px;
	}
	
	/* MAIN */
	.total_scroll{
		padding-top: 45px;	
	}
	
	/* MOBILE MENU */
	.menu_toggle {
		display: block;
	}
	
	#page.menu_open{
		height: 100%;
	}
	
	#page.menu_open .total_scroll{
		height: 100%;
		overflow: hidden;
	}
	
	#page.menu_open .mobile_menu{
		display: block;	
	}
	
	#page.menu_open .mobile_overlay{
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.88);
		position: fixed;
		z-index: 120;
	}
	
	.region.main_slider .slide_up{
		height: 1px;
	}
	
	
	/* MEDEWERKERS */
	.medewerker_list li{
		width: 33.333%;
	}
	
	/* MAIN */
	.region.maincontent{
		padding: 6px 0px;
	}
	
	/* MAPS */
	.region.googlemaps .googlemaps_bg{
		min-height: 230px;	
	}
	
	/* TREATMENTS */
	.treatment_page .treatment_prices{
		margin: 20px 0px 30px 0px;
	}
	
	.treatment_txt .treatment_txt_left{
		padding: 16px 15px 5px 15px;
	}
	
	.treatment_txt .treatment_txt_left strong{
		font-size: 12px;
	}
	
	.treatment_txt .treatment_txt_left p{
		font-size: 11px;
	}
	
	.region.info .container .info_content p{
		
	}
}

@media screen and (max-width : 590px) {
/* ////// PHONE PORTRAIT ////// */
	/* MAIN */
	h1 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 25px;
	}
	
	.region.maincontent .sub_columns .sub_column{
		width: 100% !important;	
	}
	
	/* MAIN SLIDER */
	.main_slider_overlay_content{
		font-size: 11px;
		line-height: 12px;
		bottom: 1.7%;
		left: 20px;
	}
	
	.main_slider_overlay_content strong{
		font-size: 19px;
		line-height: 22px;
	}
	
	.main_slider_overlay_content a.meer{
		margin-top: 5px;
	}
	
	a.meer{
		padding: 6px 10px;
    	font-size: 11px;
    	line-height: 11px;
	}
	
	.pagina_afbeelding{
		margin-top: -2px;
		margin-bottom: 0%;
	}
	
	/* REVIEW */
	.review_list li{
		padding: 0px 20px 0px 73px;
	}
	
	.review_list li .review_pasfoto{
		width: 48px;
    	height: 48px;
		top: 0px;
	}
	
	.review_list li .review_content .review_by{
		font-size: 10px;
		line-height: 11px;
	}
	
	.review_list li .review_content .review_by:after{
		left: -14px;
	}
	
	
	/* ETALAGE */
	.news_content .news_tab .news_tab_left{
		display: none;
	}
	
	.news_content .news_tab .news_tab_right{
		width: 100%;
	}
	
	.news_list_content .news_list{
		padding: 0px;	
	}
	
	.webform-client-form .form-item label {
		padding-bottom: 12px;
	}
	
	/* MEDEWERKERS */
	.medewerker_list li{
		width: 50%;
	}
	
	/* TREATMENTS */
	.treatment_prices p{
		padding: 12px 70px 11px 0px;
	}
	
	.treatment_prices strong{
		font-size: 13px;
		line-height: 15px;
	}
	
	.treatment_prices u{
		right: 0px;
		top: 11px;
		font-size: 12px;
		line-height: 15px;
	}
	
	.treatment_prices .speclist{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	
	.region.treatments .treatments_home > li{
		width: 100%;
	}
	.region.products .product_list > li{
		width: 100%;
	}
	.productview .product_list > li{
		width: 100%;
	}
	
	.treatment_txt .treatment_txt_left{
		padding: 18px 18px 5px 18px;
	}
	
	.treatment_txt .treatment_txt_left strong{
		font-size: 13px;
	}
	
	.treatment_txt .treatment_txt_left p{
		font-size: 12px;
	}
	
	/* FOOTER */
	footer .columns .column.column_25{
		width: 100%;
	}
	
	.picker {
		 left: 5px;
	}
}




