@import url('https://fonts.googleapis.com/css?family=ABeeZee|Lato|Mali|Kalam');
/** ===

/* opmaak van body van de website */

h1 {
	display: block;
	font-size: 1.0em;
	line-height: 1.0em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h2 {
	display: block;
	font-size: 1em;
	line-height: 1.0em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h3 {
	display: block;
	font-size: 0.9em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h4 {
	display: block;
	font-size: 1em;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h5 {
	display: block;
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
h6 {
	display: block;
	font-size: .67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
.button {
	display: inline-block;
	position: relative;
	color: white;
	/* letterkleur van de menu knoppen */
	background: green;
	/* achtergrondkleur vam de menu knoppen */
	text-decoration: none;
	font-weight: bold;
	/* font settings */
	font-size: 1em;
	padding: 0.5% 0.5%;
	/* font settings */
	overflow: hidden;
	width: 200px;
	height: 40px;
	/* height of each button */
	text-align: center;
	border-radius: 10px;
	/* border radius */
	-moz-transition: all 0.3s ease-in-out;
	/* Enable CSS transition between property changes */
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 40px;
	background-image: none;
}
a.button>span:first-child:after {
	/* CSS generated content */
	display: block;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
}
a.button:hover {
	font: bold 1em monospace;
	/* font settings */
	letter-spacing: 2px;
	/* font settings */
	color: black;
	/* color of button on hover */
	/* bg color of button on hover */
	box-shadow: 0 0 20px black inset;
	background-color: aqua;
	background-image: none;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Lato', sans-serif;
	line-height: 1.1em;
	font-size: 120%;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	background: transparent url(../afbeeldingen/background.jpg) fixed;
}
/*Logo */

* #smallscreen {
	display: none;
}
*.wiebenik-hidden {
	display: none;
}
.logopicture {
	width: 100%!important;
	height: auto;
}
/* lettertype opmaak van  */

* #header, * #menu, * #footer, * h2, * h3 {
	font-family: 'ABeeZee', sans-serif;
}
* #footer {
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	clear: both;
	color: black;
}
.welkom h2 {
	/* opmaak van de h2 in de welkom */
	padding: 1px;
	font-size: 75%;
	text-align: center;
}
.quote {
	display: block;
	width: 80%;
	margin: 0 auto;
}
* #content {
	/* opmaak van alles in de content */
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
/* opmaak van hoofdkolom main, deze float left in de div content*/

* #main {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	float: left;
}
/* opmaak van alles binnen div main */

* #main .textArea {
	margin: 0 auto;
	font-size: 1.0em;
	padding: 0 5%;
	color: #222222;
}
.fotogalerij {
	background: #d2e7ab;
	text-align: center;
	width: 900px;
	max-width: 100%;
	margin: 20px auto;
	display: box;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.fotogalerij .blog {
	padding: 2%;
	font-family: robota;
}
.fotogalerij img {
	border: 1px solid darkgrey;
	margin: 4px;
}
.foto-popup {
	display: none;
}
.foto-popup .onderschrift {
	position: absolute;
	background: white;
	top: 80%;
	left: 32%;
	color: black;
	font-weight: bolder;
	border: 1px solid darkgrey;
	margin: 4px;
	padding: 1%;
	border-radius: 10px;
}
.foto-popup:target {
	display: block;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	max-width: none;
}
.foto-popup img {
	max-width: 90%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 20px;
}
.vorige, .volgende {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
	color: #4caf50;
	font-size: 3em;
}
.vorige:hover, .volgende:hover {
	color: white;
}
.vorige {
	left: 20px;
}
.volgende {
	right: 20px;
}
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/* 4x3 Aspect Ratio */

.iframe-container-4x3 {
	padding-top: 75%;
}
.video-container {
	overflow: hidden;
	padding-top: 43%;
	position: relative;
}
*.aanbiedingen header {
	display: none;
}
.flex-container {
	display: flex;
	justify-content: center;
	font-size: 80%;
	width: 100%;
}
.flex-container-jos {
	display: flex;
	justify-content: center;
	font-size: 80%;
	width: 100%;
}
.flex-container>div.inleiding {
	display: box;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	background: #d2e7ab;
	font-family: "lato";
	width: 100%;
	margin: 1%;
	padding: 1%;
}
.flex-container-nieuws {
	display: flex;
	justify-content: center;
	font-size: 80%;
	width: 100%;
}
/*** opmaak van de download sektie*********************************/

.flex-container-download {
	display: flex;
	justify-content: center;
	font-size: 80%;
	width: 100%;
}
.flex-container-download>div.folder {
	display: box;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	background: #d9ecff;
	color: black;
	font-family: "lato";
	width: 100%;
	margin: 1%;
	padding: 1%;
}
/*** einde van de opmaak van de downloadsektie*****************/

.flex-container-nieuws>div.flexnieuws {
	display: box;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	background: green;
	color: white;
	font-family: "lato";
	width: 30%;
	margin: 1%;
	padding: 1%;
}
.flex-container-jos>div.jos {
	display: box;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	background: #d9ecff;
	font-family: "lato";
	width: 40%;
	margin: 1%;
	padding: 1%;
}
/*** opmaak van de produktlijn**********************************/

.flex-container-produktlijn {
	display: flex;
	justify-content: center;
	font-size: 80%;
	width: 100%;
}
.flex-container-produktlijn>div.produkt {
	display: box;
	
	margin: 0 auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
	background: #d9ecff;
	font-family: "lato";
	width: 100%;
	
	margin: 1%;
	padding: 1%;
}
/*** opmaak van de produktlijn***************************************/

/* opmaak van de video van youtube*/

.embed-container {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	max-width: 600px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
}
/* opmaak van het menu */

.mobile-container {
	display: none;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	display: inline;
	list-style-type: none;
}
a.glidebutton {
	display: inline-block;
	position: relative;
	color: white;
	/* letterkleur van de menu knoppen */
	background: green;
	/* achtergrondkleur vam de menu knoppen */
	text-decoration: none;
	font-weight: bold;
	/* font settings */
	font-size: 0.9em;
	padding: 0.5% 0.5%;
	/* font settings */
	overflow: hidden;
	width: 15%;
	height: 40px;
	/* height of each button */
	text-align: center;
	border-radius: 10px;
	/* border radius */
	-moz-transition: all 0.3s ease-in-out;
	/* Enable CSS transition between property changes */
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 40px;
	background-image: none;
}
a.glidebutton>span:first-child:after {
	/* CSS generated content */
	display: block;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
}
a.glidebutton:hover {
	font: bold 0.8em monospace;
	/* font settings */
	letter-spacing: 2px;
	/* font settings */
	color: black;
	/* color of button on hover */
	/* bg color of button on hover */
	box-shadow: 0 0 20px black inset;
	background-color: aqua;
	background-image: none;
}
/*-- Accordion --*/

.accordion {
	background-color: #ddffdd;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 0.8em;
	transition: 0.4s;
}
.active, .accordion:hover {
	background-color: #ccc;
}
.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: "\2212";
}
.panel {
	padding: 0 18px;
	background-color: #ddffdd;
	font-size: 0.7em;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.success {
	background-color: #ddffdd;
	border-left: 6px solid #4CAF50;
	text-align: center;
}
* .fas fa-caret-right {
	font-size: 1.2em;
	color: red;
}
* p {
	font-size: 1.0em;
	margin-left: 2%;
}
* strong {
	font-size: 1.5em;
	margin-left: 2%;
	line-height: 1.5em;
}
/* opmaak van de  */

* .contact {
	margin: 0px 0px 20px 1%;
	padding: 0;
	float: left;
	width: 100%;
}
* .contacttekst {
	margin-left: 2%;
	padding-top: 4%;
	font-size: 100%;
	color: black;
	padding-left: 2%;
	padding-right: 2%;
}
* .produktlijn li {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
	list-style-image: url(../afbeeldingen/logo.gif);
}
/* opmaak van de  */

* .webdesign {
	margin: 5px 0px 20px 1%;
	padding: 0;
	background: silver;
	width: 100%;
}
/* opmaak van span */

span.c100 {
	font-weight: bold;
	font-size: large;
}
/*foto bovenaan sidebar*/

img.c40 {
	width: 100%;
	height: auto;
}
/* opmaak van knop video */

img.c30 {
	width: 100%;
	height: auto;
	max-width: 200px;
	padding: 2%;
}
/* opmaak van de download knoppen */

img.c25 {
	width: 100%;
	height: auto;
}
/* opmaak van de ideal afbeelding */

img.c22 {
	width: 25%;
	height: auto;
}
/* opmaak van de foto's in de fotogallerij */

img.c19 {
	width: 100%;
	height: auto;
}
/*foto voorbeeld 1 en voorbeeld 2*/

img.c15 {
	float: left;
	width: 30%;
	height: auto;
	padding: 1%;
	border: none;
	border-radius: 10%;
}
.veilig {
	display: block;
	width: 250px;
	height: auto;
	float: left;
	margin-left: 5%;
}
/*foto voorbeeld 1 en voorbeeld 2*/

img.c14 {
	float: left;
	width: 50%;
	height: auto;
	padding: 1%
}
/*foto 6 en foto 7 (kleine foto's met toebehoren*/

img.c13 {
	width: 40%;
	height: auto;
}
/*foto iodfc47*/

img.c11 {
	width: 25%;
	height: auto;
}
/*foto kentek2 */

img.c10 {
	width: 50%;
	height: auto;
	float: left;
	padding: 2%;
}
/*foto ondernemersprijs*/

img.links {
	width: 200px;
	max-width: 200px;
	border: none;
	border-radius: 15%;
	height: auto;
	float: left;
	padding: 2%;
}
img.rechts {
	width: 25%;
	max-width: 200px;
	border: none;
	border-radius: 15%;
	height: auto;
	float: right;
	padding: 2%;
}
img.reviewlinks {
	width: 25%;
	max-width: 200px;
	border: none;
	border-radius: 15%;
	height: auto;
	float: left;
	padding: 2%;
}
img.reviewrechts {
	width: 25%;
	max-width: 200px;
	border: none;
	border-radius: 15%;
	height: auto;
	float: right;
	padding: 2%;
}
img.type {
	width: 50%;
	border: none;
	border-radius: 5%;
	height: auto;
	float: left;
	padding: 2%;
}
/*foto certificaat*/

img.c8 {
	width: 25%;
	height: auto;
	float: left;
	padding: 1%;
}
/*foto vlaggen*/

img.c6 {
	width: 7%;
	height: auto;
	float: left;
}
img.c7 {
	width: 7%;
	height: auto;
	float: right;
}
/*foto lachende Jos met ab*/

img.c5 {
	border: none;
	border-radius: 5%;
	width: 50%;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
}
img.comment {
	width: 100%;
	height: auto;
}
/*foto Jos op werkbank*/

.intro {
	border: none;
	border-radius: 5%;
	width: 50%;
	height: auto;
	float: right;
	margin: 1%;
}
/*pijl terug naar menu positie*/

/*pijl terug naar menu*/

img.c4 {
	position: fixed;
	bottom: 10px;
	border: 0px solid;
	width: 40px;
	height: auto;
	opacity: 0.5;
}
/*facebook*/

img.c3 {
	border: 0px solid;
	width: 50%;
	height: auto;
}
img.c1 {
	width: 100%;
	height: auto;
}
.clear {
	clear: both;
}
video {
	float: left;
	width: 100%;
}
/*opmaak van het contact formulier*/

form {
	text-align: center;
	margin-top: 20px;
}
input, textarea {
	padding: 15px;
	border: 1px solid #abe;
	border-radius: 6px;
	width: 80%;
	font: 20px Verdana;
	margin-bottom: 20px;
	background: #eef;
}
input[type=submit] {
	padding: 15px;
	border-radius: 10px;
	background: linear-gradient(#6df, #29f);
	border: 0px solid #47d;
	cursor: pointer;
	color: white;
	width: 240px;
}
input[type=submit]:active, input[type=submit]:hover {
	background: linear-gradient(#7ef, #3af)
}
::-webkit-input-placeholder {
	color: #abe;
}
:-moz-placeholder {
	color: #abe;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #abe;
}
/* MEDIA QUERIES breekpoints===========================================================*/

@media only screen and (max-width: 1149px) {
	body {
		width: 98%;
	}
	* .contact {
		width: 90%;
	}
	a.glidebutton {
		font-size: 90%;
	}
}
@media only screen and (max-width: 1028px) {
	/*  hier staat de css code voor tablets in landscape mode */
	* #banner {
		font-size: 0.7em;
		margin-top: -40px;
	}
	.flex-container-jos {
		display: block;
	}
	.flex-container-jos>div.jos {
		display: block;
		width: 80%;
		margin: 0px auto;
	}
	
	
	
	
	
	
	
	
	
	img.reviewlinks {
		width: 25%;
		max-width: 200px;
		border: none;
		border-radius: 15%;
		height: auto;
		float: left;
		padding: 2%;
	}
	img.reviewrechts {
		width: 25%;
		max-width: 200px;
		border: none;
		border-radius: 15%;
		height: auto;
		float: right;
		padding: 2%;
	}
}
@media only screen and (max-width: 995px) {
	a.glidebutton {
		font-size: 80%;
	}
	a.glidebutton:hover {
		font: bold 0.7em monospace;
	}
	@media only screen and (max-width: 960px) {
		*#main {
			width: 98%;
		}
		*.fotogalerij {
			width: 99%;
		}
		/* opmaak van de inhoud van zijkolom  */
		* .fotogalerij .textArea {
			width: 99%;
		}
		
		
		
		
		
		
		div.gallery {
			margin: 5px;
			float: left;
			width: 30%;
		}
		img.c19 {
			width: 50%;
			float: left;
			padding: 1%;
		}
		/*foto bovenaan sidebar*/
		img.c40 {
			width: 100%;
			height: auto;
		}
	}
	@media all and (max-width: 890px) {
		/* your content here */
		a.glidebutton {
			font-size: 70%;
		}
		a.glidebutton:hover {
			font: bold 0.6em monospace;
			img.type {
				width: 90%;
				padding: 4%;
			}
			.flex-container-produktlijn {
				display: block;
			}
			}
			@media only screen and (max-width: 800px) {
				.produkt h2 {
					/* opmaak van de h2 in de welkom */
					font-size: 1.3em;
					text-align: center;
				}
				a.glidebutton {
					font-size: 55%;
				}
				@media only screen and (max-width: 767px) {
					/* hier staat de css code voor smartphones in landscape mode */
					body {
						width: 98%;
					}
					#main {
						clear: both;
						width: 95%;
					}
					#main .textArea {
						margin: 0;
					}
					.flex-container-nieuws {
						display: block;
					}
					.flex-container-nieuws>div.flexnieuws {
						display: block;
						width: 80%;
						margin: 0px auto;
					}
					.flex-container-produktlijn {
		display: block;
	}
	.flex-container-produktlijn>div.produkt {
		display: block;
		width: 80%;
		margin: 0px auto;
	}
					
					
					
					.video-container {
						padding-top: 10%;
					}
					.contact {
						padding-top: 1%;
						margin: 0px auto;
						width: 98%;
						padding-right: 20px;
					}
					/*foto lachende Jos*/
					img.c5 {
						border: 0px solid;
						width: 95%;
					}
					img.c22 {
						border: 0px solid;
						width: 100%;
						max-width: 400px;
					}
					img.links {
						width: 40%;
						max-width: 200px;
						height: auto;
					}
					img.rechts {
						width: 40%;
						max-width: 200px;
						height: auto;
					}
				}
				@media only screen and (max-width: 720px) {
					/* hier staat de css code voor smartphones in landscape mode */
					a.glidebutton {
						width: 31.5%;
						font-size: 90%;
					}
					a.glidebutton:hover {
						font-size: 90%;
					}
					.intro {
						width: 100%;
						border-radius: 0;
					}
					.flex-container>div.produkt {
						display: block;
						width: 100%;
					
					}
					.contact {
						padding-top: 15%;
						margin: 0px auto;
						clear: both;
						width: 100%;
						padding-right: 20px;
					}
					#main .textArea {
						margin: 0;
					}
					/*foto facebook logo*/
					img.c3 {
						border: 0px solid;
						width: 50%;
						padding-left: 20%;
						padding-bottom: 2%;
					}
					/*foto ondernemersprijs*/
					img.c9 {
						width: 25%;
						height: auto;
					}
					/*foto certificaat*/
					img.c8 {
						width: 48%;
						height: auto;
					}
					/*foto lachende Jos*/
					img.c5 {
						border: 0px solid;
						width: 100%;
					}
				}
				@media only screen and (max-width: 660px) {
					figure {
						width: 38%
					}
				}
				@media only screen and (max-width: 565px) {}
				@media only screen and (max-width: 515px) {}
				@media only screen and (max-width: 479px) {
					/* hier staat de css code voor smartphones in portrait mode */
					body {
						font-size: 120%;
						width: 95%;
						padding-left: 10px;
					}
					* #banner {
						margin-top: -30px;
					}
					.fullmenu {
						display: none;
					}
					.mobile-container {
						display: block;
					}
					.mobilenav {
						overflow: hidden;
						position: relative;
					}
					.mobilenav a.glidebutton {
						color: white;
						float: left;
						width: 46%;
						height: 40px;
						padding: 1%;
						margin: 1%;
						font-size: 20px;
						line-height: 20px;
					}
					.mobilenav a.glidebutton:hover {
						color: white;
						font-size: 80%;
					}
					.mobilenav #myLinks {
						display: none;
					}
					.mobilenav a {
						color: black;
						padding: 14px 16px;
						text-decoration: none;
						font-size: 20px;
						display: block;
					}
					.mobilenav a.icon {
						background: #88c31c;
						display: block;
						position: absolute;
						right: 0;
						top: 0;
					}
					.mobilenav a:hover {
						background-color: #0775e4;
						color: black;
					}
					.active {
						background-color: #d3e8ac;
						color: black;
						text-align: right;
						margin-right: 40px;
					}
					.jos {
						display: none;
					}
					.flexnieuws {
						background: black;
						width: 95%;
						margin: 1%;
					}
					* #bigscreen {
						display: none;
					}
					* #smallscreen {
						display: block;
					}
					*.aanbiedingen header {
						display: block;
					}
					.flex-container-produktlijn {
						display: block;
					}
					.flex-container-produktlijn>div.produkt {
						display: block;
						width: 98%;
						margin: 1%;
						padding: 1%;
					}
					.contact {
						width: 90%;
						margin: 0px auto;
						padding-top: 18%;
					}
					/* opmaak van de ideal afbeelding */
					img.c22 {
						width: 80%;
						height: auto;
					}
					/* opmaak van de foto's in de fotogallerij */
					img.c19 {
						width: 100%;
						height: auto;
					}
					/*foto voorbeeld 1 en voorbeeld 2*/
					img.c15 {
						width: 90%;
						height: auto;
						padding: 5%;
					}
					img.c14 {
						width: 100%;
						height: auto;
					}
					/*foto 6 en foto 7 (kleine foto's met toebehoren*/
					img.c6 {
						width: 15%;
						height: auto;
					}
					img.c7 {
						width: 15%;
						height: auto;
					}
					img.c13 {
						width: 40%;
						height: auto;
					}
					/*foto vlaggen*/
					/*foto lachende jos*/
					img.c5 {
						border: 0px solid;
						width: 98%;
						height: auto;
						margin-top: 0px;
						margin-bottom: 0px;
					}
					*.aanbiedingen header {
						display: block;
					}
					*.aanbiedingen .textArea {
						display: none;
					}
					*.sidebar {
						display: none;
					}
					*.wiebenik-hidden {
						display: block;
					}
				}