.footer-2.ff-section 	{
	background-color: #0d0d0d;
	padding: 0 0 16px 0;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 26px;
	color: #707070;
}

.footer-2.ff-section > .container-fluid 	{
	max-width: 1170px;
	border-top: 1px solid rgba(255,255,255,0.085);
	padding-top: 16px;
}

.footer-2.ff-section a 	{
	color: #707070;
}

.footer-2.ff-section .social-icons 	{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	text-transform: none;
}

.footer-2.ff-section .social-icon 	{
	display: inline-block;
	font-size: 9px;
	margin: 0;
	width: 20px;
	text-align: center;
}

.footer-2.ff-section .social-icon a 	{
	display: block;
	-webkit-transition: background 0.18s ease-out 0s, color 0.18s ease-out 0s;
	-moz-transition: background 0.18s ease-out 0s, color 0.18s ease-out 0s;
	-o-transition: background 0.18s ease-out 0s, color 0.18s ease-out 0s;
	transition: background 0.18s ease-out 0s, color 0.18s ease-out 0s;	
}

.footer-2.ff-section .social-icon a:hover 	{
	color: #eeeeee;
}

/* ********** */
/* RESPONSIVE */
/* ********** */

@media (min-width: 768px) {

	.footer-2.ff-section 	{
		font-size: 11px;
	}

	.footer-2.ff-section .social-icon 	{
		font-size: 13px;
		margin: 0px 0 0px 14px;
	}

}

@media (min-width: 992px) {

	.footer-2.ff-section 	{
		padding: 0 0 23px 0;
		letter-spacing: 1px;
	}

	.footer-2.ff-section > .container-fluid 	{
		padding-top: 23px;
	}
	
}