/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }


@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("/fonts/fa-custom.woff2") format("woff2"), url('/fonts/fa-custom.ttf') format('truetype');
}



@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/fonts/fontawesome-webfont.woff2") format("woff2"), url('/fonts/fontawesome-webfont.ttf') format('truetype');
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
.fab {
    font-family: 'Font Awesome 5 Brands'; }





.fa-search:before {
    content: "\f002";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-angle-up:before {
    content: "\f106";
    font-size: 25px;
    top: 5px;
    position: relative;
}
.fa-angle-down:before {
    content: "\f107";
    font-size: 13px;
    top: 0px;
    position: relative;
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}

/* For normal fast sidebar display */
.col-xs-7 {
     width: 58.33333333%;
}

@media (min-width: 1200px) {
    .col-lg-6 {
        width: 50%;
    }

    .col-lg-1, .col-lg-2, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-9 {
         width: 75%;
    }
}

@media (min-width: 992px) {
    .col-md-8 {
         width: 66.66666667%;
    }
}
