i, .fa{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

.social-icon.icon-group-container{display:inline-block; position:relative;}
.rock-social-icon{position:relative; display:block; width:30px; height:20px; overflow:hidden; cursor:pointer; float:left;}
.rock-social-icon .social-icon-container{font-size:18px; text-align:center;}
.rock-social-icon .social-icon-container i{padding:0; position:relative; display:block; height:20px;}
.rock-social-icon a:hover .social-icon-hover, .rock-social-icon a .social-icon-hover{text-decoration:none;}
.rock-social-icon a:hover{text-decoration:none;}
#toTop{
	background:url('/images/top.png') no-repeat;
	color:#fff;
	width:55px;
        height:55px;
	text-align:center;
	position:fixed; /* this is the magic */
	bottom:10px; /* together with this to put the div at the bottom*/
	right:10px;
	cursor:pointer;
	display:none;
	z-index:100;
	vertical-align:middle;
	padding:8px 0;
	overflow:hidden;
	border-radius:3px;
}
#toTop:hover{
	background:url('/images/top_hover.png') no-repeat;
}

