/* footer setting */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer .navbar-default {
	margin-bottom: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0;
}

footer .footer-set {
	padding: 18px 15px;
	margin-bottom: 0;
	font-size: 12px;
}

footer .navbar-brand {
	padding: 16px 15px;
}

.footer-bg {
	padding: 10px 0 30px;
}

.footer-bg,
.footer-bottom-bg {
	color: #fff;
	background-color: #484848;
}

.footer-bg header {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.footer-bg ul>li>a,
.footer-bg label {
	color: inherit;
	font-size: 14px;
	font-weight: 300;
}

.footer-bg ul>li>a:hover {
	color: #ff721c;
}

.footer-bg ul>li + li {
	margin-top: 5px;
}

.footer-bg header,
.footer-bg .social {
	margin-top: 20px;
}

.footer-bg .input-group-btn .btn {
	padding-top: 9px;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.footer-bg [class*="col-sm"] {
		text-align: center;
	}
}

.social .fa-stack {
	font-size: 22px;
	margin-top: 20px;
}

.social ul>li.twitter .fa-stack {
	color: #2daae1;
}

.social ul>li.facebook .fa-stack {
	color: #3c5b9b;
}

.social ul>li.google-plus .fa-stack {
	color: #f53e27;
}

.social ul>li.linkedin .fa-stack {
    color: #006CAC;
}