/*Footer-v3
------------------------------------*/
a.rn4:hover { background: none !important }
.footer-v3 .footer {
	padding-top: 20px ;
	background: #283842; color: #fff;  font-size: 13px  !important
 
}

.footer-v3 .thumb-headline h2 {
	color: #fff;
	line-height: 20px;
	margin-bottom: 10px; padding-left: 0px;  margin-left: 0px !important; text-transform:uppercase;
}

.footer-v3 .thumb-headline h3 {
	color: #fff;
	line-height: 20px;
	margin-bottom: 10px; padding-left: 0px; margin-left: 0px !important; text-transform:uppercase; 
}
h3.th3 { font-size: 14px; color: #fff; text-transform:uppercase; font-weight:bold }
.footer-v3 .footer p,
.footer-v3 .simple-list a {
	color: #fff;
}
 
.footer-v3 a { color: #fff;   }
.footer-v3 a:hover { color: #fff;  }

#logo-footer { margin-top: 5px; margin-bottom: 20px }


/*Footer Tags v4*/
.footer-v3 .footer .tags-v4 li {
	line-height: 30px;
}

.footer-v3 .footer .tags-v4 a {
	color: #eee;
	border-color: #eee;
}

/*Footer Lists*/
.footer-v3 .footer .footer-lists {
	padding-left: 0;
	list-style: none;
}

.footer-v3 .footer .footer-lists li {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}

.footer-v3 .footer .footer-lists li i {
	color: #bbb;
	margin-right: 3px;
	vertical-align: middle;
}

.footer-v3 .footer .footer-lists a {
	color: #bbb;
}

.footer-v3 .footer .footer-lists li a:hover {
	text-decoration: none;
}
 
/*Copyright*/
.footer-v3 .copyright {
	padding: 10px 0;
	background: #122632;  

}

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