/*Footer-v3
------------------------------------*/
.footer-v3 .footer {
	padding: 15px 0;
	background: #328FBB;
	border-top: 5px solid #328FBB;
}
@media (min-width: 768px) {
.footer-v3 .footer {
	padding: 20px 0 30px 0;
}
}

.footer-v3 .thumb-headline h5 {
    font-size: 1.13em;
    color: #fff;
}

.footer-v3 .thumb-headline h5, .footer-v3 .thumb-headline h5 a {
	color: #fff;
	line-height: 22px;
	margin-bottom: 10px;
}

.footer-v3 .footer p,
.footer-v3 .simple-list a {
	color: #CCE3EE;
}
.footer-v3 .footer p,
.footer-v3 .simple-list a:hover {
	color: #fff;
}

/*Copyright*/
.footer-v3 .copyright {
    color: #ace1fa;
	padding: 15px 0;
	background: #0073AB;
	border-top-color: #0073AB;
}
.footer-v3 .copyright {
	color: #ace1fa;
	margin-top: 14px; margin: 0; font-size: 16px;
}
.footer-v3 .copyright p {
	color: #ace1fa;
	margin-top: 14px; margin: 0; font-size: 16px;
}

.footer-v3 .copyright .social-icons {
	margin-top: 10px;
}
.footer-v3 .social-icons li a {
	margin: 0 6px 0 0;
}
@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;
	}
}

 @media (max-width: 768px) {
        .footer-v3 .footer-sm-l15 {
            padding-left: 15px;
        }
    }