/* CSS Document */

#pageTop{
	display:none;
}

@media screen and (min-width:768px){
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:inherit;  
}

 

#pageTop i {
  padding-top: 15px
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding:auto;
  margin-top:0;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #6f9840;
  color: #fff;
  font-weight:lighter;
  text-decoration: none;
  text-align: center;
  opacity:0.7;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 1;
}

}