.social-media{
	text-align: right;
	float: left;
	display: inline-block;
	margin-right: 15px;
	margin: 15px 15px 15px 0px;
	
}

.social-media.lst{
	width:80px;
	position:absolute;
	

}

.social-media.lst.right{
	margin-right:0px;
	right:10px;
	top:25px;
}

.social-media > span{
	display:inline-block;
	width:20px;
}

.row.description{
	position: relative;
}

.sm-cta{
	text-align:right;
	padding: 0px 15px;
}

.sm-cta > li{
	display: inline-block;
	width:32px;
	height:32px;
	margin:0px 5px;
	padding: 0px;
}

.sm-cta > li > a{
	display: block;
	width:100%;
	height:100%;


}

.sm-cta > li.twitter > a{
	background:url("../images/icon-twitter.png") center center no-repeat;
	background-size:32px;

}

.sm-cta > li.linkedin > a{
	background:url("../images/icon-linkedin.png") center center no-repeat;
	background-size:32px;
}

.home .events-list.highlight .social-media.lst.right{
	top:6px;
	right:6px;
}

.home .events-list header.sm.row{
	height:30px;
	margin-top:0px;
}

.home .events-list .social-media.lst.right{
	top:0px;
	right:6px;
}

.home .highlight .social-media.lst.right{
	margin-right:0px;
	right:16px;
	top:30px;
}