.footer-distributed{
    margin-bottom: 5px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 15px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:15px;
	color:  #004364;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed p.footer-links a:hover{
    color: #337ab7;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
    font-size:15px;
    color:  #004364;
    margin: 0 0 10px;
    padding: 0;
}

.footer-distributed .footer-right a:hover{
    color:  #337ab7;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}
