/* Tab style */
#scrollUp {
    
    z-index: 5;
    display: none;
    position: fixed;
    bottom: 23px;
    right: 15px;    
    
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    background-color: #FDC318;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 0 1px 3px RGBA(0, 0, 0, 0.2); 
}

/*#scrollUp:hover {
    margin-bottom: 0;
}*/