/* DeDja - 25.12.18 */
/*  scroll to top   */
.totop {
	position: fixed;
	bottom: 8px;
	right:  8px;
	z-index: 10010;
}
.totop a i{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	border-radius: 1px;
	background: gray;
	opacity:1;
}
.totop a, .totop a:visited{
	color: #fff;
}
.totop a:hover {
	color: #000;
	text-decoration: none;
}
/*  scrroll to top  */