/* Footer
------------------------------------*/
.footer-content .footer {
	padding: 40px 0;	
	background: #666;
}

.footer-content .footer p {
	color: #eee;
}

.footer-content .footer h2 {
	color: #eee;
	font-size: 18px;
	font-weight: 200;
	border-bottom: 0px;
}

/*Link List*/
.footer-content .link-list li {
	border-top: solid 1px #353535;
}

.footer-content address,
.footer-content .link-list a,
.footer-content .link-list i {
	color: #eee;
}

.footer-content address {
	line-height: 23px;
}

/*Blog Posts (with images)*/
.footer-content .footer .posts .dl-horizontal a {
 color: #dadada;
}

.footer-content .footer .dl-horizontal a:hover {
 color: #5fb611 !important;
}

/*Copyright*/
.footer-content .copyright {
	background: #555;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-content .copyright p {
	color: #eee;
	margin-top: 14px;
}

.footer-content .copyright a {
	margin: 0 2px;
}

.footer-content .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-content .footer-socials li a {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer-content .copyright,
	.footer-content .footer-socials {
		text-align: left;
	}
}