/*
pagetop.css
*/
#pageTop {
  position: fixed;
  bottom: 8%;
  right: 5vw;
  z-index: 999;
}

#pageTop a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background-color: #e56f01;
  border: 1px solid #fff;
  color: #fff;
	font-size: 20px;
  text-decoration: none;
  text-align: center;
  z-index: 999;
}

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