/*
Theme Name: LMB Oosterhof
Theme URI: /wp-content/themes/oosterhof/
Description: None
Version: 1.0
*/




@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,700,500italic);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Oleo+Script:400,700);
@import url(https://fonts.googleapis.com/css?family=Passion+One);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,700);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Anton);

@import url(navigatie.css);
@import url(tooltip.css);
@import url(carousel-homepage.css);


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


:root {
	--primary-lightblue-color: #004b93;
	--primary-blue-color: #00205b;
	--primary-darkblue-color: #001b50;
	--primary-yellow-color: #f1b514;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, 
center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,.padding,.margin {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


.affix {
  top: 0;
  width: 100%;
    -webkit-box-shadow: 0px 6px 16px -5px rgba(0,0,0,0.8);

-moz-box-shadow: 0px 6px 16px -5px rgba(0,0,0,0.8);

box-shadow: 0px 6px 16px -5px rgba(0,0,0,0.8);
}

.affix + .container-fluid {
  padding-top: 70px;
  background-color:#090;
  -webkit-transform: translate3d(0,0,0);
}
  
  
  

.btn:focus{outline:none;}
a:focus {outline:none;}

a {
	color:#000;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}




a:hover, a:focus  {
	color:#EEE;
	text-decoration:none;
}
/* RESET BOOTSTRAP */

hr {
	width:100%;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-bottom:40px;
	margin-top:40px;
}


ul.navigation {
    list-style-type: none;
     margin: 0;
     padding: 0;
	margin-top:20px; 
	margin-left:15px;
	
}

ul.navigation li.item a {
	float:left;
	display:block;
	background-color:var(--primary-blue-color);
	color:#FFF;
	padding:10px;
	border-radius:3px;
	margin-right:10px;
	text-shadow:1px 1px 1px #000;
}


.img-center {margin:0 auto;}
.img-responsive {
    margin: 0 auto;
}

.searchformh1 { margin-top:25px; margin-bottom:20px;}

.searchformh1 .searchform .screen-reader-text {
	display:block;
	float:left;
	margin-right:10px;
	padding-top:5px;
}
.searchformh1 .searchform .searchfield {
	height:30px;
	max-width:160px;
	width:100%;
	margin-top:0px;
	display:block;
	float:left;
	margin-right:10px;
}

.searchformh1 .searchform .searchbutton {
	height:30px;
	display:block;
	float:left;
}


focus {
noFocusLine: expression(this.onFocus=this.blur());
outline:0;
}



/* ALGEMEEN */
body {
    font-family: arial, helvetica, verdana;
    font-size: 14px;
    width: 100%;
    height: 100%;
	background-color:#FFF;
	margin:0px;
	padding:0px;
}

.container {

}


img {
	height:auto;
	max-width:600px;
}


/* HEADER */

@media only screen and (min-width:1200px) { 

.background
{
	position: absolute;
	width: 100%;
	height:100%;
	max-height:555px;
	top: 0;
	left: 0;
	z-index: -1;
}

}

@media only screen and (max-width:992px) { 

.background
{
	position: absolute;
	width: 100%;
	height:100%;
	max-height:260px;
	top: 0;
	left: 0;
	z-index: -1;
}

.header {
	padding:0px;
	margin:0px;
	text-align:center!important;
}

.header img {
	width:100%;
	height:100%;
	max-width:268px;
	padding:0px;
	margin-top:0px;
}

}




@media only screen and (min-width:992px) { 

.background
{
	position: absolute;
	width: 100%;
	height:100%;
	max-height:200px;
	top: 0px;
	left: 0;
	z-index: -1;
}


.header_contact {
	text-align:right;
	color:#000;
	font-size:16px;
	margin-top:90px;
}

.header .logo {
	margin-top:0px;
	padding:0;
}

.header img {
	max-width:460px;
	width:100%;
	height:100%;
	margin-left:-10px;
	padding-bottom:10px;
}
.slogan {
	text-align:right;
	padding:0px;
	margin:0px;
}
}

.header_section {
	width:100%;
	height:auto; 
	margin:0px; !important;
	padding:0px; !important;
	position: relative;
	/* background: url('images/overlay.png') repeat, url('http://bgfons.com/upload/clouds_texture2879.jpg') bottom no-repeat; */ 
	/*background-image: url('images/header.jpg');
	background-repeat:no-repeat;
	background-position:top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/

}

.header_section:after {
}


.header_section img {
	width:100%!important;
}


#header_slider{position:relative; width:100%; max-width:2000px; z-index:-111111111111111111111111;}
#header_slider img{position:absolute;z-index:1; width:100%;}
#header_slider img.active{z-index:3}


.slogan {
	text-align:center;
	padding:0px;
	margin:0px;
}

.slogan img {
	max-width:456px;
}

.header {
    width:100%;
	min-height:150px;
	padding:10px;
}




  

/* MAIN CONTENT */


@media only screen and (max-width: 991px) {
	
.content {
    margin-top: 0px;
	margin-bottom:40px;
	padding-left:10px;
	padding-right:0px!important;
}

}

@media only screen and (min-width: 991px) {
.content {
    margin-top: 0px;
	margin-bottom:40px;
	padding-left:20px;

}

.content-tekstpages {
	min-height:650px;
}


}


.homepage p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 20px;

}


.content a {
	color:#333;
}

.content a:hover {
	text-decoration:none;

}


/*.content img {	
	width:100%; 
	max-width: 265px;
	max-height:194px;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0px 8px 8px 0px;
	border: 2px #333 solid;
	display:inline-block;
}
*/

.content .img {	
	width:100%; 
	max-width: 400px;
	height:100%;
	max-height:600px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:10px 8px 8px 0px;
	border: 0px #267E30 solid;
}

.content ul {
	padding-left:10px;
}
@media only screen and (max-width:992px) {
	.contactform {
		margin-top:40px;
	}
}
 


.berichtenpagina {
	margin-bottom:40px;
	padding-left:0px;
	
}

.berichtenpagina .aanbieding {
	margin-top:35px;
	display:inline-block;
	width:100%;
}

.berichtenpagina .aanbieding:first-child {
	margin-top:0px;
	display:inline-block;
	width:100%;
}

@media only screen and (max-width:767px) {
	
		.berichtenpagina .aanbieding .datum {
			padding-top:10px;
			padding-bottom:10px;
			margin-bottom:20px;
			border: #000 solid 0px;
			background-color:#CCC;
		}
		
		.berichtenpagina .aanbieding .content {
			padding-left:0px!important;
			margin-left:0px!important;
		}
}

@media screen and (min-width:768px) and (max-width:1199px) {
	
		.berichtenpagina .aanbieding .datum {
			padding-top:20px;
			padding-bottom:20px;
			margin-right:0px;
			text-align:center;	
			
		}
		.berichtenpagina .aanbieding .thumb {
			text-align:right;
			padding-left:0px;
			padding-right:0px;
		}
		
		.berichtenpagina .aanbieding .thumb img {
			width:100%!important;
			max-width:100%!important;
		}
		
		

}
	
.berichtenpagina .aanbieding .datum {
	font-size:18px;
	font-family: 'Roboto';
	text-align:center;
}

.berichtenpagina .aanbieding .content {
	margin:0px;
	padding-bottom:0px;
	/*width:100% !important;
	max-width:650px !important;*/
}


.berichtenpagina .aanbieding .content .forward_button {
	background-color:#222;
	color:#EEE;
	font-size:14px;
	font-family: 'Roboto';
	padding:7px;
	display: inline-block;	
	transition: all 0.2s linear;
}

.berichtenpagina .aanbieding .content .forward_button:hover {
	background-color:var(--primary-lightblue-color);
	color:#FFF;
	text-shadow:1px 1px 1px #000;
}

.berichtenpagina .aanbieding .content .forward_button i {
	padding-right:5px;	
}

.berichtenpagina .aanbieding .content h3 {
	margin-bottom:20px;
	font-size:20px;
	border:0px;
	color:#333;
	font-family: 'Roboto';
	font-weight:700;
	margin-top:0px;
	padding:0px;
	line-height:normal;
}

.berichtenpagina .aanbieding .content a {
	color:#333;
}

.berichtenpagina .aanbieding .content a:hover {
	text-decoration:none;
}


.berichtenpagina .aanbieding .thumb {
	padding-bottom:0px;
	margin:0px;
	text-align:right;
	margin-bottom:-30px;
}

.berichtenpagina .aanbieding .thumb img {	
		width:100%;
		max-width:100%;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
border: 2px #333 solid;
}



@media only screen and (max-width:992px) {
	.berichtenpagina .aanbieding .thumb img {	
		width:100%;
		max-width:100%;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	border: 2px #333 solid;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left:0px!important;
	padding-left:0px!important;
	}
	.berichtenpagina .aanbieding .thumb {
	margin-left:0px!important;
	padding-left:0px!important;
	margin-right:0px!important;
	padding-right:0px!important;
	}
}

.content-area {
	
	margin-bottom:40px;
	padding-left:20px;
	
}


.content-area .description {
	padding:0px 30px 0px 0px!important;
	margin:0px 0px 30px 0px!important;

}


.content-area .afbeelding {
	padding:0px 20px 0px 0px!important;
	margin:0px 0px 0px 0px!important;
	
}

.content-area .afbeelding img {
	margin:0px!important;
	
}


.content-area .thumbs {
	padding-left:0px;
	padding-right:0px;
}

.content-area .thumbs:nth-child(3) {
	text-align:left;
}
.content-area .thumbs:nth-child(4) {
	text-align:center;
}
.content-area .thumbs:nth-child(5) {
	text-align:right;
}


.content-area .thumbs img {
	max-width:95%;
	
	
}

.content-area .content-date {
	line-height:28px;
	display:block;
	float:right;
	-webkit-border-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topright: 0;
	border-radius: 6px;
	border-top-right-radius: 0;
	padding:3px 8px 3px 8px;
	background-color:#333;
	color:#CCC;
	font-weight: 200;
	font-family: 'Roboto';
}



.content-area img,.content img {
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
border: 2px #333 solid;
margin:10px;
	max-height: none;
	width:100%!important;
}

@media only screen and (max-width:768px) {
	
.content-area .thumbs {
	padding-left:0px;
	padding-right:0px;
	margin-bottom:25px;
}

.content-area .thumbs img {
	max-width:100%!important;
	
	
}
	
	
	
	
	
.content-area img,.content img {
	max-height: none;
	width:100%!important;
}
}

.content-area p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 20px;
}

.content p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom:20px;
}


.title_section {
	background-color:#CCC;
-webkit-box-shadow: 0px 5px 12px -2px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 5px 12px -2px rgba(0, 0, 0, 1);
box-shadow:         0px 5px 12px -2px rgba(0, 0, 0, 1);
	margin-bottom:40px;
}



@media only screen and (max-width:992px) {
	
	.btn-allnewsA,
	.btn-allnewsB{ 
	font-size:15px!important;
	padding:6px 15px 6px 15px!important;
	}
	
}

.btn-allnewsA {
	font-family: Arial;
	color: #ffffff !important;
	text-shadow:1px 1px 1px #000;
	font-size: 20px;
	font-family:'Oswald';
	font-weight:300;
	text-transform:uppercase;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin:20px 10px 0px 0px!important;
	background: var(--primary-blue-color); /* Old browsers */
	background: -moz-linear-gradient(top, var(--primary-blue-color) 0%, var(--primary-darkblue-color) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, var(--primary-blue-color) 0%,var(--primary-darkblue-color) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, var(--primary-blue-color) 0%,var(--primary-darkblue-color) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	float:left;
}


.btn-allnewsB {
	font-family: Arial;
	color: #ffffff !important;
	text-shadow:1px 1px 1px #000;
	font-size: 20px;
	font-family:'Oswald';
	font-weight:300;
	text-transform:uppercase;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin:20px 10px 0px 0px!important;
	float:left;
	background-color:#111;
}

.btn-allnewsB:hover {
	
	background-color:#666;
}
	
	


.btn-allnews:hover {

background: #111; /* Old browsers */


  color:#FFF!important;
  text-shadow:none!important;
  text-decoration: none;
}

.content .posts-items {
	padding:0px;
	margin:0px;
}


.content .posts-items .posts-items-container {
	padding:0px!important;
	
}

.content .posts-items .posts-items-container .posts-item i {
	margin-right:8px;
}


@media only screen and (max-width:768px) {
	.content .posts-item {
		margin:0px 10px 40px 0px;
	}
	.content .posts-items .posts-items-container {
		margin:20px 0px 0px 0px!important;
	}
}

@media only screen and (min-width:768px) {
	.content .posts-item {
		margin:0px 10px 0px 0px;
	}
	.content .posts-items .posts-items-container {
		margin:20px 0px 20px 0px!important;
	}

}


.content .posts-item {
	overflow:hidden;
	width:100%;
	height:auto;
	padding-right:25px;
	padding-left:0px!important;
}

.videoGallery {
	margin-bottom:20px;
	margin-top:20px;
}


@media only screen and (max-width:767px) {
	.content .posts-item img { 
	margin-left:0px!important;
	margin-right:0px!important;
	width:100%!important;
	}
	.content .posts-item h3 {
		font-size:19px!important;
		text-align:center!important;
	}
}

@media only screen and (min-width:767px) and (max-width:991px){
	.content .posts-item img {
		width:92%;
		height:155px!important;
		border:#333 2px solid;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	margin:0px 0px 20px 0px;
	}
	
	.content .posts-item h3 {
		font-size:13px!important;
	}
	
}


@media only screen and (min-width:992px) and (max-width:1199px){
	.content .posts-item img {
		width:92%;
		height:200px!important;
		
		border:#333 2px solid;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	margin:0px 0px 20px 0px;
	}
	
}

@media only screen and (min-width:1200px){
	.content .posts-item img {
		width:92%;
		height:250px!important;
		
		border:#333 2px solid;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	margin:0px 0px 20px 0px;
	}
	
}




.specs {
	margin-left:-15px;
}

.price {
	font-family: 'Roboto';
	font-size:36px;
	color:#666;
	text-align:right;
	font-weight:700;
}

.price a {
	color:#333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.price a:hover {
	color:#000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.photos {
	padding-top:40px;
	clear:both;
	text-align:center;
}

.photos img {
	width:100%;
	max-width:277px;
	height:auto;
}



@media only screen and (max-width:992px) { 
.title_section h1 {
	padding-top:25px;
	font-size:36px;
	line-height:36px;
	margin-left:-15px;
	padding-left:10px;
	font-weight:lighter!important;
	
}

.content-area h1,h2,h3 {
	font-size:20px;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:20px;
	font-weight:400;
	font-family:'Titillium Web';
	margin:0px 0px 20px 0px;	
}

.posts-item h3 {
	font-size:14px;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:20px;
	font-weight:400;
	font-family:'Titillium Web';
	margin:0px 0px 20px 0px;	
}
h1,h2,h3 {
	font-family: 'Oswald';
	font-weight:bolder!important;
	font-size:20px;
	line-height:25px;
	margin-bottom:20px;
	color:#333;
	text-transform:uppercase!important;
	
}

.gg_title h1 {

	display: inline-block;
	margin-top: 0px;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom:30px;
	font-size: 28px;
	font-weight: 500;
	text-transform: none;
	font-weight: 400;
}

} 

@media only screen and (min-width:992px) { 
.title_section h1 {
	font-size:45px;
	line-height:45px;
	padding-top:20px;
	margin-left:5px;
}
.content-area h1,h2,h3 {
	font-size:20px;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:20px;
	font-weight:400;
	font-family:'Titillium Web';
	margin:0px 0px 20px 0px;
	
}
.posts-item h3 {
	font-size:17px;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:20px;
	font-weight:400;
	font-family:'Titillium Web';
	margin:0px 0px 20px 0px;	
}

h1,h2,h3 {
	font-family: 'Oswald';
	font-weight:bolder!important;
	font-size:36px;
	line-height:45px;
	margin-bottom:20px;
	color:#333;
	text-transform:uppercase!important;
}
.gg_title h1 {

	display: inline-block;
	margin-top: 0px;
	letter-spacing: 1px;
	line-height: 50px;
	margin-bottom:30px;
	font-size: 40px;
	font-weight: 500;
	text-transform: none;
	font-weight: 400;
}

} 


.title_section h1 {
	font-weight:bold;
	padding-bottom:0px;
	color:#333;	
	font-family: 'Anton';
}

.title_section i {
	font-size:18px;
}


	

.gg_title {

	display: block;

	margin: 0px 0 0px;

	text-align:center;

}






.service {
	margin-bottom: 0px;
	transition: all 0.4s ease 0s;	
	border:#E8E8E8 0px solid;
	padding:10px;
}

.service_item {
	transition: all 0.4s ease 0s;	
	border:0px;
	padding:10px;
}

.service_item img {
		border:0px;
		width:auto;
		max-height:200px;
		
		opacity: 1;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
	
}

.service_item img:hover {

opacity: 0.8;
	
}


@media only screen and (max-width:992px) {
.service_item {
	margin-bottom: 40px;
}


}



@media screen and (max-width:992px) {

.footer_section {
	background-image:url('https://www.lmb-oosterhof.nl/wp-content/themes/oosterhof/images/footer-background.jpg');
	background-repeat:no-repeat;
	background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}


}

@media screen and (min-width:992px) and (max-width:1300px) {

.footer_section {
	background-image:url('https://www.lmb-oosterhof.nl/wp-content/themes/oosterhof/images/footer-background.jpg');
	background-repeat:no-repeat;
	background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}


}


@media screen and (min-width:1300px) { 



.footer_section {
	background-image:url('https://www.lmb-oosterhof.nl/wp-content/themes/oosterhof/images/footer-background.jpg');
	background-repeat:no-repeat;
	background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}

}

@media only screen and (min-width:992px) {
	.service_item {
	margin-bottom: 0px;
	}
}


input[type="text"],input[type="password"],input[type="email"],textarea {
	max-width:350px;
	
}

input[type="text"],input[type="password"],input[type="email"],textarea,select {
	font-family: 'Roboto';
	font-size:14px;
	color:#333;
	width:100%;	
	background-color:#EFEFEF;
	padding:5px;
	border:1px #333 solid;
	margin-top:5px;
}



input:focus, textarea:focus, .wpcf7 input:focus, textarea:focus {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.95);

-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.95);

box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.95);
}



