@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: 80px;
    z-index: 10 !important;
}
.page-top a:link {
    text-decoration: none;
    color: #000000 !important;
}
.page-top a:visited {
    text-decoration: none;
    color: #000000 !important;
}
.page-top a:hover {
    text-decoration: none;
    color: #000000 !important;
}
.page-top a:active {
    text-decoration: none;
    color: #000000 !important;
}
.move-page-top {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #DDDDDD;
    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;
}
}
