html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   
========================================================================== 
*/ /**
 * Remove the margin in all browsers (opinionated).
 */ body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */ article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` 
and
 * `article` contexts in Chrome, Firefox, and Safari.
 */ h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   
========================================================================== 
*/ /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */ figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */ figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */ hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   
========================================================================== 
*/ /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */ a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and 
Safari.
 */ abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in 
Safari 6.
 */ b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */ b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */ dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */ mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */ small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */ sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   
========================================================================== 
*/ /**
 * Add the correct display in IE 9-.
 */ audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */ audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */ img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */ svg:not(:root) {
  overflow: hidden;
}
/* Forms
   
========================================================================== 
*/ /**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */ button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */ button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */ button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 * controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */ button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, 
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */ button:-moz-focusring, [type="button"]:-moz-focusring, 
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */ fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero 
out
 * `fieldset` elements in all browsers.
 */ legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */ progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */ textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */ [type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in 
Chrome.
 */ [type="number"]::-webkit-inner-spin-button, 
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */ [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on 
macOS.
 */ [type="search"]::-webkit-search-cancel-button, 
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   
========================================================================== 
*/ /*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */ details, menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */ summary {
  display: list-item;
}
/* Scripting
   
========================================================================== 
*/ /**
 * Add the correct display in IE 9-.
 */ canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */ template {
  display: none;
}
/* Hidden
   
========================================================================== 
*/ /**
 * Add the correct display in IE 10-.
 */ [hidden] {
  display: none;
}
html {
  height: 100%;
}
fieldset {
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  border: 0;
}
legend {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
}
.s01 {
  min-height: 20vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: 'Poppins', sans-serif;
  padding: 15px;
}
.s01 form {
  width: 100%;
  max-width: 1290px;
}
.s01 form legend {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  margin-bottom: 60px;
}
.s01 form .inner-form {
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 47px;
  display: -ms-flexbox;
  display: flex;
  width: 52.35%;
  position: absolute;
  left: 348px;
  top: 576px;
  height: 15px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.s01 form .inner-form .input-field {
  margin-right: 30px;
  height: 68px;
}
.s01 form .inner-form .input-field input {
  height: 75%;
  background: #fff;
  border-radius: .5px;
  border: 0;
  display: block;
  width: 84%;
  padding: 10px 32px;
  font-size: 20px;
}
.s01 form .inner-form .input-field input.placeholder {
  color: #9a9a9a;
  font-size: 20px;
}
.s01 form .inner-form .input-field input:-moz-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}
.s01 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}
.s01 form .inner-form .input-field input:hover, .s01 form .inner-form 
.input-field input:focus {
  box-shadow: none;
  outline: 0;
}
.s01 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.s01 form .inner-form .input-field.second-wrap {
  width: 32.77%;
  min-width: 180px;
}
.s01 form .inner-form .input-field.third-wrap {
  width: 180px;
  margin-right: 0;
}
.s01 form .inner-form .input-field.third-wrap .btn-search {
  height: 105%;
  width: 100%;
  background: #A5CA2D;
  white-space: nowrap;
  border-radius: .5px;
  font-size: 20px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  margin-left: 25px;
}
.s01 form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #2d62d3;
}
@media screen and (max-width: 992px) {
  .s01 form legend {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
  }
  .s01 form .inner-form {
    padding: 30px 35px;
  }
  .s01 form .inner-form .input-field {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .s01 form legend {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .s01 form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .s01 form .inner-form .input-field {
    margin-right: 0;
  }
  .s01 form .inner-form .input-field input {
    padding: 5px 15px;
    font-size: 16px;
  }
  .s01 form .inner-form .input-field.first-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .s01 form .inner-form .input-field.second-wrap {
    width: calc(50% - 10px);
    min-width: auto;
  }
  .s01 form .inner-form .input-field.third-wrap {
    width: calc(50% - 10px);
  }
  .s01 form .inner-form .input-field.third-wrap .btn-search {
    font-size: 16px;
  }
}
/* Theme Name: Speedy Theme URI: https://www.speedynetworks.nl/ 
Description: Ã¡ 2014 framework for WordPress. Author: Erik Arends 
Version: 2.0 Tags: General comments (optional). */ body{
	background-color: #e5e5e5;
	margin: 0;
	padding: 0;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/achtergrond_networks.png');
	background-repeat: repeat-x;
	background-position: 0px 122px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12pt;
	width: 100%!important;
	}
.scrollToTop{
    width:100px;
    height:130px;
    padding:10px;
    text-align:center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:75px;
    right:5px;
    display:none;
    background: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/arrow_up.png') 
no-repeat 0px 20px;
}
.scrollToTop:hover{
    text-decoration:none;
}
#outer_wrapper{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/dar_footer_slice.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	}	
#wrapper{
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 11px;
	}
a img{
	border:none;
	}
a, img{
	border:none;
	text-decoration: none;
	}	
/***HEADER***/
	
#header{
	height: 384px;
	}	
#top_header{
	height: 111px;
	}
#top_header_nav{
	height: 24px;
	}	
#top_header_logo{
	position:absolute;
	height: 86px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/header_beneden10.png');
	background-repeat: no-repeat;
	z-index:12;
	display: block;
	width:959px;
	}
.top_header_tabs{
	position:absolute;
	}
.top_header_tabs a{
	color: #ffffff;
	}	
.top_header_tabs a:hover{
	color: #000000;
	}
#top_header_xs a:hover{
	color: #ccc!important;
	}
#top_header_top{
	z-index: 10;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/header_boven.png');
	background-repeat: no-repeat;
	width: 455px;
	height: 24px;
	background-position: bottom;
	}
#top_header_networks{
	z-index: 9;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/tabblad_networks.png');
	background-repeat: no-repeat;
	width: 512px;
	height: 18px;
	padding-top: 9px;
	background-position: bottom;
	margin-left: 0px;
	text-align: right;
	padding-right: 46px;
	font-size: 12px;
	}
#top_header_systems{
	z-index: 8;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/tabblad_systems.png');
	background-repeat: no-repeat;
	width: 510px;
	height: 18px;
	padding-top: 6px;
	background-position: bottom;
	margin-left: 90px;
	padding-right: 20px;
	text-align: right;
	font-size: 11px;
	margin-top: 3px;
}
#top_header_xs{
	z-index: 7;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/tabblad_xs.png');
	background-repeat: no-repeat;
	width: 525px;
	height: 18px;
	padding-top: 6px;
	background-position: bottom;
	margin-left: 140px;
	padding-right: 53px;
	text-align: right;
	font-size: 11px;
	margin-top: 3px;
}
#top_header_prints{
	z-index: 6;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/tabblad_prints.png');
	background-repeat: no-repeat;
	width: 525px;
	height: 18px;
	padding-top: 6px;
	background-position: bottom;
	margin-left: 208px;
	padding-right: 48px;
	text-align: right;
	font-size: 11px;
	margin-top: 3px;
	}
#top_header_extra{
   position:absolute;
	z-index: 20;
	width: 200px;
	height: 18px;
	padding-top: 40px;
	background-position: bottom;
	margin-left:800px;
	padding-right: 48px;
	text-align: right;
	font-size: 13px;
	text-align: left;
	}
.knop {
	display: block;
	background-image:url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/button.png');
	width:150px;
	height:26px;
	background-repeat: no-repeat;
	padding-top:7px;
	padding-left:10px;
	font-size:12px;
}
a.knop {
	color:#000000;
}
a.knop:hover {
	color:#99cc33;
}
#main_nav{
	height: 62px;
	}
#main_nav ul{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 302;
	}
#main_nav ul li{
	float: left;
	list-style: none;
	min-height: 36px;
	width: 180px;
	}
#main_nav ul li a{
	color: #ffffff;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	padding-left: 30px;
	font-weight: 700;
	height: 33px;
	padding-top: 3px;
	}
#main_nav ul li a:hover{
	color:#A5CA2D;
	}	
#main_nav ul li ul.sub-menu{
	position: absolute;
	}
.sub-menu{
	height: 0px;
	margin-top: 6px;
	display: none;
	border-bottom: 4px solid #999999;
	overflow: hidden;
	
	}
.sub-menu li{
	float: none!important;
	background-color: #444444;
	margin: 0!important;
	border-bottom: 1px solid #999999;
	width: 170px!important;
	border-left: 5px solid #999999;
	border-right: 5px solid #999999;
	}
.sub-menu li a{
	display: block;
	padding-top: 6px!important;
	height: 30px!important;
	text-transform: none!important;
	font-weight: 400!important;
	}
.sub-menu li .sub{
	display: none;
	}
.sub{
	font-size: 12px!important;
	display: block;
	position: relative;
	color: #999999;
	font-weight: 700;
	margin-top: -3px;
	}
#achter_main_nav_blokje{
	position: relative;
	z-index: 0;
	width: 180px;
	background-color: #666666;
	height: 36px;
	margin-left:0px;
	}	
#header_telefoon{
	float: right;
	font-size: 20px;
	color: #99cc33;
	margin-right: 20px;
	margin-top: 36px;
	padding-left: 30px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/telefoon_icoon.png');
	background-repeat: no-repeat;
	background-position: left;
	}
/***HEADER***/ /***SLIDER***/
#slider{
	background-color: #000000;
	height: 217px;
	width: 960px;
	overflow: hidden;
	position: relative;
	z-index: 110;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	}	
.slider_image{
	width: 960px;
	height: 217px;
	background-size: cover;
	position: absolute;
	opacity: 0;
	}
#nav_holder{
	position: absolute;
	z-index: 100;
	width: 238px;
	height: 43px;
	padding-left: 2px;
	margin-left: 960px;
	margin-top: 148px;
	padding-top: 2px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/background_slyce_slider.png');
	}
#slider_nav{
	width: 144px;
	height: 45px;
	float: left;
	overflow: hidden;
	}
#slider_nav_bak{
	width: 5000px;
	height: 45px;
	}	
#nav_prev{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/nav_prev.gif');
	float: left;
	margin-right: 4px;
	width: 7px;
	height: 7px;
	margin-top: 20px;
	cursor: pointer;
	}
#nav_next{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/nav_next.gif');
	float: left;
	width: 7px;
	height: 7px;
	margin-top: 20px;
	cursor: pointer;
	}
#nav_kader{
	width: 68px;
	height: 50px;
	position: absolute;
	z-index: 111;
	margin-top: -10px;
	margin-left: 11px;
	}
#nav_kader_kader{
	width: 66px;
	height: 40px;
	border: 1px solid #ffffff;
	}
#nav_kader_pijltje{
	width: 68px;
	height: 10px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/nav_pointer.gif');
	background-position: top center;
	background-repeat: no-repeat;
	}
.slider_thumb{
	width: 66px;
	height: 40px;
	border: 1px solid #AAAAAA;
	float: left;
	margin-right: 4px;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor: pointer;
	}
#slider_text{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/background_slyce_slider.png');
	width: 669px;
	height: 45px;
	position: absolute;
	z-index: 105;
	margin-top: 148px;
	color: #ffffff;
	margin-left: -689px;
	padding-left: 20px;
	}
#regel_1 a{
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	}
#regel_1 a:hover{
	color: #99cc33;
	}
#regel_2{
	font-size: 14px;
}
/***SLIDER***/ /***SIDEBAR***/
#sidebar_left{
	float: left;
	/* width: 214px; Aangepast naar 199 px */
	width: 199px;
	padding: 30px;
	min-height: 540px;
   background-image:url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/leftline_bg-1x300.gif');
	background-position:229px 30px;
	background-repeat:no-repeat;
	}	
		
#sidebar_left A {
	color:#99cc33 !important;
	text-decoration:none !important;
}
#sidebar_left A:hover {
	color:#99cc33 !important;
	text-decoration:underline !important;
}
#sidebar_left h4{
    padding: 0;
    margin-bottom: -10px;
}
		
/***SIDEBAR***/
		
/***BODY***/
#main{
	background-color: #ffffff;
	}
#content{
	width: 656px;
	min-height: 600px;
	padding: 30px;
	padding-left: 0;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11pt;
	
	}
#content h1{
	font-size: 20px;
	font-weight: 700;
	color: #99CC33;
	font-family: 'Roboto Condensed', sans-serif;
	}	
		
#content a{
	color: #99cc33;
	}					
#content a:hover{
	text-decoration: underline;
	}
/***BODY***/
		
		
/***FOOTER***/
#footer_top{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/borderbeneden_networks.png');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 22px;
	}		
#footer{
	height: 270px;
	}		
		
#social{
	float: left;
	width: 249px;
	height: 92px;
	padding-left: 25px;
	padding-top: 8px;
	}		
#social a{
	float: left;
	display: block;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	}
#footer_menu{
	float: left;
	width: 666px;
	height: 125px;
	background-color: #ffffff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px;
	}		
.footer_menu_header{
	color: #666666;
	font-size: 14px;
	font-weight: 700;
	}
		
.footer_menu{
	float: left;
	width: 150px;
	}		
.footer_menu ul{
	margin: 0;
	padding: 0;
	}			
.footer_menu li{
	margin-left: 0px;
	list-style: none;
	}
.footer_menu li:before {
    content:". ";
    font-size:30px;
    vertical-align:top;
    line-height:8px;
    }	
			
.footer_menu a{
	color: #444444;
	font-size: 11px;
	}
.footer_menu a:hover{
	text-decoration: underline;
	}			
#google_ads{
	float: right;
	}		
		
#footer_brands{
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	width: 675px;
	background-color: #e5e5e5;
	border-radius: 10px;
	padding-left: 10px;
	}		
#footer_brands a{
	margin-left: 4px;
	margin-right: 4px;
	}		
#lower_footer_menu{
	width: 456px;
	float: right;
	font-size: 12px;
	font-weight: 700;
	}		
#lower_footer_menu ul{
	padding: 0;
	margin: 0;
	}		
#lower_footer_menu li{
	list-style: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}				
#lower_footer_menu li a{
	color: #ffffff;
	}		
#lower_footer_menu li a:hover{
	text-decoration: underline;
	}		
		
#menu-item-63{
	border-right: 1px solid #888888;
	}		
		
#copyright{
	width: 686px;
	float: right;
	font-size: 11px;
	text-align: center;
	color: #888888;
	}		
	
	/* Tabs Styles */ ul.tabs {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
ul.tabs li {display: inline-block;} ul.tabs a {
    display: block;
    position: relative;
    top: 1px;
    padding: 5px 10px;
    border: 1px solid transparent;
    text-decoration: bold;
}
ul.tabs a.active {
    border-color: #ccc;
    border-bottom-color: #fff;
}
section.tab {
    display: none;
    margin-bottom: 15px;
    padding: 15px 0;
}
section.tab.active {display: block;} .tabel_check{
	font-size: 22px;
	color: green;
	}
.tabel_times{
	font-size: 22px;
	color: red;
	}
.grijze_kop{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #444444;
	height: 80px;
	min-width: 160px;
	text-align: center;
	}
.groene_kop{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #a6c83c;
	min-width: 180px;
	height: 120px;
	text-align: center;
	}
.grijze_footer{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #959595;
	height: 30px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/bestel_pijltje.png');
	background-repeat: no-repeat;
	background-position: 120px center;
	padding-top: 5px;
	text-align: center;
	}
.grijze_footer a{
	color: #ffffff!important;
	text-decoration: none;
	font-size: 14px;
	}
.groene_footer{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #a6c83c;
	height: 30px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/bestel_pijltje.png');
	background-repeat: no-repeat;
	background-position: 140px center;
	padding-top: 5px;
	text-align: center;
	}
.groene_footer a{
	color: #ffffff!important;
	text-decoration: none;
	font-size: 14px;
	}	
.cellen{
	background-color: #ebebeb;
	height: 45px;
	text-align: center;
	color: #898989;
	font-size: 14px;
	}
.meer_info a{
	display: block;
	text-align: center;
	color: #a6c83c;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	}
.gratis_domeincel{
	height: 110px;
	}
.meest{
	color: #ffff00;
	font-weight: 700px;
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 17px;
	}
.pakket_naam{
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	padding-top: 18px;
	}
.pakket_prijs{
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	}
#domein_check_form{
	width: 520px;
	background-color:#99cc33;
	position: absolute;
	top:0;
	padding:0;
	top:12px;
	height:66px;
	left:220px;
	}
#domein_check_form BUTTON {
	display: block;
	background-color:#ffffff;
	position: absolute;
	left:410px;
	top:17px;
	height:32px;
	width:90px;
	border:1px SOLID #e5e4e4;
	font-size:13px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#9b8c89;
	vertical-align: top;
}	
	
#check_input{
	position:absolute;
	border: 1px solid #e5e4e4;
	background-color: #ffffff;
	outline: none;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/www.jpg');
	background-repeat: no-repeat;
	background-position: 4px center;
	width: 370px;
	padding-left: 50px;
	padding-top: 6px;
	padding-bottom: 7px;
	font-size: 13px;
	color: #898989;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0px;
	top:17px;
	left:20px;
	margin:0;
	
	}
#deklaag{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/deklaag_bg.png');
	position: absolute;
	z-index: 199999999999;
	width: 100%;
	bottom: 0;
	top:0;
	left:0;
	right:0;
	display: none;
	opacity: 0;
	}	
#tabletje{
	display: block;
	width: 400px;
	min-height: 877px;
	margin: 120px auto 0 auto;
	}	
#sluit_popup{
	width: 100%;
	height: 28px;
	text-align: right;
	padding-bottom: 4px;
	}
#sluit_popup_btn{
	width: 29px;
	height: 28px;
	cursor: pointer;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/sluit_popup.png');
	background-repeat: no-repeat;
	float: right;
	}			
#tablet_kop{
	width: 100%;
	height: 66px;
	background-color: #444444;
	color: #ffffff;
	text-align: center;
	padding-top: 50px;
	box-shadow: 0px 0px 4px 2px #686868;
	}	
#tablet_body{
	width: 100%;
	min-height: 729px;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px 2px #686868;
	padding-bottom: 40px;
	}
.inactief_pakket{
	display: none;
	}	
	
#beschrijving{
	padding: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
	text-align: justify;
	max-height: 280px;
	overflow: hidden;
	}	
#pakket_eigenschappen{
	background-color: #a6c83c;
	color: #ffffff!important;
	vertical-align: middle;
	border:none;
	}	
#gegevens_table{
	width: 358px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 auto 0 auto;
	font-size: 14px;
	color: #555555;
	}	
	
#gegevens_table tr td{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	}	
#tab_div{
	opacity: 0;
	}	
#tab_menu{
	margin: 0;
	padding: 0;
	margin-left: 8px;
	}	
.tab_tab{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style: none;
	cursor: pointer;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #c4c4c4;
	border-bottom: none;
	margin-bottom: -1px;
	margin-right: 2px;
	position: relative;
	z-index: 100;
	}	
#tab_text_holder{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #c4c4c4;
	}
.tab_text{
	opacity: 0;
	padding: 20px;
	position: absolute;
	width: 614px;
	display:none;
	}	
.active_tab{
	border-bottom: 1px solid #ffffff!important;
	cursor: default!important;
	color: #99CC33!important;
	}
.active_text{
	opacity: 1;
	}	
	
	
	
/***REGISTRATIE***/
	
.red{
	color: red;
}
.green {
	color: green;
}
.visuallyhidden {
    display: none;
}
.wizard-progress {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    float: left;
    white-space: nowrap;
}
.wizard-progress li {
    float: left;
    margin-right: 50px;
    text-align: center;
    position: relative;
    width: 100px;
}
.wizard-progress .step-name {
    display: table-cell;
    height: 32px;
    vertical-align: bottom;
    text-align: center;
    width: 100px;
}
.wizard-progress .step-name-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
}
.wizard-progress .step-num {
    font-size: 14px;
    font-weight: bold;
    border: 3px solid #99cc33;
    border-radius: 50%;
    width: 18px;
    display: inline-block;
    margin-top: 10px;
}
.wizard-progress .step-num:after {
    content: "";
    display: block;
    background: #99cc33;
    height: 5px;
    width: 130px;
    position: absolute;
    bottom: 10px;
    left: 60px;
}
.wizard-progress li:last-of-type .step-num:after {
    display: none;
}
.wizard-progress .active-step .step-num {
    background-color: #99cc33;
	color: #fff;
}	
	
	suppaMenu {
    z-index: 99999999999;
    width: 960px !important;
    height: 62px !important;
    background-color: transparent;
    border-top: 0px solid #111111;
    border-right: 0px solid #111111;
    border-bottom: 0px solid #111111;
    border-left: 0px solid #111111;
    background-image: -webkit-linear-gradient(top, transparent, 
transparent);
    background-image: -moz-linear-gradient(top, transparent, 
transparent);
    background-image: -o-linear-gradient(top, transparent, transparent);
    background-image: -ms-linear-gradient(top, transparent, 
transparent);
    background-image: linear-gradient(top, transparent, transparent);
    background-image: 
url('https://speedynetworks.nl/wp-content/uploads/2014/05/menu_slice.jpg') 
!important;
    background-repeat: repeat-x; html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   
========================================================================== 
*/ /**
 * Remove the margin in all browsers (opinionated).
 */ body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */ article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` 
