/* #ToTop button */
#toTop, #ui-to-top {
    background: #0096d3;
    color: white;
}

#toTop:hover, #ui-to-top:hover {
    color: #fff;
    background-color: #2b4a73;
    border-color: #2b4a73;
}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop, #ui-to-top {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: -999em;
    overflow: hidden;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    z-index: 999;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}

#toTop span, #ui-to-top span {
  display: none; 
}
  
/*#toTop:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    -webkit-font-smoothing: antialiased;

    text-rendering: optimizeLegibility;

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-feature-settings: 'liga';
       -moz-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
    width: 100%;
    font-size: 32px;
    line-height: 58px;
    content: "arrow_upward"; 
}*/
  
#toTop:focus, #ui-to-top:focus {
    outline: none; 
}

@media (min-width: 544px) {
    #toTop, #ui-to-top {
        right: 20px; 
    } 
}
@media (min-width: 768px) {
    #toTop, #ui-to-top {
        bottom: 80px; 
    } 
}

i.fas.fa-angle-up.fa-lg{
    position: relative;
    vertical-align: middle;
    top: 15px;
}