/*Footer-v3
------------------------------------*/

.footer-v3 .footer {
	padding: 10px 0;
	background: #f35c05 url('../../../accounts/home/settings/footer-light.png') repeat-x;
	border-top: 5px solid #222;
}

.footer-v3 #ContactUs h3{
	color: #fff;
}

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

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

/*Copyright*/
.footer-v3 .copyright {
	padding: 10px 0;
	background: rgba(3, 1, 0);
	border-top: 5px solid #fff;
}

.footer-v3 .copyright p {
	color: #fff;
	margin: 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.pull-right {
		float: inherit !important;
	}
}