and
 * `article` contexts in Chrome, Firefox, and Safari.
 */ h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   
========================================================================== 
*/ /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */ figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */ figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */ hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   
========================================================================== 
*/ /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */ a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and 
Safari.
 */ abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in 
Safari 6.
 */ b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */ b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */ dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */ mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */ small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */ sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   
========================================================================== 
*/ /**
 * Add the correct display in IE 9-.
 */ audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */ audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */ img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */ svg:not(:root) {
  overflow: hidden;
}
/* Forms
   
========================================================================== 
*/ /**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */ button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */ button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */ button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 * controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */ button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, 
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */ button:-moz-focusring, [type="button"]:-moz-focusring, 
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */ fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero 
out
 * `fieldset` elements in all browsers.
 */ legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */ progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */ textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */ [type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in 
Chrome.
 */ [type="number"]::-webkit-inner-spin-button, 
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */ [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on 
macOS.
 */ [type="search"]::-webkit-search-cancel-button, 
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   
========================================================================== 
*/ /*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */ details, menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */ summary {
  display: list-item;
}
/* Scripting
   
========================================================================== 
*/ /**
 * Add the correct display in IE 9-.
 */ canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */ template {
  display: none;
}
/* Hidden
   
========================================================================== 
*/ /**
 * Add the correct display in IE 10-.
 */ [hidden] {
  display: none;
}
html {
  height: 100%;
}
fieldset {
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  border: 0;
}
legend {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
}
.s01 {
  min-height: 20vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: 'Poppins', sans-serif;
  padding: 15px;
}
.s01 form {
  width: 100%;
  max-width: 1290px;
}
.s01 form legend {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  margin-bottom: 60px;
}
.s01 form .inner-form {
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 47px;
  display: -ms-flexbox;
  display: flex;
  width: 52.35%;
  position: absolute;
  left: 348px;
  top: 576px;
  height: 15px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.s01 form .inner-form .input-field {
  margin-right: 30px;
  height: 68px;
}
.s01 form .inner-form .input-field input {
  height: 75%;
  background: #fff;
  border-radius: .5px;
  border: 0;
  display: block;
  width: 84%;
  padding: 10px 32px;
  font-size: 20px;
}
.s01 form .inner-form .input-field input.placeholder {
  color: #9a9a9a;
  font-size: 20px;
}
.s01 form .inner-form .input-field input:-moz-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}
.s01 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}
.s01 form .inner-form .input-field input:hover, .s01 form .inner-form 
.input-field input:focus {
  box-shadow: none;
  outline: 0;
}
.s01 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.s01 form .inner-form .input-field.second-wrap {
  width: 32.77%;
  min-width: 180px;
}
.s01 form .inner-form .input-field.third-wrap {
  width: 180px;
  margin-right: 0;
}
.s01 form .inner-form .input-field.third-wrap .btn-search {
  height: 105%;
  width: 100%;
  background: #A5CA2D;
  white-space: nowrap;
  border-radius: .5px;
  font-size: 20px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  margin-left: 25px;
}
.s01 form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #2d62d3;
}
@media screen and (max-width: 992px) {
  .s01 form legend {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
  }
  .s01 form .inner-form {
    padding: 30px 35px;
  }
  .s01 form .inner-form .input-field {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .s01 form legend {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .s01 form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .s01 form .inner-form .input-field {
    margin-right: 0;
  }
  .s01 form .inner-form .input-field input {
    padding: 5px 15px;
    font-size: 16px;
  }
  .s01 form .inner-form .input-field.first-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .s01 form .inner-form .input-field.second-wrap {
    width: calc(50% - 10px);
    min-width: auto;
  }
  .s01 form .inner-form .input-field.third-wrap {
    width: calc(50% - 10px);
  }
  .s01 form .inner-form .input-field.third-wrap .btn-search {
    font-size: 16px;
  }
}
/* Theme Name: Speedy Theme URI: https://www.speedynetworks.nl/ 
Description: Ã¡ 2014 framework for WordPress. Author: Erik Arends 
Version: 2.0 Tags: General comments (optional). */ body{
	background-color: #e5e5e5;
	margin: 0;
	padding: 0;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/achtergrond_networks.png');
	background-repeat: repeat-x;
	background-position: 0px 122px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12pt;
	width: 100%!important;
	}
.scrollToTop{
    width:100px;
    height:130px;
    padding:10px;
    text-align:center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:75px;
    right:5px;
    display:none;
    background: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/arrow_up.png') 
no-repeat 0px 20px;
}
.scrollToTop:hover{
    text-decoration:none;
}
#outer_wrapper{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/dar_footer_slice.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	}	
#wrapper{
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 11px;
	}
a img{
	border:none;
	}
a, img{
	border:none;
	text-decoration: none;
	}	
/***HEADER***/
	
#header{
	height: 384px;
	}	
