body.widget-snippet .email-number {
	padding: 50px;
	background-color: #e0eaec;
}
.widget-snippet .email-number a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background: url(/template/7663bd01/images/mail-icon.png) no-repeat;
    width: 16px;
    height: 17px;
}
.widget-snippet .email-number a {
	position: relative;
	color: #3B3B3B;
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	text-decoration: none;
	padding-left: 35px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .email-number a:hover {
	color: #FF7F00;
	text-decoration: none;
}
