.socialbuttons .block{
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 0 10px;
	height: 60px;
	width:60px;
	float:left;
}
.socialbuttons .block:first-child{margin:0;}
.socialbuttons .radius{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.socialbuttons .fb{background: #376dd0;}
.socialbuttons .vk{background: #5b98ff;}
.socialbuttons .tw{background: #32ccca;}

.socialbuttons .number{font-family: 'Merriweather Sans',sans-serif;}
.socialbuttons .fb .number{background: #5f8ad9;}
.socialbuttons .vk .number{background: #7cadff;}
.socialbuttons .tw .number{background: #5bd6d5;}

.socialbuttons a{
	color: #fff;
	position:relative;
	text-decoration: none;
	display :block;
	height: 60px;
	width:60px;
}
.socialbuttons a:hover .number{
    opacity:1;
	filter:alpha(opacity=100);
}
.socialbuttons a i{
	background: url(../img/social-icon.png) no-repeat 50% 0;
	display:block;
	height: 60px;
	width:60px;
}
.socialbuttons .vk a i{background-position: 50% -70px;}
.socialbuttons .tw a i{background-position: 50% -140px;}

.socialbuttons .number{
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:60px;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}