#top_header{
	height: 111px;
	}
#top_header_nav{
	height: 24px;
	}	
#top_header_logo{
	position:absolute;
	height: 86px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/header_beneden10.png');
	background-repeat: no-repeat;
	z-index:12;
	display: block;
	width:959px;
	}
.top_header_tabs{
	position:absolute;
	}
.top_header_tabs a{
	color: #ffffff;
	}	
.top_header_tabs a:hover{
	color: #000000;
	}
#top_header_xs a:hover{
	color: #ccc!important;
	}
#top_header_top{
	z-index: 10;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/header_boven.png');
	background-repeat: no-repeat;
	width: 455px;
	height: 24px;
	background-position: bottom;
	}
#top_header_networks{
	z-index: 9;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/tabblad_networks.png');
	background-repeat: no-repeat;
	width: 512px;
	height: 18px;
	padding-top: 9px;
	background-position: bottom;
	margin-left: 0px;
	text-align: right;
	padding-right: 46px;
	font-size: 12px;
	}
#top_header_systems{
	z-index: 8;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/tabblad_systems.png');
	background-repeat: no-repeat;
	width: 510px;
	height: 18px;
	padding-top: 6px;
	background-position: bottom;
	margin-left: 90px;
	padding-right: 20px;
	text-align: right;
	font-size: 11px;
	margin-top: 3px;
}
#top_header_xs{
	z-index: 7;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/tabblad_xs.png');
	background-repeat: no-repeat;
	width: 525px;
	height: 18px;
	padding-top: 6px;
	background-position: bottom;
	margin-left: 140px;
	padding-right: 53px;
	text-align: right;
	font-size: 11px;
	margin-top: 3px;
}
#top_header_prints{
	z-index: 6;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/tabblad_prints.png');
	background-repeat: no-repeat;
	width: 525px;
	height: 18px;
	padding-top: 6px;
	background-position: bottom;
	margin-left: 208px;
	padding-right: 48px;
	text-align: right;
	font-size: 11px;
	margin-top: 3px;
	}
