footer {
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e9e9e9), color-stop(25%, #fff));
	background: linear-gradient(90deg, #e9e9e9 30%, #fff 0);
	-webkit-box-shadow: 0 -8px 12px -6px rgba(0, 0, 0, .2);
	box-shadow: 0 -8px 12px -6px rgba(0, 0, 0, .2);
	margin-top: 2em;
}

.ma-footer-social-icons svg {
	width: 24px;
	height: 24px;
}

.ma-footer-inner {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.footer-middle-pattern {
	width: 50px;
	background: linear-gradient(to bottom right, #e9e9e9 calc(50% - 1px), #e9e9e9, rgba(0, 0, 0, 0) calc(50% + 1px));
}

.ma-footer-inner ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-text-left,
.footer-text-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 3em 0px;
}

.footer-text-left {
	background-color: #e9e9e9;
}

.footer-text-left .footer-title-company {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1em;
}

.ma-footer-inner ul li {
	margin-bottom: .4em;
}

.ma-footer-inner a {
	color: #333;
	text-decoration: none;
}

.footer-text-right {
	padding-left: 2em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-title-font {
	font-size: 20px;
	padding-bottom: 1em;
	font-weight: bold;
}

.ma-footer-logo {
	width: 170px;
	max-width: 100%;
	margin-top: 1em;
}

@media only screen and (max-width: 640px) {
	.footer-text-right {
		padding-left: 1em;
		background: white;
		padding-right: 1em;
	}

	.ma-footer-inner {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-direction: column;
	}

	.footer-middle-pattern {
		display: none;
	}

	.footer-text-left {
		padding: 1em;
	}

	.footer-text-right>div {
		flex-basis: 50%;
		max-width: 50%;
	}

	#ma-footer .container {
		padding: 0;
		margin: 0;
	}
}