html {color: #222;font-size: 1em;line-height: 1.4;}
.browserupgrade {margin: 0;background: #ccc;color: #222;padding: 10px;text-align: center;}
::-moz-selection {background: #8D6747;color: #fff;text-shadow: none;}
::selection {background: #8D6747;color: #fff;text-shadow: none;}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio, canvas, iframe, img, svg, video { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
.center { text-align: center; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
/* Back To Top */
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #f7bc28;
    background-color: transparent;
    font-size: 14px;
    padding: 1em;
    display: none;
    z-index: 1;
    opacity: 0.5;
}
.back-to-top:hover {    
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
i.fa.fa-angle-up {
    background: #f7bc28;
    color: #504b3e;
    font-size: 25px;
    padding: 5px 10px;
    border-radius: 24px;
    font-weight: bold;
}
.back-to-top:hover i.fa.fa-angle-up, .back-to-top:focus i.fa.fa-angle-up {
    color: #fff;
}

/* Dropdown */
.dropdown:hover .dropdown-menu {
	display: block;
}