@charset "UTF-8";

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:30px;
	bottom:30px;
}
#home #page-top{
	display:none;
}
 
#page-top p{
	margin:0;
	padding:0;
	/*text-align:center;*/
	/*background:#3b3b3b;*/
    text-indent:-99999px;
    background:url(../img/btn_totop.png) no-repeat top left;
    display:block;
    width:50px;
    height:50px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	/*background:#8b8b8b;*/
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
 
#move-page-top{
	color:#fff;
	line-height:36px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}


@media (max-width: 991px) {
    #page-top{
        width:30px;
        height:30px;
        right:20px;
        bottom:30px;
    }
     
    #page-top p{
        width:30px;
        height:30px;
        background-size:30px;
        filter:alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
}
