/*!
Constra
*/

/* Floating scroll down button
================================================== */
#floater {
    position: absolute;
    top: 400px;
    right: 1px;
    width: 30px;
    height: 200px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 1;
    border-radius: 3px 0 0 3px;
    padding: 3px;
    background-color: #FF0000;
    color: white;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    writing-mode: vertical-rl;
}

