/*
## Footer
********************************************************************/

#footer{
	margin:150px 0 0;
	padding:40px 0 20px 0;
}
#footer_bottom{
	background-color:#4e4e4e;
	color:#939598;
	min-height: 30px;
}
#footer_bottom .left li{
	margin-right:20px;
	float:left;
	text-transform:capitalize;
	line-height:30px;
	font-size:11px;
}
#footer_bottom .right li{
	margin-left:20px;
	float:left;
	text-transform:capitalize;
	line-height:30px;
	color:#fff;
}
#footer .column{
	float:left;
	margin-right:45px;
}
#footer .column .title{
	color:#003395;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:15px;
	font-weight:600;
}
#footer .column .col_opt{
	color:#939598;
	font-size:13px;
	margin-bottom:10px;
}
li.footer_highlight:hover{
	cursor: pointer;
	background-color: #333333;
}
ul.right.center_text {
    padding-right: 240px;
}