.splug-link {
    flex-basis: 100%;
    font-size: 14px;
    font-style: normal;
    padding: 0;
    line-height: 16px;
    text-decoration: none;
    transition: 0.3s;
    margin: 0;
	color: black;
}

.splug-link:hover {
    color: #FFCE2D;
}

.splug-menu-result {
    float: left;
    white-space: break-spaces;
    display: flex;
    flex-wrap: wrap;
	padding: 5px;
}

.splug-menu-col-1 {
    width: calc(100% / 1);
}

.splug-menu-col-2 {
    width: calc(100% / 2);
}

.splug-menu-col-3 {
    width: calc(100% / 3);
}

.splug-menu-col-4 {
    width: calc(100% / 4);
}

.splug-menu-col-5 {
    width: calc(100% / 5);
}

.splug-menu-col-6 {
    width: calc(100% / 6);
}

.splug-content-sub {
    height: 0px;
    overflow: hidden;
    font-size: 13px;
    font-style: normal;
    line-height: 16px;
    cursor: pointer;
    color: gray;
    transition: 0.3s;
}

.splug-content-sub.active {
    height: auto;
    overflow: auto;
}

.splug-menu-element-sub {
    display: block;
    font-size: 14px;
    font-style: normal;
    padding: 2px 0;
    line-height: 16px;
    cursor: pointer;
    color: gray;
    transition: 0.3s;
}

.splug-menu-element-sub:hover,
.splug-content-sub {
    color: black;
}

.splug-menu-element-sub.active {
    color: black;
    border-right: 2px solid black;
}

.splug-content-level-basic {
    padding-left: 3px;
}

.splug-content-level-left {
    display: inline-grid;
    width: 175px;
    padding-left: 3px;
    vertical-align: top;
    border-right: 1px solid lightgray;
}
.splug-content-level-right {
    padding-left: 10px;
}

.splug-content-level-left,
.splug-content-level-right {
    display: inline-grid;
}

.splug-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.splug-menu-element {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    position: relative;
    border: 1px solid #6b6b6b;
    color: #ffffff;
    margin: 5px 6px 18px 3px;
    padding: 8px 33px;
    line-height: normal;
    font-size: 16px;
    margin-left: 0px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    background-color: #000000;
}

.splug-menu-element.active {
    font-weight: 400;
}

.splug-title {
    margin: 24px 0 12px;
    padding: 0;
    line-height: 28px;
    font-weight: 500;
    font-size: 24px;
}

.splug-content {
    height: 0px;
    overflow: hidden;
}

.splug-content.active {
    height: auto;
    overflow: hidden;
}

.seo-widget-area {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 920px) {
    .splug-menu-result {
        width: calc(100% / 3);
    }
}

@media (max-width: 768px) {
    .splug-menu-result {
        width: calc(100% / 2);
    }
}


@media (max-width: 520px) {
    .splug-menu-result {
        width: 100%;
    }
}