/*
Theme Name: Default
Theme URI: http://www.remonversteeg.nl
Type: Desktop
Description: Standaard iMod thema
Version: 1.5.0.0
Author: Remon Versteeg
Author URI: http://www.remonversteeg.nl
*/

input[type="text"],
input[type="submit"]{
	-webkit-appearance:none;
	-webkit-border-radius:none;
}
*:focus {
	outline: 0!important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1{
	color:#fff;
	padding: 0 0 20px 0
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a{
	text-decoration:none;
	color:#264586;
}
/*template sheet*/
html,
body{
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:13px;
	margin:0;
	color: #000;
}
body{
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:13px;
	margin:0;
	color: #000;
	background:#f2f2f2;
	background-size: 100% auto;
	height:100%;
	background-attachment: fixed;
}
.wrap{
	height:100%;
	max-width:800px;
	margin:0 auto;
}

tbody tr{
	margin-top:10px;
}

.clock_header{
	height: 340px;
	padding-top: 70px;
	box-sizing: border-box;
	color: #fff;
}
.clock_wrapper{
	background: #f2f2f2;
}
.clock_wrapper h2{
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
/* REGISTER BLOCK */
#register{
	min-height: 920px;
}
.smaller{
	height: 220px !important;
	min-height: 220px !important;
}

.register_wrap{
	height:100%;
	padding:50px 0;
	width:100%;
}
#wrapper{
	max-width:940px;
	margin: 40px auto;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.smaller .register_wrap{
	background-color: transparent;
	background:none;
}
.background{
	height:100%;
}
#header ul .active a{
	font-weight:bold;
	color:#802E5C;

}
.wrapper img{
	max-width: 100%;
	height:auto;
	vertical-align: top;
}
.bg-dk {
	background-color: #272727;
}
.p-b-lg{
	padding-bottom:50px
}
.banner{
	position:relative;
}
.banner-image-title{
	color:#fff;
	font-size: 78px;
	position:absolute;
	text-align:center;
	padding-top:15%;
	width: 100%;
}
/* FORM */
#form{
	width:530px;
}
label{
	cursor:pointer;

}
.label-inline{
	display:inline;
}
table{
	width:100%;

}
table td{
	padding: 10px 20px;
}
table.customer{
	margin: 15px 0 0 0;
}

strong{
	line-height: 22px;
}
table input[type="text"],table input[type="number"]{
	height:36px;
	width:100%;
	float:left;
	background-color: #fff;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding: 0 5px;
	margin-top:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

sup { vertical-align: top; position: relative; top: -0.3em; }
.selectBox{
	margin-top:5px;
}
table input[type="email"],
table input[type="password"]{
	height:36px;
	margin-top:5px;
	margin-top:2px;
	width:100%;
	float:left;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
table tr{
	margin-top:5px;
	margin-bottom:5px;
}
table input[type="text"].inputsmall{
	display:inline-block;
	width:30px;
}
table input[type="submit"]{
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	color: #000;
	height:36px;
	text-transform: uppercase;
	padding: 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size:18px;
	background: none;
	margin: 10px 0 0;
	border:none;
	width: 100%;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #000;
}
.error{
	border-color:red !important;
}
table textarea{
	height:26px;
	margin-top:5px;
	width:100%;
	float:left;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding: 0 5px;
	height:100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.hidden{
	display:none;
}

/* HEADER */
#header{
	background-color: rgba(0,0,0,0.85);
	height:75px;
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	right:0;
}
#header ul{
	list-style:None;
	margin:0;
	padding:0;
}
.block .wrap > h2.title{
	font-size:30px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	margin-bottom: 60px;
}
.block .wrap > h3.title{
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}
.block p,
.block td{
	font-weight:normal;
	font-size:16px;
}
#pull-left{
	float:left;
}
.persons{
	margin-top:10px;

}
.count-persons{
	margin-top:15px !important}

.charity{
	margin-top:10px;

}


.selectBox-options LI A {
	color:#000;
}
.selectBox {
	width: 100% !important;
}
a{
	color:inherit;
}
.persons table td {
	margin-bottom: 10px;
	margin-right: 2px;
	padding: 10px 0px 0px 10px;
	width: 24%;
}
small{
	text-transform: lowercase;
}
.persons table td p{
	margin:-18px auto !important;

	position: absolute;
}
.persons table td:first-child {
	margin-bottom: 10px;
	margin-right: 2px;
	padding: 10px 0px 0;
	width: 23%;
}
.persons .thuisbreng{
	line-height: 3px;
	margin-top:-3px;
}
.persons .selectBox-dropdown{
	margin:0 !important;
	display: block !important;
}
.persons_bringtohome {
	padding-top: 2.5em !important;
}

.charity table td:first-child {
	padding-left:0;

}
.charity table td:last-child{
	padding-right:0px;
}
.charity table td {
	padding: 5px 5px;
}
.charity p {
	margin-bottom: 0px;
	margin-top:5px;
}
.add_colleage{
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	height: 36px;
	padding: 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 18px;
	background: none repeat scroll 0 0 #272727;
	margin: 20px 0 0;
	border: none;
	width: 300px;
	font-size: 15px;
	display: block;
	line-height: 34px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
.remove_btn{
	cursor: pointer;
	padding-top:2px;
	display:block;
}
#header ul li{
	height:75px;
	text-align:center;
	display:inline-block;
	margin:0 25px;
}
#header ul li a{
	color:rgba(255,255,255, 0.9);
	font-size:20px;
	line-height:75px;
	text-transform: uppercase;
}

