.footer-basic-centered{
	/* background-color: #292c2f; */
	background: -webkit-linear-gradient(left, #2fa4e7 , #dff0d8); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #2fa4e7, #dff0d8); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #2fa4e7, #dff0d8); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #1f1c32 , #46416c); /* Standard syntax */
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	padding: 10px 20px;
	margin-top: 5px;
	bottom: 0;
	position: absolute;
}

.footer-basic-centered .footer-company-motto{
	text-shadow:1px 1px 2px #6e8cb2;	
	color: #ffffff;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color: #ffffff;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 10px 20px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 12px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}