.feed .header {
	background-position: 0px -200px;
}

#whatsjmrc .overwriteimg {
	width: 153px;
}

#whatsjmrc a.img {
	background-position: -798px -240px;
}

#contact .overwriteimg {
	width: 88px;
}

#contact a.img {
	background-position: -952px -240px;
}

#sitemap .overwriteimg {
	width: 93px;
}

#sitemap a.img {
	background-position: -1041px -240px;
}

#privacypolicy .overwriteimg {
	width: 153px;
}

#privacypolicy a.img {
	background-position: -1135px -240px;
}

#links .overwriteimg {
	width: 59px;
}

#links a.img {
	background-position: -1289px -240px;
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	.feed .header {
		background-position: 0px -100px;
	}
	
	#whatsjmrc .overwriteimg {
		width: 76px;
	}
	
	#whatsjmrc a.img {
		background-position: -399px -120px;
	}
	
	#contact .overwriteimg {
		width: 44px;
	}
	
	#contact a.img {
		background-position: -476px -120px;
	}
	
	#sitemap .overwriteimg {
		width: 46px;
	}
	
	#sitemap a.img {
		background-position: -521px -120px;
	}
	
	#privacypolicy .overwriteimg {
		width: 76px;
	}
	
	#privacypolicy a.img {
		background-position: -568px -120px;
	}
	
	#links .overwriteimg {
		width: 29px;
	}
	
	#links a.img {
		background-position: -645px -120px;
	}
	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.feed .header {
		background-position: 0px -200px;
	}
	
	#whatsjmrc .overwriteimg {
		width: 153px;
	}
	
	#whatsjmrc a.img {
		background-position: -798px -240px;
	}
	
	#contact .overwriteimg {
		width: 88px;
	}
	
	#contact a.img {
		background-position: -952px -240px;
	}
	
	#sitemap .overwriteimg {
		width: 93px;
	}
	
	#sitemap a.img {
		background-position: -1041px -240px;
	}
	
	#privacypolicy .overwriteimg {
		width: 153px;
	}
	
	#privacypolicy a.img {
		background-position: -1135px -240px;
	}
	
	#links .overwriteimg {
		width: 59px;
	}
	
	#links a.img {
		background-position: -1289px -240px;
	}
	
}