#footer_contact_area_bg
{
	overflow:hidden;
	height:670px;
}
#footer_contact_area
{
	overflow:hidden;
	height:670px;
}
#footer_contact_area .area_header
{
	overflow:hidden;
	height:auto;
	text-align:center;
}
#footer_contact_area .area_header .main_title
{
	overflow:hidden;
	height:100px;
	line-height:100px;
	margin-top:40px;
	text-align:center;
	font-size:42pt;
	color:black;
	font-weight:bold;
}
#footer_contact_area .area_header .main_text
{
	overflow:hidden;
	line-height:30px;
	font-size:20pt;
	color:black;
}
#footer_contact_area .form_area
{
	overflow:hidden;
	margin-top:70px;
	text-align:center;
	width:1300px;
	display:inline-block;
}


#footer_bg
{
	overflow:hidden;
	height:210px;
	margin-top:115px;
}
#footer
{
	overflow:hidden;
	height:210px;
}
#footer .info_block
{
	overflow:hidden;
	display:inline-block;
	float:right;
	height:210px;
	width:285px;
}
#footer .info_block .block_title
{
	overflow:hidden;
	height:40px;
	line-height:40px;
	color:black;
	font-size:20pt;
	font-weight:800;
	margin-bottom:20px;
}
#footer .info_block .line
{
	display:block;
	overflow:hidden;
	height:25px;
	line-height:25px;
	color:black;
	font-size:16pt;
}
#footer .info_block .line.num 
{
	font-size:28pt;
	font-weight:800;
	height:40px;
	line-height:40px;
}
#footer .info_block .line.orange {color:#F29751;}
#footer .info_block .line.link {margin-top:10px;}
#footer .info_block .line.link:hover {color:black;}

#footer a.green_button
{
	overflow:hidden;
	display:inline-block;
	float:left;
	width:260px;
	line-height:60px;
	height:60px;
	border-radius:30px;
	background-color:#2FA23D;
	color:white;
	font-size:20pt;
	font-weight:bold;
	text-align:center;
	
}
#footer a.green_button:hover
{
	background-color:black;
}

#footer3_bg
{
	height:80px;
	overflow:hidden;
	border-top:2px solid #DAE0E0;
	position:relative;
}
#footer3_bg.on_homepage
{
	height:450px;
}
#footer3_bg .bg_image
{
	height:450px;
	width:1900px;
	position:absolute;
	left:50%;
	margin-left:-950px;
	top:0;
	z-index:1;
}
#footer3
{
	height:80px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
#footer3 .main_area
{
	height:80px;
	overflow:hidden;
}
#footer3 .copyright_line
{
	float:right;
	overflow:hidden;
	margin-top:30px;
	height:40px;
	line-height:40px;
	font-size:12pt;
	color:black;
}
#footer3 .copyright_box
{
	float:left;
	overflow:hidden;
	margin-top:30px;
}
#footer3 .copyright_box img
{
	float:left;
	height:25px;
	margin-top:13px;
}
#footer3 .copyright_box .desc
{
	float:left;
	margin-left:10px;
	height:40px;
	line-height:40px;
	font-size:12pt;
	color:black;
}
#footer3 .social_area
{
	overflow:visible;
	text-align:center;
	height:0;
}

#footer_social_menu
{
	overflow:hidden;
	float:right;
}
#footer3 .social_area #footer_social_menu
{
	display:inline-block;
	overflow:hidden;
	position:relative;
	top:-40px;
	float:none;
}
#footer_social_menu li
{
	float:left;
	width:30px;
	height:30px;
	overflow:hidden;
	margin-left:5px;
}
#footer_social_menu li a
{
	display:block;
	width:30px;
	height:30px;
}
#footer_social_menu li .img
{
	display:block;
	width:30px;
	height:30px;
	text-align:center;
}
#footer_social_menu li .img img
{
	max-width:30px;
	max-height:30px;
}
#footer_social_menu li .img.hover
{
	position:relative;
	top:-30px;
	opacity:0;
}
#footer_social_menu li a:hover .img.hover,
#footer_social_menu li a:focus .img.hover
{
	opacity:1;
}
