#contact{
	width: 100%;
	float: left;
}
#contact .form{
	width: 48%;
	float: left;
}
#contact .map{
	width: 48%;
	float: left;
	margin-left: 4%;
}
.title_contact {
    font-size: 25px;
    font-weight: normal;
    color: #5b5b5b;
    margin: 25px 0 40px 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase;
}
#contact .from-group{
	width: 100%
}
#contact input{
	width: 100%;
    border-radius: 3px;
    border: 1px solid #F6F6F6;
    background: #F6F6F6;
    padding: 10px 10px;
    box-sizing: border-box;
    transition: 0.4s all ease;
    color: #333;
}
#contact .form-group label {
    font-size: 15px;
    font-weight: bold;
    color: #676767;
    margin: 0px 0 5px 0;
    display: block;
}
#contact .form-group{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#contact textarea{
	width: 100%;
	height: 120px;
    border-radius: 3px;
    border: 1px solid #F6F6F6;
    background: #F6F6F6;
    padding: 10px 10px;
    box-sizing: border-box;
    transition: 0.4s all ease;
    color: #333;
    outline: none;
}
#contact .send-form-contact{
	width: 100%;
	float: left;
}
#contact .send-form-contact a{
	color: #fff;
	background: #ff0000;
	font-size: 16px;
	padding: 8px 50px;
	border-radius: 4px;
}
#contact input:focus{
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 2px #ff0000;
    transition: 0.5s;
}
#contact textarea:focus{
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 2px #ff0000;
    transition: 0.5s;
}
#contact iframe{
	width: 100%;
    height: 300px;
}
#contact .map h3 {
    font-size: 20px;
    font-weight: normal;
    color: #5b5b5b;
    margin: 25px 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase;
}
#contact .map p{
	color: #5b5b5b;
	padding: 5px 0;
}
#contact .map p span{
	color: #ff0000;
	font-weight: bold;
}
#contact .err{
	color: #ff0000;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	display: none;
}