body .sp_tw_small a{
	display: inline-bock;
	width:20px;
	height:15px;
	background:transparent url('../images/icons/twitter.svg') 20px 15px;
	background-repeat:no-repeat;
	background-position:center center;
}

body .sp_fb_small a{
	display: inline-bock;
	width:20px;
	height:15px;
	background:transparent url('../images/icons/fb.svg') 20px 15px;
	background-repeat:no-repeat;
	background-position:center center;
}

body .sp_em_small a{
	display: inline-bock;
	width:20px;
	height:15px;
	background:transparent url('../images/icons/email.svg') 20px 15px;
	background-repeat:no-repeat;
	background-position:center center;
}

.sidebarSP{
	float:right;
	border:2px solid #e2e2e2;
	padding:3px;
}

.sidebarSP div{
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 3px;
}

.sidebarSP div:last-child{
	border:0;
	margin-bottom: 0;
}

/* NEWS FEED SOCIAL */
.feedSocial a{
	float:left;
	margin-right:15px;
}


/* Header Icons */
.headerIcons{
	position: absolute;
	right:0;
	bottom:-6px;
}

.headerIcons a{
	text-decoration: none;
	display:inline-block;
	margin:0 10px;
}

.headerIcons a:last-child{
	margin-right: 0;
}

.fb{
	width:8px;
}

.tw,.yt{
	width:20px;
}

.yt{
	position: relative;
	top:1px;
}

.searchIcon{
	width:15px;
	margin-right: 10px;
	cursor:pointer;
}

.fb img,.tw img,.yt img, .searchIcon img{
	width:100%;
}



