#contacts .top_map #map{
	width: 100%;
	height: 520px;
}

#contacts hr{
    margin-top: 30px;
    margin-bottom: 20px;	
	border-top:1px solid #000;
}

#contacts h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color:#D41319;
	text-align: center;
	margin-bottom: 50px;	
}

#contacts h5{
	font-size: 15px;
	color:#D41319;
	font-weight: 700;
	margin-bottom: 20px;
}

#contacts .email-link {
	color:#485059;
	text-decoration: underline;
}

#contacts .email-link:hover {
	color:#D41319;
	text-decoration: none;
}

#contacts .manag, #contacts .deptec, #contacts .tecpro{
	margin-bottom: 40px;
}

#contacts .manag a,  #contacts .deptec a, #contacts .tecpro a{ 
	color: #485059;
	text-decoration: underline;
}

#contacts .manag a:hover,  #contacts .deptec a:hover, #contacts .tecpro a:hover {
	color:#D41319;
	text-decoration: none;
}

#contacts .manag h5::before,  #contacts .deptec h5::before, #contacts .tecpro h5::before{ 
	content: " ";
	border-right: 20px solid #485059;
    border-left: 40px solid #D41319;
    border-radius: 5px;
    margin-right: 10px;

}

#contacts .maps-link {
	color:#485059;
	text-decoration: underline;
}

#contacts .maps-link:hover {
	color:#D41319;
	text-decoration: none;
}

#contacts .form-group {
	margin-bottom: 25px;
}

#contacts .form-group label{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-left:0px;
}

#contacts .form-group .validation{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin-left:22px;
	color:#D41319;
}

#contacts #contact-submit{
	padding:8px 15px;
	background: #D41319;
	color: #fff;
	border:none;
	border-left: 25px solid #3d3d3c;
	border-radius: 5px;
	cursor: pointer;
}

#contacts #contact-submit:hover{
	border-left: 25px solid #D41319; 
	background: #3d3d3c;
	color: #fff;
	text-decoration: none;
}

#contacts #contact_msg {
	margin-top:10px;
	margin-left:10px;
	text-align: left;
	font-weight: 700;
}