div.sticky_at_bottom_active {
    background-color: white !important;
    color: var(--lor-color) !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    text-align: left !important;
    padding: 8px 5px 8px 40px !important;
    position: relative;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    margin: 5px 0;
}

div.sticky_at_bottom_active div.wpb_wrapper {
    display: block;
    min-height: 24px;
}

div.sticky_at_bottom_active:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 8px;
}

div.sticky_at_bottom_active:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    left: 13px;
    top: 3px;
    font-size: 1.35em;
}

div.sticky_at_bottom_active.sticky_at_bottom_downloads {
    padding-left: 40px !important;
}

div.sticky_at_bottom_active.sticky_at_bottom_downloads:after {
    content: "\f1b2";
    top: 4px;
    color: black !important;
}

div.sticky_at_bottom_active.sticky_at_bottom_references {
    padding-left: 37px !important;
}

div.sticky_at_bottom_active.sticky_at_bottom_references:after {
    content: "\f041";
    font-size: 1.65em !important;
    color: black !important;
    top: 0;
}

div.sticky_at_bottom_active.sticky_at_bottom_case_studies {
    padding-left: 42px !important;
}

div.sticky_at_bottom_active.sticky_at_bottom_case_studies:after {
    content: "\f11e";
    color: black !important;
}

div.sticky_at_bottom_active.buy_lorentz_pumps:after {
    content: "\f07a";
    top: 3px !important;
}

div.sticky_at_bottom_active.link_at_click:hover a {
    color: white !important;
}

div.sticky_at_bottom_active.icon_support:after {
    content: "\f0ad";
    color: black;
    top: 7px !important;
}

div.sticky_at_bottom_active.icon_stockist:after {
    content: "\f07a";
    top: 7px !important;
}

div.sticky_at_bottom_active.sticky_at_bottom_technology {
    padding-left: 42px !important;
}

div.sticky_at_bottom_active.sticky_at_bottom_technology:after {
    content: "\f085";
    top: 7px;
    color: black !important;
}

div.sticky_at_bottom_active.sticky_at_bottom_information {
    padding-left: 40px !important;
}

div.sticky_at_bottom_active.sticky_at_bottom_information:after {
    content: "\f019";
    top: 7px;
    color: black !important;
}

div.sticky_at_bottom_active:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}

div.sticky_at_bottom_active:hover a {
    color: var(--lor-color) !important;
}

div.sticky_at_bottom_active.icon_stockist,
div.sticky_at_bottom_active.buy_lorentz_pumps {
    background-color: red !important;
    color: white !important;
}

div.sticky_at_bottom_active.icon_stockist,
div.sticky_at_bottom_active.buy_lorentz_pumps a {
    color: white !important;
}

div.sticky_at_bottom_active.icon_stockist,
div.sticky_at_bottom_active.buy_lorentz_pumps:hover a {
    color: white !important;
}

section.sticky_at_bottom {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    color: white !important;
    box-shadow: -3px 0px 25px 0px rgba(0, 0, 0, 0.5) !important;
}

section.sticky_at_bottom div.g-cols>div {
    padding: 15px 0 !important;
}

section.sticky_at_bottom div.sticky_at_bottom_closer {
    color: white !important;
    font-size: 50px;
    position: absolute;
    width: 50px;
    top: 5px;
    right: -75px;
    transition: color 0.5s ease;
}

section.sticky_at_bottom div.sticky_at_bottom_details {
    display: none;
}

section.sticky_at_bottom div.sticky_at_bottom_active {
    cursor: pointer;
}

section.sticky_at_bottom div.sticky_at_bottom_closer {
    cursor: pointer;
}

section.sticky_at_bottom div.sticky_at_bottom_closer:hover {
    color: var(--lor-color-dark) !important;
}

.no_display {
    display: none !important;
}

section.sticky_at_bottom_teaser .g-cols.offset_medium>div {
    margin-left: 2% !important;
    width: 23.5% !important;
}

section.sticky_at_bottom_teaser .g-cols.offset_medium>div:first-child {
    margin-left: 0 !important;
}

@media (max-width:1100px) {

    section.sticky_at_bottom_teaser p,
    section.sticky_at_bottom_teaser a {
        display: none !important;
    }

    section.sticky_at_bottom_teaser div.wpb_wrapper {
        min-height: 25px !important;
    }
}

@media (max-width:767px) {
    section.sticky_at_bottom_teaser .g-cols>div {
        margin-bottom: 0 !important;
    }

    section.sticky_at_bottom_details div.w-image {
        display: none;
    }

    section.sticky_at_bottom_details div.g-cols.vc_inner div {
        margin: 0 !important;
    }

    section.sticky_at_bottom_details div.g-cols>div {
        padding: 5px 0 !important;
    }
}

@media (max-width:1400px) {
    section.sticky_at_bottom div.sticky_at_bottom_closer {
        color: white !important;
        font-size: 35px !important;
        position: absolute !important;
        width: 35px !important;
        bottom: 3px !important;
        right: 0px !important;
    }
}

section.sticky_at_bottom_details a:hover {
    color: white !important;
    text-decoration: underline !important;
    border: 1px solid red !important;
}