/* Stylesheet by TextField. Only modify after explicit written permission. */

/* B A S I C S */
* { margin: 0; }
html,body { margin: 0; padding: 0; height: 100%; }
p { margin: 0; padding: 0; }
img { border: 0; }
div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -129px;
}
.footer, .push {
	height: 129px;
}
.clear { 
	clear: both !important;
	border: none !important;
	margin: 0 !important;
	height: 0px !important;
	dth: auto !important;
}

@font-face { /* editable */
    font-family: 'museo300';
    src: url('fonts/Museo300-Regular-webfont.eot');
    src: url('fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo300-Regular-webfont.woff2') format('woff2'),
         url('fonts/Museo300-Regular-webfont.woff') format('woff'),
         url('fonts/Museo300-Regular-webfont.ttf') format('truetype'),
         url('fonts/Museo300-Regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face { /* editable */
    font-family: 'museo700';
    src: url('fonts/Museo700-Regular-webfont.eot');
    src: url('fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo700-Regular-webfont.woff2') format('woff2'),
         url('fonts/Museo700-Regular-webfont.woff') format('woff'),
         url('fonts/Museo700-Regular-webfont.ttf') format('truetype'),
         url('fonts/Museo700-Regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* T O P B A R  W I T H  M E N U */
div#topbar {
	height: 86px;
	background-color: #000; /* editable */
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
div#topline {
	position: absolute;
	top: 86px;
	left: 0;
	height: 2px; 
	background-color: #ce0000; /* editable */
	border-bottom: 2px solid #901212; /* editable */
	width: 100%;
	z-index: 2;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);	
}
div#tb_content {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
img#tb_logo { 
	position: absolute; 
	top: 12px; /* editable */
	left: 0px; /* editable */
}
div#tb_content #tb_menu { 
	position: absolute; 
	bottom: 13px; /* editable */
	right: 0px; 
}
#nav { font-family: 'museo700', Calibri, sans-serif; font-size: 17px; list-style-type: none; padding: 0; margin: 0; }
#nav a { text-decoration: none; }
#nav > li, #nav > li > a { position: relative; float: left; display: block; }
#nav > li > a { padding: 0 10px; color: #ffffff; margin-left: 1px; }
#nav > li > a:hover, #nav > li > a.active { color: #ce0000; }

/*--- DROPDOWN ---*/
#nav ul{
    background:#901212; 
    background:rgba(255,255,255,0); 
    list-style:none;
    position:absolute;
    left:-9999px;
	top: 100%;
	margin-left: 0px;
	z-index: 100;
	padding: 17px 0 0 0;
}
#nav ul li{
    padding:4px 24px 4px 24px; 
    float:none;
	background-color: #901212;
	border-bottom: 1px solid #901212;
}
#nav ul li:last-of-type { padding-bottom: 8px; }
#nav ul li a{
    white-space:nowrap; 
	font-size: 17px;
	color: #ffffff;
}
#nav li:hover ul{ 
    left:0; 
}
#nav li:hover a{ 
	color: #ce0000; 
	background-color: transparent;
}
#nav li:hover ul a{ 
	color: #ffffff;
	background-color: transparent;
}
#nav li:hover ul li a:hover{ 
    color:#aeaeae;
}

/*
div#tb_content #tb_menu .item {
	font-family: 'museo700', Calibri, sans-serif; 
	font-size: 17px; 
	letter-spacing: 0; 
	line-height: 16px; 
	color: #fff; 
	float: left;
	display: block;
	text-decoration: none;
	outline: none;
	margin-right: 15px; 
}
div#tb_content #tb_menu .item:last-child { margin-right: 0px; }
div#tb_content #tb_menu .item.active { color: #ce0000; } 
div#tb_content #tb_menu .item:hover { color: #ce0000; } 
*/

/* H E A D E R */
div#header {
	width: 100%;
	min-width: 900px;
	height: 272px;
	padding-top: 90px;
	position: relative;
	background: #000 url('../images/topbar.jpg') no-repeat bottom center; /* editable */
	border-bottom: 10px solid #aeaeae; /* editable */
	-webkit-box-shadow: 0px 30px 30px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 30px 30px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 30px 30px 0px rgba(50, 50, 50, 0.15);
	z-index: 1;
}

