/* KLEUREN

KLEUR1		#009DE0		logoblauw licht

KLEUR2		#303880		logoblauw donker



/* ============================ FONT IMPORT ============================== */
/*@import url(https://fonts.googleapis.com/css?family=Halant);



/* ============================ ALGEMEEN ============================== */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase!important;
	color: #6e6e6e;
	 letter-spacing: 1px;
}

ul {
    list-style-image: url('../../../images/design/luciusbullet.png');
	margin: 0;
	margin-left: 18px;
    padding: 0;
}
}

#player {
	max-width: 720px;
}

#sp-component img {
	margin-bottom: 30px;
}

.portfoliopica {
	float: right;
	max-width: 500px;
	margin-left: 30px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 799px) {
	.portfoliopica {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 15px;
		clear: both;
	}
}

/* ============================ HEADER ============================== */
#sp-top-bar {
	display: none;
}

.itemid-101 #sp-header.animated.menu-fixed-out{
    background: rgba(256, 256, 256, 0.8);
}

.itemid-101 #sp-component {
	top: -90px;
}


/* ============================ MINITEK WALL ============================== */
/* oude code
.mnwall-masonry .mnwall-item-outer-cont.content-left .mnwall-item-inner {
    width: 65%;
}
.mnwall-big .mnwall-item-inner h3.mnwall-title a, .mnwall-big .mnwall-item-inner h3.mnwall-title span,
.mnwall-horizontal .mnwall-item-inner h3.mnwall-title a, .mnwall-horizontal .mnwall-item-inner h3.mnwall-title span {
    font-size: 20px;
}
.mnwall-hover-box-content .mnwall-item-link-icon, .mnwall-hover-box-content .mnwall-item-lightbox-icon {
    background: #009DE0;
}
*/
#mwall_items_1 .mwall-big .mwall-item-outer-cont .mwall-item-inner,
#mwall_items_1 .mwall-horizontal .mwall-item-outer-cont .mwall-item-inner {
    width: 65%!important;
}
.mwall-big .mwall-item-inner h3.mwall-title a, .mwall-big .mwall-item-inner h3.mwall-title span,
.mwall-horizontal .mwall-item-inner h3.mwall-title a, .mwall-horizontal .mwall-item-inner h3.mwall-title span {
    font-size: 20px;
}
.mwall-hover-box-content .mwall-item-link-icon, .mwall-hover-box-content .mwall-item-lightbox-icon {
    background: #009DE0;
}

.entry-header h2 {
    margin: 30px 0 0;
}

/* ============================ MENU ============================== */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 14px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    background-color: #009DE0;
    color: #fff;
}


/* ============================ BOTTOM ============================== */



/* ==================== MOBILE VIEW ==================== */
@media only screen and (max-width: 1200px) {
	
	
	
}