﻿.backToTop {
	z-index: 2;  z-index: 12000000000000 !important;
	width: 44px;
	height: 47px;
  	bottom: 40px; bottom: 100px;
  	7878right: -80px; right: 2px !important;
  	text-align: center;
  	transition: 300ms; 
  	position: fixed;
  	font-size: 18pt;
  	padding: 0em;  
  	border: none;
	background: none;
  	outline: none;
  	cursor: pointer; 
  	transition: 0.5s; 
	clear: both;    
	}

.backToTop:hover {
  	background-color: none;
	font-size: 22pt;
  	transition: 0.5s;
	}

.go-top_visible {
  	right: 30px;  
  	transition: all 400ms;
	}

#backToTop {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	}