.ContactContainer{
	margin-bottom: 50px;
	padding: 0;
	position: relative;
	height: 450px;
}
.FormBackImage{
	width: 100%;
	height: 100%;
}
.LayerContainer{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: auto;
}
.FormBox{
	background-color: rgba(0,0,0,.7);
	padding: 15px;
}
.TopMsgText{
	color: #fff;
	text-align: left;
	font-size: 18px;
	letter-spacing: 2px;
}
.FromName{
	color: #fff;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
}
.ContFormUl{
	list-style-type: none;
	margin: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 15px;
}
.ContFormLi{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.ContFormInput{
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	font-weight: bold;
}
.ContFormBtn{
	background-color: #ff0204;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 30px;
	/*border: 1px solid #ff0204;*/
	transition: all .3s;
	font-weight: 600;
}
.ContFormBtn:hover{
	color: #000;
	background-color: #fff;
}
.TopMsgDesc{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
}
.FixedFormHeight{
	height: 374px;
}
.ContactText{
	color: #000;
	line-height: 30px;
	margin-bottom: 30px;
}
.GoogleMap{
	width: 100%;
	height: 155px;
	/*margin-bottom: 100px;*/
}
.ContactDesc{
	color: #000;
}
.ContPanelTitle{
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color: #f2f2f2;
	border-left: 5px solid #ff0204;
	padding: 10px 20px;
	margin-bottom: 30px;
}

