.flex-auto {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.scrollTop .scrollTopscroll-top {
    display: block
}

.scrollTop .scrollTopscroll-top span {
    background-image: url("../fonts/iconset.svg");
    background-repeat: no-repeat;
    font-size: 0;
    content: ""
}

.scrollTop .scrollTopscroll-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: none;
    z-index: 19
}

.scrollTop .scrollTopscroll-top a {
    width: 40px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.scrollTop .scrollTopscroll-top span {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #333;
    display: inline-block;
    background-size: auto 160px;
    background-position: -880px -80px;
    background-repeat: no-repeat;
    transform: scale(1);
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7
}

.scrollTop .scrollTopscroll-top span:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

@media (min-width: 0) and (max-width: 1200px) {
    .scrollTop body {
        height: 100%;
        width: 100%;
        overflow-x: hidden
    }
}

@media (min-width: 768px) {
    .scrollTop body {
        font-size: 16px;
        line-height: 180%
    }
}

@media (min-width: 1200px) {
    .scrollTop body {
        font-size: 16px;
        line-height: 200%
    }
}

.scrollTop a {
    color: #5cb531;
    text-decoration: none;
    cursor: pointer
}

.scrollTop a:hover,
.scrollTop a:active,
.scrollTop a:focus {
    color: #5cb531;
    outline: 0
}

@media (min-width: 2560px) {

    .scrollTop div,
    .scrollTop span {
        font-size: 1.5rem
    }
}