/*Footer-v3
------------------------------------*/
.footer-v3 .footer {
	padding: 40px 0;
	background: #252525;
	border-top: 5px solid #555;
}

.footer-v3 .thumb-headline h2,
.footer-v3 .thumb-headline h3 {
	color: #fff;
	line-height: 22px;
	margin-bottom: 10px;
}

.footer-v3 .footer p,
.footer-v3 .simple-list a {
	color: #bbb;
}

/*Copyright*/
.footer-v3 .copyright {
	padding: 10px 0;
	background: #222;
	border-top-color: #292929;
}

.footer-v3 .copyright p,
.footer-v3 .copyright a {
	color: #bbb;
	margin-top: 14px;
}

.footer-v3 .copyright .social-icons {
	margin-top: 10px;
}

@media (max-width: 992px) {
	.footer-v3 .copyright,
	.footer-v3 .copyright p,
	.footer-v3 .copyright ul {
		text-align: left;
	}
	
	.footer-v3 .copyright .social-icons.float-right {
		float: inherit !important;
	}
	
	.footer-v3 a, 
	.footer-v3 h2 {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 30px;
	}
}