/* FOOTER */
.footer_section {
	margin:0px; !important;
	padding:0px; !important;


width: 100%;
min-height:200px;
border-top:5px solid var(--primary-yellow-color);
-webkit-box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 3px 9px -1px rgba(0, 0, 0, 1);
box-shadow:         0px 3px 9px -1px rgba(0, 0, 0, 1);
z-index:9999999;
}





.footer {
	min-height:200px;
	color:#CCC;
	padding-bottom:10px;
}

.footer h3 {
	font-size:25px;
	line-height:30px;
	color:#FFF;
	font-weight: 100;
	font-family: 'Oswald';
	text-decoration:none;
	text-transform:uppercase;
	border:0px;	
	padding-bottom:00px;

	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);

}

.footer > .row,
.footer > .row > .footer {
	padding-left:0px!important;
	margin-left:0px!important;
}

.footer > .row > .footer > .menu {
	margin-top:40px;
	padding:0px;
}

.footer > .row > .footer > .menu p {
	line-height:18px;
	margin-bottom:15px;
	text-shadow:1px 1px 1px #000;
	
}

.footer > .row > .footer > .menu p i {
	width:20px;
}

@media only screen and (max-width: 992px) {
/*	.footer > .row > .footer > .menu:nth-child(4) { 
	clear:both;
	}*/
}



