:focus { outline: none; }

/* Basis */

body {
	background: url(img/bg.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	margin: 0;
	font-size:14px;	
	font-weight:300;
	line-height:18px;
	}

.bgleft {
	background:url(img/bg_left.png) no-repeat right;
	position:fixed;
	height:1000px;
	width:54%;	
}

.bol {
	background-color:#3489bf;
	position:absolute;
	top:-140px;
	left:-50px;
	width:150px;height:150px;border-radius:75px;font-size:18px;color:#fff;text-align:center;padding-top:40px; font-weight:700; line-height:26px;
    -webkit-transform: rotate(353deg);
    -moz-transform: rotate(353deg);
    -o-transform: rotate(353deg);
    writing-mode: lr-tb;
}

.postcodecheck {
	position:fixed;
	z-index:99999;
	width:100%;
	height:100%;
}

.postcodefield input[type="text"] {
	height:50px;
	text-align:center;
	color:#232323;
	font-size:22px;	
	font-weight:500;
	z-index:-3;
}

.footer {
	position:fixed;
	bottom:0;	
}

.formbox {
	background:rgba(255,255,255,1);
	margin: auto;
	width:50%;
	position: absolute;
	left: 0; right: 0; top:20px;
	z-index:-3;
}

.blackbg {
	background:rgba(0,0,0,0.4);	
	position:absolute;
	width:100%;
	height:100%;
	z-index: 900;
	display:none;
	top:0;
}

.redarrow {
	position:absolute;
	left:280px;
	bottom:0px;	
}

.strike {
	z-index:2;
	left:56px;
	top:-5px;
}

#rss li {
	margin-left:0px;	
	max-width:380px;
}

.centerBlock {
	  display: table;
	  margin: 0 auto;
}

.text-white {
	color:#ffffff;	
}

.text-black {
	color:#000000;	
}

h1, h2, h3, h4, h5 {
	margin:0;	
}

h1 {
	font-size:2.8em;
	font-weight:900;	
}

h2 {
	font-size:28px;
	font-weight:700;	
}

h3 {
	font-size:26px;
	font-weight:400;
}

h4 {
	font-size:18px;
	font-weight:500;	
}

h5 {
	font-size:18px;
	font-weight:700;	
}

.usp li {
	background:url(img/check_usp.png) no-repeat left;
	padding-left:40px;
	font-size:18px;
	margin:30px 0!important;
}

.drop-shadow {
	text-shadow: rgb(3, 3, 3) 3px 3px 15px;
}


/* List item CSS */

ul {	list-style-type:none;
}
.check li {
	font-size: 15px;
	font-weight:300;
	background:url(img/check2.png) no-repeat left;
	background-size:20px 20px;
	padding-left:40px!important;
	margin-left:0px!important;
}

/* Standaard margins */


.top5 { margin-top:5px;}
.top7 { margin-top:7px;}
.top10 { margin-top:10px;}
.top15 { margin-top:15px;}
.top17 { margin-top:17px;}
.top30 { margin-top:30px;}
.top40 { margin-top:40px;}
.top60 { margin-top:60px;}
.top100 { margin-top:100px;}
.top200 { margin-top:200px;}

.bottom5 { margin-bottom:5px;}
.bottom7 { margin-bottom:7px;}
.bottom10 { margin-bottom:10px;}
.bottom15 { margin-bottom:15px;}
.bottom17 { margin-bottom:17px;}
.bottom30 { margin-bottom:30px;}
.bottom60 { margin-bottom:60px;}
.bottom100 { margin-bottom:100px;}
.bottom200 { margin-bottom:100px;}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (max-width: @screen-sm-min) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (max-width: @screen-md-min) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (max-width: @screen-lg-min) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

/* Alle CSS voor het formulier */

.datum label {
	font-size:14px;
	color:#AFAFAF;
}

.datum input.showReadonly[readonly] {
	border:0;
	border:1px solid #AFAFAF;	
	background:url(img/cal.png) no-repeat 10px 4px, url(img/drop.png) no-repeat right 10px top 14px, url(img/cal_focus.png) 0 0 no-repeat, url(img/drop_focus.png) 0 0 no-repeat;
	padding:3px 0 0 40px;
	background-size:20px 22px, 10px 5px, 0 0, 0 0;
	cursor:pointer;
	background-color:transparent;
	width:100%;
}
.datum input.showReadonly[readonly]:focus {
	border:1px solid #3399FF;
	color:#3399FF;	
	background:url(img/cal_focus.png) no-repeat 10px 4px, url(img/drop_focus.png) no-repeat right 10px top 14px;
	background-size:20px 22px, 10px 5px;
}
.datum input.showReadonly[readonly].error {
	border:1px solid #FF0004;
	color:#3399FF;	
}
 
.geslacht input[type=radio] {
	visibility: hidden; /* gebruik geen display block */
	width: 1px;
	height: 1px;
	cursor: pointer;
	padding: 0px;
}
.geslacht input[type=radio] + label {
	border:1px solid #AFAFAF;
	background: #f2f9ff no-repeat;
	background-position:68px 11px;
	font-size:13px;
	padding:10px 0;
	width: 100%;
	max-width: 100px;
	font-weight: 300;
	text-align: center;
	cursor: pointer;
}

.geslacht input[type=radio]:hover + label {
	border:1px solid #3399FF;
	background-color:#ffffff;
}
.geslacht input[type=radio]:first-child + label{ margin: 0 0 0 -5px; }
.geslacht input[type=radio]:checked + label {
	background:url(img/check.png) no-repeat;
	background-position:68px 12px;
	background-size: 15px 15px;
	padding: 10px 15px 10px 0;
	border: 1px solid #3399FF;
	color:#6399c3;
	width: 100%;
	cursor: pointer;
	transition: 0.5s;
}

