.footer {
	display: block;
	position: relative;
	height: auto;
	text-align: left;
	background-color: #222;
	border-top: 1px solid #000;
	padding: 56px 0 100px 0;
	z-index: -10;
}
.footer .img-responsive {
	height: 110px;
}
.left {
	border-left: 1px solid #666;
	min-height: 160px;
	padding: 0 30px
}
.text-muted {
	color: #ccc;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-decoration: none;
	text-transform: uppercase;
}
.footer .tags {
	color: #ccc;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .5px;
	text-align: justify;
}
.footer a img {
	display: inline;
	position: relative;
	height: 30px;
	margin-right: 10px;
	opacity: .4;
}
.footer a img:hover {
	opacity: 1;
}

@media(max-width: 767px) {
	.footer {
		text-align: center;
		padding-bottom: 20px;
	}
	.footer img {
		margin-bottom: 30px;
	}
	.left {
		padding: 0 20px;
		margin-bottom: 40px;
		border: none;
	}
	.footer .tags {
		text-align: center;
	}
}
@media(min-width: 767px) {
	.footer .img-responsive {
		position: absolute;
		left: 0 !important;
	}
}

.bottomFooter {
	display: inline-block;
	position: absolute;
	background-color: #111;
	bottom: 0 !important;
	left: 0;
	height: 50px;
	width: 100%;
	padding-top: 14px;
}
.bottomFooter p {
	color: #999;
	font-size: 12px;
	text-align: center;
}