/* MENU */

.menu ul > li ul > .has-dropdown:after {
    color: #fff;
    top: 5px;
    right: 24px;
    content: "\e649";
}

.menu ul li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}
.menu ul li > ul {
    left: 100%;
    top: 0;
}

.menu ul li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
}
.cover .align-bottom {
    bottom: 32px;
}
.module { padding: 0 15px; }
@media all and (max-width: 990px) {
.module.widget-handle { border-top: none !important; border-bottom: 1px solid #ccc !important; line-height: inherit; }
.fixlanguage { 
    float: left;
    width: 100%; }
}

/* NEWS */

.news-title { margin-bottom: 0; }
.news-date { font-size: 11px; font-style: italic; }

footer {
    display: none;
}