@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.goTopFix{
	display:block;
	position:fixed;
	bottom:50px;
	right:50px;

	background:rgba(0,0,0,0.6);
	width:50px;
	height:50px;
	border-radius:25px;

}
.goTopFix:after{
	font-family: 'Glyphicons Halflings';
	position:relative;
	top:12px;
	left:17px;
	content:"\e113";
	color:white;
	cursor:pointer;
}