@charset "UTF-8";
#wrapper #top {
	margin:0 auto;
	width:456px;
	height:130px;
	background-image:url(../images/UC_01.jpg);
}
#wrapper #top2 {
	margin:0 auto;
	width:456px;
	height:55px;
	background-image:url(../images/UC_02.jpg);
}
#wrapper #top3 {
	margin:0 auto;
	width:456px;
	background-image:url(../images/UC_03.jpg);
	padding: 30px 0 20px 0;
}
#wrapper #bottom {
	margin:0 auto;
	width:456px;
	height:251px;
	background-image:url(../images/UC_04.jpg);
}
h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 28px;
	text-align:center;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #572079;
	padding:0 0 10px 0;
	margin: 0 50px 10px 50px;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align:center;
	font-weight: normal;
	border-bottom-width: 1px;
	margin: 10px 0 10px 0;
	padding:0 30px 0 30px;

}
#form {
	margin:0 auto;
	width:350px;
	}
	/*---------------------------------------------------- 	Contact------------------------------------------------------*/
input.contact {
	background:#fff;
	border:solid 1px #ddd;
	color:#000;
	padding:15px 30px;
	margin-right:30%;
	margin-bottom:30px;
	outline:none;
}
input.contact.noMarr {
	margin-right:0px;
}
textarea.contact {
	background:#fff;
	color:#000;
	border:solid 1px #ddd;
	padding:15px 30px;
	margin-bottom:40px;
	outline:none;
	height:150px;
}
.contact.submit {
	background:#572079;
	font-family:'Montserrat',sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:400;
	text-align:center;
		margin:0px;
	border:none !important;
	border-radius:3px;
}
.contact.submit:hover {
	background: #999;
}
.done {
	display:none;
}
.error input,input.error,.error textarea,textarea.error {
	background-color:#ffffff;
	border:1px solid red !Important;
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
}
@media screen and (min-width:768px) {
	input.contact.col-md-6 {
		width: 100%;
	}
}