@media only screen and (max-width:992px) {

	.footer {
		padding-left:30px;
	}

	.footer > .row > .footer > .menu {
	border-right:0px;
	}
	.footer h3:nth-child(1) {
		margin-top:0px;
	}
	
}


.footer > .row > .footer > .menu ul { 
padding-left:0px;
margin-left:0px;
list-style: none;
}
.footer > .row > .footer > .menu li { list-style-type: square; color:#var(--primary-darkblue-color); margin-left:18px; }


/* facebook knop menu */


.footer > .row > .footer > .menu > a.btn-facebook {
	background-color:#3b5998;
	padding:5px 8px 5px 8px;
	display:inline-block;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	margin-top:15px;
}

.footer > .row > .footer > .menu li a {
	color:#FFF;
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
	padding: 5px 5px 5px 0px;
	text-shadow: 1px 1px 1px #000;
	
	
}
.footer > .row > .footer > .menu li a:hover { color:#ccc; text-decoration:underline;}
.footer > .row > .footer > .menu li:last-child > a { } /* remove pipe from last item */

.footer > .row > .footer > .menu > ul.aangesloten,
.footer > .row > .footer > .menu > ul.aangesloten li{
	text-align:right;
	list-style-type: none!important;
}

.footer > .row > .footer > .menu > ul.aangesloten > li.logo {
	padding:0px 0px 20px 0px;
	text-align:right;
}

.footer > .row > .footer > .menu > ul.aangesloten > li.metaalunie img {
	max-height:50px;
}

.footer > .row > .footer > .menu > ul.aangesloten > li.leerbedrijf img {
	max-height:60px;
}

.footer > .row > .footer > .menu > ul.aangesloten > li.vakeur img {
	max-height:60px;
}

.footer > .row > .footer > .menu > ul.aangesloten > li.skl img {
	max-height:40px;
}



.footer > .row > .footerr {
	margin:70px 0px 0px 0px;
	float:right;
}

.footer > .row > .footerr > .keurmerken {
	padding:0px;
	float:right;
	margin:0px;
}

.footer > .row > .footerr > .keurmerken > a > img {
  max-height:60px!important;
  height:auto!important;
  width:auto!important;
  float:right;
  margin:0px 20px 0px 0px;
}


.bottom {
    bottom: 0;
    margin-right: 0;
}


.footer > .row > .footer > .brands {
	margin-top:20px;
}

.footer > .row > .footer > .kramp {
	margin-top:20px;
}

.footer > .row > .footer > .brands > .brand { display:block; margin: 20px 0px 0px 0px; min-height:100px; padding:0px; float:left;} 


@media only screen and (min-width : 992px) {
.footer > .row > .footer > .brands > .brand > .logo {
	max-width:460px;
	width:100%;
}

.footer > .row > .footer > .brands > .brand:nth-child(2) {
	margin-right:20px;
	margin-top:20px;

}

.footer > .row > .footer > .brands > .brand:nth-child(3) {
	margin-right:0px;
	margin-top:0px;

}


.footer > .row > .footer > .brands > .brand > .logo img {
	max-width:460px;
	width:100%;	
}



.footer > .row > .footer > .brands {
	min-width:250px;
} 


.footer > .row > .footer > .kramp {
	min-width:250px;
	float:right;
} 

}

@media only screen and (max-width:992px) { 
.footer > .row > .footer > .brands {
	padding-left:0px;
}

.footer > .row > .footer > .kramp {
	padding-left:0px;
}

.footer > .row > .footer > .brands > .brand {
	max-width:200px;

}
.footer > .row > .footer > .brands > .brand:nth-child(2) {
	margin-top:20px;
	max-width:150px;
	margin-right:20px;
}
.footer > .row > .footer > .brands > .brand:nth-child(3) {
	margin-top:0px;
	max-width:150px;
	margin-right:20px;
	
}
.footer > .row > .footer > .brands > .brand:nth-child(4) {
	margin-top:35px;
	max-width:150px;
	
}


}

.footer > .row > .footer > .brands > .brand > .logo {
	display:block;
	width:100%;
}


.footer > .row > .footer > .brands .brand .logo img:hover {
	opacity: 0.8;
}

/* COPYRIGHT */


#copyright_section {

	background: var(--primary-blue-color); /* Old browsers */
	background: -moz-linear-gradient(top, var(--primary-blue-color) 0%, var(--primary-darkblue-color) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, var(--primary-blue-color) 0%,var(--primary-darkblue-color) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, var(--primary-blue-color) 0%,var(--primary-darkblue-color) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:#FFF;
	z-index:-999999;
	font-family:'Titillium Web';
	font-size:16px;
	padding-bottom:6px;
	text-shadow:1px 1px 1px #000;
	border-top:1px #CCC dashed;

	
}

#copyright_section .copyright {
	padding-left:0px;
	padding-top:10px;
}

.copyright_content a {
	text-decoration:underline;
	color:#FFF;

}

#copyright_section .copyright .copyright_content {
	text-align:left;
}

