﻿/*footer-custom
------------------------------------*/
.footer-custom .footer {
	padding: 0px;	
	background: #1d1013;
    text-align: center;
}

.footer-custom .footer p {
	color: #fafafa;
}

.footer-custom .footer h1, .footer-custom .footer h2, .footer-custom .footer h3, .footer-custom .footer h4 {
	color: #fafafa;
}

.footer-custom .footer h3 {
	font-size: 18px;
    font-weight: bold;
}

.footer-custom .footer h4 {
    padding-top: 10px;
	font-size: 16px;
}

/*Copyright*/
.footer-custom .copyright {
	background: #222;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-custom .copyright p {
	color: #eee;
	margin-top: 14px;
}

.footer-custom .copyright a {
	margin: 0 2px;
}

.footer-custom .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-custom .footer-socials li a {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer-custom .copyright,
	.footer-custom .footer-socials {
		text-align: left;
	}
}