@charset "utf-8";
/* CSS Document */
p#back-to-top{
      position:fixed;
      bottom:130px;
      right:0px;
	  z-index:999999;
	  display:none;
}
p#back-to-top a{
      text-align:center;
      text-decoration:none;
      display:block;
	  border-radius:50%;
	  height:50px;
	  width:50px;
	  background-color: rgba(0,0,0,0.4);
      font-size:22px;
      -moz-transition:color 1s;
      -webkit-transition:color 1s;
      -o-transition:color 1s; 
      -moz-transition:background 1s;
      -webkit-transition:background 1s;
      -o-transition:background 1s;
	  line-height:50px;
	  color:#fff;
}
p#back-to-top a:hover{
     color:#fff;
}