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

	.footer-top-panel ul li a {
		margin: 0 10px !important;
		font-size: 14px !important;
	}

	.bottom-footer-container .truck {
		display: none;
	}

	.bottom-footer-container .left {
		width: 100%;
		display: block;
		text-align: center;
		padding-top: 12px;
	}

	.bottom-footer-container .right {
		width: 100%;
		text-align: center;
		display: block;
		padding-top: 26px;
	}

	.top-footer-container {
		height: auto;
		padding: 14px 0 6px 0;
		line-height: 26px;
	}

	.resbreak {
		display: block;
	}

	.footer-top-panel ul li.divider {
		vertical-align: top !important;
		margin-top: 6px;
	}

	.bottom-footer-container .right {
		padding-top: 8px !important;
	}

	.bottom-footer-container .left {
		padding-top: 10px !important;
		line-height: 18px;
	}

	.bottom-footer-container {
		height: 78px !important;
	}

}

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

	.footer-top-panel ul li a {
		margin: 0 10px !important;
		font-size: 14px !important;
	}

	.bottom-footer-container .truck {
		display: none;
	}

	.bottom-footer-container .left {
		width: 100%;
		display: block;
		text-align: center;
		padding-top: 12px;
	}

	.bottom-footer-container .right {
		width: 100%;
		text-align: center;
		display: block;
		padding-top: 26px;
	}

	.top-footer-container {
		height: auto;
		padding: 14px 0 6px 0;
		line-height: 26px;
	}

	.footer-top-panel ul li.divider {
		vertical-align: top !important;
		margin-top: 6px;
	}

	.bottom-footer-container .right {
		padding-top: 12px !important;
	}

	.bottom-footer-container .left {
		padding-top: 14px !important;
	}
}

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

	.footer-top-panel ul li a {
		margin: 0 10px !important;
		font-size: 14px !important;
	}

	.bottom-footer-container .truck {
		margin-left: -50px !important;
		width: 170px;
		top: 5px !important;
		height: 63px;
	}

	.bottom-footer-container .left {
		line-height: 22px;
		padding-top: 12px;
	}

	.top-footer-container {
		height: 64px;
		margin: auto;
		padding-top: 14px;
		line-height: 28px;
	}

	.footer-top-panel ul li.divider {
		vertical-align: top !important;
		margin-top: 7px;
	}

	.resbreak {
		display: block;
	}

}

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

	.footer-top-panel ul li a {
		margin: 0 10px !important;
		font-size: 14px !important;
	}

	.bottom-footer-container .truck {
		margin-left: 0 !important;
	}
}

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

	.footer-top-panel ul li a {
		margin: 0 15px !important;
	}
}

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

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