
ul.mav-icons {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

li.mav-icon {
	border: none !important;
	float: left;/*float: left !important;*/
	margin: 0 8px 8px 0;/*margin: 0 8px 8px 0 !important;*/
	display: block;
	height: 32px;
	width: 32px;
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s;
	opacity: 1;
}

li.mav-icon:hover { opacity: .85; }

li.mav-icon:last-child { margin-right: 0 !important; }

li.mav-icon a, li.mav-icon a:hover { background: none !important; background-color: none !important; }

.mav-icon img {
	width: 32px !important;
	max-width: 32px !important;
	height: 32px !important;
	max-height: 32px !important;
}