.section-form{
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.title{
	text-align: center;
}

.button{
	display: block;
	margin: 10px auto;
	color: #08c;
	font-weight: 200;
	background: #fff;
	border: 1px solid #999;
	padding: 10px 40px;
	font-size: 25px;
	font-family: 'Helvetic', sans-serif;
	font-weight: bold;
	border-radius: 10px;
}

.button:hover{
	color: #fff;
	background: #08c;
}
.message{
	margin-bottom: 30px;
}

.form-group label{
	font-family: 'Helvetic', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.form-group label span{
	color: #A94442;
	margin-left: 4px;
}

.sendform.active{
	display: block;
}

.sendform .ff::-webkit-input-placeholder{
	color: #A94442;
}

.sendform .ff:-moz-placeholder{
	color: #A94442;
}

.sendform .ff::-moz-placeholder{
	color: #A94442;
}

.sendform .ff:-ms-input-placeholder{
	color: #A94442;
}

.capimg{
	margin: 15px 0;
}

.cap{
}