#top_header_extra{
   position:absolute;
	z-index: 20;
	width: 200px;
	height: 18px;
	padding-top: 40px;
	background-position: bottom;
	margin-left:800px;
	padding-right: 48px;
	text-align: right;
	font-size: 13px;
	text-align: left;
	}
.knop {
	display: block;
	background-image:url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/button.png');
	width:150px;
	height:26px;
	background-repeat: no-repeat;
	padding-top:7px;
	padding-left:10px;
	font-size:12px;
}
a.knop {
	color:#000000;
}
a.knop:hover {
	color:#99cc33;
}
#main_nav{
	height: 62px;
	}
#main_nav ul{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 302;
	}
#main_nav ul li{
	float: left;
	list-style: none;
	min-height: 36px;
	width: 180px;
	}
#main_nav ul li a{
	color: #ffffff;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	padding-left: 30px;
	font-weight: 700;
	height: 33px;
	padding-top: 3px;
	}
#main_nav ul li a:hover{
	color:#A5CA2D;
	}	
#main_nav ul li ul.sub-menu{
	position: absolute;
	}
.sub-menu{
	height: 0px;
	margin-top: 6px;
	display: none;
	border-bottom: 4px solid #999999;
	overflow: hidden;
	
	}
.sub-menu li{
	float: none!important;
	background-color: #444444;
	margin: 0!important;
	border-bottom: 1px solid #999999;
	width: 170px!important;
	border-left: 5px solid #999999;
	border-right: 5px solid #999999;
	}
