/* CSS RESET */
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,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,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}.paragraph ul {list-style: disc; margin-left: 20px;}

/* POSITION CLASSES */
.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrapper.small {
    width: 1000px;
}
.clear {
    clear: both;
}
.dpn {
    display: none!important;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.floatRightI {
    float: right!important;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb60 {
    margin-bottom: 60px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}

/* FONT CLASSES */
.light {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
}
.regular {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bold {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
strong {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
em {
    font-style: italic;
}
.centerText {
    text-align: center;
}

/* GENERAL STYLING CLASSES */
.backgroundCover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.clearFix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.relative {
    position: relative;
}
.btn {
    cursor: pointer;
}
.formshowerror {
    border: 1px solid red;
    background-color: #ffd0d0;
    color: red;
}

/* GENERAL ELEMENTS */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
    color: inherit;
}
b {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
}

/*PARAGRAPH */
.paragraph {
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 2;
    color: #747474;
}
.paragraph.smallLineHeight {
    line-height: 1.5;
}
.paragraph img {
    max-width: 100%!important;
    height: auto!important;
    box-shadow: none !important;
}
.paragraph.white {
    color: white!important;
}
.paragraph.italic {
    font-style: italic;
}
.paragraph.small {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
.paragraph a {
    text-decoration: none;
    border-bottom: 1px solid #003d66;
}
.paragraph a:hover {
    color: #39a642;
    border-color: #39a642;
}
.paragraph table{
    max-width: 500px!important;
}
.paragraph table td{
    border: 1px solid #e5e5e5;
    padding: 5px;
}
    
    /* BUTTONS */
.button {
    float: left;
    background-color: #39a642;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    padding: 15px;
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.button.green {
    background-color: #39a642;
}
.button.green:hover {
    background-color: #308d38;
}
.button.blue {
    background-color: #003d66;
}
.button.blue:hover {
    background-color: #003457;
}
.button.grey {
    background-color: #e6e6e6;
    color: #003d66;
}
.button.grey:hover {
    background-color: #eee;
    color: #003d66;
}
.button.small {
   padding: 10px;
}
.button.big {
    padding: 15px 25px;
    font-size: 16px;
}
.button:hover {
    background-color: #308d38;
    color: white;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

/* COL */
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
}
.col-1 {
    width: 8.333%;
}
.col-2 {
    width: 16.666%;
}
.col-2-5 {
    width: 20%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.333%;
}
.col-5 {
    width: 41.666%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.333%;
}
.col-8 {
    width: 66.666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.333%;
}
.col-11 {
    width: 91.666%;
}
.col-12 {
    width: 100%;
}
.col-padding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.col-padding-right {
    padding-right: 15px;
}
.col-padding-left {
    padding-left: 15px;
}
.col-padding-right-big {
    padding-right: 30px;
}
.col-padding-left-big {
    padding-left: 30px;
}
.s-show,
.s-show-block {
    display: none;
}

/*TITLES */
.title-1 {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1.3;
}
.title-2 {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1.3;
}
.title-3 {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.3;
}

.titleAnchor{
	text-decoration:none!important;
}

/* CONTENT PAGES */
.header {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 103;
    background-color: white;
}
.header.scroll {
    -webkit-box-shadow: 0px 10px 33px -13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 33px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 33px -13px rgba(0, 0, 0, 0.2);
}
.innerHeader {
    float: left;
    width: 100%;
    border-top: 2px solid #39a642;
    padding: 30px 10px 40px;
}
.logo {
    float: left;
    width: 240px;
}
.logo img {
    float: left;
    max-width: 100%;
}
#menu {
    float: right;
    z-index: 100;
    position: relative;
    margin-top: 10px;
    margin-right: 20px;
}
#menu ul {
    float: left;
}
#menu li {
    float: left;
    width: auto;
    position: relative;
    margin-right: 5px;
}
#menu li:hover .sub {
    display: block;
}
#menu li a {
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #003d66;
    font-size: 16px;
    padding: 15px 15px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#menu li a:hover {
    background-color: #eee;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
#menu li a.selected {
    background-color: #003d66;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
}
#menu li .actionBtn {
    background-color: #39a642;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 20px;
}
#menu li .actionBtn:hover {
    background-color: #308d38;
    color: white;
}
#menu .sub {
    display: none;
    z-index: 99;
    position: absolute;
    width: 220px;
    top: 45px;
    left: 0px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}
#menu .sub li {
    float: left;
    width: 100%;
    margin: 0!important;
}
#menu .sub li:after {
    display: none;
}
#menu .sub li:last-child {
    border-bottom: none;
}
#menu .sub li a {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    padding: 15px 10px;
    cursor: pointer;
    color: #222222;
    text-transform: none;
    height: auto;
}
#menu .sub li a:hover {
    background-color: #eee;
    color: #222222;
}
#menu .sub li:last-child {
    border-bottom: none;
}
.iconArrow{display: none;}
.search {
    float: right;
    margin-left: 30px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}
