#back2Top {
    padding: 2px 10px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 35px;
    right: 110px;
    background-color: #e0e0e0;
    color: #6c886c;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 0 7px #000000;
}

#back2Top:hover {
    color: #000000;
}

.glyphicon {
    font-size: 20px;
    left: 2px;
}

@media (max-width: 1024px) {

#back2Top {
    right: 15px;
    bottom: 15px;
    background-color: rgba(224, 224, 224, 0.82);
}
}