/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */* {margin: 0;padding: 0;}/*Set initial font styles*/body {text-align: left;font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;font-size: 14px;line-height: 1em;}/*set font size for all divs, this overrides some body rules*/div {font-size: 1em;}/*if img is inside "a" it would have borders, we don't want that*/img {border: 0;}/*default link styles*//* set all links to have underline and bluish color */a, a:link a:active {text-decoration: underline;/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */background-color: inherit;color: #002161;}a:visited {text-decoration: underline;background-color: inherit;color: #18507C;/* a different color can be used for visited links */}/* remove underline on hover and change color */a:hover {text-decoration: none;background-color: inherit;color: #385C72;}/*****************basic layout *****************/body {margin: 0;padding: 0;/* default text color for entire site*/color: #002161;/* you can set your own image and background color here */background: #002163 ;}div#pagewrapper {/* now that width is set this centers wrapper */margin: 0 auto;background-color: #fefefe;color: #002161;}header h1 a {/* you can set your own image here */background: url(https://www.toituresmichoel.be/uploads/images/design/logo.png) no-repeat center top;/* this will make the "a" link a solid shape */display: block;/* adjust according your image size */height: 101px;/* this hides the text */text-indent: -999em;/* old firefox would have shown underline for the link, this explicitly hides it */text-decoration: none;}header h1 {margin: 5px 0px 0px 10px;padding: 0;/*these keep IE6 from pushing the header to more than the set size*/line-height: 0;font-size: 0;max-width:410px;width:100%;}header h2 {/* this is where the site name is */float: right;line-height: 1.2em;/* this keeps IE6 from not showing the whole text */font-size: 1.5em;/* keeps the size uniform */margin: 35px 65px 0px 0px;/* adjust according your text size */color: #f4f4f4;}div.crbk {/* sets all to 0 */margin: 0px;padding:  10px 0px 0px 0px;clear:left;}div.breadcrumbs {/* CSS short hand rule first value is top then right, bottom and left */padding: 1em 0em 1em 1em;/* its good to set font sizes to be relative, this way viewer can change his/her font size */font-size: 90%;/* css shorthand rule will be opened to be "0px 0px 0px 0px" */margin: 0px 0px 0px 0px;}div.breadcrumbs span.lastitem {font-weight: bold;}div#search {/* position for the search box */float: left;clear:left;/* enough width for the search input box */width: 27em;padding: 0.5em 0 0.2em 0;margin: 250px 0px 0px 70px;}/* a class for Submit button for the search input box */input.search-button {border: none;height: 22px;width: 20px;margin-left: 5px;padding: 0px 2px 2px 0px;/* makes the hover cursor show, you can set your own cursor here */cursor: pointer;/* you can set your own image here */background: url(https://www.toituresmichoel.be/uploads/images/design/search.png) no-repeat center center;color:transparent;}input.search-input {background:#575a69;-ms-border-radius: 4px!important;-o-border-radius: 4px!important;-webkit-border-radius: 4px!important;-moz-border-radius: 4px!important;border-radius: 4px!important;border-top:none;border-right:1px solid #9aacd4;border-bottom:1px solid #9aacd4;border-left:none;color:#f9f9f9;padding-left:5px;height:22px;width:200px;}div#content {/* some air above and under menu and content */margin: 1.5em auto 2em 0;padding: 0px 15px;text-align:justify;}/* this gets all the outside calls that were used on the div#main before  */div#main {/*float: left;margin-right: 52px;max-width:551px;*/}aside {/*max-width: 329px;margin: 10px 0 0 605px;*/margin: 10px 0 0 px;}div#sidebarb {padding: 21px 0px 0px 0px;}div#sidebarb img {border:5px solid #fff;box-shadow: 4px 4px 7px #000;}div#sidebara {}footer {padding: 0px 0px 0px 0px;/* color of text, the link color is set below */color: #fff;background-color:#002163;}div.leftfoot {float: left;width: 30%;margin-left: 20px}footer p {/* sets different font size from default */font-size: 0.8em;/* some air for footer */padding: 1.5em;/* centered text */text-align: center;margin: 0;}footer p a {/* footer link would be same color as default we want it same as footer text */color: #fff;}/* as we hid all hr for accessibility we create new hr with div class="hr" element */div.hr {height: 1px;padding: 1em;border-bottom: 1px dotted black;margin: 1em;}/* relational links under content */div.left49 {clear:both;width: 50%;}div.right49 {clear:left;float: right;width: auto;/* set right to keep text on right */text-align: right;}/********************CONTENT STYLING*********************//* HEADINGS */div#content h1 {/* font size for h1 */font-size: 2em;line-height: 1em;margin: 0;}div#content h2 {color: #002161;/* font size for h2 the higher the h number the smaller the font size, most times */font-size: 17px;text-align: left;padding-bottom: 1px;/* set borders around header */border-bottom: 1px solid #002161;/* a larder than h1 line height */line-height: 1.5em;/* and some air under the border */margin: 0 0 0.5em 0;text-transform:uppercase;}div#content h3 {color: #294B5F;font-size: 1.3em;line-height: 1.3em;margin: 0 0 0.5em 0;}div#content h4 {color: #294B5F;font-size: 1.2em;line-height: 1.3em;margin: 0 0 0.25em 0;}div#content h5 {color: #294B5F;font-size: 1.1em;line-height: 1.3em;margin: 0 0 0.25em 0;}h6 {color: #294B5F;font-size: 1em;line-height: 1.3em;margin: 0 0 0.25em 0;}/* END HEADINGS *//* TEXT */p {/* default p font size, this is set different in some other divs */font-size: 1em;/* some air around p elements */margin: 0 0 1.5em 0;line-height: 1.4em;padding: 0;}blockquote {border-left: 10px solid #ddd;margin-left: 10px;}strong, b {/* explicit setting for these */font-weight: bold;}em, i {/* explicit setting for these */font-style: italic;}/* Wrapping text in <code> tags. Makes CSS not validate */code, pre {/* css-3 */white-space: pre-wrap;/* Mozilla, since 1999 */white-space: -moz-pre-wrap;/* Opera 4-6 */white-space: -pre-wrap;/* Opera 7 */white-space: -o-pre-wrap;/* Internet Explorer 5.5+ */word-wrap: break-word;font-family: "Courier New", Courier, monospace;font-size: 1em;}pre {/* black border for pre blocks */border: 1px solid #000;/* set different from surroundings to stand out */background-color: #ddd;margin: 0 1em 1em 1em;padding: 0.5em;line-height: 1.5em;font-size: 90%;}/* Separating the divs on the template explanation page */div.templatecode {margin: 0 0 2.5em;}/* END TEXT *//* LISTS *//* lists in content need some margins to look nice */div#main ul,div#main ol,div#main dl {font-size: 1.0em;line-height: 1.4em;margin: 0 0 1.5em 0;}div#main ul li,div#main ol li {margin: 0 0 0.25em 3em;}/* definition lists topics on bold */div#main dl {margin-bottom: 2em;padding-bottom: 1em;border-bottom: 1px solid #c0c0c0;}div#main dl dt {font-weight: bold;margin: 0 0 0 1em;}div#main dl dd {margin: 0 0 1em 1em;}/* END LISTS */div#DiaporamaHeader {margin:0 auto;width:472px;max-width:100%;clear:both;top: 50px;}div#DiaporamaHeader img {border:15px solid #fff;-webkit-box-shadow: 4px 4px 7px #000;box-shadow: 4px 4px 7px #000;position:absolute;}div#DiaporamaHeader .img-diapo-1,div#DiaporamaHeader .img-diapo-2 {-webkit-transform: translate(-15px,-12px);-moz-transform: translate(-15px,-12px);-o-transform: translate(-15px,-12px);-ms-transform: translate(-15px,-12px);transform: translate(-15px,-12px);}div#DiaporamaHeader .img-diapo-2 {-webkit-transform: translate(-15px,-12px) rotate(5deg);-moz-transform: translate(-15px,-12px) rotate(5deg);-o-transform: translate(-15px,-12px) rotate(5deg);-ms-transform: translate(-15px,-12px) rotate(5deg);transform: translate(-15px,-12px) rotate(5deg);}.select-menu {display: none !important;}@media (min-width: 1025px) {body {margin: 0;padding: 0;/* default text color for entire site*/color: #002161;/* you can set your own image and background color here */background: #002163 url(https://www.toituresmichoel.be/uploads/images/design/bg_body.jpg) no-repeat center top!important;background-attachment:fixed;}header h1 a {background: url(https://www.toituresmichoel.be/uploads/images/design/logo.png) no-repeat left top!important;width:100%;}div#pagewrapper {max-width: 1024px;/* now that width is set this centers wrapper */margin: 0 auto;background-color: #fefefe;color: #002161;}.select-menu {display: none !important;}div#main {}aside {margin-left:26px!important;}div#content {margin: 1.5em auto 2em 0;padding: 0px 52px;}div#DiaporamaHeader {margin-left: 450px;position: absolute;width: 472px;}}@media (max-width: 1023px) {header {background: #002161;min-height: 520px!important;padding:0 15px;}}@media (min-width: 768px) {header {background: url(https://www.toituresmichoel.be/uploads/images/design/bg_header.png) no-repeat left top;min-height: 435px!important;margin: 0;padding: 0px 0px 20px 2px;}header h1 {display:block;width:100%;}div#DiaporamaHeader {margin-top:60px;}}@media (max-width: 1023px) {header {background: #002161;min-height: 520px!important;padding:0 15px;}div#DiaporamaHeader {margin-top:60px;}}@media (max-width: 768px) {#menu_vert {clear:both;width:100%!important;}nav,.select-menu {display: block !important;width:95%!important;text-align:center;}nav ul.nav {display: none !important;}}@media (max-width: 480px) {div#DiaporamaHeader .img-diapo-1,div#DiaporamaHeader .img-diapo-2 {-webkit-transform: translate(0px,0px);-moz-transform: translate(0px,0px);-o-transform: translate(0px,0px);-ms-transform: translate(0px,0px);transform: translate(0px,0px);}div#DiaporamaHeader .img-diapo-2 {-webkit-transform: translate(0px,0px) rotate(0deg);-moz-transform: translate(0px,0px) rotate(0deg);-o-transform: translate(0px,0px) rotate(0deg);-ms-transform: translate(0px,0px) rotate(0deg);transform: translate(-15px,-12px) rotate(5deg);}}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-left: 0px;padding-right: 0px;}.container {padding:0px;width:100%!important;}
/* Stylesheet: Toitures Michoel - Layout: Top menu + 2 columns Modified On 2016-10-22 18:30:32 */
/* by Alexander Endresen and mark and Nuno */#menu_vert {/* no margin/padding so it fills the whole div */margin: 0;padding: 0;}.clearb {/* needed for some browsers */clear: both;}nav {/* IE6 Hack */height: 1%;width: auto;margin: 20px 0px 0px 0px;padding: 0;float: right;}ul#primary-nav, ul#primary-nav ul {/* remove any default bullets */list-style-type: none;margin: 0;padding: 0;}ul#primary-nav {/* pushes the menu div up to give room above for background color to show */padding-top: 10px;/* keeps the first menu item off the left side */padding-left: 0px;}ul#primary-nav ul {/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */position: absolute;/* top being the bottom of the li it comes out of */top: auto;/* keeps it hidden till hover event */display: none;/* same size but different color for each border */border-top: 1px solid #C8D3D7;border-right: 1px solid #C8D3D7;border-bottom: 1px solid #ADC0C7;border-left: 1px solid #A5B9C0;}ul#primary-nav ul ul {/* now we move the next level ul down from the top a little for distinction */margin-top: 1px;/* pull it in on the left, helps us not lose the hover effect when going to next level */margin-left: -1px;/* keeps the left side of this ul on the right side of the one it came out of */left: 100%;/* sets the top of it inline with the li it came out of */top: 0px;}ul#primary-nav li {/* floating left will set menu items to line up left to right else they will stack top to bottom */float: left;height:17px;line-height:17px;/* no margin/padding keeps them next to each other, the padding will be in the "a" */margin: 0px;padding: 0px;border-right:1px solid #33528e;}ul#primary-nav li:last-child {border-right:none;}#primary-nav li li {/* Set the width of the menu elements at second level. Leaving first level flexible. */width: 220px;/* removes any left margin it may have picked up from the first li */margin-left: 0px;/* keeps them tight to the one above, no missed hovers */margin-top: -1px;/* removes the left float set in first li so these will stack from top down */float: none;/* relative to the ul they are in */position: relative;}/* set the "a" link look here */ul#primary-nav li a {/* specific font size, this could be larger or smaller than default font size */font-size: 1em;/* make sure we keep the font normal */font-weight: normal;/* set default link colors */color: #fff;font-size:17px;/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */padding: 0px 6px;display: block;/* sets no underline on links */text-decoration: none;}ul#primary-nav li a:hover {/* kind of obvious */background-color: transparent;}ul#primary-nav li li a:hover {/* this is set to #000, black, below so hover will be white text */color: #FFF;}ul#primary-nav li a.menuactive {color: #fff;/* bold to set it off from non active */font-weight: bold;}ul#primary-nav li a.menuactive:hover {color: #fff;/* keep it the same */font-weight: bold;}#primary-nav li li a.menuparent span {/* makes it hold a shape */display: block;/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */background:  url(https://www.toituresmichoel.be/uploads/ngrey/parent.png) no-repeat 98% center;}ul#primary-nav li ul a {/* insures alignment */text-align: left;margin: 0px;/* keeps it relative to it's container */position: relative;/* less padding than first level no need for large links here */padding: 6px 3px 6px 15px;/* if first level is set to bold this will reset this level */font-weight: normal;/* first level is #FFF/white, we need black to contrast with light background */color: #000;border-top: 0 none;border-right: 0 none;border-left: 0 none;}ul#primary-nav li ul {/* very lite grey color, by now you should know what the rest mean */background: #F3F5F5;margin: 0px;padding: 0px;position: absolute;width: auto;height: auto;display: none;position: absolute;z-index: 999;border-top: 1px solid #FFFFFF;border-bottom: 1px solid #374B51;/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/opacity: 0.95;/* CSS 3 */}ul#primary-nav li ul ul {/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/opacity: 95;/* CSS 3 */}/* Styling the appearance of menu items on hover */#primary-nav li:hover,#primary-nav li.menuh,#primary-nav li.menuparenth,#primary-nav li.menuactiveh {color: #000}/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add#primary-nav li:hover ul ul ul,#primary-nav li.menuparenth ul ul ul,*/#primary-nav ul,#primary-nav li:hover ul,#primary-nav li:hover ul ul,#primary-nav li.menuparenth ul,#primary-nav li.menuparenth ul ul {display: none;}/* for fourth level add#primary-nav ul ul ul li:hover ul,#primary-nav ul ul ul li.menuparenth ul,*/#primary-nav li:hover ul,#primary-nav ul li:hover ul,#primary-nav ul ul li:hover ul,#primary-nav li.menuparenth ul,#primary-nav ul li.menuparenth ul,#primary-nav ul ul li.menuparenth ul {display: block;}

/* Stylesheet: Toitures Michoel - Navigation: CSSMenu - Horizontal Modified On 2016-10-22 18:30:32 */
/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(https://www.toituresmichoel.be/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(https://www.toituresmichoel.be/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(https://www.toituresmichoel.be/uploads/NCleanBlue/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */

/* Stylesheet: Accessibility and cross-browser tools Modified On 2016-10-22 18:30:32 */
@media print {/*Sections that are hidden when printing the page. We only want the content printed.*/body {color: #000 !important; /* we want everything in black */background-color:#fff !important; /* on white background */font-family:arial; /* arial is nice to read ;) */border:0 !important; /* no borders thanks */}/* This affects every tag */* {border:0 !important; /* again no borders on printouts */}/*no need for accessibility on printout.Mark all your elements in content youdont want to get printed with class="noprint"*/.accessibility,.noprint{display:none !important;}/*remove all width constraints from content area*/div#content,div#main {display:block !important;width:100% !important;border:0 !important;padding:1em !important;}/* hide everything else! */div#header,div#header h1 a,div.breadcrumbs,div#search,div#footer,div#menu_vert,div#news,div.right49,div.left49,div#sidebar  {display: none !important;}img {float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */}}

/* Stylesheet: Print Modified On 2016-10-22 18:30:32 */
/* Sample FormBuilder CSS base */form {margin-top: 0}form, td, th, li {font-size: 100%}form div {margin-bottom: 0}fieldset div {margin-bottom: 0.5em;margin-left: 1em;}fieldset div div {margin-top: 0.5em;margin-left: 1em}fieldset {margin-bottom: 1em;border: 1px solid #F60;padding: 0.5em}fieldset label {width: auto;}legend {color: #FFF;background: #F60;font-style: italic;font-size: 1.2em;margin-bottom: 0.5em;padding: 0.2em;width: auto;border: 1px solid #CCC}textarea {margin: 0.5em 0;width: 98%;height: 6em}/* Apply this class to text/select input fields with shorter labelsto help alignment */.short-label label {float: left;width: 10em}.short-label fieldset div input, .short-label fieldset div select {width: 16em}/* Pretty up your Captcha image output */.captcha {margin: 0.5em 0;width: 200px;text-align: center}.captcha img {border: 1px solid #F60;margin-bottom: 0.5em}.captcha input {width: 196px;margin-top: 0.5em}/* Just a bit more room for the Submit button */.submit {margin-top: 0.5em}.contactform input {border: 1px solid #f60;}.contactform input.checkbox {border: none;}.contactform label {display: block;float: left;width: 150px;}.contactform label.label {display: inline;float: none;width: 50px;font-size: 10px;}.contactform textarea {background-color: #ffc;border: 1px solid #f60;}.formbuilderform .message {line-height: 16px;padding: 0 0 8px 0;}
/* Stylesheet: FormBuilder Modified On 2016-10-22 18:30:32 */
