@font-face {
font-family: 'JW_Script';
src: url('../fonts/JW_Script.eot');
src: url('../fonts/JW_Script.eot') format('embedded-opentype'),
     url('../fonts/JW_Script.woff2') format('woff2'),
     url('../fonts/JW_Script.woff') format('woff'),
     url('../fonts/JW_Script.ttf') format('truetype'),
     url('../fonts/JW_Script.svg#JW_Script') format('svg');
		font-weight: normal;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: antialiased;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 75px;
	font-family: 'JW_Script';
}
h2 {
	font-size: 60px;
	font-family: 'JW_Script';
}
#common-home h3 {
	font-size: 50px;
	font-family: 'JW_Script';
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
h4 {
	font-family: 'Ubuntu', sans-serif;
}
a {
	color: #607B7A;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.dropdown-menu {
	border-radius:0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.nopadding {
	padding:0;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	height: 50px;
	background: rgb(67,99,98);
	background: linear-gradient(122deg, rgba(67,99,98,1) 0%, rgba(107,133,132,1) 100%);
}
#top ol, #top ul {
	margin:0;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #f1f1f1;
	text-decoration: none;
}
.dropdown-menu>li>a {
	color: #555!important;
}
.dropdown-menu>li>a:hover {
    background-image: none;
    background-color: #f9f9f9;
}
#top .btn-link:hover, #top-links a:hover {
	color: #9fb5d3;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
.top {
	display: flex;
    align-items: center;
    justify-content: right;
	height: 50px;
}
/* header { */
	/* background: #E1EDEC; */
	/* margin-bottom:10px; */
/* } */
@media (max-width:767px) {
	header {
		height: 34px;
		text-align: center;
		margin-bottom:5px;		overflow: hidden;
	}
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
@media (max-width:767px) {
	#input-search {
		margin-bottom:10px;
	}
}
#search .input-lg {
	height: 40px;
	padding: 0 10px;
	border:none;
}
#search .btn-lg {
	font-size: 15px;
	padding: 10px 12px;
	height:40px;
	overflow:hidden;
	background: #fff;
    color: #4D6481;
	border:none;
}
/* cart */
#cart {
	margin-bottom: 0;
}
.cart {
	background: transparent;
    border: 0;
}
@media (min-width:768px) {

	#menu {
		display: flex;
		align-items: center;
		justify-content: right;
	}
}
.cart-count {
	background: #f60;
    padding: 1px 6px 0;
    border-radius: 50px;
    margin-left: -3px;
    margin-top: -10px;
    float: right;
    z-index: 1;
    position: relative;
}
@media (max-width:1199px) {
	.cart-count {
		margin: -5px 0 0 -5px;
	}
}
#cart > .btn {
	font-size: 12px;
    color: #FFF;
	background:transparent;
    border: 0;
    height: 40px;
}
#cart.open > .btn {
	background: #bf6020;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	border-radius:0;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
	border-radius:0;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/*logo*/
@media (min-width:768px) {
	.desktop {
		display: none;
	}
}
@media (max-width:767px) {
	.mobiel {
		display: none;
	}
}
.navbar-brand {
    height: 50px;
    padding: 0 15px;
    /* font-size: 18px; */
    /* line-height: 20px; */
}
.navbar-brand>img {
    height: 40px;
    margin: 5px 0;
}
/* menu */
.navbar {
	border: none;
	margin-bottom: 0;
}
#menu {
    background-color: #b4caa6;
    min-height: 40px;
    border-radius: 0;
	margin-bottom: 10px;
}
#menu .nav > li > a {
	padding-top: 11px;
    padding-bottom: 11px;
	color:#151515;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background:#fff;
	color:#555;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	background: #b4caa6;
	border:0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #151515;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #555;
	background:transparent;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #333;
	padding: 3px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color:#151515;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #555}
#menu #category {
    float: left;
    padding: 9px;
    color: #ffffff;
    text-transform: uppercase;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 8px 15px;
	margin:0;
	margin-right: 0;
    float: right;
    background-color: #bf6020;
    border: none;
	height:38px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #bf6020;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
		margin:4px 0;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0;
		min-height:38px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
