/* BASIS */


h1, h2, h3
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h4
{
	margin-bottom: 0px;
}

h1
{
	font-family: 'RBNo21a-Black';
	font-size: 72px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

h2
{
	font-family: 'RBNo21a-Black';
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	color: #f57f20;
	line-height: 110%;

}

h3
{
	font-family: 'RBNo21a-Black';
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	color: #333333;

}

h4
{
	font-family: 'ProximaNovaA-Bold';
	font-size: 24px;
	font-weight: normal;
	font-style: normal;

}



	html,
	body
	{	
		border: 0px;
		margin: 0px;
		height: 100%;
		min-height: 100%;
		font-family: ProximaNovaA-Thin;
	    font-size: 16px;
	    line-height: 1.4;
		font-weight: normal;
		font-style: normal;
		line-height: 160%;
	}


	.inschrijven
	{
		padding: 10px;
		background: #ffffff;
		opacity: 0.9;
		filter: alpha(opacity=90);
		margin-top: 10px;
		border-radius: 8px;
		-moz-box-sizing:    border-box;
		-webkit-box-sizing: border-box;
		box-sizing:        border-box;

	}


	img { border: 0; }



	#getting-started
	{
		font-family: 'RBNo21a-Black';
		font-size: 28px;
		color: #e62b7d;


	}



	

		#contact .verplichtevelden, #offerte .verplichtevelden 
		{
				font-size: 15px;
				font-weight: normal;
				color: #ebebeb;
				float: right;
				margin-top:10px;
		}

		#contact textarea, #offerte textarea
			{
					color: #0071bc;
					width: 92%;
					font-size: 18px;
					text-align:left;
					height: 175px;
					border: 0px solid #363636;
			font-family: 'ProximaNovaA-Bold';
					padding: 10px;
					font-size: 17px;
					margin: 0px;
					display:block;
					background: #ffffff;
					-moz-box-sizing:    border-box;
					-webkit-box-sizing: border-box;
					box-sizing:        border-box;
					border: 1px solid #b3b3b3;
			}
			

	
			#contact label.error, #offerte label.error
			{
				
			  text-align: left;
			  float:left;
			  color: #E90B46;
			  font-size: 16px;
			  font-weight: 100;

				-moz-box-sizing:    border-box;
				-webkit-box-sizing: border-box;
				box-sizing:        border-box;
			}

}
			
			#inloggen label.error
			{
				color: #333333;
			}

#contact input

{
	color: #0071bc;
	font-size: 16px;
	border: 1px solid #b3b3b3;
	padding: 10px;
	width: 92%;

	text-align:left;
	height: 40px;
	margin: 0px;
	display:block;
	background: #ffffff;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
	font-family: 'ProximaNovaA-Bold';
}



		#contact #versturen, #offerte #versturen, #inloggen #versturen
			{
				
				width: 92%;
				height: 50px;
				background-color: #E90B46;
				text-align: center;
			font-family: 'RBNo21a-Black';
				font-weight: normal;
				font-style: normal;
				font-size: 25px;
				color: #ffffff;
				text-decoration: none;
				font-weight: 100;
				text-transform: uppercase;
				padding-top: 5px;
				-moz-box-sizing:    border-box;
				-webkit-box-sizing: border-box;
				box-sizing:        border-box;
				margin-top: 10px;
				border: 0px;
				cursor:pointer;
				-webkit-appearance: none;
				
			}	
			

			
		/* placeholder */
			
		::-webkit-input-placeholder {
				font-weight: normal;
			font-family: ProximaNovaA-Thin;
				font-size: 17px;
				color: #666666;
			}
			
			:-moz-placeholder { /* Firefox 18- */
				font-weight: normal;
				font-family: ProximaNovaA-Thin;
				font-size: 17px;
				color: #666666;
			}
			
			::-moz-placeholder {  /* Firefox 19+ */
				font-weight: normal;
				font-family: ProximaNovaA-Thin;
				font-size: 17px;
				color: #666666;
			}
			
			:-ms-input-placeholder {  
				font-weight: normal;
				font-family: ProximaNovaA-Thin;
				font-size: 17px;
				color: #666666;
			}


.countdown
{
	/*background-color: #ffffff;*/
	width: 100%;
	padding: 5px;
	font-size: 28px;
	color: #0071bc;
	/*color: #b0997e;*/
}
.is-countdown {
	/*background-color: #ffffff;*/
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
	font-size: 200%;
}
.countdown-period {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;

}
.countdown-descr {
	display: block;
	width: 100%;
}
