﻿@charset "UTF-8" ;


#move-page-top
{
		z-index: 99999;
		position: fixed;
		bottom: 25px;
		right: 25px;
		font-size: 48px;
		line-height: 48px;
		text-decoration: none;
		cursor: pointer;
		color: #828A95;
		text-align: center;
		border-radius: 5px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
}
 

@media screen and ( min-width:1130px )
{
	#move-page-top:hover
	{
		opacity: 0.85 ;
	}
}