.sub-menu li a{
	display: block;
	padding-top: 6px!important;
	height: 30px!important;
	text-transform: none!important;
	font-weight: 400!important;
	}
.sub-menu li .sub{
	display: none;
	}
.sub{
	font-size: 12px!important;
	display: block;
	position: relative;
	color: #999999;
	font-weight: 700;
	margin-top: -3px;
	}
#achter_main_nav_blokje{
	position: relative;
	z-index: 0;
	width: 180px;
	background-color: #666666;
	height: 36px;
	margin-left:0px;
	}	
#header_telefoon{
	float: right;
	font-size: 20px;
	color: #99cc33;
	margin-right: 20px;
	margin-top: 36px;
	padding-left: 30px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/telefoon_icoon.png');
	background-repeat: no-repeat;
	background-position: left;
	}
/***HEADER***/ /***SLIDER***/
#slider{
	background-color: #000000;
	height: 217px;
	width: 960px;
	overflow: hidden;
	position: relative;
	z-index: 110;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	}	
.slider_image{
	width: 960px;
	height: 217px;
	background-size: cover;
	position: absolute;
	opacity: 0;
	}
#nav_holder{
	position: absolute;
	z-index: 100;
	width: 238px;
	height: 43px;
	padding-left: 2px;
	margin-left: 960px;
	margin-top: 148px;
	padding-top: 2px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/background_slyce_slider.png');
	}
