/* BackToTop button css */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ccff00;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        filter: "alpha(opacity=100)";
    }

/* Scroll to Anchor*/

.scrollbuttondown {
    position: fixed;
    bottom: 110px;
    right: 10px;
    bottom: 70px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #e74c3c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px 10px 15px;
    color: white;
    text-align: center;
}

.scrollbuttondown:hover {
    background-color: #ccff00;
}

.scrollbuttonup {
    position: fixed;
    bottom: 130px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #e74c3c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px 10px 15px;
    color: white;
    text-align: center;
}

.scrollbuttonup:hover {
    background-color: #ccff00;
}