#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top span {
	width: 50px;
	height: 47px;
	display: block;
	margin-bottom: 87px;
	background: url(../images/up-arrow1.png) no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.share{
	margin:0px 0px 15px 15px;
}