#pagetop {
  position:absolute;
  position: fixed;
  margin:0;
  bottom:5px;
  right:5px;
  width: 120px;
  height: 240px;
  z-index: 9;
}

#pagetop img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}


@media screen and (max-width:768px) {

#pagetop{
  right: -55px;
  bottom: -110px;
}

#pagetop img {
   width: 60px;
   height: auto;
	}
}


#pagetop img:hover{
	opacity: 0.6;
	transition: all 0.5s ease-out;
}





#pagetop2 {
  position:absolute;
  position: fixed;
  margin:0;
  bottom:20px;
  right:130px;
  width: 200px;
  height: auto;
  z-index: 9;
}

#pagetop2 img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}


@media screen and (max-width:768px) {

#pagetop2{
  right: 5px;
  bottom: 50px;
  width:150px;
}

#pagetop2 img {
   width: 150px;
   height: auto;
	}
}


#pagetop2 img:hover{
	opacity: 0.6;
	transition: all 0.5s ease-out;
}

































.backtotop {
  display: block;
  height:auto;
  position: fixed;
  right: -330px;
  bottom: 2%;
  text-align: center;
  width: auto;
  z-index: 99999999;
  border-top-color:#fff;
  border-bottom-color:#fff;

}

.backtotop img{
	width:35%;
	height:auto;
}