#ariscroll-container{
    text-align: center;
    min-height: 60px;
    position: relative;
    margin-bottom: 10px;
}
#ariscroll-spinner{
    background: url('../img/spinner.svg') no-repeat scroll 50% 0 transparent;
    background-size: 60px;
    height: 60px;
    transition: 0.2s all;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    opacity: 0;
}
#ariscroll-spinner.active{
    opacity: 1;
}
#ariscroll-more{
    margin-top: 10px;
    position: relative;
    transition: 0.2s all;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
#ariscroll-more.active{
    opacity: 1;
    pointer-events: auto;
}
#ariscroll-last{
    height: 60px;
    transition: 0.2s all;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 60px;
    opacity: 0;
}
#ariscroll-last.active{
    opacity: 1;
}
.pagination{
    overflow: hidden;
}