@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	border: 0;
	outline: 0;
	font-size: 100%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
}
a,  a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
}
a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
}
a:hover {
	color: #E45C31;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
}
a:focus {	color: #E45C31; background-image: none;
}
a:active {
	color: #999999;
	background-image: none;
}
body {
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #1d6796;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(29, 103, 150)), to(rgb(74, 32, 112)));
	background-image: -webkit-linear-gradient(top, rgb(29, 103, 150), rgb(74, 32, 112));
	background-image: -moz-linear-gradient(top, rgb(29, 103, 150), rgb(74, 32, 112));
	background-image: -o-linear-gradient(top, rgb(29, 103, 150), rgb(74, 32, 112));
	background-image: -ms-linear-gradient(top, rgb(29, 103, 150), rgb(74, 32, 112));
	background-image: linear-gradient(top, rgb(29, 103, 150), rgb(74, 32, 112));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#1d6796', EndColorStr='#4a2070');
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1 {
	color: #FFFFFF;
	font-weight: 400;
	line-height: normal;
	font-style: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	text-align: left;
	font-size: 26px;
}
h2 {
	color: #E67816;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	font-variant: normal;
	font-size: large;
}
h3 {
	font-style: normal;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	color: #CDD4B3;
	line-height: normal;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 15px;
}
h4 {
	font-style: normal;
	font-weight: 400;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #ffffff;
	line-height: normal;
	margin-bottom: 20px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F26328;
	margin-bottom: 20px;
	line-height: normal;
	text-align: left;
}
.main {
	background-image: url(../../../images/background_semitransparent.png);
	padding-bottom: 10px;
	max-width: 1000px;
}
.header {
	padding-bottom: 20px;
	padding-top: 10px;
	background-image: url(../../../images/thefuturenow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.header-subwebsite {
	padding-bottom: 20px;
	padding-top: 10px;
	}
.newsHeader {
	color: #F1592A;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: thin solid #FFFFFF;
	font-size: small;
	line-height: normal;
	padding-bottom: 5px;
}
.darkbackground {
	background-image: url(../../../images/background_semitransparent.png);
	padding-top: 20px;
	text-align: justify;
}
.serviceDescriptionBox {
	position: absolute;
	bottom: -250px;
	width: 88%;
	left: 0px;
	margin-left: 4%;
	margin-right: 4%;
	background-image: url(../images/background_semitransparent_dark.png);
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 5px;
}
.serviceWrapperFirst {
	position:relative;
	margin-top: 6px;
	margin-bottom: 6px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.serviceWrapper {
	position:relative;
	clear: none;
	margin-top: 6px;
	margin-bottom: 6px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.serviceImageBox {
	position: absolute;
	top: -200px;
	left: 0px;
	display: none;
}
.serviceDescriptionBox {
	position: absolute;
	bottom: -250px;
	width: 88%;
	left: 0px;
	margin-left: 4%;
	margin-right: 4%;
	background-image: url(../../../images/background_semitransparent_dark.png);
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 5px;
	text-align: justify;
}
#subFooterContainer {
	background-image: url(../../../images/background_semitransparent.png);
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.Core {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: auto;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #246590;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#246590), to(#4b216c));
	background-image: -webkit-linear-gradient(top, #246590, #4b216c);
	background-image: -moz-linear-gradient(top, #246590, #4b216c);
	background-image: -o-linear-gradient(top, #246590, #4b216c);
	background-image: -ms-linear-gradient(top, #246590, #4b216c);
	background-image: linear-gradient(top, #246590, #4b216c);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#246590', EndColorStr='#4b216c');
	letter-spacing: 2px;
	vertical-align: middle;
	text-align: center;
	padding-right: 7%;
	padding-left: 7%;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #333333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	behavior: url(../webassist/button_styles/ie-css3.htc);
}
.Core:hover {
	border-color: #F15737;
	outline-color: #F15737;
	float: left;
}
.socialWrapper {
	margin-top: 50px;
}
.socialWrapper a img {
	margin-left: 10px;
	margin-right: 10px;
}
#mp3Player1 .dmxHTML5MP3PlayerDisplay {
	display: none;
}
.row.thefuturenow {
	margin-top: 30px;
	margin-bottom: 10px;
}
#mp3Player1 .dmxHTML5MP3PlayerPlaylist {
	display: none;
}
#nav {
	background-color: #F5F5F5;
	z-index: 9999;
	position: relative;
}
#navWrap {
	height: 30px;
	display:block;
	margin-bottom: 20px;
}
.contentwrapper  {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: justify;
}
.darkbackpadded {
	padding: 10px;
	background-image: url(../../../images/background_semitransparent.png);
	min-height: 205px;
}
.darkbackpaddedsmaller {
	padding: 10px;
	background-image: url(../../../images/background_semitransparent.png);
	overflow: hidden;
}
.darkback {
	background-image: url(../../../images/background_semitransparent.png);
	margin-left: 15px;
	margin-right: 15px;
}
.img-thumbnail {
	border-color: #FFFFFF !important;
	border-width: thick;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.contactinfocontainer {
		padding-top: 20px;
}
.contactLineInfo {
	width: 70%;
	float: left;
	padding-top: 7px;
	margin-left: 3px;
}
.iconWrapper {
	float: left;
	margin-right: 15px;
	height: 32px;
}
.contactLineContainer {
	display: block;
	overflow: hidden;
}
.smallTitle {
	font-size: 11px;
	text-align: left;
	margin-bottom: 20px;
	display: block;
}
.nameTitle {
	font-size: 14px;
}
.whiteInnerContainer {
	background-color: #FFF;
	padding-right: 50px;
	padding-left: 50px;
	color: #666;
	text-align: center;
	padding-top: 15px;
	overflow: hidden;
}
.nopaddingright {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
}
.row.bitapadding {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width:400px){
.header  {
	height: 100px;
		padding-bottom: 140px;
		padding-top: 0px !important;
		background-image: url(../../../images/thefuturenow_small.png);
		background-repeat: no-repeat;
		background-position: right bottom;

}
	
	
	
	
	
.container.main #navWrap {
	height: 0px;
}
}

.christilogo {
	padding-top: 10px;
	padding-left: 20px !important;
	max-width: 250px !important;
}

.ck-logo {
	max-width: 280px !important;
}

.wagenaar-home {
	padding-top: 50px !important;
}

@media screen and (max-width:800px){
.wagenaar-home {
	padding-top: 0px !important;
}
}

.zoey {
	padding-top: 100px !important;
}

@media screen and (max-width:800px){
.zoey {
	padding-top: 0px !important;
}
}

.audit {
	padding-top: 50px !important;
}

@media screen and (max-width:800px){
.audit {
	padding-top: 0px !important;
}
}

.audit2 {
	padding-top: 60px !important;
}

@media screen and (max-width:800px){
.audit2 {
	padding-top: 0px !important;
}
}

.audit3 {
	padding-top: 82px !important;
}

@media screen and (max-width:800px){
.audit3 {
	padding-top: 0px !important;
}
}

/* START OF NEW CSS FOR NAVIGATION */

ul.FM2_CSSMenu1 li a.first, ul.FM2_CSSMenu1 li a.first span, ul.FM2_CSSMenu1 li a.first font {
	color: #555555 !important;	
}
ul.FM2_CSSMenu1 li:hover a.first, ul.FM2_CSSMenu1 li:hover a.first span, ul.FM2_CSSMenu1 li:hover a.first font {
color: white !important;
}
ul.FM2_CSSMenu1 li:hover a.first {
	border-left: 0px none #dfdfdf;
	border-top: 0 none #000000;
	border-bottom: 0 none #000000;
	border-right: 0 none #000000;
	padding: 8px 20px 8px 20px;
	width: auto;
	height: 30px;
	margin-top: -2px;
	background-image: url(../../../../includes/FlexiMenus2/horizontal/skin14/dark_blue/skin14_dark_bgimage.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left center scroll;
	background-color: #F1592A;
	transition: background 0.5s , padding 0.5s , border 0.5s , border-radius 0.5s , color 0.5s;
	-webkit-transition: background 0.5s , padding 0.5s , border 0.5s , border-radius 0.5s , color 0.5s;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


/* END OF NEW CSS FOR NAVIGATION */