@font-face {
  font-family: 'toksymb';
  src: url('fonts/toksymb.woff2') format('woff2'), url('fonts/toksymb.woff') format('woff'), url('fonts/toksymb.ttf') format('truetype'), url('fonts/toksymb.svg#ljdhsym') format('svg');
  font-weight: normal;
  font-style: normal;
}
#scrollToTop a:before, #scrollToBottom a:before {
	font-family: toksymb;
	font-size: 1.22em;
  line-height: 1.1;
	z-index: 100;
	border: 1px solid #A1A1A1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
	padding: 10px 10px 9px 10px;
	position: fixed;
	right:0;
	margin: 5px;
	color: #4B4B4B;
	text-decoration:none;
	background: #b8c6df;
	opacity: 0.4;
	filter: alpha(opacity=40);
	zoom: 1;
}
#scrollToTop a:before {
	content: "\f077";
	bottom:0;
}
#scrollToBottom a:before {
	content: "\f078";
	top:60px;
}
#scrollToTop a:hover:before, #scrollToBottom a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}