@charset "utf-8";
/* CSS Document */
/*-- contact --*/
.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}
.contact h1,h1.title,.events h1,.featured-events h2,.services h1,.services-grids h2{
	font-size: 3em;
    color: #1D1811;
    margin: 0;
}
.contact-bottom iframe{
	width:100%;
	min-height:400px;
	margin:0 0 -5px;
}
.contact-left h2{
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
	margin:0;
	font-family: 'Open Sans Condensed', sans-serif;
}
.contact-left h2 span{
	display:block;
	font-weight:700;
}
.contact-left ul{
	padding:1em 0 0;
	margin:0;
}
.contact-left ul li{
	list-style-type:none;
	margin:0 0 5px;
	font-size:14px;
	color:#000;
}
.contact-left ul li a{
	color:#F8782D;
	text-decoration:none;
}
.contact-left ul li a:hover{
	color:#1D1811;
}
/*############################################################################*/
/*############### formfields opmaak ##########################################*/
.contact-left input[type="text"],.contact-left input[type="email"],.contact-left textarea{
	background:#FFFFCC;
	border: 1px solid #000;
    color: #333;
    padding: 13px 10px;
	font-size: 18px;
	outline: none;
}
.contact-left input[type="email"]{
	margin:0 6px;
}
.contact-left textarea{
	min-height: 200px;
	resize: none;
	width: 100%;
	margin:1em 0;
}
.contact-left input[type="submit"],.contact-left input[type="reset"]{
	outline: none;
    color: #FFF;
    font-size: 20px;
	font-weight:bold;
    padding: 13px 0;
    width: 49.7%;
    background:#d43329;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-left input[type="submit"]:hover,.contact-left input[type="reset"]:hover{
	background:#b51d14;
	font-weight:bold;
}
.contact-left h4{
	font-size:2.5em;
    color: #F8782D;
    margin: 0 0 1em;
}
.contact-bottom {
    margin: 3em 0;
	padding:1em;
	border:1px dotted #555;
}
.contact{
	padding-bottom:25px;
}