.f_search form .fserch{
	cursor:pointer;
	line-height: 24px;
	position: absolute;
	right: 0;
	background: #3d3d3d url('../images/search.png') no-repeat scroll center;
	padding: 10px;
	width: 16.33333%;
	border: none;
	outline: none;
	/*-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
}
.f_search form .fserch:hover{
	background: #5d5d5d url('../images/search.png') no-repeat scroll center;
}
.contact-form .sbt{
	margin-top: 10px;
	font-family: 'Maven Pro', sans-serif;
	cursor: pointer;
	background: #242424;
	border: 1px solid #242424;
	padding: 10px 24px;
	outline: none;
	color: #ffffff;
	font-size: 1em;
	text-transform: capitalize;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.contact-form .sbt:hover{
	background: #2A5A77;
	border: 1px solid #2A5A77;
}
.btn{
	background: #57C5A0;
	color: #ffffff;
	padding: 12px 12px 10px;
	display: inline-block;
	line-height: 1.8em;
}