/* TITLE HEADER BLOCK */
#banner{
	text-align:center;
	padding:100px 0 50px 0;
	min-height:600px;
	text-transform:uppercase;
	background: rgba(0,0,0,0.85) url('images/banner.png') no-repeat center bottom;
}
#banner .wrap{
	padding: 600px 0 0 0;
}

#banner h1{
	font-size: 56px;
	font-weight:bold;
	color:rgba(255,255,255, 0.9);
	text-align:center;
	text-transform:uppercase
}

#banner h3,
#banner h3 p{
	text-align:center;
	line-height:30px;
	font-size: 25px;
	color:rgba(255,255,255, 0.9);
	font-weight:bold;
	margin-top:20px;
}

/* location BLOCK */
#location{
	text-align:center;
	padding:50px 0;
	text-transform:uppercase;
	line-height:30px;
	font-weight:bold;
	background: rgba(0,0,0,0.65) url('images/banner-bottom.png') no-repeat center bottom;
	/*(background:#111;/* url('images/vendel-bg.png') no-repeat center center;*/
}
#location h2{
	font-weight:bold;
	font-size:25px;
}

/* program BLOCK */
#login h2,
#program h2{
	font-weight:bold;
}
#login,
#program{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	padding:50px 0;
	text-transform:uppercase;
	line-height:30px;
	font-weight:bold;
	background:#111
}
#program .title h2{
	padding:0 0 50px 0
}
/* LOGIN */
#login .wrap{
	width:400px;
}
#login form{
	margin:50px 0 0 0
}
#login .message{
	color:#802e5c;
}
/* FOOTER */
#footer{
	clear: both;
	text-align: center;
	padding: 0em 0;
	box-sizing: border-box;
}
#footer ul{
	padding:0;
	margin:0;
}
#footer ul  .frank .image{
	background: url('images/frankvanwoerden-800mm.png');

}
#footer ul  .wenw .image{

	background:url('images/logo_ww-250mm.png');
	background-size: 45% auto !important;
}
#footer ul  .ingenious .image{
	background: url('images/ingenious-fc.png');
	background-size: 100% auto !important;


}
#footer ul li .image{
	width:100%;
	height: 100%;
	background-size:contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important
}
#footer ul li{
	cursor: pointer;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	width:33.33%;
	float:left;
	list-style-type: none;
}
#footer ul li img{
	width:100%;
	height:auto;
}
#footer ul li .title{
	font-size:18px;
	margin-top:30px;
}
#bottom{
	background:#802e5c;
	height:56px;
	line-height:56px;
	text-align:center;
	color:#fff;
}
#bottom a{
	color:#fff;
}
/* LOGOS */
#logos {
	background: rgba(0,0,0,0.65) url('images/banner-bottom.png') no-repeat center bottom;
	padding: 50px 0;
}

#logos td {
	padding-top: 85px;
}
#logos td {
	width: 33%;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	float:none;
	padding-top:0;
	padding-left:10px;
	line-height: 1.6em;
}
#logos td p {
	padding: .5em;
	font-weight:normal
}
.footer_wrap{
	padding: 50px;
	box-sizing: border-box;
	background: #272727;
}
/* CLOCK */
#clock{
	padding:50px 0;
	min-height:280px;
	background: url('images/clock-bg.png');
	background-size:cover
}
#clock .title{
	padding:0 0 50px 0;
}
.clock {
	width:535px;
	margin:0 auto;
}

.clock_days {
	float:left;
	width:122px;
	margin-right: 15px;
	position: relative;
}
.clock_hours {
	float:left;
	width:122px;
	margin-right: 15px;
	position: relative;
}
.clock_minutes {
	float:left;
	width:122px;
	margin-right: 15px;
	position: relative;
}
.clock_seconds {
	float:left;
	width:122px;
	position: relative;
	padding-bottom: 98px;
}

.clock_days,.clock_hours,.clock_minutes{
	height: 151px;
	margin-bottom: 15px;
}

.bgLayer {
	background-image:url("images/clock_bg.png");
	width:122px;
	height:122px;
	background-repeat: no-repeat;
}

.val {
	margin:0;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	line-height: 122px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.type_days,
.type_hours,
.type_minutes,
.type_seconds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:5px;
	text-align: center;
	margin:0 auto;
	margin-top:10px;
	display: table;
	text-transform: uppercase;
}
.mail_message{
	text-align:center;
}
/*defaults iMod*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.caption.alignnone {
	margin: 5px 20px 20px 0;
}
.caption.alignleft {
	margin: 5px 20px 20px 0;
}
.caption.alignright {
	margin: 5px 0 20px 20px;
}
.caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.caption p.caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.widget,#content,.menu{
	position:relative
}
.edit_page_link,.edit_menu_link,.edit_widget_link{
	position:absolute;
	right:10px;
	top:10px
}
.clear{
	clear: both;
}
.mceContentBody {}

.selectBox-label{
	width:auto !important
}
select#select, select#select-persons, select#select-charity{
	width: 100%;
	height: 40px;
}
.bg-lt{
	background-color:#fff
}

.text-lt{
	color: white;
}