@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-Medium.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-MediumItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-Book.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-BookItalic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

/* */


@font-face {
	font-family: 'Cocogoose-Classic';
	src: url('../fonts/Cocogoose-Classic-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

.single_blog .blog_content h4 {
	line-height:1.3;
}

body {
	font-family: 'Arboria';
}

.post_title a {
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
	margin-bottom:1px;
	width: 100%;
    display: block;
	
}

.single_blog .blog_content h4 {
	margin-bottom:1px;
}

h1, h2, h3, h4, .main-menu nav > ul > li > a {
	font-family: 'Cocogoose-Classic';
	font-weight:900;
	text-transform:uppercase;
}

h1, h2, h3, h4 {
	margin-bottom:1px;
}

#blog_page_area .single_blog .post_title {
	font-size:20pt;
	line-height:1.3;
	margin-bottom:1px;
}


#page_item_area h1 {
	display: inline-flex;
    padding: 7px 6px 0 6px;
    background-color: #2C2E35;
}

#page_item_area {
	background: repeating-linear-gradient(
  -45deg,
  #00B9F2,
  #00B9F2 75px,
  #fff 75px,
  #fff 150px
) !important;
border-top:2px solid #00B9F2;
	border-bottom:2px solid #00B9F2;
}

.font-weight-bold {
	font-family: 'Arboria';
}

.p_items li {
	background-color: #2C2E35;
    padding: 0 6px;
}

.p_items li + li::before {
	display:none;
}

.dev-form {
	padding:15px;
	background-color:#FFE2AD;
	border:2px solid orange;
}

.footer-developer {
	margin-left:50px;
}

.footer-developer a {
	text-decoration:underline;
}

.language-links a {
	color:#ffffff;
}

.footer-developer i {
	color:#FF2D56;
	font-size:115%;
}

#cropper .image > img {
	max-width: 100%;
	max-height: 300px;
}

#page_item_area h1 {
	
	font-size: 25px;
    color: #fff;
	line-height:26px;
}

.no-select * {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}

.pointer {
	cursor: pointer;
}

.ellipsis-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*PURE MARGIN / PADDING CLASSES*/
.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-25 {
	margin-top: 15px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-b-0 {
	margin-bottom: 0px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.p-b-0 {
	padding-bottom: 0px;
}

.p-b-25 {
	padding-bottom: 25px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-b-50 {
	padding-bottom: 50px;
}

.p-t-7 {
	padding-top: 7px;
}

.m-t-50 {
	margin-top: 50px;
}

.p-t-0 {
	padding-top: 0px !important;
}

.p-t-2 {
	padding-top: 2px !important;
}

.p-t-5 {
	padding-top: 5px !important;
}

.p-t-10 {
	padding-top: 10px !important;
}

.p-t-30 {
	padding-top: 30px !important;
}

.home-color-alternately:nth-child(odd) {
	background-color:#ffffff;
}

.home-color-alternately:nth-child(even) {
	background-color:#f8f8f8;
}

.order-line-status {
	display: inline-block;
	border-radius: 20px;
	padding: 10px 20px;
}

.order-line-status.status-0 {
	background-color: #ffffff;
	color: #000000;
}

.order-line-status.status-1 {
	background-color: green;
	color: #ffffff;
}

.order-line-status.status-2 {
	background-color: #89D0E5;
	color: #ffffff;
}

.order-line-status.status-3 {
	background-color: orange;
	color: #ffffff;
}

#retour-form .selected-records .selected-records-arrow {
	width: 50px;
	height: 25px;
	border-left: 1px solid #929292;
	border-bottom: 1px solid #929292;
	margin-left:18px;
	margin-top: 20px;
	position: relative;
	display: inline-block;
}

#retour-form .selected-records .selected-records-arrow:after {
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	top:-2px;
	left: -5px;
	border-left: 1px solid #929292;
	border-top: 1px solid #929292;
	transform: rotate(45deg);
}

#retour-form .selected-records .selected-records-buttons {
	display: inline-block;
	padding-left: 5px;
}

#retour-form .selected-records .selected-records-buttons button {
	background-color: #89D0E5;
	color: #ffffff;
	outline:0;
	border:0;
	padding: 10px 15px;
}

#retour-form .selected-records .selected-records-buttons button[disabled="disabled"] {
	background-color: lightblue;
	cursor: not-allowed;
}

