#mars-footer-panel{
	background: transparent;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px !important;
}
#mars-footer-panel .mars-footer-container{
	display: inline-block;
	margin:auto !important;
}
#mars-footer-panel a, #mars-footer-panel a:visited{
	color: white;
	font-size:18px;
}
.mars-footer-label{
	font-size:16px !important;
	font-weight:200;
}
.mars-footer-legal{
	color:white !important;
	width:100% !important;
}
.mars-footer-legal p{
	text-align: center !important;
	margin-top:15px !important;
	margin-bottom:15px !important;
	display: block;
	font-weight:200;
}
@media (max-width:768px) {
	#mars-footer-panel li{
		display: block;
		width: 100%;
		text-align: left;
		border:none !important;
		margin-bottom:5px !important;
	}
	.mars-footer-label{
		font-size:12px !important;
	}
}