.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}
/*fullpage*/
/*.pace {*/

    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*background: rgba(0, 0, 0, 0.1);*/
    /*position: fixed;*/
    /*z-index: 9999;*/
/*}*/

/*.pace .pace-progress {*/
    /*position: absolute;*/
    /*z-index: 99999;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*height: 36px;*/
    /*width: 36px;*/
    /*border: 7px solid #3B8AB8;*/
    /*border-radius: 50%;*/
    /*border-right-color: transparent;*/
    /*-webkit-animation-name: rotate;*/
    /*-webkit-animation-duration: 1s;*/
    /*-webkit-animation-iteration-count: infinite;*/
    /*-webkit-animation-timing-function: linear;*/
/*}*/
/*@-webkit-keyframes rotate {*/
    /*from {*/
        /*-webkit-transform: rotate(0deg);*/
    /*}*/
    /*to {*/
        /*-webkit-transform: rotate(360deg);*/
    /*}*/
/*}*/
/*fullpage*/

/*top*/
.pace .pace-progress {
    background: #468cc8;
    position: fixed;
    z-index: 2000;
    top: 52px;
    right: 100%;
    width: 100%;
    height: 4px;
}





.pace .pace-progress {
}
