#back-to-top {
    position: fixed; z-index: 800; bottom: 10px; left: 15px; width: 50px; height: 50px;
	pointer-events: none; background: #7e7e7e; opacity: 0; transition: .5s all;
	transition: .05s transform !important;
}
.active#back-to-top {opacity: 1; pointer-events: all; cursor: pointer;}
#back-to-top:hover {
	background: #4e4e4e;
	box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.075), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}
#back-to-top:active {
	background: #434343;
	transform: translate(0, 1.5px);
	box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.075), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}
#back-to-top > a {
    display: block; padding: 15px; color: #fff; font-size: 20px;
    text-decoration: none;
}
#back-to-top > a > img {width: 100%; height: auto;}

.footer-navbar {width: 100%; color: #fff; padding: 25px 0; background: #6e6e6e}
.footer-navbar .fheader {font-size: 17px; margin-bottom: 15px; font-weight: 600;}
.footer-navbar .fdesc {font-size: 12px; line-height: 18px; font-weight: 100;}
.footer-navbar .fsocial-container {overflow: hidden;}
.footer-navbar .fsocial-container > .fsocial {float: left; margin-right: 10px;}
.footer-navbar .fsocial-container > .fsocial img {border-radius: 5px; width: 32px; height: auto;}
.footer-navbar .fdesc, .footer-navbar .fsocial-container {margin-bottom: 25px;}

.footer-navbar .fsubheader > a {font-size: 12px; margin-bottom: 15px; font-weight: 600;}
.footer-navbar .fsub-choice {line-height: 16px;}
.footer-navbar .fsub-choice > a {font-size: 11px;}
.footer-navbar .fcopy-right {width: 100%; font-size: 11px; line-height: 11px; padding-top: 30px;}

@media screen and (max-width: 575.98px){
    .footer-navbar .fheader, .footer-navbar .fsubheader, .footer-navbar .fsubheader > a {
        text-transform: uppercase; font-size: 13px; font-weight: 600; width: 100%;
    }
    .footer-navbar .fheader, .footer-navbar .fsubheader {
        margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #fff;
    }
    .footer-navbar .fsubheader {margin-top: 35px;}
    .footer-navbar .fsub-choice {float: left; width: 50%;}
    .footer-navbar .fdesc {margin-bottom: 35px; font-size: 11px;}
    .footer-navbar .fsocial-container {margin-bottom: 0;}
}