#copyright_section .copyright .copyright_content:nth-child(2) {
	text-align:right;
}


@media only screen and (max-width:992px) { 

#copyright_section .copyright { padding-bottom:10px; }

#copyright_section .copyright .copyright_content {
	text-align:center;
}
#copyright_section .copyright .copyright_content:nth-child(2) {
	text-align:center;
}


}

/* MERKEN */

#merken {
	margin-bottom:0px;
	margin-top:40px;
	margin-left:-30px;
}

#merken .merk {
	

	height:150px;
	display:block;
	margin:20px 0px 20px 0px;
	text-align:center;
}

	
#merken .merk img {
	width:auto;
	max-width:300px;
	max-height:150px;
	
	height:auto;
	
}

#merken .merk img:hover {
	transition: height .4s cubic-bezier(0, 1.8, 1, 1.8); 
}



.occasionframe {
	border:0px;
	box-shadow:0px;
	width:100% !important;
	display:block;
	height:8000px!important;
	max-width:100%!important;
}

.contact-img img { 
max-width:500px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
border: 2px #333 solid;
}


.newsletter-img {
	text-align:center;
}

.newsletter-img img { 
max-width:480px;
width:100%;

}















.mplogon {
	margin:0px 0px 20px 0px;
}



.mplogon a.button {
	  background: #F00;
  background-image: -webkit-linear-gradient(top, #F00, #f05b19);
  background-image: -moz-linear-gradient(top, #F00, #f05b19);
  background-image: -ms-linear-gradient(top, #F00, #f05b19);
  background-image: -o-linear-gradient(top, #F00, #f05b19);
  background-image: linear-gradient(to bottom, #F00, #f05b19);
  
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	text-transform:uppercase;
	font-weight:100;
	font-size:18px;
	font-family:'Roboto';
	color: #FFF;
	padding: 10px 8px 10px 8px;
	text-decoration: none;
	display: inline;
-webkit-box-shadow: 0px 6px 16px -5px rgba(0,0,0,0.8);

-moz-box-shadow: 0px 6px 16px -5px rgba(0,0,0,0.8);

box-shadow: 0px 6px 16px -5px rgba(0,0,0,0.8);
}


.mplogon a.button:hover {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222+0,00366d+100 */

background: #222; /* Old browsers */

background: -moz-linear-gradient(top, #222 0%, #00366d 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top, #222 0%,#00366d 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom, #222 0%,#00366d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#00366d',GradientType=0 ); /* IE6-9 */
	

  text-decoration: none;
  color:#FFFFFF;
}











.container_mplogon {
	position:absolute;
	height:300px;
	width:100%;
	margin-top:5px;
	right:30px;
	z-index:9999;
}

@media only screen and  (min-width: 768px) {
	.mpp_content {
		margin:0px 0px 50px 0px!important;
		padding:0px 30px 0px 0px!important;
	}
	.drone_content {
		padding:0px 45px 0px 0px!important;
	}
}

@media only screen and  (max-width: 768px) {
	.mpp_content {
		margin:0px 0px 50px 0px!important;
		padding:0px 0px 0px 0px!important;
	}
	.drone_content {
		padding:0px 0px 0px 0px!important;
	}
}


.LoginBox a {
	color: #000;
	text-shadow:0px;
}

.LoginBox a:hover {
	color:#be0d25;
}

.LoginBox {
	border: 0px solid rgb(209, 209, 208); border-image: none; width: 100%; font-family: Arial; font-size: 11px; background-color: # rgb(240, 241, 245);
	-webkit-box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 18px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 18px 0px rgba(50, 50, 50, 0.75);
text-shadow:0px 0px;
}
.LoginBox .bottom {
	padding: 20px 20px 10px; text-align: center; clear: both;
}
.LoginBox .logo img { width:140px; border:0px; width:100%!important; max-width:176px;
	-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
	
}

.LoginBox .bottom img { width:140px; border:0px; width:100%!important; max-width:146px;
	-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
	
}

.LoginBox .logo { padding-top: 15px; padding-bottom: 15px; text-align: center; font-size: 15px; font-weight: bold; border-bottom-color: #be0d25; border-bottom-width: 4px; border-bottom-style: solid; background-color: rgb(255, 255, 255);
}
.LoginBox .LoginForm {
	margin: 0px; border-radius: 0px; border-top-color: #be0d25; border-top-width: 7px; border-top-style: solid; background-color: transparent;
}
.LoginBox .formfield {
	padding: 10px 10px 0px;
	text-shadow:0px 0px;
	color:#333;
	width:100%;
}
.LoginBox .input {
	padding: 2px 0px; width: 100%!important;
}
.LoginBox .forgetPW {
	padding: 5px 10px 0px;
}
.LoginBox .MoreInfoLink {
	margin-top: 7px; float: left;
}
.LoginBox .button {
	background: #be0d25; border-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); margin: 0px; padding: 5px; outline: 0px; border-radius: 2px; border-image: none; width: auto !important; text-align: center; color: #FFF; font-size: 12px; font-weight: bold; vertical-align: middle; float: right; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); -webkit-border-radius: 2px;
}



p.bxslider-controls {
	width:100%;
	text-align:center;
}

p.bxslider-controls i {
	font-size:36px;
	margin-bottom:20px;
}



a.meermerken {
  background: #F00;
  background-image: -webkit-linear-gradient(top, #F00, #f05b19);
  background-image: -moz-linear-gradient(top, #F00, #f05b19);
  background-image: -ms-linear-gradient(top, #F00, #f05b19);
  background-image: -o-linear-gradient(top, #F00, #f05b19);
  background-image: linear-gradient(to bottom, #F00, #f05b19);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
}

a.meermerken:hover {
  background: #f05b19;
  background-image: -webkit-linear-gradient(top, #f05b19, #ed000c);
  background-image: -moz-linear-gradient(top, #f05b19, #ed000c);
  background-image: -ms-linear-gradient(top, #f05b19, #ed000c);
  background-image: -o-linear-gradient(top, #f05b19, #ed000c);
  background-image: linear-gradient(to bottom, #f05b19, #ed000c);
  text-decoration: none;
}



.facebook {

}


.hoofdgroep {
}

.hoofdgroep h3 { 
padding:0px 0px 10px 0px;
font-family:'Titillium Web';
font-size:18px;
font-weight:600;
}

.hoofdgroep img:hover {
	margin-top:5px;
	border:#333 2px solid;
	
-webkit-box-shadow: 0px 16px 16px -21px rgba(0,0,0,1);

-moz-box-shadow: 0px 16px 16px -21px rgba(0,0,0,1);

box-shadow: 0px 16px 16px -21px rgba(0,0,0,1);

    -webkit-transition: all 0.2s ease;
         -moz-transition: all 0.2s ease;
           -o-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
              transition: all 0.2s ease;	
			  
			  
}
	

.hoofdgroep img {
	max-width:250px;
	width:100%;
	padding:0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
border: 2px #333 solid;
}


@media only screen and  (max-width: 768px) {
	.hoofdgroep img { 
	margin-bottom:20px;
	}
}

.uitgelicht {

}

.uitgelicht img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	border: 2px #333 solid;
	width:100%;
}

.uitleg img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	border: 2px #333 solid;
	width:100%; max-width:173px; margin:0px 10px 20px 0px;
	float:left; 
}






.uitleg a:nth-child(n+13) img.alignnone {
	display:none!important;

	
}
/*.mediagallery { padding:0px 0px 0px 0px!important; margin:-20px 0px 0px 0px!important; }
.mediagallery img {
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	border: 2px #333 solid;
	width:100%; max-width:173px; margin:0px 10px 20px 0px;
	float:left; 
}*/



.mediagallery {
	margin:auto;
}

.mediagallery .afbeelding {
	padding:7px!important;
	min-height:130px!important;
}


.mediagallery img {
	min-height:130px!important;
	width:100%!important;
	max-width:100%!important;
}


.downloadgallery {
	margin:0px;
	padding:0px;
}

.downloadgallery > .downloaditem {
	margin:0px 0px 50px 0px!important;
	padding-left:0px;
	
	
}

.downloadgallery > .downloaditem img {
	padding:0px!important;
	margin:0px 0px 10px 0px!important;
}

a.btn-download {
	padding:8px 5px 8px 5px;
	display:block;
	margin:10px 0px;
	text-align:center;
	background-color:#c10b25;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: 'Roboto';
  font-weight:600;
  color: #ffffff!important;
  text-shadow:1px 1px 1px #000;
  width:100%;

}

a.btn-download i {
	margin-right:5px;
}

.downloadgallery > .downloaditem h3 {
	font-size:16px;
	line-height:18px;
}

	

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media only screen and  (max-width: 768px) {
.uitleg { }	
}

@media only screen and  (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
.uitleg {
	min-height:600px;
}	
}
@media only screen and  (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media only screen and  (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
	.uitleg a:nth-child(-n+4) img.alignnone {
	margin-top:20px;
	}
}


.media-image {
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}


.imgWrap {
  position: relative;
  height:175px;
}

.imgDescription {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	text-align:center;
	font-family: 'Roboto';
	text-transform:uppercase;
	font-size:18px!important;
	font-weight:800;
	text-shadow: 1px 1px 1px #000000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility opacity 1s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}


span.redirecttosite {
	padding-top:0px;
	margin-left:0px;
	display:none;
}

.btn-fb {
	width:370px;
	height:60px;
	left:50%;
	margin-left:-185px;
	position:relative;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
}


.btn-fbL {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b5998+0,294784+100 */
background: #3b5998; /* Old browsers */
background: -moz-linear-gradient(top, #3b5998 0%, #294784 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3b5998 0%,#294784 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3b5998 0%,#294784 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#294784',GradientType=0 ); /* IE6-9 */
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border:#333 solid;
border-width:1px 0px 1px 1px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  font-family: 'Roboto';
  text-shadow: 1px 1px 1px #000000;
	float:left;
	display:block;
	height:60px;
max-width:300px;
width:100%;	
}

.btn-fbL:hover {
background: #ff0000; /* Old browsers */

background: -moz-linear-gradient(top, #ff0000 0%, #d81500 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top, #ff0000 0%,#d81500 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom, #ff0000 0%,#d81500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#d81500',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
}


.btn-fbR {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b5998+0,294784+100 */
background: #BBB; /* Old browsers */
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
  font-family: Arial;
 color:#3b5998; 
  font-size: 20px;
  padding: 15px 20px 15px 10px;
  text-decoration: none;
  font-family: 'Roboto';
  text-shadow: 1px 1px 1px #000000;
  float: left;
  display:block;
  max-height:60px;
border:#333 solid;
border-width:1px 1px 1px 0px; 
max-width:70px;
width:100%;
}

.btn-fbR:hover {
background: #ff0000; /* Old browsers */

background: -moz-linear-gradient(top, #ff0000 0%, #d81500 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top, #ff0000 0%,#d81500 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom, #ff0000 0%,#d81500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#d81500',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
   text-shadow: 1px 1px 1px #000000;
}




.iframe {
	width:45%!important;
  	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	padding:0px;
	margin-top:0px;
	margin-right:10px;
	margin-left:0px;	
	margin-bottom:10px;
	display:inline-block;
	border: 2px #333 solid;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


iframe {
	width:100%!important;
	max-width:800px!important;
  	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	display:inline-block;
	border: 2px #333 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

iframe:nth-child(2) {
	margin-left:10px;

}

.contact { padding:0; margin:0; }


.contactBlocks {
	margin-top:0px;
}

.contactBlocks h1 {
	margin-bottom:20px;
}

.contactBlocks h3,
.contactBlock h3{
	
	font-size:25px;
	padding-bottom:10px;
	margin-bottom:0px;
	line-height:25px;
	
}

.contactBlock {
	padding-left:0px!important;
	margin-left:0px!important;
	margin-bottom:50px;
}

.contactBlock img {
	padding-left:0px!important;
	margin-left:0px!important;
}

@media only screen and  (max-width: 992px) {
	
	
	
}


@media only screen and  (min-width: 992px) {
	.contactBlock img {
		margin-top:40px;
		max-width:90%!important;
	}
	
}

.contactBlock h3 i {
	color:#34af23;
	margin-left:5px;
	font-size:32px;
}

.contactBlock h3.whatsapp {
	margin-top:25px;
}

.contactBlock h3.openingsuren {
	margin-top:20px;
}

.contactBlock ul.vertegenwoordigers span.naam,
.contactBlock ul.whatsapp span.naam,
.contactBlock ul.openingsuren span.dag {
	width:220px;
	display:inline-block;
}

.contactBlock ul.vertegenwoordigers,
.contactBlock ul.whatsapp,
.contactBlock ul.openingsuren
{
	margin-left:5px;
}

.contactBlock ul.vertegenwoordigers span.telefoon,
.contactBlock ul.whatsapp span.telefoon,
.contactBlock ul.openingsuren span.uren{
	font-weight:bold;
}

.contactBlock small {
	font-size:12px;
	font-style:italic;
	margin:20px 0px 10px 0px;
	display:inline-block;
	max-width:450px;
	
}


.uitleg a {
	color:#F00!important;
}

.fa-facebook {padding:4px 10px 3px 10px; display:inline-block; text-shadow:0px 0px 0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-left:10px; font-size:24px;}

.socialsfb { margin-left:10px; display:inline-block; }
.socialsfb img { height:15px;} 



.download a { color:#FFF!important; }

.download {
	text-align:right;
	margin-top:20px;
	width:100%;
	display:inline-block;
	margin-bottom:15px;
}
/*.btn-download {
  background: #ff0000;
  background-image: -webkit-linear-gradient(top, #ff0000, #cf0606);
  background-image: -moz-linear-gradient(top, #ff0000, #cf0606);
  background-image: -ms-linear-gradient(top, #ff0000, #cf0606);
  background-image: -o-linear-gradient(top, #ff0000, #cf0606);
  background-image: linear-gradient(to bottom, #ff0000, #cf0606);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: 'Roboto';
  font-weight:600;
  color: #ffffff!important;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-bottom:15px;
  
}

.btn-download:hover {
  background: #fc3c3c;
  background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
  background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
  text-decoration: none;
}
*/
.img-responsive {
	max-width: 100%!important;
	height: auto;
	display:block!important;
}


.product {
	text-align:center;
	margin:0px 0px 50px 0px!important;
	min-height:230px;
	padding-left:0px;
	padding-right:20px;
	
	
}

@media only screen and (min-width:768px) { 

.product img {
	max-height:160px!important;
}

}

@media only screen and (max-width:768px) { 
.product img {
	width:100%;
	
}

}
.product h3 {
	
	font-family:'Titillium Web';
	font-size:25px;
	font-weight:600;
	line-height:25px;
	margin:0px 0px 20px 0px!important;
	padding:10px;
	display:block;
	width:100%;
	background-color:#00B09B;
	
}

	
	
	
	



.media {
	padding-left:0px!important;
	margin-left:0px!important;
}


.slidesLarge {
	padding:0px 10px 0px 0px;
	margin:0px;
}

.slidesLarge .divimg {
			-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	border: 2px #333 solid;
	max-height:135px;
	height:100%;
	max-width:200px;
	min-height:135px;
	width:100%;
	display:block;
}

.slidesLarge img {
			-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	
	box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
	border: 2px #333 solid;
	height: auto;
	width:100%;
}

.pagecontent,.pagebrands,.pageservice {
	padding:0px;
	margin:0px;
}

.pagecontent {
	padding:0px 40px 0px 0px!important;
}


@media only screen and  (max-width: 992px) {

.pagebrands {
	margin:40px 0px 0px 0px;
	text-align:center!important;
}

	
.pagebrands img {
	max-width:350px!important;
	width:100%!important;
	margin-bottom:30px;
	border:0px!important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;		
}


.pageservice {
	text-align:center;
	margin:40px 0px 0px 0px;
}

.pageservice img {
	max-width:350px!important;
	width:100%!important;
	margin-bottom:30px;

	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);
}
}

@media only screen and (min-width: 992px) {


.pagebrands {
	text-align:right!important;
}
.pagebrands img {
	max-width:100%!important;
	height:auto;
	margin:0px 0px 40px 0px;
	float:right;
	border:0px!important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;		

}


.pageservice img {
	max-width:100%!important;
	height:auto;
	margin:0px 0px 20px 0px;
	float:right;
	-webkit-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

-moz-box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

box-shadow: 0px 16px 16px -11px rgba(0,0,0,1);

}
}


img.mentoorlogo {
	float:right;
	margin:0px 0px 25px 25px!important;
	margin:0px;
	width:250px!important;
}

.images,.images img {
	padding-left:0px;
	margin-left:0px;
}

.merklogo {
	/*padding:0px 20px 20px 0px;*/
	min-height:155px;
	height:auto;
	text-align:center!important;
	
	
}

.merklogo img {
	margin: auto;
	padding:0px;
	border:0px!important;
	clear:both;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	max-width:300px!important;
	max-height:150px!important;
	width:100%!important;
}

.pagecontent a {
	color:#000;
	text-decoration:none;
}
	
	/*
@media only screen and (max-width:992px) {	
	.headerXlImg { display:none; }
	.headerSmImg { display:none; }
	
}
	
@media only screen and (min-width:992px) and (max-width:1280px) {	
	.headerXlImg { display:none; }
	.headerXsImg { display:none; }
	
}
@media only screen and (min-width:1281px) {	
	.headerSmImg { display:none; }
	.headerXsImg { display:none; }
}
*/

@media only screen and (max-width:768px) {	
	.formrow,.formitem {
		margin-bottom:15px;
		padding-left:0px;
		padding-right:0px;
	}
}


	 */
@media only screen and (min-width:768px) {	
	.formrow,.formitem {
		margin-bottom:15px;
		padding-left:0px;
		padding-right:20px;
	}
}


.formitem input[type="text"] {
	width:100%!important;
	max-width:100%!important;
}

.formitem textarea {
	height:110px;
	max-width:100%;
	width:100%;
	
}

.formitem input[type="submit"] { background: #be0d25; border-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); margin: 0px; padding: 5px; outline: 0px; border-radius: 2px; border-image: none; width: auto !important; text-align: center; color: #FFF; font-size: 12px; font-weight: bold; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); -webkit-border-radius: 2px;
}

.formitem span.error {
	color:#be0d25;
	padding-top:5px!important;
	display:inline-block;
}

.melding-verzonden {
	border:#00d12c 1px solid;
	background-color:#abffa7;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:20px;
	margin-bottom:50px;
}

.melding-foutverzenden {
	border:#c50000 1px solid;
	background-color:#ffb4b4;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:20px;
	margin-bottom:50px;	
}


.btn-dronedata-bottompage {
	position:fixed;
	right:22px;
	bottom:0px;
	width:150px;
	height:100px;
	text-align:right;
	z-index:99999;
}


.btn-dronedata {
	margin:-30px 0px -10px 0px;
	text-align:left;
	padding-left:0px!important;
}

@media only screen and (max-width:768px) {	
.btn-dronedata p {
		margin:20px 0px 30px 0px;
		font-style:italic;
		text-align:center;
}
}

@media only screen and (min-width:768px) {	
.btn-dronedata p {
		margin:20px 0px 0px 0px;
		font-style:italic;
		text-align:left;
}
}

@media only screen and (max-width:992px) {	

.drone-download {
	 padding-left:0px!important;
}
.btn-dronedata-bottompage {
	display:none;
}


}

	
@media only screen and (max-width:1285px) {	
	.btn-dronedata-bottompage img {	
	max-width:80px;
	}
}

@media only screen and (min-width:1285px) {	
	.btn-dronedata-bottompage img {	
	max-width:120px;
	}
}



.dronedata-form {
	margin-top:0px;
}

.custom-tooltip + .tooltip > .tooltip-inner {background-color: #be0d25; border:0px!important; font-size:16px; text-shadow:1px 1px 1px #000; font-family:'Oswald';}
.custom-tooltip + .tooltip { border:0px!important; }



img.dronedata-clipart {
	max-width:800px!important;
	height:auto!important;
	width:100%!important;
	border:0px!important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	margin:0px 0px 0px 0px;
	display:inline-block;

}


.clear {
	clear:both;
}


img.full-range {
	border:0px!important;
	margin-top:50px;
	margin-bottom:-5px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);	
}


.vestigingspacer {
	margin-top:-20px; }
	
.media-page,
.drone-page,
.products-page {
	 padding-left:0px!important;
}


.video-homepage {
	max-width:600px!important;
	height:340px!important;
	width:100%!important;
}


.g-recaptcha,
.g-recaptcha iframe {
	border:0px!important;
	margin-top:2px;
	box-shadow: 0px 0px 0px!important;
}


.grondverzet-footer {
	margin-top: 25px;
}

.grondverzet-footer .btn-allnewsB {
	margin-right:0px!important;
}

.grondverzet-footer img {
	margin: 0px!important;
}

img.cnh-parts-button {
	margin-left:0px!important;
	box-shadow: none!important;
	border:none!important;
	margin-top: 30px;
}


span.button_appointment {
	background-color: #9c242e;
	padding: 20px 20px 20px 0px;
	border-radius: 10px;
	display: block;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 25px;
}

span.button_appointment .icon {
	padding: 25px;
	font-size: 25px;
	background-color: #333333;
	border-radius: 15px 0px 15px 0px;
}

span.button_appointment .whatsapp {
	color: #25d366;
}

span.button_appointment .at {
	color: #FFFFFF;
}

span.button_appointment .text {
	padding-left: 25px;
	font-size: 18px;
}

span.button_appointment .text a {
	color: #FFFFFF;
}


.linkCase {
	width: 20%;
	height: 32%;
	/* background-color: aqua; */
	position: absolute;
	bottom: 0px;
	left: 0px;
}


.linkSteyr {
	width: 20%;
	height: 32%;
	/* background-color: aqua; */
	position: absolute;
	bottom: 0px;
	right: 0px;
}
