footer {
    background: #252525;
}
footer .well {
    padding-top: 20px;
    padding-bottom: 20px;
}
.rights {
    font-size: 15px;
    line-height: 1;
    color: #636363;
    text-align: center;
}
.design_by{
    font-size: 12px;
}
.design_by a{
    color: #7a7571;
}


.toTop {
    width: 0px;
    height: 0px;
    background: #C73509;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -moz-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
    color: #fff;
    position: fixed;
    right: 40px;
    bottom: 40px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 99999;
    padding: 0px;
    font-size: 1.7em;
}
.toTop.active{
    width: 50px;
    height: 50px;
    padding: 12px;
}
.toTop:hover {
    color: #fff;
    background: #9b9b9b;
    text-decoration: none;
}

.toTop:focus {
    outline: 0px;
}
.toTop:focus {
    background: #C73509;
    text-decoration: none;
    color:#fff;
}