.sprite { background:url(/sprites/sprite.png?r=50bbe25acd28a) no-repeat; display:block; overflow:hidden; float:left; }

.sprite.main-logo{width:321px;height:83px;background-position:0 0;}
.sprite.pinterest-icon{width:28px;height:28px;background-position:0 -83px;}
.sprite.twitter-icon{width:28px;height:28px;background-position:-28px -83px;}
.sprite.email-icon{width:28px;height:28px;background-position:-103px -83px;}
.sprite.facebook-icon{width:28px;height:28px;background-position:-56px -83px;}
.sprite.search-mag-small{width:18px;height:17px;background-position:-84px -83px;}


/* New sprites added by MK */
.facebook, .instagram, .linkedin, .pinterest, .tumblr, .twitter{
	background: url(new-sprites.png) no-repeat;
}

.facebook{
	background-position: 0 0;
	width: 32px !important;
	height: 32px !important;
}

.instagram{
	background-position: -50px 0;
	width: 32px !important;
	height: 32px !important;
}

.linkedin{
	background-position: -100px 0;
	width: 32px !important;
	height: 32px !important;
}

.pinterest{
	background-position: -151px 0;
	width: 32px !important;
	height: 32px !important;
}

.tumblr{
	background-position: -199px 0;
	width: 32px !important;
	height: 32px !important;
}

.twitter{
	background-position: -250px 0;
	width: 32px !important;
	height: 31px !important;
}

