.l-content .field-body ol,
.l-content .field-body ul {
    list-style-type: none;
    padding: 0;
}

.l-content .field-body ol li,
.l-content .field-body ul li {
    background: url('../images/list-icon.png') left 10px no-repeat;
    padding: 5px 20px;
    max-height: 100px;
    opacity: 1;
}

/* ===== General Tips ===== */

body .tooltip.top .tooltip-arrow {
    border-top-color: #fff600 !important; /* Cascading Issue */
}

body .tooltip.left .tooltip-arrow {
    border-left-color: #fff600 !important; /* Cascading Issue */
}

body .tooltip.right .tooltip-arrow {
    border-right-color: #fff600 !important; /* Cascading Issue */
}

body .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff600 !important; /* Cascading Issue */
}

.tooltip-inner {
    max-width: 200px;
    background-color: #fff600;
    border-radius: 4px;
    color: red;
}

body .tt-error .tooltip-inner span, .form-group .tooltip-inner span {
    color: #000; /* info error tip */
}

.btn {
    background-color: #fff600;
}

.btn-working {
    background-image: url('../images/loaders/sq-small.gif') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent;
}

.btn-working[disabled] {
    opacity: 1;
}

.home .front-blocks__item--title {
    /*min-height: 75px;*/
}

.front-blocks__item--title, .front-blocks__item--body {
    background-color: black;
    opacity: 0.65;
}

.front-blocks__item--header-title {
    background-color: black;
    opacity: 0.5;
    padding-bottom: 5px;
}

.front-blocks__item--header-title:before {
    top: 2px;
}

.block--front-blocks__newsletter .front-blocks__item--header-title,
.block--front-blocks__newsletter .front-blocks__item--title,
.block--front-blocks__newsletter .front-blocks__item--body {
    background-color: transparent;
    opacity: 1;
}

@media (min-width: 765px) {
    .menu--header .submenu {
        position: absolute;
        width: auto;
        top: 20px;
    }
}