@charset "utf-8";
/* CSS Document */
footer {
	padding: 40px 0 0 0;
	background: #191970;
	color: #fff;
	/*text-align: left;*/
}
.footer-bottom {
	/*margin-top: 5px;*/
	/*padding-top: 5px;*/
	padding: 0 40px 20px 40px;
	background: #191970;
	/*text-align: center;*/
}

.footer-bottom a {
	font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.footer-bottom a:hover, .footer-bottom a:focus { color: #fff; } 

.f_grid1{
	display: block;
	float:left;
	width:auto;
	margin-top:0;
	padding: 0 40px 20px 40px;
}

.f_bg{
	background:#191970;
	
}

.f_address p {
  font-size: 14px;
  color: #fff;
  margin: 0;  
  font-weight: 300;
  margin-bottom: 15px;

	
}

.f_address i {  
  margin: 0 14px;
}

.f_address i a{
  color: #fff;
  font-size: 16px;
  margin: 0 14px;
}

.f_address a:hover p{
  color: #fff;
}

