.scrollup{
	cursor: pointer;
	width:30px;
	/*height:auto;*/
	opacity:0.475;
	position:fixed;
	bottom:46%;
	right: 10px;
	display:none;
	/*text-indent:-9999px;
	transform: scale(1);*/
	/*background: url('../images/up.png') no-repeat;*/
	text-align: center;
	z-index: 99999;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.scrollup > span {color: #50667B;}
.scrollup:hover {opacity:1;}
a:active, a:focus, a:hover {
	outline: 0 none;
}
@media only screen and (max-width: 480px) {
	.scrollup {right:0;}
}
.scrollup::after,
.scrollup::before {
	background-color: #50667B;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 70px;
}
.scrollup::after {
	right: -80px;
}
.scrollup::before {
	left: -80px;
}