.js .block-dynamic-hidden {
    display: none;
}

/**
 * Pager
 */
.block-pager {
    display: 100%;
    text-align: center;
}

.block-pager {
    font-size: 1.3em;
}

.block-pager ul {
    text-align: center;
}

.block-pager ul li {
    display: block;
    float: left;
    line-height: 1em;
    margin: 0 0.15em;
    list-style: none;
}

.block-pager ul li > a,
.block-pager ul li > span {
    display: block;
    font-size: 0.8em;
    line-height: 1em;
    background: #fff;
    padding: 0.3em 0;
    width: 2.5em;
}

.block-pager ul li.hidden {
    visibility: hidden;
}

.block-pager .active {
    color: #ff0000;
}

.pager-bottom {
    margin-top: 1em;
}

.pager-top {
    margin-bottom: 1em;
}

.block-pager ul li {
    display: none;
}

@media all and (min-width: 750px) {
    .block-pager ul li {
        display: block;
    }
}

.block-pager ul li.first,
.block-pager ul li.forward,
.block-pager ul li.back,
.block-pager ul li.last {
    display: block;
}

.block-pager .first a,
.block-pager .forward a,
.block-pager .back a,
.block-pager .last a {
    line-height: 0.9em !important;
}

.block-pager .first .icon,
.block-pager .forward .icon,
.block-pager .back .icon,
.block-pager .last .icon {
    font-size: 1.1em;
    line-height: inherit;
    margin: 0;
    vertical-align: middle !important;
}

.block-pager .forward .icon:before {
    content: "\f105";
}

.block-pager .back .icon:before {
    content: "\f104";
}

.block-pager .first .icon:before {
    content: "\f100";
}

.block-pager .last .icon:before {
    content: "\f101";
}

.block-pager .pager-style {
    margin-bottom: 1em;
}

.block-pager .pager-style-more .pager-more,
.block-pager .pager-style-icon .pager-icon {
    display: inline-block;
    position: relative;
}

.block-pager .automore-timer {
    display: none;
    position: absolute;
    bottom: -1em;
    width: 100%;
    left: 0;
    height: 3px;
    background: rgb(128,128,128);
    background: rgba(0,0,0,0.2);
}

.block-pager .automore-timer .progress {
    width: 0%;
    height: 100%;
    background: #fff;
}