.top-button-hvr {
    background: #f6f6f6;
    color: #4d3e33;
    border-left: solid 5px #c59368;
    line-height: 2rem;
    font-size: 1.5rem;
}
.side-list ul {
    list-style: none;
    padding: 0;
    text-align: right;

}
.side-list ul > li {
    position: relative;
    padding: 5px 0 5px 15px;
    margin-right: 0px;

}
.side-list ul > li > a {
    color: #989a9a; text-decoration: underline; }
.side-list ul > li > a:hover{
    color: #623B2A; }

.side-list .btn-md:first-child {
     margin-top: unset;
 }
.side-list {
    display: table;
    margin: 0 auto; }
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c59368;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 0px 5px 5px 0px;
}

.left-index-active {
    background: #c59368;
    color: #FFF;
    transition: all 0.5s;
    transform: unset !important;
}
.left-index-active:hover {
    background: #c59368;
    color: #FFF;
    transform: unset !important;
}
