footer {
    width: 100%;
    background-color: #f4f4f4;
	color: #6f747f;
	box-shadow: 0px -4px 18px rgba(168,175,196,.5)
	
}

.footer-inner {
    padding: 15px 0;
    font-size: 13px;
}

.footer-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-logo {
    height: 65px;
	display: flex;
	align-items: center;
}

footer .menu-item {
	padding: 0 13px;
}

footer .menu-item:hover {
	background-color: #f4f4f4;
}

/* footer .nav ul li a {
	color: #cccccc;
} */

footer .menu-item a:hover {
	color: #278bc4;
}

.copyright-info {
	margin-right: 20px;
}

@media (max-width: 500px) {
	.footer-head {
		flex-direction: column;
	}
	
	.footer-bottom {
		flex-direction: column-reverse;
	}
	
	.copyright-info {
		margin: 15px 30px;
		text-align: center;
	}
}