#retour-form .amount-selector {
	display: inline-block;
}

#retour-form .amount-selector input {
	min-width: 50px;
	max-width: 75px;
	padding: 0;
}

#retour-form .amount-selector input.error-field {
	border: 1px solid red;
}

#retour-form .order-details {
	border: 1px solid #000;
	display: block;
	padding: 15px;
	margin-bottom: 25px;
}

#retour-form .order-invoices {
	padding-left: 5px;
	padding-bottom: 25px;
}

#retour-form .order-specs {
	padding-bottom: 25px;
}

#retour-modal table {
	margin-top: 25px;
}

#retour-modal table tr > td:nth-child(1), #retour-modal table tr > th:nth-child(1) {
	padding-left: 10px;
}

#retour-modal table td, #retour-modal table th {
	padding-top: 10px;
	padding-bottom: 10px;
}

#retour-modal table tr:nth-child(odd) {
	background-color: #FAFAFA;
}

#retour-modal table tr:nth-child(even) {
	background-color: #F2F2F2;
}

#retour-modal table thead tr {
	background-color: #F2F2F2 !important;
}

.pswp__bg {
	opacity: 0.88 !important;
}

/* START: This CSS is for ALL themes (some edits might be required for specific themes). */
	.mce-content-body, .mce-content-body * {
		box-sizing: border-box;
	}


	.mce-content-body {
		margin:0 0 0 0;
		padding:0px 100px;
	}

	.mce-content-body > :first-child {
		margin-top:0!important;
	}
	
	.mce-content-body > :last-child {
		margin-bottom:0!important;
	}

	.mce-content-body blockquote {
		padding: 10px 20px;
		margin: 40px auto;
		font-size: 17.5px;
		border-left: 5px solid #eee;
		width:90%;
	}

	.mce-content-body blockquote footer {
		display: block;
		font-size: 90%;
		line-height: 1.42857143;
		color: #777;
	}

	.mce-content-body blockquote footer .quotee,
	.mce-content-body blockquote footer cite {
		font-size:110%;
		font-style:italic;
	}

	.mce-content-body h1,
	.mce-content-body h2,
	.mce-content-body h3,
	.mce-content-body h4,
	.mce-content-body h5 {
		margin:30px 0 10px;
		font-weight:400;
	}

	.mce-content-body p {
		margin:0 0 24px 0;
	}

	.mce-content-body ul {
		list-style-type:disc;
	}
	
	.mce-content-body ul li {
		list-style-type:disc;
	}

	.mce-content-body ul,
	.mce-content-body ol {
		width:90%;
		margin:40px auto;
		padding-left: 21px;
		margin-top: 10px;
	}

	.mce-content-body li {
		float:none;
	}

	.mce-content-body table {
		width:90%;
		border-collapse:collapse;
		margin:40px auto;
	}

	.mce-content-body table tr td {
		border:0px solid transparent;
		padding:12px;
		border-bottom:1px solid #dddddd;
	}

	.mce-content-body table tr:nth-child(even) {
		background-color:#f9f9f9;
	}

	.mce-content-body img {
		display:block;
		width:75%;
		padding:0 10px;
		margin:40px auto;
	}

	.mce-content-body img.direction-inline {
		display:inline-block;
		margin: 10px auto;
	}

	.mce-content-body img.direction-left {
		float:left;
		padding:15px 15px 15px 0px;
		margin: auto auto;
	}

	.mce-content-body img.direction-right {
		float:right;
		padding:15px 0px 15px 15px;
		margin: auto auto;
	}

	.mce-content-body img.width-100 {
		width:100%;
	}

	.mce-content-body img.width-75 {
		width:75%;
	}

	.mce-content-body img.width-50 {
		width:50%;
	}

	.mce-content-body img.width-33 {
		width:33.33333333%;
	}

	.mce-content-body img.width-25 {
		width:25%;
	}

	.mce-content-body .embed-responsive {
		position: relative;
		display: block;
		width: 75%;
		margin:40px auto;
		padding: 0;
		height:auto;
		overflow: hidden;
	}

	.mce-content-body .embed-responsive::before {
		display: block;
		content: "";
		padding-top: 56.25%;
	}

	.mce-content-body .embed-responsive iframe {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.mce-content-body .defaultContent {
		box-sizing:border-box;
		border:1px solid rgb(185,185,185);
		background-color:rgb(220,220,220);
		padding:2px;
		width:100%;
		display:block;
		margin:15px auto;
	}

	.mce-content-body .defaultContent:before {
		content:"Standaard Pagina Content";
		color:#000;
		font-weight:bold;
		display:block;
		width:100%
	}
	.mce-content-body .defaultContent:after {
		content:"Op deze locatie komt de standaard vooraf geprogrammeerde content van de pagina te staan. Let op: niet alle pagina's hebben vooraf geprogrammeerde content.";
		width:100%;
		color:#000;
		display:block;
	}
	.full-width-mce .mce-content-body {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.mce-content-body a {
		color:#16afde;
		text-decoration: underline;
	}
/* START: This CSS is for ALL themes (some edits might be required for specific themes). */

.ftr_social_icon.large ul li a {
	border: 1px solid #999;
    border-radius: 50%;
    color: #999;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: .5s;
}

.ftr_social_icon.large ul li:hover a {
	color:#ffffff;
}

.ftr_social_icon.large {
	margin-bottom:20px;
}

.ftr_social_icon.inline {
	display:inline-block;
	margin-top:0px !important;
}

.ftr_social_icon.inline ul li a {
    padding-left: 4px;
	border-color: #16afde;
}

.ftr_social_icon.inline ul li:hover a i {
	color:#ffffff !important;
}

.single_sidebar ul li a {
	line-height: 23px;
}

.mce-no-padding > .mce-content-body {
	padding:0;
}

.pd_tab_area .mce-content-body ul {
	margin-top: 0px;
	padding-left: 50px;
}

.pd_tab_area .mce-content-body li {
	display: list-item !important;
	padding-top:0;
	padding-bottom:0;
}

.tab-pane.mce-content-body .embed-responsive {
	width:100%;
}

button[disabled] {
	pointer-events: none;
}

.card-header .form {
	flex-shrink:0;
	padding:0 15px;
	display:flex;
	align-items:center;
}

.check-off-button {
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	background-color:transparent;
	border:0px solid transparent;
	outline:none!important;
	padding:0;
	margin:0;
	border: 2px solid #16afde;
	color: #16afde;
	border-radius: 45px;
}

.check-off-button:hover, 
.checked-off {
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	background-color:#16afde;
	border:0px solid transparent;
	outline:none!important;
	padding:0;
	margin:0;
	border: 2px solid #16afde;
	color: #fff;
	border-radius: 45px;
}

.card-header {
	border-bottom:0;
	display:flex;
	padding:0;
}

.card-header .btn {
	padding:18px 35px;
	font-weight:700;
	text-decoration: none !important;
}

.nav-tabs .nav-link {
	font-weight:600;
}

.card-header .btn:hover {
	text-decoration: underline !important;
}

.nav-tabs {
	border-bottom:1px solid #dee2e6;
	padding:8px 0 0 35px;
}

.tab-content {
	padding:15px 35px 18px 35px;
}

.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}



.tab-pane.mce-content-body {
	padding:0;
}

.tab-pane.mce-content-body:not(:empty) + div:not(:empty) {
	margin-top:0;
}

.card-body {
	border-top:1px solid #dfdfdf;
	padding:0;
}

.nav-link {
	position: relative;
	top: 1px;
}

#page_item_area .main-avatar .image {
	width:70px;
	height:70px;
}

#page_item_area {
	padding:12px 0;
}

.course-heading {
	margin-top:1px;
	width:100%;
	padding:40px;
	position:relative;
	background-size: cover;
	border-radius: 4px;
	margin-bottom:25px;
}

.course-heading:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	content:'';
	background-color:rgba(0,0,0,.1);
}

.heading-text {
	font-size:24px;
	font-weight:700;
	color:#fff;
	position:relative;
	text-shadow:0px 0px 15px rgba(0,0,0,.50);
	z-index:1;
}

.heading-subtext {
	position:relative;
	z-index:1;
	color:#fff;
	margin-top:-2px;
	text-shadow:0px 0px 15px rgba(0,0,0,.50);
}

.download-material {
	margin-bottom:10px;
	margin-right:10px;
}

.owl-stage > .owl-item:nth-child(5) .slider-animated-1 p, .owl-stage > .owl-item:nth-child(7) .slider-animated-1 p {
	background-color: #FFDF00 !important;
	font-weight: bold;
	color:#444444;
}