/*  SCROLL-TO-TOP ICON        **************************************************************************/

.scroll-to-top {
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    bottom: 25px;
    right: 1px;
    z-index: 99;
    outline: none;
    background-color: #9e9e9e;
    border: 1px solid #333;
    cursor: pointer;
    padding: 12px;
    border-radius: 2px;
    /* background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%); */
    /* background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%); */
    /* background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%); */
}
.scroll-to-top:hover {
    background-color: #efefef;
    opacity: 1;
}

/*  SCROLL-TO-TOP ICON : END   **************************************************************************/