#contact{
	width:55%;
	padding-right:5%;
	float:left;	
}
#info{
	width:40%;
	float:left;
}
#info a{
	color:#363d97;
	transition:ease 0.25s;
}
#info a:hover{
	color:#E81F00;	
}
.static-title{
	display:inline-block;
	font-size:18px;
	padding:0;
	margin:10px 0 40px 0;
	color:#888;
	float:left;
	clear:both;
	font-weight:700;
	position:relative;
	color:#363d97;	
	clear:both;
}
.static-title:after{
	content:' ';
	width:30%;
	border-bottom:2px solid #E81F00;
	position:absolute;
	left:0;
	height:30px;
}
#contactForm{
	width:100%;
	float:left;
	margin-bottom:40px;	
}
#contactForm p{
	color:#aaa;
	font-size:14px;
	padding:0;
	margin:-10px 0 20px 0;	
}
#contactForm .form-row{
	width:50%;
	float:left;	
}
#contactForm .form-row-full{
	width:100%;
	float:left;
}
#contactForm button{
	float:left;
	background-color:#363d97;
	border:2px solid #363d97;
	border-radius:3px;
	color:#fefefe;
	height:40px;
	line-height:40px;
	padding:0 20px;
	font-size:13px;
	font-weight:700;
	transition:ease 0.25s;
	cursor:pointer;
}
#contactForm button:hover{
	color:#363d97;
	background-color:#fefefe;	
}
#contactForm label{
	width:100%;
	float:left;
	height:27px;
	font-size:15px;
	color:#363d97;
	font-weight:700;
}
#contactForm input[type=text]{
	height:30px;
	line-height:30px;
	padding:0 3%;
	width:86%;
	border:1px solid #ccc;
	border-radius:5px;
	margin-bottom:10px;
}
#contactForm textarea{
	width:95.5%;
	border:1px solid #ccc;
	border-radius:5px;	
	margin-bottom:10px;
}
#info ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;	
}
#info ul li{
	width:100%;
	line-height:25px;
	font-size:13px;
	font-weight:700;
	margin:5px 0;
	color:#363d97;
}
#info ul li i{
	color:#E81F00 !important;
	padding-right:5px;
}
#info ul li strong{
	font-size:16px;	
}
#map{
	width:100%;
	height:450px;	
}
#errorMsg{
	border:1px solid #E81F00;
	background:#FFDDDE;
	color:#E81F00;
	font-size:12px;
	font-weight:700;
	padding:10px;
	line-height:1.2em;
	display:none;
	margin:5px 0 15px 0;
	width:90%;
	border-radius:3px;
}
#errorMsg.visible{
	display:block !important;	
}
#errorMsg.success{
	border:1px solid #093;
	background:#D0FFCE;
	color:#093;
}
@media only screen and (max-width: 640px){

}
@media only screen and (min-width:321px) and (max-width: 480px){
#contact,#info{
	padding:0 1%;
	width:98%;	
}
}
@media only screen and (min-width:481px) and (max-width: 640px){
#contact,#info{
	padding:0 1%;
	width:98%;	
}
}
@media only screen and (min-width:641px) and (max-width: 758px){

}
@media only screen and (min-width:759px) and (max-width: 1024px){

}