.showup{
	position: relative;
	animation: opac 1.3s ease-out,animatebottom 0.9s ease-out;
}

.heightguy{
	position: absolute;
	opacity: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}

.upbtn{
	position: fixed;
	top: 80vh;
	right: 0 !important;
	width: auto;
	padding: 45px 50px;
	opacity: 0;
	translate: 0 15vh;
	z-index: 25;
}
.upbtn.showme{
	opacity: 1;
	translate: 0 0;
}
.upbtn .cap {
	opacity: 0;
	display: inline-block;
	translate: 150px 0;
	pointer-events: none;
}
.upbtn:hover .cap{
	opacity: 1;
	translate: 0 0;
}

.showme{
	display: block !important;
}

.halfopac{
	/*opacity: 0.3;*/
	visibility: hidden;
}
.hidetop{
	translate: 0 -12px;
	opacity: 0;
}