#slider_nav{
	width: 144px;
	height: 45px;
	float: left;
	overflow: hidden;
	}
#slider_nav_bak{
	width: 5000px;
	height: 45px;
	}	
#nav_prev{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/nav_prev.gif');
	float: left;
	margin-right: 4px;
	width: 7px;
	height: 7px;
	margin-top: 20px;
	cursor: pointer;
	}
#nav_next{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/nav_next.gif');
	float: left;
	width: 7px;
	height: 7px;
	margin-top: 20px;
	cursor: pointer;
	}
#nav_kader{
	width: 68px;
	height: 50px;
	position: absolute;
	z-index: 111;
	margin-top: -10px;
	margin-left: 11px;
	}
#nav_kader_kader{
	width: 66px;
	height: 40px;
	border: 1px solid #ffffff;
	}
#nav_kader_pijltje{
	width: 68px;
	height: 10px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/nav_pointer.gif');
	background-position: top center;
	background-repeat: no-repeat;
	}
.slider_thumb{
	width: 66px;
	height: 40px;
	border: 1px solid #AAAAAA;
	float: left;
	margin-right: 4px;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor: pointer;
	}
#slider_text{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/background_slyce_slider.png');
	width: 669px;
	height: 45px;
	position: absolute;
	z-index: 105;
	margin-top: 148px;
	color: #ffffff;
	margin-left: -689px;
	padding-left: 20px;
	}
