/*-----------------------------------------------------------------*/
* {
    touch-action: manipulation !important;
}


.footer-copyright {
    background: #fff;
    padding: 10px 0;
    color: #333;
    font-size: 14px;
}
.footer-copyright span{
    display: inline-block;
    margin-top: 10px;
}
@media (min-width: 1250px) {

}

@media (max-width: 768px) {

    header{
        position: fixed;
        top: 70px;
        left: 5px;
        z-index: 99;
    }

    .main-menu{
        background: #ffffffa6;
        padding: 6px;
        border-radius: 50px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    }
    .main-menu li{
        list-style: none;
        margin: 5px 0;
    }
    .main-menu li a{
        background: #f5f5f5cc;
        padding: 6px;
        display: inline-block;
        border-radius: 4px;
    }
    .main-menu li a img{
        width: 15px;
    }
    .back-to-top {
        right: 20px !important;
        bottom: 10px !important;
    }


}

@media (max-width: 1250px) {

}


.back-to-top {
    position: fixed;
    display: none;
    background: rgba(255, 255, 255, 0.85);
    color: #f0731e;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    line-height: 2.5;
    border-radius: 50px;
    font-size: 16px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    transition: background 0.1s;
}

.back-to-top:hover {
    background: #fff;
    color: #f0731e;
}


