﻿#qlc-carousel li {
    background-color: #222;
}

#fab-dashboard {
    position: fixed;
    z-index: 155;
    right: -30px;
    top: 0;
    height: 100vh;
    transform: translate(500px);
    transition: all .2s;
    box-shadow: -0.46875rem 0 2.1875rem rgba(4, 9, 20, 0.03), -0.9375rem 0 1.40625rem rgba(4, 9, 20, 0.03), -0.25rem 0 0.53125rem rgba(4, 9, 20, 0.05), -0.125rem 0 0.1875rem rgba(4, 9, 20, 0.03);
}

    #fab-dashboard a {
        border-radius: 50px;
        position: absolute;
        left: -635px;
        bottom: 80px;
        padding: 0;
        height: 54px;
        line-height: 54px;
        width: 54px;
        text-align: center;
        display: block;
        box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
        margin-top: -27px;
    }

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.app-main__inner {
    padding: 30px 0px !important;
}

#hero {
    position: relative;
    overflow: hidden;
}

    #hero img.bg {
        position: absolute;
        z-index: -1;
        top: 0%;
        left: 10%;
        width: 80%;
        opacity: 0.25;
    }