.menu-footerHeight {
	height: auto;
    padding: 0 10px !important;
    background: #f7f7f7;
}
.menu-footer {
	/*width: 100%;*/
	width: 50%;
	vertical-align: top;
	background-color: #f7f7f7;
	padding: 0 1em;
	float: left;
	border: 1px #fff solid;
    text-align: left;
	height: 235px;
}
.menu-footer-title {
	font-size: 1.2em;
	padding: 10px 0;
}
.menu-footer-title a {
	color: #000;
}
.menu-footer-container {
    text-align: left;
}
.menu-footer-container a {
	font-size: 1.1em;
	color: #000;
}
.menu-footer-container li {
	line-height: 1.9em
}
.menu-footer-container ul li {
    padding-left: 15px;
	text-align:left;
}
@media (min-width:1200px) {
	.menu-footer {
		width: 12.5%;
		height: 380px;
	}
}
@media (min-width:990px) and (max-width:1199px) {
	.menu-footer-title {
		font-size: 1.2em;
	}
	.menu-footer {
		width: 12.5%;
		height: 400px;
		padding-bottom: 400px;
	}
}