#regel_1 a{
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	}
#regel_1 a:hover{
	color: #99cc33;
	}
#regel_2{
	font-size: 14px;
}
/***SLIDER***/ /***SIDEBAR***/
#sidebar_left{
	float: left;
	/* width: 214px; Aangepast naar 199 px */
	width: 199px;
	padding: 30px;
	min-height: 540px;
   background-image:url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/leftline_bg-1x300.gif');
	background-position:229px 30px;
	background-repeat:no-repeat;
	}	
		
#sidebar_left A {
	color:#99cc33 !important;
	text-decoration:none !important;
}
#sidebar_left A:hover {
	color:#99cc33 !important;
	text-decoration:underline !important;
}
#sidebar_left h4{
    padding: 0;
    margin-bottom: -10px;
}
		
/***SIDEBAR***/
		
/***BODY***/
#main{
	background-color: #ffffff;
	}
#content{
	width: 656px;
	min-height: 600px;
	padding: 30px;
	padding-left: 0;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11pt;
	
	}
#content h1{
	font-size: 20px;
	font-weight: 700;
	color: #99CC33;
	font-family: 'Roboto Condensed', sans-serif;
	}	
		
#content a{
	color: #99cc33;
	}					
#content a:hover{
	text-decoration: underline;
	}
/***BODY***/
		
		
/***FOOTER***/
#footer_top{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/borderbeneden_networks.png');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 22px;
	}		
#footer{
	height: 270px;
	}		
		
#social{
	float: left;
	width: 249px;
	height: 92px;
	padding-left: 25px;
	padding-top: 8px;
	}		
#social a{
	float: left;
	display: block;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	}
#footer_menu{
	float: left;
	width: 666px;
	height: 125px;
	background-color: #ffffff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px;
	}		
.footer_menu_header{
	color: #666666;
	font-size: 14px;
	font-weight: 700;
	}
		
.footer_menu{
	float: left;
	width: 150px;
	}		
.footer_menu ul{
	margin: 0;
	padding: 0;
	}			
.footer_menu li{
	margin-left: 0px;
	list-style: none;
	}
.footer_menu li:before {
    content:". ";
    font-size:30px;
    vertical-align:top;
    line-height:8px;
    }	
			
.footer_menu a{
	color: #444444;
	font-size: 11px;
	}
.footer_menu a:hover{
	text-decoration: underline;
	}			
#google_ads{
	float: right;
	}		
		
#footer_brands{
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	width: 675px;
	background-color: #e5e5e5;
	border-radius: 10px;
	padding-left: 10px;
	}		
#footer_brands a{
	margin-left: 4px;
	margin-right: 4px;
	}		
#lower_footer_menu{
	width: 456px;
	float: right;
	font-size: 12px;
	font-weight: 700;
	}		
#lower_footer_menu ul{
	padding: 0;
	margin: 0;
	}		
#lower_footer_menu li{
	list-style: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}				
#lower_footer_menu li a{
	color: #ffffff;
	}		
#lower_footer_menu li a:hover{
	text-decoration: underline;
	}		
		
#menu-item-63{
	border-right: 1px solid #888888;
	}		
		
#copyright{
	width: 686px;
	float: right;
	font-size: 11px;
	text-align: center;
	color: #888888;
	}		
	
	/* Tabs Styles */ ul.tabs {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
ul.tabs li {display: inline-block;} ul.tabs a {
    display: block;
    position: relative;
    top: 1px;
    padding: 5px 10px;
    border: 1px solid transparent;
    text-decoration: bold;
}
ul.tabs a.active {
    border-color: #ccc;
    border-bottom-color: #fff;
}
section.tab {
    display: none;
    margin-bottom: 15px;
    padding: 15px 0;
}
section.tab.active {display: block;} .tabel_check{
	font-size: 22px;
	color: green;
	}
.tabel_times{
	font-size: 22px;
	color: red;
	}
.grijze_kop{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #444444;
	height: 80px;
	min-width: 160px;
	text-align: center;
	}
.groene_kop{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #a6c83c;
	min-width: 180px;
	height: 120px;
	text-align: center;
	}
.grijze_footer{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #959595;
	height: 30px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/bestel_pijltje.png');
	background-repeat: no-repeat;
	background-position: 120px center;
	padding-top: 5px;
	text-align: center;
	}
.grijze_footer a{
	color: #ffffff!important;
	text-decoration: none;
	font-size: 14px;
	}
.groene_footer{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #a6c83c;
	height: 30px;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/bestel_pijltje.png');
	background-repeat: no-repeat;
	background-position: 140px center;
	padding-top: 5px;
	text-align: center;
	}
.groene_footer a{
	color: #ffffff!important;
	text-decoration: none;
	font-size: 14px;
	}	
.cellen{
	background-color: #ebebeb;
	height: 45px;
	text-align: center;
	color: #898989;
	font-size: 14px;
	}
.meer_info a{
	display: block;
	text-align: center;
	color: #a6c83c;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	}
.gratis_domeincel{
	height: 110px;
	}
.meest{
	color: #ffff00;
	font-weight: 700px;
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 17px;
	}
.pakket_naam{
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	padding-top: 18px;
	}
.pakket_prijs{
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	}
#domein_check_form{
	width: 520px;
	background-color:#99cc33;
	position: absolute;
	top:0;
	padding:0;
	top:12px;
	height:66px;
	left:220px;
	}
#domein_check_form BUTTON {
	display: block;
	background-color:#ffffff;
	position: absolute;
	left:410px;
	top:17px;
	height:32px;
	width:90px;
	border:1px SOLID #e5e4e4;
	font-size:13px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#9b8c89;
	vertical-align: top;
}	
	