.search i {
    float: left;
    color: #003d66;
    font-size: 25px;
}
.searchForm {
    position: absolute;
    width: 300px;
    background-color: #eee;
    padding: 10px;
    right: 0;
    top: 0px;
    z-index: -1;
    opacity: 0;
}
.searchForm.active {
    top: 58px;
    z-index: 20;
    opacity: 1;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.searchForm .submitForm {
    top: 12px;
    right: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.content {
    float: left;
    width: 100%;
    margin-top: 166px;
}
.slideHeight {
    position: absolute;
    height: 420px;
    width: 100%;
    z-index: 99;
}
#slides {
    float: left;
    width: 100%;
}
#slides .item {
    float: left;
    width: 100%;
    overflow: hidden;
}
.slideImage {
    float: left;
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}
.slideImage img {
    float: none;
    display: block;
    z-index: 1;
    min-width: 100%;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 420px;
}
.topImage {
    float: left;
    width: 100%;
    height: 180px;
    position: relative;
    background-position: center;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.quoteContainer {
    width: 550px;
    position: absolute;
    right: 0;
    top: 55px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.quoteInnerContainer {
    float: left;
    width: 100%;
    padding: 50px;
}
.quoteInnerContainer .text {
    font-size: 19px;
    line-height: 32px;
    color: #003d66;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
}
.quoteLeft {
    float: left;
    position: absolute;
    left: -17px;
    font-size: 35px;
    top: -10px;
}
.quoteRight {
    position: relative;
    font-size: 35px;
    top: 0;
    height: auto;
}
.homeTop {
    margin-top: -20px;
    z-index: 80;
    position: relative;
}
.block {
    float: left;
    width: 100%;
    padding: 40px 20px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: black;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 2, 0.12);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 2, 0.12);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 2, 0.12);
    position: relative;
}
.block.sub {
    padding: 20px;
}
.animate {
    background: url(../../images/human.png);
    height: 371px;
    position: relative;
    z-index: -100;
    width: 238px;
    bottom: -50px;
    background-position: top right;
}
.animate.active {
    background: url(../../images/human-active.png);
    background-position: top right;
}
.box {
    position: relative;
}
.box.greenBefore:before {
    content: '';
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 0;
    background-color: #39a642;
    height: 8px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
.box.blueBefore:before {
    content: '';
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 0;
    background-color: #003d66;
    height: 8px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
.box.greyBefore:before {
    content: '';
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 0;
    background-color: #dad9da;
    height: 8px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
.box.whiteBefore:before {
    content: '';
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 0;
    background-color: white;
    height: 8px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
.icon {
    float: left;
    width: 20%;
}
.icon i {
    float: left;
    width: 100%;
    font-size: 45px;
    text-align: center;
}
.bigIcon {
    float: left;
    width: 100%;
}
.bigIcon i {
    float: left;
    width: 100%;
    font-size: 45px;
    text-align: center;
}
.textContainer {
    float: left;
    width: 80%;
    padding-left: 20px;
}
.textContainer.full {
    float: left;
    width: 100%;
    padding-left: 0;
}
.textContainer.bigFull {
    float: left;
    width: 95%;
    padding-left: 20px;
}
.iconSearchPlace {
    color: white;
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.appointmentIcon {
    color: #c8c8c8;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.input {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: white;
    color: #222222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    outline: none;
}
.submitForm {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 8px 20px 7px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.uspList {
    float: left;
    margin-top: 20px;
}
.uspList li {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #003d66;
}
.uspList li:before {
    position: absolute;
    font-family: "themify";
    content: '\e64c';
    color: #39a642;
    left: 0;
}
.funFacts {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.topHeader{
    float:left;
    width: 100%;
}
.qualiview{
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #003d66;
}
.logoqualiview{
    float: left;
    width: 60px;
    margin-right: 10px;
}
.qualiview .inner{
    float: right;
}
.qualiview .text{
    float:left;
}
.borderRight {
    border-right: 1px solid #dad9da;
}
.funNumber {
    float: left;
    width: 100%;
    font-size: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
.funSubTitle {
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.parallaxContainer {
    position: relative;
    overflow: hidden;
    padding-bottom: 1px;
}
.parallax {
    position: absolute;
    left: 0;
    width: 100%;
    /*background-color: #003d66;*/
    background-image: url('../../images/parallax.jpg');
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    z-index: -1;
    height: 1080px;
    top: -600px;
    background-position: center;
}

/*SUBPAGINA*/
.pagination {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.pagination li {
    float: left;
    width: auto;
    font-size: 15px;
    color: #003d66;
}
.pagination li a {
    text-decoration: none;
}
.pagination li a:hover {
    color: #003457;
}
.pagination li:after {
    position: relative;
    content: "\e661";
    font-family: "themify";
    color: #003d66;
    font-size: 9px;
    margin: 0 10px;
}
.pagination li:last-child:after {
    display: none;
}
.subMenu {
    float: left;
    width: 100%;
}
.subMenu li {
    float: left;
    width: 100%;
}
.subMenu li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    line-height: 2;
    color: #003d66;
}
.subMenu li a:hover {
    color: #003457;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.subMenu li a.selected {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
    color: #003457;
}
#maps {
    float: left;
    width: 100%;
    height: 420px;
}

/*LOCATION*/
.location {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fbfbfb;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 2, 0.12);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 2, 0.12);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 2, 0.12);
}
.location:nth-child(even) {
    margin-right: 0;
}
.location.fullWidth {
	width:100%;
	margin-right:0px;
}

/*CONTACT*/
.formInput {
    float: left;
    width: 100%;
    border: 1px solid #dedede;
    outline: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    max-width: 100%;
    color: #747474;
    padding: 10px;
    position: relative;
}
.formInput:focus {
    border: 1px solid #003457;
}
.formInput.correct {
    border: 1px solid #39a642;
}
footer {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
    margin-top: -20px;
    z-index: 2;
    padding: 60px 0 0px;
}
footer .paragraph {
    font-size: 15px;
}
.footerMenu {
    float: left;
    width: 100%;
}
.footerMenu li {
    float: left;
    width: 100%;
}
.footerMenu li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    line-height: 2;
}
.footerMenu li a:hover {
    color: #003d66;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.footerMenu li a.selected {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
    color: #003d66;
}
.socialMenu {
    float: left;
    width: 100%;
}
.socialMenu li {
    float: left;
    margin-right: 10px;
}
.socialMenu li a {
    color: #003d66;
    font-size: 20px;
}
.socialMenu li a:hover {
    color: #222222;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.underFooter {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: white;
    margin-top: 40px;
}
.underMenu {
    float: right!important;
}
.underMenu li {
    float: left;
    margin-right: 20px;
}
.underMenu a {
    font-size: 15px;
    line-height: 2;
    text-decoration: none;
    color: #222222;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.underMenu a:hover {
    color: #003d66;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.receipt {
    float: left;
    font-size: 50px;
    width: 5%;
    text-align: center;
}
.topBlock {
    position: absolute;
    width: 400px;
    right: 0;
    bottom: -20px;
}
.blockImage {
    height: 200px;
    position: relative;
}
.blockMap {
    height: 420px;
    position: relative;
}
.image {
    float: left;
    width: 100%;
}
.image img {
    float: left;
    max-width: 100%;
}

/*CHECK + RADIO */
input[type="checkbox"].custom:not(:checked),
input.custom[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"].custom:not(:checked) + label,
input[type="checkbox"].custom:checked + label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    padding-top: 0px;
    letter-spacing: 0;
    line-height: 25px;
    color: #222222;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
input[type="checkbox"].custom:not(:checked) + label:before,
input[type="checkbox"].custom:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 25px;
    height: 25px;
    border: 1px solid #eee;
    background: white;
}
input[type="checkbox"].custom:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
input[type="checkbox"].custom:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
input[type="checkbox"].custom:not(:checked) + label:after,
input[type="checkbox"].custom:checked + label:after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 4px;
    left: 7px;
    font-size: 13px;
    line-height: 0.8;
    color: #39a642;
    transition: all .2s;
}
input[type="radio"].custom:not(:checked),
input[type="radio"].custom:checked {
    position: absolute;
    left: -9999px;
}
input[type="radio"].custom:not(:checked) + label,
input[type="radio"].custom:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    padding-top: 0px;
    letter-spacing: 0;
    line-height: 25px;
    color: #444444;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
input[type="radio"].custom:not(:checked) + label:before,
input[type="radio"].custom:checked + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: white;
}
input[type="radio"].custom:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
input[type="radio"].custom:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
input[type="radio"].custom:not(:checked) + label:after,
input[type="radio"].custom:checked + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #39a642;
    transition: all .2s;
}
.titelBlauwGroot {
    font-size: 28px;
    color: #003d66;    
}
.titelBlauwKlein {
    font-size: 22px;
     color: #003d66;   
}
/* GENERAL CLASSES */
.min300 {
    min-height: 300px;
}
.blueBack {
    background-color: #003d66;
}
.greenBack {
    background-color: #39a642;
}
.whiteBack {
    background-color: white;
}
.greyBack {
    background-color: #fcfcfc;
}
.blueColor {
    color: #003d66;
}
.greenColor {
    color: #39a642;
}
.blackColor {
    color: #222222;
}
.whiteColor {
    color: white;
}
.lightFont {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
}
.regularFont {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.boldFont {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
}
.fs15 {
    font-size: 15px;
}
.lh16 {
    line-height: 1.6;
}
.qualiview .text{
    font-size:14px;
}