.select-lang {
    float: right;
}
.select-lang .lang-one {
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}
.select-lang .lang-one a {
    font-size: 16px;
    font-weight: normal;
}

.select-lang a.current {
    color: #ccc;
}
.search {
    margin-left: 15px;
}
._top-date_ {
    float: left;
}
._top-date_ > span {
    text-transform: capitalize;
}
.topmenu-link-center {
    font-size: 11px;
}
.title > span > b > span {
    text-transform: capitalize;
}
.body-404 {
    margin-bottom: 25px;
}
.fixed-panel {
    width: 100%;
    background-color: #5f902b;
    color: white;
    padding: 15px 0;
}
.fixed-panel > div {
    padding: 0 50px 0 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    position: relative;
}
.fixed-panel > div > a {
    color: white;
    cursor: pointer;
}
.fixed-panel > div > a:hover {
    color: white  !important;
    opacity: 0.7;
}
.fixed-panel .close-bt {
    position: absolute;
    right: -5px;
    top: -20px;
    width: 65px;
    height: 65px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-panel .close-bt:hover {
    opacity: 0.7;
}

.fixed-panel .close-bt:before, .fixed-panel .close-bt:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fixed-panel .close-bt:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.detail-page-another-lang {
    float: right;
    color: #3b599c !important;
}
.publication > .breadcrumbs > .crumbs, .publication .title h1{
    width: 100%;
}
