/*
#BackToTop{float:left;display:none;color:#eee;margin:0 5px;padding:3px;text-decoration:none;border:1px solid #831608;font:bold 14px Arial,Helvetica;position:fixed;top:10px;right:10px;background:#bb413b;background:-moz-linear-gradient(top, #bb413b 0, #831608 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #bb413b), color-stop(100%, #831608));background:-webkit-linear-gradient(top, #bb413b 0, #831608 100%);background:-o-linear-gradient(top, #bb413b 0, #831608 100%);background:-ms-linear-gradient(top, #bb413b 0, #831608 100%);background:linear-gradient(to bottom, #bb413b 0, #831608 100%);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;text-shadow:0 -1px 0 rgba(0,0,0,0.8);box-shadow:0 1px 0 rgba(255,255,255,0.3) 0 3px 0 rgba(0,0,0,0.7) 0 2px 2px rgba(0,0,0,0.5) 0 1px 0 rgba(255,255,255,0.5) inset #000;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.3) 0 3px 0 rgba(0,0,0,0.7) 0 2px 2px rgba(0,0,0,0.5) 0 1px 0 rgba(255,255,255,0.5) inset #000;-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.3) 0 3px 0 rgba(0,0,0,0.7) 0 2px 2px rgba(0,0,0,0.5) 0 1px 0 rgba(255,255,255,0.5) inset #000;-khtml-box-shadow:0 1px 0 rgba(255,255,255,0.3) 0 3px 0 rgba(0,0,0,0.7) 0 2px 2px rgba(0,0,0,0.5) 0 1px 0 rgba(255,255,255,0.5) inset #000;-o-box-shadow:0 1px 0 rgba(255,255,255,0.3) 0 3px 0 rgba(0,0,0,0.7) 0 2px 2px rgba(0,0,0,0.5) 0 1px 0 rgba(255,255,255,0.5) inset #000}#BackToTop span{border:1px dashed #eba1a3;display:block;padding:4px 15px;cursor:pointer;background:#d4463c;background:-moz-linear-gradient(top, #d4463c 0, #aa2618 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d4463c), color-stop(100%, #aa2618));background:-webkit-linear-gradient(top, #d4463c 0, #aa2618 100%);background:-o-linear-gradient(top, #d4463c 0, #aa2618 100%);background:-ms-linear-gradient(top, #d4463c 0, #aa2618 100%);background:linear-gradient(to bottom, #d4463c 0, #aa2618 100%);}
*/
.back-to-top {
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.back-to-top:hover, .back-to-top:focus {
    background: #ffc083;
}
.back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    /*z-index: 999999;*/
    z-index: 9999;
    bottom: 15px;
    right: 12px;
    display: none;
    background: #ff7e00d9;
    cursor: pointer;
}
.back-to-top > i {
    padding-left: 11px;
    padding-top: 1px;
    color: white;
    font-size: 30px;
    font-weight: bold;
}