@media only screen and (min-width: 0px)and (max-width: 480px) {
	.footer-container {
		width: 300px;
	}

	.footer-left {
		width: 100%;
		text-align: center;
		margin-bottom: 12px;
		line-height: 22px !important;
		padding: 0 15px;
	}

	.footer-right {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (min-width: 481px)and (max-width: 640px) {
	.footer-container {
		width: 420px;
	}

	.footer-left {
		width: 100%;
		text-align: center;
		margin-bottom: 12px;
	}

	.footer-right {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (min-width: 641px)and (max-width: 960px) {
	.footer-container {
		width: 600px;
	}
}

@media only screen and (min-width: 961px)and (max-width: 1024px) {
	.footer-container {
		width: 840px;
	}
}

@media only screen and (min-width: 1025px)and (max-width: 1280px) {
	.footer-container {
		width: 980px;
	}
}

@media only screen and (min-width: 1281px)and (max-width: 1440px) {
	.footer-container {
		width: 1220px;
	}
}

@media screen and (min-width: 1441px) {
	.footer-container {
		width: 1400px;
	}
}