﻿@charset "utf-8";
/* CSS Document */
.scroll-indicator {
    z-index: 999px;
    position: fixed;
    right: 8px;
    top: 200px;
    bottom: 350px;
    width: 10px;
    z-index: 2;
}

    .scroll-indicator:before {
        content: "";
        z-index: 999px;
        position: fixed;
        right: 8px;
        top: 200px;
        bottom: 300px;
        width: 10px;
        background: #ffc40c;
    }

.indicator {
    top: 200px;
    z-index: 999px;
    /*left:-3px;*/
    position: absolute;
    width: 10px;
    height: 20px;
    /*border-radius:5px;*/
    background: #ec6941;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

    .indicator span {
        z-index: 999px;
        position: absolute;
        padding-right: 8px;
        transform: translate(-90%, 5%);
        color: #ec6941;
    }



