.htmleaf-container {
    background: #fff;
}

.htmleaf-container h4 {
    padding: 20px;
    font-size: 2rem;
    font-weight: bold;
    background: #282D3C;
    color: #fff;
}

.list {
    position: relative;
    margin-top: -1px;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    list-style-type: none;
}

.list a {
    display: block;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #333;
    padding: 2rem;
    transition: 0.3s ease;
    border-bottom: 1px solid #ddd;
}

.list:last-child a {
    border-bottom: 0;
}

.list a:hover {
    background: #282D3C30;
}

.list.active a {
    background: #282D3C30;
}

.list:after {
    padding: 0px 5px;
    color: #333;
    font-size: 24px;
}

.list.arrow:after {
    content: "";
    background: url(../images/arrow-down.png) no-repeat top left /16px 9px;
    position: absolute;
    right: 30px;
    top: 28px;
    width: 16px;
    height: 9px;
}

.list-none:before,
.list-none:after {
    content: '';
    background: none !important;
}

.items {
    height: 0px;
    overflow: hidden;
}

.items a:hover {
    background-color: #ffffff;
    color: #222222;
    /*  transition: 300ms all;*/
}

.menu .active:after {
    content: "";
    background: url(../images/arrow-up.png) no-repeat top left /16px 9px;
    font-family: DFKai-SB;
    position: absolute;
    right: 30px;
    top: 28px;
    width: 16px;
    height: 9px;
    padding: 0px 5px;
    color: #ddd;
    font-size: 24px;
}

.menu .active>.items {
    display: block;
    padding: 0px;
    height: auto;
    color: #fff;
    clear: both;
    float: left;
    width: 100%;
}

.items a {
    padding-left: 35px;
}

.menu .active>.items li {
    padding: 0px;
    list-style: none;
    margin: 2px 0;
}

.menu .active>.items li:last-child {
    border-color: transparent;
    padding-bottom: 0px;
}

.menu {
    padding: 0;
}

ul.items li:last-child a {
    border-bottom: none;
}

ul.menu {
    border: 1px solid #ddd;
}

@media(max-width:992px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------992*/
    .htmleaf-container h2 {
        margin-bottom: 2rem;
    }
}