#page-top2{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	z-index:99999 !important;
	
}

#page-top{
	display:none;
	
}
 
#page-top2 p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top2 p:hover{
	background:#8b8b8b;
}
 
#move-page-top2{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

@media (max-width: 767px) {
	
	
	#page-top{
	width:100%;
	display:block;
	position:fixed;
	bottom:0;
	z-index:99998 !important;
	background:rgba(0,0,0,0.4);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	color:#fff;
	font-size:18px;
	line-height:120%;
	padding:0 1%;
	text-align:center;
	
}

	#page-top2{
	right:0;
	bottom:80px;
	
}
}