/* CSS crunched with Crunch - http://crunchapp.net/ */
/**
* Reset CSS
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
* Mixins
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
* Fonts
*/
@font-face {
  font-family: "roboto_condensedbold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/robotocondensed/robotocondensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg"), url("../fonts/robotocondensed/robotocondensed-bold-webfont.woff") format("woff"), url("../fonts/robotocondensed/robotocondensed-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "roboto_condensedbold_italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/robotocondensed/robotocondensed-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed/robotocondensed-bolditalic-webfont.svg#roboto_condensedbold_italic") format("svg"), url("../fonts/robotocondensed/robotocondensed-bolditalic-webfont.woff") format("woff"), url("../fonts/robotocondensed/robotocondensed-bolditalic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "roboto_condenseditalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/robotocondensed/robotocondensed-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed/robotocondensed-italic-webfont.svg#roboto_condenseditalic") format("svg"), url("../fonts/robotocondensed/robotocondensed-italic-webfont.woff") format("woff"), url("../fonts/robotocondensed/robotocondensed-italic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "roboto_condensedlight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/robotocondensed/robotocondensed-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed/robotocondensed-light-webfont.svg#roboto_condensedlight") format("svg"), url("../fonts/robotocondensed/robotocondensed-light-webfont.woff") format("woff"), url("../fonts/robotocondensed/robotocondensed-light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "roboto_condensedlight_italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/robotocondensed/robotocondensed-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed/robotocondensed-lightitalic-webfont.svg#roboto_condensedlight_italic") format("svg"), url("../fonts/robotocondensed/robotocondensed-lightitalic-webfont.woff") format("woff"), url("../fonts/robotocondensed/robotocondensed-lightitalic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "roboto_condensedregular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/robotocondensed/robotocondensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed/robotocondensed-regular-webfont.svg#roboto_condensedregular") format("svg"), url("../fonts/robotocondensed/robotocondensed-regular-webfont.woff") format("woff"), url("../fonts/robotocondensed/robotocondensed-regular-webfont.ttf") format("truetype");
}
/**
* Main CSS
*/
* {
  margin: 0;
}
html {
  height: 100%;
  color: #232323;
  font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.50em;
}
body {
  height: 100%;
  color: #232323;
  font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.50em;
  /* Preloader */
}
body .stripe {
  background-image: url('/voorportaal/images/stripe.jpg');
  height: 5px;
  background-repeat: repeat-x;
}
body .wrapper {
  margin: 0 auto;
  width: 980px;
  position: relative;
  opacity: 1;
}
body .loader {
  background-image: url("/voorportaal/images/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 140px auto;
  height: 100%;
  max-height: 100%;
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body .main {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  body .main {
    margin: 0 auto -66px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  body .main {
    margin: 0 auto -149px;
  }
}
@media only screen and (max-width: 480px) {
  body .main {
    margin: 0 auto -149px;
  }
}
body .main .top {
  height: 85px;
  background-image: url('/voorportaal/images/blueshader.gif');
  background-repeat: repeat-x;
}
body .main .top-bg {
  background-image: url("/voorportaal/images/bg_top.gif");
  position: absolute;
  height: 410px;
  display: block;
  width: 100%;
  background-repeat: repeat-x;
}
body .main .top-bg .shade {
  background-image: url("/voorportaal/images/header_bg_bley.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  background-color: #326d71;
}
body .main .blocks {
  min-height: 675px;
  position: relative;
  z-index: 2;
}
body .main .blocks .nfs-logo {
  background-image: url("/voorportaal/images/logo.png");
  background-repeat: no-repeat;
  clear: both;
  float: left;
  height: 85px;
  width: 100%;
  margin-left: 10px;
  margin-top: 10px;
}
body .main .blocks .block {
  background-color: #FFF;
  float: left;
  height: 455px;
  margin-top: 65px;
  position: relative;
  width: 300px;
  -webkit-box-shadow: 0px 0px 23px rgba(0, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 23px rgba(0, 50, 50, 0.25);
  box-shadow: 0px 0px 23px rgba(0, 50, 50, 0.25);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body .main .blocks .block:hover {
  -webkit-box-shadow: 0px 0px 23px rgba(0, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 23px rgba(0, 50, 50, 0.75);
  box-shadow: 0px 0px 23px rgba(0, 50, 50, 0.75);
}
body .main .blocks .block.dim {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
body .main .blocks .block.flip {
  -webkit-transform: rotateY(1800deg);
  -moz-transform: rotateY(1800deg);
  -o-transform: rotateY(1800deg);
  -ms-transform: rotateY(1800deg);
  transform: rotateY(1800deg);
}
body .main .blocks .block > a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}
body .main .blocks .block .logo {
  display: block;
  padding-top: 40px;
  text-align: center;
}
body .main .blocks .block .divider {
  background-color: #8C8C8C;
  display: block;
  height: 1px;
  margin: 30px auto;
  opacity: 1;
  width: 80%;
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  body .main .blocks .block .divider {
    margin: 20px auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  body .main .blocks .block .divider {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 480px) {
  body .main .blocks .block .divider {
    margin: 20px auto;
  }
}
body .main .blocks .block .text {
  color: #464646;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  width: 235px;
}
body .main .blocks .block .text .head {
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
}
body .main .blocks .block .text ul {
  list-style: disc outside;
  margin-left: 15px;
}
body .main .blocks .block .text ul li {
  line-height: 14px;
}
body .main .blocks .block .button {
  background-image: url("/voorportaal/images/sprite_buttons.png");
  color: rgba(0, 0, 0, 0);
  display: block;
  font-size: 0;
  height: 69px;
  margin: 0 auto;
  position: relative;
  width: 269px;
}
body .main .blocks .block .button a {
  height: 69px;
  width: 269px;
  display: block;
  font-size: 0;
  color: transparent;
}
body .main .blocks .block-1 .divider {
  opacity: 1;
}
body .main .blocks .block-1 .text {
  height: 190px;
}
body .main .blocks .block-1 .text ul li {
  line-height: 20px;
}
body .main .blocks .block-1 .button {
  background-position: 0 0;
}
body .main .blocks .block-1 .button:hover {
  background-position: 0 -68.5px;
}
body .main .blocks .block-2 {
  width: 340px;
  height: 545px;
  margin: 22px 20px 0;
}
body .main .blocks .block-2.small {
  display: none;
}
body .main .blocks .block-2 .divider {
  opacity: 1;
}
body .main .blocks .block-2 .text {
  height: 200px;
  width: 265px;
}
body .main .blocks .block-2 .text ul li {
  line-height: 20px;
}
body .main .blocks .block-2 .button {
  background-position: -268px 0;
}
body .main .blocks .block-2 .button:hover {
  background-position: -268px -68.5px;
}
body .main .blocks .block-3 .divider {
  opacity: 1;
}
body .main .blocks .block-3 .text {
  height: 200px;
}
body .main .blocks .block-3 .text ul li {
  line-height: 20px;
}
body .main .blocks .block-3 .button {
  background-position: -537px 0;
}
body .main .blocks .block-3 .button:hover {
  background-position: -537px -68.5px;
}
body .main .bottom-bg {
  background-image: url('/voorportaal/images/bg_bottom.gif');
  position: absolute;
  bottom: 50px;
  height: 410px;
  display: block;
  width: 100%;
  background-repeat: repeat-x;
  background-position: 0 230px;
  z-index: 1;
}
body .main .push {
  height: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  body .main .push {
    height: 66px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  body .main .push {
    height: 135px;
  }
}
@media only screen and (max-width: 480px) {
  body .main .push {
    height: 135px;
  }
}
body .footer {
  background: url("/templates/stotteren_v3/images/rainbow.png") repeat-x scroll 0 bottom #ffffff;
  position: relative;
  padding-top: 0;
}
body .footer .wrapper {
  height: 50px;
}
body .footer .footer-text {
  color: #919193;
  font-size: 14px;
  text-align: center;
  line-height: 49px;
}
body .footer .footer-text.small-tablet.mobile {
  color: #464646;
}
body .footer .footer-text.small-tablet.mobile a {
  color: #919193;
}
body .footer .footer-text .left {
  float: left;
}
body .footer .footer-text .left.small-tablet.mobile {
  border-bottom: 1px solid #919193;
  padding-bottom: 10px;
}
body .footer .footer-text .left.small-tablet.mobile a {
  color: #464646;
}
body .footer .footer-text .right {
  float: right;
  color: #919193;
}
body .footer .footer-text a {
  color: #919193;
  text-decoration: none;
}
body .footer .footer-text a:hover {
  text-decoration: underline;
}
body #preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}
body #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .small-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .small-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .desktop.tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .desktop.tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .desktop.tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .desktop.tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .desktop.tablet.small-tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .desktop.tablet.small-tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .desktop.tablet.small-tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .desktop.tablet.small-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .desktop.tablet.mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .desktop.tablet.mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .desktop.tablet.mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .desktop.tablet.mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 960px) {
  .tablet.small-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .tablet.small-tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .tablet.small-tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .tablet.small-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .tablet.small-tablet.mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .tablet.small-tablet.mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .tablet.small-tablet.mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .tablet.small-tablet.mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 960px) {
  .small-tablet.mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .small-tablet.mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .small-tablet.mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-tablet.mobile {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 981px) {
	body .main .blocks .nfs-logo {
		background-repeat: no-repeat;
		margin-bottom: 30px;
		max-width: 331px;
		width: 100%;

	}
	body .wrapper {
		display: inline-block;
		width: 100%;
	}
	body .main .blocks {
	    display: inline-block;
	    min-height: 515px;
	    width: 100%;
	}
	body .main .blocks .block {
		clear: both;
		width: 90%;
		background-color: #FFFFFF;
		background-position: 50% 15%;
	    background-size: auto auto;
	    border: 3px solid #F4F4F4;
	    float: none;
    	margin: 0 auto 30px;
		height: auto;
    	max-height: 505px;
	}
	body .main .blocks .block.small {
		display: block;
	}
	body .main .blocks .block.large {
		display: none;
	}
	body .main .blocks .block .text {
		height: auto;
		max-width: 265px;
    	width: auto;
    }
	body .main .blocks .block-1 {
	    height: 385px;
	}
	body .main .blocks .block-2 {
	    margin-top: 30px;
	    height: 515px;
	    padding-bottom: 30px;
	}
	body .main .blocks .block-3 {
	    height: 420px;
	}
	body .main .blocks .block-1 .text {
		
	}
	body .main .blocks .block-2 .text {
		
	}
	body .main .blocks .block-3 .text {
		
	}
	body .main .blocks .block .button {
	    background-size: 660px auto;
	    bottom: -15px;
	    height: 60px;
	    margin: 0 auto;
	    position: relative;
	    width: 220px;
	}
	body .main .blocks .block-1 .button:hover {
		background-position: 0 -56.5px;
	}
	body .main .blocks .block-2 .button {
	    background-size: 850px auto;
	    height: 75px;
	    width: 280px;
	    background-position: -287px 0;
	    left: 0;
	}
	
	body .main .blocks .block-2 .button:hover {
	    background-position: -287px -73.5px;
	}
	body .main .blocks .block-3 .button {
	    background-position: -440px 0;
	}
	body .main .blocks .block-3 .button:hover {
	    background-position: -440px -56.5px;
	}

	body .footer {
		padding-top: 0;
	}
	body .footer .footer-text {
		line-height: inherit;
		left: 0;
		margin: 0 auto;
		position: relative;
	}
	body .footer .wrapper {
		display: inline-block;
		height: auto;
	    padding-top: 5px;
	}
	body .footer .footer-text .left {
	    width: 100%;
	}
	body .footer .footer-text .right {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 10px;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	body .footer .wrapper {
	    display: inline-block;
	    height: auto;
	    padding-top: 10px;
	}
}
/* Max 320px */
@media screen and (max-width: 480px) {
	body .wrapper {
		width: 100%;
	}
	body .main .blocks {
	    display: inline-block;
	    min-height: 515px;
	    width: 100%;
	}
	body .main .blocks .block {
		clear: both;
		width: 90%;
		background-color: #FFFFFF;
		background-position: 50% 15%;
	    background-size: auto auto;
	    border: 3px solid #F4F4F4;
	    float: none;
    	margin: 0 auto 30px;
		height: auto;
    	max-height: 505px;
	}
	body .main .blocks .block.small {
		display: block;
	}
	body .main .blocks .block.large {
		display: none;
	}
	body .main .blocks .block .text {
		max-width: 265px;
    	width: auto;
    }
	body .main .blocks .block-1 {
	    height: 355px;
	}
	body .main .blocks .block-2 {
	    margin-top: 30px;
	    height: 515px;
	    padding-bottom: 30px;
	}
	body .main .blocks .block-3 {
	    height: 440px;
	}
	body .main .blocks .block-1 .text {
		
	}
	body .main .blocks .block-2 .text {
		
	}
	body .main .blocks .block-3 .text {
		
	}
	body .main .blocks .block .button {
	    background-size: 660px auto;
	    bottom: -35px;
	    height: 60px;
	    margin: 0 auto;
	    position: relative;
	    width: 220px;
	}
	body .main .blocks .block-1 .button:hover {
		background-position: 0 -56.5px;
	}
	body .main .blocks .block-2 .button {
	    background-position: -267px 0;
	    background-size: 800px auto;
	    height: 75px;
	    left: 0;
	    width: 260px;
	}
	
	body .main .blocks .block-2 .button:hover {
	    background-position: -267px -67.5px;
	}
	body .main .blocks .block-3 .button {
	    background-position: -440px 0;
	}
	body .main .blocks .block-3 .button:hover {
	    background-position: -440px -56.5px;
	}

	body .footer .footer-text {
		line-height: inherit;
		left: 0;
		margin-left: 0;
	}
	body .footer .wrapper {
	    display: inline-block;
	    height: auto;
	    padding-top: 10px;
	}

}