.bck {
	position: fixed;
	bottom: 0.8rem;
	right: 0.8rem;
	background: #1e6298;
	color: #fff;
	visibility: hidden;
	width: 40px;
	height: 40px; padding: 5px;
	line-height: 36px; border-radius: 5px;
	text-align:center;
	transition-property: all; z-index: 100000;
}

.bck.bck-on {visibility: visible;}

.fade{opacity: 0;}

.bck-on.fade{opacity: 1;}

.rightToLeft {right : -50px;}

.bck-on.rightToLeft{right: 1rem;}

.bottomToTop {bottom: -50px;}

.bck-on.bottomToTop {bottom:1rem;}

.bck-leftToRight {left: -50px;}

.bck-on.leftToRight {left:1rem;}

.topToBottom {top: -50px;}

.bck-on.topToBottom {top:1rem;}
