@charset "UTF-8" ;
.content
{
	min-height: 5000px ;
}

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
	position: relative;
	z-index: 10 !important;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 26px ;
	bottom: 56px ;
	z-index: 10 !important;
}
 
.page-top a:link {
	text-decoration: none;
	color: #fff !important;
}
.page-top a:visited {
	text-decoration: none;
	color: #fff !important;
}
.page-top a:hover {
	text-decoration: none;
	color: #fff !important;
}
.page-top a:active {
	text-decoration: none;
	color: #fff !important;
}
.move-page-top
{
    display: block;
    width: 50px;
    height: 38px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #0073BD;
    font-size: 18px;
    padding-top: 12px;
    position: relative;
    z-index: 200 !important;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
}


@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}
