@media screen and (max-width: 1280px) {
	#footerArea {
			padding: 0;
			overflow: hidden;
			width: 100%;
			position: relative;
			z-index: 99;
			margin-top: -1px;
			border-top: 8px solid #385c76;
			background-color: #385c76;
			}
			.col-sm-4.foot{width:33.33333333333333%;}
}