﻿/*****
    
***/
.gs-widgets-gotop {
    display: none;
    /**/ position: fixed;
    z-index: 999;
    /**************/
    text-decoration: none;
    /*opacity: 0.8;*/
    /*right: 30px;*/
    /*bottom: 30px;*/
    /**/ width: 50px;
    /**/ height: 50px;
    color: #fff;
    background: #0099CC;
    /**/ line-height: 50px;
    /**/ border-radius: 50%;
    transition: all 0.5s;
    /**/ text-align: center;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

    .gs-widgets-gotop > i {
        font-size: 1.6rem;
        line-height: 50px;
    }

.gs-widgets-gotop-hover {
    background: #007196 !important;
    color: #ffffff !important;
    /*opacity: 1.0 !important;*/
}
