﻿/*=====================================
    BACK TO TOP */

#back-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    background: #eb8923;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius:4px;
}

@media (max-width:768px) {
    #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;   
}


}

    #back-to-top img {
        width: 40px;
    }

    #back-to-top:hover {
        background: #cb7215;
    }

    #back-to-top.show {
        opacity: 1;
    }

.back-name-scroll {
    color: #fff;
}