div#container {
	width: 100%;
	position: relative;
	z-index: 0;
	background: #fff; /* editable */
}

div#content {
	width: 900px; /* editable */
	position: relative;
	margin: 0 auto;
	border-right: 0px; /* editable */
	border-left: 0px; /* editable */
	font-family: Trebuchet MS, Calibri, sans-serif; /* editable */
	letter-spacing: 0; /* editable */
	font-size: 16px; /* editable */
	color: #505050; /* editable */
	/*padding: 50px 58px 129px 58px;*/
	padding: 50px 0 0 0; /* editable */
	background-color: #fff; /* editable */
	text-align: justify; /* editable */
}
div#content ul { list-style: none; margin: 0; padding: 0; }
div#content ul li {
  background: url('../images/li.gif') no-repeat left 10px; /* editable */
  padding: 0px 0px 0px 20px; /* editable */
  line-height: 20px; /* editable */
  margin: 0;
}
div#content a { color: #000; text-decoration: underline; } /* editable */
div#content a:hover { color: #ce0000; text-decoration: none; } /* editable */

h1 {
	padding: 0px;
	margin: 0px 0px 25px 0px; /* editable */
	font-family: 'museo300', Calibri, sans-serif; /* editable */
	font-weight: normal; /* editable */
	letter-spacing: 0; /* editable */
	font-size: 29px; /* editable */
	color: #bf0000; /* editable */
	height: 45px;
	background-image: url('../images/header.png'); /* editable */
	background-position: bottom left;
	background-repeat: no-repeat;	
}

h2 {
	font-family: 'museo300', Calibri, sans-serif; /* editable */
	font-weight: normal; /* editable */
	letter-spacing: 0.02em; /* editable */
	font-size: 20px; /* editable */
	color: #bf0000; /* editable */
	margin: 20px 0px 5px 0px;
}

div#footer {
	background-image: url('../images/footertile.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #1e2221;
	height: 129px;
	padding: 0;
	position: relative;
	width: 100%;
	border-top: 10px solid #aeaeae; /* editable */
	color: #696969; /* editable */
	-webkit-box-shadow: 0px -30px 30px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px -30px 30px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px -30px 30px 0px rgba(50, 50, 50, 0.15);
	box-sizing: border-box;
	margin-top: 0px;
}
div#footer a { 
	color: #696969; /* editable */
	text-decoration: none; 
}
div#footer a:hover { 
	color: #8c8c8c; /* editable */
	text-decoration: none; 
}
div#footer * { 
	font-family: 'museo300', Calibri, sans-serif; /* editable */
	font-size: 13px; /* editable */
	line-height: 20px; /* editable */
	letter-spacing: .02em; /* editable */
}
div#ft_container { 
	width: 900px; 
	margin: 0 auto; 
	height: 100%; 
}
div.footer_text {
	float: left;
	color: #d9d9d9; /* editable */
	margin: 0 auto;
	position: relative;
	padding-top: 25px; /* editable */
	margin-right: 45px;
}
div.footer_text  span { 
	margin-right: 5px; 
	display: inline-block; 
	width: 20px; 
}
div.footer_text img { 
	margin-bottom: 4px; 
	display: block; 
}
div.footer_text h2 {
	font-size: 18px !important; /* editable */
	margin: 0;
	font-family: 'museo700', Calibri, sans-serif !important; /* editable */
	letter-spacing: 0.02em; /* editable */
}
div#socialmedia {
	float: right;
	height: 24px;
	padding-top: 45px;
}
div#socialmedia a { 
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 7px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top left;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
div#socialmedia a#twitter { background-image: url('../images/twitter.png'); }
div#socialmedia a#facebook { background-image: url('../images/facebook.png'); }
div#socialmedia a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
div#signoff {
	margin-top: 45px; /* editable */
	float: right;
	display: block;
	text-align: right;
	clear: right;
}
div#signoff a { 
	color: #aeaeae; /* editable */
}
div#signoff a:hover { 
	color: #ce0000; /* editable */
}

.metachtergrond {
	background-image:url('../images/background-home.png'); /* editable */
	background-repeat: no-repeat;
	color: #fff;
	padding: 5px;
	width: 240px;
}
.metachtergrond a { 
	color: #fff !important; /* editable */
}