input[type="text"], input[type="email"], input[type="tel"] {
	font-size: 14px;
	padding-top:10px;
	border-radius: 0;
	outline: none;
}


input[type="text"].error, input[type="email"].error, input[type="tel"].error, input[readonly].error {
	border:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

input[type="text"].valid, input[type="email"].valid, input[type="tel"].valid, input[readonly].dateActive, input[readonly].dateHover {
	border:0;
}

.form-control, .form-control:focus {
	box-shadow:none;	
}

.effect-16, 
.effect-17, 
.effect-18{border: 0; padding: 4px 0; background-color: transparent;}
.effect-16 ~ .focus-border, .effect-16 ~ .focus-borderone, .effect-16 ~ .focus-bordertwo {position: absolute; bottom: 0; width: 90%; height: 1px; background-color: #AFAFAF; transition: 0.4s;}
.error ~ .focus-border {position: absolute; bottom: 0; width: 90%; height: 1px; background-color: #FF0004; transition: 0.4s;}
.error ~ .focus-borderone {position: absolute; bottom: 0; left: 15; width: 90%; height: 1px; background-color: #FF0004; transition: 0.4s;}
.error ~ .focus-bordertwo {position: absolute; bottom: 0; left: 15; width: 90%; height: 1px; background-color: #FF0004; transition: 0.4s;}

.effect-16:focus ~ .focus-border, .has-content.effect-16 ~ .focus-border, .effect-16:focus ~ .focus-borderone, .has-content.effect-16 ~ .focus-borderone, .effect-16:focus ~ .focus-bordertwo, .has-content.effect-16 ~ .focus-bordertwo {background-color: #3399FF; width:90%; transition: 0.6s;}
.effect-16 ~ label{position: absolute; left: 15; width: 100%; top: 10px; font-size:14px; font-weight:300; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-16:focus ~ label, .has-content.effect-16 ~ label{top: -10px; font-size: 12px; color: #3399FF; transition: 0.3s;}

.cta {
	width:100%;
	background-color:#e52237;
	border:0px;
	color:#ffffff;
	font-weight:700;
	font-size:16px;
	padding:15px 50px;
	text-transform:uppercase;
	background-image:url(img/arrow_cta.png);
	background-repeat:no-repeat;
	background-position:right 25px top 19px;
	background-size: 7px 13px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align:center;
}

.cta:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#c5192b;
	background-position:right 20px top 19px;
}

.errorbox {
	position: relative;
	height: 0px;
	color: #FF644B;
	list-style: none;
	clear: both;
	padding:0 15px;
	margin:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.label-style {
	font-size:13px;	
	width:100%;
}


/* color datepicker select in firefox */
select.ui-datepicker-month, select.ui-datepicker-year { color: #000000; } 

.fixed-lg {
	position:fixed;	
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.errorbox {  top: 0px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
	.fixed-lg {
	position:fixed;	
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.bgleft {
	background:url(img/bg_left.png) no-repeat right;
	position:fixed;
	height:1000px;
	width:70%;	
}

.border2 {
		left:30% !important;width:65% !important; float:left !important;	
	}
	.effect-16 ~ .focus-bordertwo {
		left:30% !important;width:65% !important; float:left !important;	
	}

	.effect-16:focus ~ .focus-bordertwo, .has-content.effect-16 ~ .focus-bordertwo {
		width:65% !important;	
	}

.center-md{
	  display: table;
	  margin: 0 auto;
}
.formbox {
	background:rgba(255,255,255,0.9);
	 margin: auto;
	 width:80%;
	 z-index:-3;
	  position: absolute;
	  left: 0; right: 0;
	 
}	

	.bol {
	background-color:#3489bf;
	position:absolute;
	top:-130px;
	left:30px;
	width:150px;height:150px;border-radius:75px;font-size:18px;color:#fff;text-align:center;padding-top:40px; font-weight:700; line-height:26px;
    -webkit-transform: rotate(353deg);
    -moz-transform: rotate(353deg);
    -o-transform: rotate(353deg);
    writing-mode: lr-tb;
}

}

#ui-datepicker-div, .ui-datepicker { z-index: 99999999999999 !important; }

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.bol {
	background-color:#3489bf;
	position:absolute;
	top:-100px;
	left:30px;
	width:100px;height:100px;border-radius:50px;font-size:14px;color:#fff;text-align:center;padding-top:24px; font-weight:700; line-height:20px;
    -webkit-transform: rotate(353deg);
    -moz-transform: rotate(353deg);
    -o-transform: rotate(353deg);
    writing-mode: lr-tb;
}
	
.fixed-lg {
	position:relative;
}


body {
		overflow:auto;	
	}
h1 {
	font-size:28px;	
}
.bgleft {
	background:#ffffff no-repeat top;
	position:absolute;
	height:460px;
	width:100%;	
}

h1, h2, h3, h4, h5 {
	text-align:center;	
}
h1 {
	font-size:34px;	
}

.center-sm{
	  display: table;
	  margin: 0 auto;
}

.formbox {
	background:rgba(255,255,255,1);
	 margin: auto;
	 width:100%;
	 z-index:-3;
	  position:absolute;
	  left: 0; right: 0;
}

.blackbg {
	background:rgba(0,0,0,0.4);	
	position:relative;
	width:100%;
	height:100%;
	z-index:99999;
	display:none;
	top:-310px;
}	
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}