  /* CSS Document */
@charset "utf-8";
footer {
    background-color: #FFFFFF;
    position: relative;
    margin-top: 30px;
    padding-top: 26px;
    padding-bottom: 30px;
}
footer .logo {
    text-align: center;
}
footer #page_top {
    width: 45px;
    height: 45px;
    border: 1px solid #2D2D2D;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: table;
}
footer #page_top a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    text-decoration: none;
    color: #2D2D2D;
    background-color: #FFFFFF;
}
footer #page_top a:before {
    width: 30%;
    height: 30%;
    display: block;
    content: "";
    border-left: 1px none #2D2D2D;
    border-right: 1px solid #2D2D2D;
    border-bottom: 1px none #2D2D2D;
    border-top: 1px solid #2D2D2D;
    transform: rotate(-45deg);
    margin-left: auto;
    margin-right: auto;
}
footer.active #page_top {
    position: absolute;
    top: 0px;
    margin-top: -65px;
    bottom: auto;
}
footer small {
    font-size: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    width: 94%;
}
footer small span {
    display: inline-block;
}






/**/
@media only screen and (min-width:640px) {
footer {
    margin-top: 32px;
    background-color: rgba(255,255,255,0.00);
    width: calc(100% - 100px);
    padding-bottom: 32px;
    padding-top: 0px;
}
footer .logo {
    position: fixed;
    right: 0px;
    bottom: 87px;
    width: 100px;
    z-index: 4;
}
footer #page_top {
    bottom: 10px !important;
    position: fixed !important;
    border-style: none;
    margin-top: 0px !important;
    top: auto !important;
    z-index: 3;
}
footer #page_top a {
    vertical-align: middle;
}
footer small {
    text-align: right;
}






	
}
