
.kk_web_dir {
    /*width: 100%;*/
    /*column-count: 2;*/
}

.kk_web_item {
    background: #ffffff;
    margin: 0 15px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    font-size: 110%;
}

.kk_web_item > a {
    text-decoration: none;
    color: inherit;
    display: block;
    box-sizing: border-box;
    height: 100%;
}

.kk_web_item_header {
    padding: 12px 8px;
    border: 1px solid #e1e1e1;
    border-top: none;
    display: inline-block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
    word-break: break-word;
}

.kk_web_item_header:hover{
    border-bottom-color: #950000
}

.kk_web_item_desc {
    display: none;
}


.kk_web_tooltip{
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    top: -10px;
    box-shadow: 1px 1px 3px -1px #ccc;
    padding: 10px;
    width: calc(100% - 20px);
    will-change: transform;
    background: rgba(0, 0, 0, 0.84);
    color: #fff;
    font-size: 16px;
    min-width: 120%;
    transform: translate(-50%, -100%);
    left: 50%;
    border-radius: 2px;
    text-align: center;
}

.kk_web_tooltip:after{
    position: absolute;
    background: rgba(0, 0, 0, 0.84);
    width: 10px;
    height: 10px;
    bottom: -5px;
    content: '';
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    will-change: transform;
}

.kk_web_item:hover > .kk_web_tooltip{
    display: block;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.kk_web_dir_cat_wrapper{
    padding-bottom: 20px
}

.kk_web_dir_cat{
    background: transparent;
    margin: 0 15px;
    box-sizing: border-box;
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 5px;
    margin-top: 15px;
    line-height: normal;
    box-shadow: none! important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 130%px;
}

@media (max-width: 767px) {
    .kk_web_dir {
        width: 100%;
        column-count: 1!important;
    }
    .kk_web_dir_cat_wrapper{
        width: 100%!important;
    }

}
