.scrollup{
	background-color: #182B6D;
	cursor: pointer;
	width:50px;
	height:50px;
	opacity:0.75;
	position:fixed;
	bottom:40px;
	right:40px;
	display:none;
	/*text-indent:-9999px;
	transform: scale(1);*/
	/*background: url('../images/up.png') no-repeat;*/
	text-align: center;
	z-index: 99999;
}
.scrollup i {
	color: #fff;
	font-size: 38px;
	line-height: 43px;
}
.scrollup:hover {opacity:0.9;}
a:active, a:focus, a:hover {
	outline: 0 none;
}
@media only screen and (max-width: 575px) {
	.scrollup {bottom: 50px;}
}
@media only screen and (max-width: 480px) {
	.scrollup {right:10px;}
}