#check_input{
	position:absolute;
	border: 1px solid #e5e4e4;
	background-color: #ffffff;
	outline: none;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/www.jpg');
	background-repeat: no-repeat;
	background-position: 4px center;
	width: 370px;
	padding-left: 50px;
	padding-top: 6px;
	padding-bottom: 7px;
	font-size: 13px;
	color: #898989;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0px;
	top:17px;
	left:20px;
	margin:0;
	
	}
#deklaag{
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/deklaag_bg.png');
	position: absolute;
	z-index: 199999999999;
	width: 100%;
	bottom: 0;
	top:0;
	left:0;
	right:0;
	display: none;
	opacity: 0;
	}	
#tabletje{
	display: block;
	width: 400px;
	min-height: 877px;
	margin: 120px auto 0 auto;
	}	
#sluit_popup{
	width: 100%;
	height: 28px;
	text-align: right;
	padding-bottom: 4px;
	}
#sluit_popup_btn{
	width: 29px;
	height: 28px;
	cursor: pointer;
	background-image: 
url('https://www.speedynetworks.nl/wp-content/themes/speedy/images/sluit_popup.png');
	background-repeat: no-repeat;
	float: right;
	}			
#tablet_kop{
	width: 100%;
	height: 66px;
	background-color: #444444;
	color: #ffffff;
	text-align: center;
	padding-top: 50px;
	box-shadow: 0px 0px 4px 2px #686868;
	}	
#tablet_body{
	width: 100%;
	min-height: 729px;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px 2px #686868;
	padding-bottom: 40px;
	}
.inactief_pakket{
	display: none;
	}	
	
#beschrijving{
	padding: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
	text-align: justify;
	max-height: 280px;
	overflow: hidden;
	}	
#pakket_eigenschappen{
	background-color: #a6c83c;
	color: #ffffff!important;
	vertical-align: middle;
	border:none;
	}	
#gegevens_table{
	width: 358px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 auto 0 auto;
	font-size: 14px;
	color: #555555;
	}	
	
#gegevens_table tr td{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	}	
#tab_div{
	opacity: 0;
	}	
#tab_menu{
	margin: 0;
	padding: 0;
	margin-left: 8px;
	}	
.tab_tab{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style: none;
	cursor: pointer;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #c4c4c4;
	border-bottom: none;
	margin-bottom: -1px;
	margin-right: 2px;
	position: relative;
	z-index: 100;
	}	
#tab_text_holder{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #c4c4c4;
	}
.tab_text{
	opacity: 0;
	padding: 20px;
	position: absolute;
	width: 614px;
	display:none;
	}	
.active_tab{
	border-bottom: 1px solid #ffffff!important;
	cursor: default!important;
	color: #99CC33!important;
	}
.active_text{
	opacity: 1;
	}	
	
	
	
/***REGISTRATIE***/
	
.red{
	color: red;
}
.green {
	color: green;
}
.visuallyhidden {
    display: none;
}
.wizard-progress {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    float: left;
    white-space: nowrap;
}
.wizard-progress li {
    float: left;
    margin-right: 50px;
    text-align: center;
    position: relative;
    width: 100px;
}
.wizard-progress .step-name {
    display: table-cell;
    height: 32px;
    vertical-align: bottom;
    text-align: center;
    width: 100px;
}
.wizard-progress .step-name-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
}
.wizard-progress .step-num {
    font-size: 14px;
    font-weight: bold;
    border: 3px solid #99cc33;
    border-radius: 50%;
    width: 18px;
    display: inline-block;
    margin-top: 10px;
}
.wizard-progress .step-num:after {
    content: "";
    display: block;
    background: #99cc33;
    height: 5px;
    width: 130px;
    position: absolute;
    bottom: 10px;
    left: 60px;
}
.wizard-progress li:last-of-type .step-num:after {
    display: none;
}
.wizard-progress .active-step .step-num {
    background-color: #99cc33;
	color: #fff;
}	
	
	suppaMenu {
    z-index: 99999999999;
    width: 960px !important;
    height: 62px !important;
    background-color: transparent;
    border-top: 0px solid #111111;
    border-right: 0px solid #111111;
    border-bottom: 0px solid #111111;
    border-left: 0px solid #111111;
    background-image: -webkit-linear-gradient(top, transparent, 
transparent);
    background-image: -moz-linear-gradient(top, transparent, 
transparent);
    background-image: -o-linear-gradient(top, transparent, transparent);
    background-image: -ms-linear-gradient(top, transparent, 
transparent);
    background-image: linear-gradient(top, transparent, transparent);
    background-image: 
url('https://speedynetworks.nl/wp-content/uploads/2014/05/menu_slice.jpg') 
!important;
    background-repeat: repeat-x;
