.sm {
	/* float: right !important; */
	/* background-color: #f3db0b;
	background: rgba(243,219,11,0.6); */
	padding: 10px;
	margin: 0px;
	
	
}

.sm img {
}

.sm ul li {
	display: inline;
	margin-right: 5px;
	
}

.sm a img:hover {
	
	color:#f3db0b !important;
	filter: hue-rotate(200deg);
	-webkit-filter: hue-rotate(200deg);
	/* opacity: .30; */
	/* filter: opacity(opacity=30); /* For IEB and earlier */*/
}

.sm h1 {
	color: #fff;
	text-transform: uppercase;
}