@media (max-width: 767px){
	footer, header{
		position: static;
		padding-left: 15px;
	}
}/* end */



/* Mobile Landscape */
@media (max-width: 767px) and (orientation: landscape){
	footer, header{
		position: static;
		padding-left: 15px;
	}
}/* end */