@charset "utf-8";
/* CSS Document */
.formBox h5 {
	color: #24408F;
}
label {
	display: block;
}
input, select {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #cecece;
	background: none;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #707675;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#contact-form {
	margin-bottom: 35px;
}
#contact-form input[name=send] {
	background: #F97D17;
	width: 110px;
	border: 0;
	color: #fff;
	padding: 0;	
	box-shadow: none;
    position: relative;
    font: 900 13px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-shadow: none;
    color: #ffffff;
    background: #ff6908;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}
/*Contact Page End*/
