﻿@charset "utf-8";
/* CSS Document */



    
#backToTopBtn,
#gotop {
  bottom: 30px;
  background: rgba(1,1,1,.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 1em;
  font-family: arial;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 30px;
  z-index: 99;
}


.back-to-top {
  bottom: 30px;
  background: rgba(1,1,1,.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-family: arial;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 30px;
  z-index: 99;
}
