#icons {
	position: relative;
	text-align: left;
	padding: 25px 0 35px;
}
#icons > .wrapper {
	font-size: 0;
	overflow: hidden;
	white-space: nowrap;
}
#icons .block {
	color: #3d3d3d;
	display: inline-block; *zoom:1; *display:inline;
	font-size: 10pt;
	height: 30px;
	line-height: 14pt;
	margin: 0 1px 0 0;
	padding: 28px 34px 32px 95px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
	width: 120px;
	white-space: normal;
}
#icons .block:before {

}
#icons .block:before, #icons .block:after {
	content: '';
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	transition: all 200ms linear;
	width: 100%;
}
#icons .block:before {
	background: rgb(214,214,214); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(214,214,214,1) 0%, rgba(190,190,190,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(100%,rgba(190,190,190,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(190,190,190,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(190,190,190,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(190,190,190,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(214,214,214,1) 0%,rgba(190,190,190,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#bebebe',GradientType=0 ); /* IE6-9 */
	z-index: -2;
}
#icons .block:after {
	background: rgb(234,78,82); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(234,78,82,1) 0%, rgba(205,49,53,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,78,82,1)), color-stop(100%,rgba(205,49,53,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(234,78,82,1) 0%,rgba(205,49,53,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(234,78,82,1) 0%,rgba(205,49,53,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(234,78,82,1) 0%,rgba(205,49,53,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(234,78,82,1) 0%,rgba(205,49,53,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4e52', endColorstr='#cd3135',GradientType=0 ); /* IE6-9 */
	opacity: 0;
	z-index: -1;
}
#icons .block:hover {
	color: #ffffff;
}
#icons .block:hover:after {
	opacity: 1;
}
#icons .block span {
	background-position: center center;
	background-repeat: no-repeat;
		-webkit-border-radius: 35px;
	border-radius: 35px;
	height: 70px;
	left: 10px;
	position: absolute;
	top: 12px;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	transition: all 200ms linear;
	width: 70px;
	z-index: 10;
}
#icons .block span:last-child {
	opacity: 0;
	z-index: 20;
}
#icons .block:hover span:last-child {
	opacity: 1;
}
#icons .block span:first-child:before {
	background: rgb(205,49,53); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(205,49,53,1) 0%, rgba(234,78,82,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,49,53,1)), color-stop(100%,rgba(234,78,82,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(205,49,53,1) 0%,rgba(234,78,82,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(205,49,53,1) 0%,rgba(234,78,82,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(205,49,53,1) 0%,rgba(234,78,82,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(205,49,53,1) 0%,rgba(234,78,82,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3135', endColorstr='#ea4e52',GradientType=0 ); /* IE6-9 */
		-webkit-border-radius: 35px;
	border-radius: 35px;
	content: '';
	left: 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	transition: all 200ms linear;
	width: 100%;
	z-index: -1;
}
#icons .block:hover span:first-child:before {
	opacity: 1;
}