.htmlcontent img {
	width: 100%!important;
	height: auto;
}
#content {
	min-height: 600px;
}
.panel {
	border-radius:0;
}
.img-thumbnail {
	border:none;	padding:0;
}
/* footer */
footer {
    left: 0;
    bottom: 0;
	padding: 15px;
    width: 100%;
	background: #2d3f44;
	color: #c1c1c1;
	margin-top: 30px;
}
footer h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
    color: #737d8b;
}
footer a {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #c1c1c1;
}
footer a:hover {
	color: #909090;
}
footer hr {
    width:25%;
    margin:30px auto;
	border-top: 1px solid #cc3399;
}
.credit {
	text-align:center;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: -10px;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f8fcff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: auto;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bootstrap-datetimepicker-widget {
    border-radius: 0;
}
/* breadcrumb */
.breadcrumb {
	background: #F8FCFF;
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	border-radius:0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
#button-cart {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default,
.btn-primary {
    color: #ffffff;
    background-color: #5F7B7A;
    border: 0;
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #6b9b5d;
	background-position: 0 -15px;
	border-color:transparent;
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
	background-color: #6b9b5d;
}
.btn-warning {
	color: #ffffff;
    background-color: #da4f49;
    border: none;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {}
.btn-danger {
	color: #ffffff;
    background-color: #da4f49;
    border: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	border: none;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-group-sm>.btn, .btn-sm,
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	border-radius:0;
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 0;
    outline-offset: 0;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #fff;
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border:none;
	margin-bottom: 15px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 768px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0;
	min-height: 200px;
}
#product-category .product-thumb .caption p:first-of-type,
#common-home .product-thumb .caption p:first-of-type {
	display:none;
}
#product-category .product-thumb .caption,
#common-home .product-thumb .caption {
	min-height: 120px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-layout {
	border:1px solid transparent;
		-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-layout:hover {
	border:1px solid #ddd;
	box-shadow: 3px 3px 3px #f1f1f1;
	
}
.product-thumb .price {
	color: #444;
	margin:0;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: none;
	background-color: transparent;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: none;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 33%;
	border: none;
	display: inline-block;
	float: left;
	line-height: 38px;
	height: 38px;
	font-weight: normal;
	text-align: center;
	text-transform: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-thumb .button-group button:nth-child(1) {
	background: #617D7C;
	color: #fff;
}
.product-thumb .button-group button:nth-child(1):hover {
	color: #fff;
	background-color: #6b9b5d;
}
.product-thumb .button-group button:nth-child(2+3) {
	background: #fff;
	color: #516A8B;
}
.product-thumb .button-group button + button {
	width: 33%;
	border-left: none;
	background:#B4CAA6;
}
.product-thumb .button-group button:hover {
	color: #BF6020;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnail {
	border:0;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: none;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.nav-tabs>li>a {
	border-radius:0;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
/*slider*/
.slider {
	display: flex;
    align-items: center;
	height: 35px;
}
[class*="item-"] {
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	width:100%;
}
@media (max-width:1023px) {
	[class*="item-"] {
		position: absolute;
		display: block;
		top: 0;
	}
}
[class*="item-"] h4:before {
	font-family: "Font Awesome 6 Free";
	content: "\f00c";
	font-weight: 900;
	color: #ff8e43;
	padding-right: 5px;
}

.item-1 {
	animation-name: anim-1;
}
.item-2 {
	animation-name: anim-2;
}
.item-3 {
	animation-name: anim-3;
}
.item-4 {
	animation-name: anim-4;
}
@media (min-width: 500px) and (max-width: 1023px) {
	@keyframes anim-1 {
		0%, 6.25% { left: -100%; opacity: 0; }
		6.25%, 18.75% { left: 25%; opacity: 1; }
		25%, 100% { left: 110%; opacity: 0; }
	}
	@keyframes anim-2 {
		0%, 25% { left: -100%; opacity: 0; }
		31.25%, 43.75% { left: 25%; opacity: 1; }
		50%, 100% { left: 110%; opacity: 0; }
	}
	@keyframes anim-3 {
		0%, 50% { left: -100%; opacity: 0; }
		56.25%, 68.75% { left: 25%; opacity: 1; }
		75%, 100% { left: 110%; opacity: 0; }
	}
	@keyframes anim-4 {
		0%, 75% { left: -100%; opacity: 0; }
		81.25%, 93.75% { left: 25%; opacity: 1; }
		100% { left: 110%; opacity: 0; }
	}
	[class*="item-"] {
		width: 50%;
	}
}
@media (max-width: 499px) {
	@keyframes anim-1 {
		0%, 6.25% { left: -100%; opacity: 0; }
		6.25%, 18.75% { left: 0%; opacity: 1; }
		25%, 100% { left: 110%; opacity: 0; }
	}
	@keyframes anim-2 {
		0%, 25% { left: -100%; opacity: 0; }
		31.25%, 43.75% { left: 0%; opacity: 1; }
		50%, 100% { left: 110%; opacity: 0; }
	}
	@keyframes anim-3 {
		0%, 50% { left: -100%; opacity: 0; }
		56.25%, 68.75% { left: 0%; opacity: 1; }
		75%, 100% { left: 110%; opacity: 0; }
	}
	@keyframes anim-4 {
		0%, 75% { left: -100%; opacity: 0; }
		81.25%, 93.75% { left: 0%; opacity: 1; }
		100% { left: 110%; opacity: 0; }
	}
	[class*="item-"] {
		width: 100%;
	}
}
/* 	1. aantal rijen x 4 : 100 = xxx
	2. xxx zet je in de eerste rij bij het tweede percentage en in de tweede rij, eerste percentage
	3. tel deze twee op en tel deze uitkomst weer bij het eerste percentage op van de tweede rij
	4 herhaal dit voor alle rijen
*/
.zoekblok {
	position: absolute;
    z-index: 1;
	left:15px;
}
.zoekblok input[type="text"]{
    margin: 8px 0;
    text-indent: 1px;
    padding: 3px 0 3px 22px;
    width: 5px;
    height: 34px;
    background-color: #fff;
    color: #999;
    line-height: 34px;
    font-weight: normal;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    cursor: pointer;
    border: 0;
}
.zoekblok input[type="text"]:focus{
    width: 100%;
    outline: none;
    background:#fff;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    cursor:text;
}
@media (min-width:768px) {
.row.equal {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
}.label-warning:before {
    content: "enkelen ";
}.label-success,.label-warning,.label-danger {	font-size: 85%;
	font-weight: 100;
	border-radius: 0;
	padding: 4px 5px;
	text-transform: lowercase;}