/*-------------------------
	Resets 
--------------------------*/
* { 
    margin: 0; 
    padding: 0; 
}
a  { 
	text-decoration: none; 
	outline: 0; 
}
a img { border: 0; }

.stretch,
.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.clearfix:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
}

/*-------------------------
	Algemeen
--------------------------*/
#contact-form{
	margin:74px 0;
}

/*-------------------------
	Bericht na verzenden
--------------------------*/
p.thanks {
	font-size: 14px;
	text-align: center;
	margin: 80px auto;
	color: #ae9a63;
}

/*-------------------------
	Select
--------------------------*/
.styled-select select {
	font-family: arial, sans-serif; 
	color:#ae9a63;
	border: 1px solid #fff;
	background: #fff;
	width: 860px;
	padding: 12px;
	font-size: 14px;
	display: block;
	margin:14px 0 6px 0;
	border-radius: 0;
	
	-webkit-appearance: none;
}
.checkbox {
	font-family: arial, sans-serif;
	font-size: 12px;
	border: 1px solid #fff;
	background: #fff;
	color: #666;

	background: #fff;
	width: 428px;
	padding: 12px;

	border-radius: 0;
	margin-top:1px;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

/*-------------------------
	Form
--------------------------*/
form#contact fieldset {
	padding: 1px 20px 20px 20px;
	margin: 20px auto;
	border: 0;
	background-color: #eee;
	width: 900px;
	text-align: left;
}
form#contact input[type="text"],
input[type="email"], input[type="tel"], textarea {
	margin: 1px 0 0 0;
	padding: 12px;
	width: 428px;
	font-family: arial, sans-serif;
	font-size: 14px;
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	outline: none;
}
form#contact textarea {
	width: 428px;
	height: 140px;
	resize: none;
}
form#contact label{
	display: block;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
form#contact label.title{
	display: block;
	font-size: 13px;
	color: #ff0000;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
form#contact label.error { 
	width: 428px;
	margin: 4px 0 8px 0;
	display: block;
	color: #ff0000;                              
	font-size: 11px; 
	font-style: italic;
	text-align: center;
}

form#contact .placeholder {
	color: #aaa;
}
form#contact .button {
	width: 428px;
	height: 44px;
	display: block;
	margin: 2px 0 0 0px;
	padding: 0px 20px 0px 20px;
	background-color: #ae9a63;
	border: none;
	color: #fff;
	font-size: 13px;
}
form#contact .button:hover {
	background-color: #fff;
	color: #ae9a63;
	cursor: pointer;
}
form#contact .button:active {
	background-color: #fff;
	color: #ae9a63;
	cursor: pointer;
}


/*-------------------------
	Mobiel
--------------------------*/
@media screen and (max-width: 924px) {

form#contact fieldset {
	width: 468px;
}
.styled-select select {
	width: 428px;
}

}