﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

span#back-to-top
{
	cursor: pointer;
	display: none;
	position: fixed;
	opacity: 0;
	height: 48px;
	width: 48px;

	.hires('/img/v2/atlas/ico-top');
	background-position: center;
	background-repeat: no-repeat;
	background-color/*\**/: white\9; // IE8 fix
	z-index: 10;

	&:hover
	{
		opacity: 1 !important;
	}

	&.visible
	{
		display: block;
	}
}