.wikiTopMenu-content {
    position: relative;
    margin-left: 30px;
    /*margin-right: -30px;*/
}
ul#wikiTopMenu {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 0;
    padding-left: 0;
}
ul#wikiTopMenu > li {
    float: left;
    list-style-type: none;
    padding-left: 30px;
    font-size: 20px;
    line-height: 22px;
}

ul#wikiTopMenu > li > a {
    border-bottom: 1px solid transparent;
}

ul#wikiTopMenu > li > a.active {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
ul#wikiTopMenu > li:first-child {
    padding-left: 0;
}
ul#wikiTopMenu > li > a > span > i {
    width: 8px;
    height: 7px;
    display: inline-block;
    margin-left: 10px;
    background: url('/images/price-arrows-sprite.png') -102px -19px no-repeat;
}
.wikiTopMenu-articles {
    visibility: hidden;
    position: absolute;
    background: #fff;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-left: -30px;
    padding-left: 30px;
    -moz-box-shadow: 0 25px 38px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 38px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 0;
    opacity: 0;
    -webkit-transition:opacity 0.35s ease-out;
    -moz-transition:opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
}
.wikiTopMenu-articles.show {
    display: block;
}
.wikiTopMenu-article > a:hover {
    text-decoration: none;
}
.wiki .menu-sub-description > ul > li {
    padding-top: 0;
    line-height: 18px;
}
.wikiTopMenu-articles .more-articles {
    display: block;
    width: 195px;
    height: 130px;
    margin-top: 0;
    max-height:  130px;
    position: relative;
    background: #d2d2d2;
}
.wikiTopMenu-articles .more-articles > span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -8px;
    vertical-align: middle;
    width: 90px;
}
@-webkit-keyframes sk-three-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-three-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.wikiTopMenu-articles .more-articles > span > i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    margin-left: 20px;
    -webkit-animation: sk-three-bounce 1.6s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.6s ease-in-out 0s infinite both;
}
.wikiTopMenu-articles .more-articles > span > i:first-child {
    margin-left: 0;
}
.wikiTopMenu-articles .more-articles > span > i.sk-bounce1 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.wikiTopMenu-articles .more-articles > span > i.sk-bounce2 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.wikiTopMenu-article {
    float: left;
    list-style-type: none;
    margin-right: 27px;
    font-size: 16px;
    width: 195px;
}
.wikiTopMenu-article > a > img {
    display: block;
}
.wikiTopMenu-article > a > span {
    display: block;
    margin-top: 15px;
    opacity: inherit;
}
.wikiTopMenu-articles li:last-child {
    margin-right: 0;
}
.wikiTopMenu-category > a {
    display: block;
}
.wikiTopMenu-category:hover > a {
    cursor: pointer;
    text-decoration: none;
}
.wikiTopMenu-category:hover .wikiTopMenu-articles,
.wikiTopMenu-category:hover .wikiTopMenu-articles:hover {
    visibility: visible;
    opacity: 1;
}
