@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#scrollUp {
    background-color: #777;
    color: #eee;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    bottom: 70px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    opacity: .8;
    border-radius: 8px;
}

#scrollUp:hover {
    background-color: #333
}

@media screen and (min-width: 992px) {
    #scrollUp {
        bottom: 30px
    }
}

#scrollBroadSide {
    background-color: #777;
    color: #eee;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    bottom: 40px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    opacity: .8;
    border-radius: 8px;
}

#scrollBroadSide:hover {
    background-color: #333
}

@media screen and (min-width: 80px) {
    #scrollBroadSide {
        bottom: 20px
    }
}


.fa-angle-up::before {
    content: "";
}
.fa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
}

.sa-angle-left::before {
    content: "";
}

.sa-angle-right::before {
    content: "";
}

.sa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    padding-right: 5px;
}

