/* BASIC css start */
/* footer */
#ftWrap { position: relative; margin-top: 30px; }

.fusion-footer-copyright-area {
    background-color: #282a2b;
    border-color: #4b4c4d;
    padding-top: 18px;
    padding-bottom: 16px;
}

#toTop {
    background-color: #333333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: 0.9;
    z-index: 10000;
    transition: all 0.2s ease-in-out 0s;
}

#toTop:before {
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: 'icomoon';
    font-size: 22px;
}


#toTopHover {
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
}
/* BASIC css end */

