html, body {
    height: 100%;
}

body {
    line-height: 24px;
    color: #7e7e7e;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    font-size: 15px;

    display: flex;
    flex-direction: column;
}

body.en, body.en .inp, body.en .btn, body.en button, .en-content {
    font-family: notosans-en, Arial, sans-serif;
}

body.hy, body.hy .inp, body.hy .btn, body.hy button, .hy-content {
    font-family: notosans-hy, Arial AMU, Arial, sans-serif;
}

a {
    color: #00b9f2;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #8fc2db;
    color: #75d8ff;
}

div {
    box-sizing: border-box;
}

.main-content-wrapper {
    flex: 1 0 auto;
}

.main-content-footer {
    flex-shrink: 0;
}

.clear {
    clear: both;
}

.top-line {
    background-color: #f6f6f6;
    background-color: #efefef;
    height: 30px;
}

.container {
    box-sizing: border-box;
    position: relative;
    max-width: 1000px;
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 0px auto;
    padding: 0px 20px;
}

.no-margin {
    margin-top: 0px;
}

.header-wrapper {
    background-color: #f9f9fa;
    padding-top: 20px;
}

.header {
    margin-top: 20px;
}

.areas {
    max-width: 1260px;
}

.logo {
/*    width: 320px;*/
    height: 85px;
    user-select: none;
}

ul.topbar {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 20px;
}

ul.topbar > li {
    display: block;
    float:left;
    padding: 0px 7px;
    border-right: 0px solid #a7a8aa;
    vertical-align: middle;
    line-height: 22px;
}

ul.topbar > li.last {
    border: 0px;
    border-left: 2px solid #a7a8aa;
    padding-right: 0px;
}

.frm-search {
    margin-right: 10px;
}

.frm-search input {
    border: 0px;
    margin-right: 5px;
    width: 140px;
    border: 0px;
    font-size: 13px;
    padding: 3px;
    color: #333333;
    border-bottom: 1px solid #f9f9fa;
    background-color: #f9f9fa;
}

.frm-search input:focus {
    outline: none;
    outline-offset: 0px;
    background-color: #ffffff;
    background-color: #f9f9fa;
    border-bottom: 1px solid #00b9f2 !important;
}

.frm-search .search-icon {
    color: #555555;
    cursor: pointer;
}

.frm-search .search-icon:hover {
    color: #000000;
}

ul.socials {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.socials li {
    display: block;
    float: left;
    margin: 0px 3px;
    padding: 0px 2px;
}

ul.socials a {
    font-size: 18px;
}

ul.langs {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.langs li {
    display: block;
    float: left;
    margin: 0px;
}

.menu-launcher {
    display: none;
    position: absolute;
    top: 30px;
    right: 20px;
    color: #7e7e7e;
    font-size: 24px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.menu-launcher:hover {
    color: #777777;
}

ul.menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 20px;
    top: 37px;
    user-select: none;
}

ul.menu > li {
    display: block;
    float: left;
    border-right: 2px solid #00b9f2;
    padding: 0px 10px;
    line-height: 22px;
    position: relative;
}

ul.menu > li.last {
    border: 0px;
    padding-right: 0px;
}

ul.menu li a {
    color: #7e7e7e;
    font-weight: normal;
}

ul.menu li a:hover {
    color: #000000;
}

ul.menu ul {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(249, 249, 250, 0.9);
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px;
    width: 200px;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 1000;
}

ul.menu ul li {
    display: block;
    padding: 5px 10px;
}

ul.menu ul li a:hover {
    color: #00b9f2;
}

.resp {
    display: none;
}

.menu-wrapper .resp {
    text-align: right;
}

.resp ul.langs {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    padding-right: 5px;
}

.resp ul.langs li {
    display: block;
    width: 100%;
    text-align: right;
}

.resp .socials-wrapper {
    margin-top: 20px;
}

.resp .socials {
    margin-top: 20px;
    display: inline-block;
}

@media screen and (max-width: 1400px) {

    ul.menu ul.last-item {
        right: 0px;
        left: auto;
    }

}

@media screen and (max-width: 900px) {

    .hline-header {
        display: none;
    }

    .header-wrapper {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .resp {
        display: block;
    }

    .menu-launcher {
        display: block;
    }

    .menu-wrapper {
        display: none;
    }

    ul.topbar {
        display: none;
    }

    ul.menu {
        position: relative;
        top: initial;
        right: initial;
        margin-top: 20px;
    }

    ul.menu li {
        float: none;
        border: 0px;
        padding: 0px;
    }

    ul.menu li a {
        display: block;
        padding: 5px;
        text-align: right;
    }

    ul.menu > li > a {
        font-weight: bold;
    }

    ul.menu li a:hover {
        background-color: #f4f4f4;
        border-radius: 3px;
    }

    ul.menu li ul {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px;
        top: 0px;
        left: 0px;
        border-right: 1px solid #e4e4e4;
    }

    ul.menu li ul li {
        margin: 0px;
        padding: 0px;
    }

    ul.menu ul li a {
        font-size: 13px;
        padding: 3px 10px 3px 5px;
    }

}

@media screen and (max-width: 420px) {

    .logo {
        height: 65px;
    }

}

@media screen and (max-width: 340px) {

    .logo {
        height: 50px;
    }

}

.highlights {
    margin-top: 80px;
}

.slider-info {
    float: left;
    width: 326px;
    width: 450px;
    height: 336px;
    height: 360px;
    text-align: center;
    box-sizing: border-box;
}

.slider-content {
    position: relative;
    height: 307px;
    height: 331px;
    padding-right: 15px;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
}

.slider-annotation:before {
    content: '';
    width: 100%;
    height: 100%;    
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 250px, white);
}

.slider-title span {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.5px;
    background-color: #00b9f2;
    background-color: #00b9f2;
    /*
    background-image: url("../images/bgr.png?v=2");
    background-repeat: repeat-x;
    background-position: 0px center;
    background-size: 100% 24px;
    */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 12px;
    margin: 0px;
}

.slider-title span:hover {
    background-color: #00b9f2; 
}

.slider-picture {
    float: right;
    width: 634px;
    height: 336px;
    width: 680px;
    height: 360px;
    overflow: hidden;
    box-sizing: border-box;
}

.slider-picture img {
    display: block;
    width: 100%;
    cursor: pointer;
}

ul.slider-pages {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    display: inline-block;
}

ul.slider-pages li {
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    background-color: #cccccc;
    margin: 0px 3px;
    border-radius: 0px;
    cursor: pointer;
}

ul.slider-pages li.active {
    background-color: #53a4db;
    transition: all 0.5s linear;
}

#slider-data {
    display: none;
}

@media screen and (max-width: 1200px) {
    .slider-info {
        width: 326px;
        height: 336px;
    }

    .slider-content {
        height: 307px;
    }

    .slider-picture {
        width: 634px;
        height: 336px;
    }

}

@media screen and (max-width: 1020px) {

    .slider-info, .slider-picture {
        float: none;
        width: 100%;
        height: initial;
    }

    .slider-info {
        margin-top: 15px;
    }

    .slider-content {
        padding-right: 0px;
        background: #f8f8f8;
        padding: 15px;
    }
   
}

.calendar {
    position: relative;
    user-select: none;
    overflow: hidden;
}

.calendar-alt {
    background-color: #00b9f2;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;    
}

.events {
    float: left;
    width: 49%;
    height: 315px;
    height: 380px;
    overflow: auto;
    position: relative;
    padding-right: 0px;
}

ul.events-title {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
}

ul.events-title li {
    display: inline-block;
    font-family: "cocogoose", sans-serif;
    font-size: 26px;
    line-height: 46px;
    cursor: pointer;
}

.cal-wrapper-alt ul.events-title li {
    font-size: 22px;
}

ul.events-title li.events-title-year {
    font-size: 46px;
    line-height: 28px;
    padding-right: 10px;
    border-right: 2px solid #b9d58b;
    border-right: 2px solid #00b9f2;
}

.cal-wrapper-alt ul.events-title li.events-title-year {
    font-size: 32px;
}

ul.events-title li.events-title-month {
    padding-left: 10px;
}

body.hy ul.events-title li.events-title-month {
    font-family: "notosans-hy", "Arial AMU", Arial, sans-serif;
    font-weight: bold;
}


.event-item {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 5px 0px;
    min-height: 55px;
}

.event-short a {
    color: #b9d58b;
}

.event-short a:hover {
    color: #c8e895;
}

.event-item:hover {
    background-color: #b9d58b;
    background-color: #f4f4f4;
    color: #333333;
}

.event-date {
    float: left;
    width: 60px;
    border-left: 2px solid #b9d58b;
    border-right: 2px solid #b9d58b;
    font-family: "cocogoose", sans-serif;
    margin-left: 0px;
}

.event-date-day {
    text-align: center;
    font-size: 24px;
}

.event-date-month {
    text-align: center;
    font-size: 8px;
}

.event-content {
    margin-left: 75px;
}

.event-title {
    font-weight: bold;
    font-size: 18px;
}

.event-year-popup {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    width: 220px;
    padding: 20px;
    position: absolute;
    top: 50px;
    left: 0px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.event-month-popup {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    width: 220px;
    padding: 10px;
    position: absolute;
    top: 50px;
    left: 0px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

ul.event-month-sel {
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px;
    text-align: center;
}

ul.event-month-sel li {
    display: inline-block;
    font-family: "cocogoose", sans-serif;
    color: #00b9f2;
    color: #999999;
    margin: 5px;
    cursor: pointer;
    text-align: center;
    width: 46px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.hy .event-month-popup ul.event-month-sel li {
    font-family: "notosans-hy", "Arial AMU", Arial, sans-serif;
    font-weight: bold;
}

ul.event-month-sel li.active {
    color: #b9d58b;
    color: #00b9f2;
}

.cal-wrapper {
    position: relative;
    float: right;
    width: 49%;
}

.cal {
/*
    float: right;
    width: 48%;
*/
    width: 100%;    
    border-spacing: 5px;
    border-collapse: separate;
    margin-left: 5px
}

.cal-day {
    border: 1px solid #e4e4e4;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 30px;
    color: #777777;
    text-align: right;
    font-family: "cocogoose", sans-serif;
    font-size: 22px;
    background-color: #f4f4f4;
}

.cal-wrapper-alt .cal-day {
    padding-right: 3px;
    padding-bottom: 0px;
    padding-top: 5px;
    font-size: 14px;
}

.calendar-alt .cal-day {
    background: #00b9f2;
}

.calendar-alt .year-arrow, .calendar-alt .month-arrow {
    color: #ffffff;
}

.calendar-alt .event-item:hover {
    background-color: #b9d58b;
}

.cal-day-extra {
    color: #8dbdd1;
    color: #e0e0e0;
    border: 0px;
    border: 1px solid #f9f9f9;
}

.cal-day-active {
    background-color: #b9d58b !important;
    background-color: #c9e090 !important; 
    background-color: #00b9f2 !important; 
    color: #ffffff;
    cursor: pointer;
}

.year-arrow {
    color: #cccdcf;
    font-size: 14px;
}

.month-arrow {
    color: #cccdcf;
    font-size: 14px;
}

@media screen and (max-width: 800px) {

    .cal {
        margin-left: 0px;
        margin-right: 0px;
    }

    .events, .cal-wrapper {
        float: none;
        width: 100%;
    }

    .events {
        margin-top: 20px;
        height: auto;
        overflow: visible;
    }

    .zl-scrollContentDiv {
        top: 0;
        left: 0;
    }

}

@media screen and (max-width: 560px) {

    .cal-day {
        font-size: 16px;
    }

}

@media screen and (max-width: 360px) {

    .cal-day {
        font-size: 14px;
    }

}

ul.counters {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}

ul.counters li {
    display: block;
    /*
    background-color: #00b9f2;
    background-color: #cccdcf;
    */
    color: #ffffff;
    color: #cccdcf;
    color: #777777;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 2px solid #ffffff;
    border-right: 2px solid #00b9f2;
    width: 100%;
    user-select: none;
}

ul.counters li:hover {
    background-color: #aac979;
    background-color: #00b9f2;
    background-color: #00b9f2;
    color: #ffffff;
}

ul.counters li.counters-last {
    border-right: 0px;
}

.counters-num {
    font-family: "cocogoose", sans-serif;
    font-size: 42px;
    font-size: 32px;
    display: block;
}

.counters-times {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0px;
}

.counters-info {
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {

    ul.counters {
        flex-wrap: wrap;
    }

    ul.counters li {
        box-sizing: border-box;
        width: 33.3%;
        border: 0px;
    }

    .counters-info {
        margin-top: 10px;
    }

}

@media screen and (max-width: 560px) {

    ul.counters li {
        width: 50%;
    }

}

@media screen and (max-width: 350px) {

    ul.counters li {
        width: 100%;
    }

}
/*
@media screen and (max-width: 760px) {
    ul.counters {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    ul.counters li {
        display: block;
        width: 100%;
        border: 0px;
        padding: 20px;
        border-bottom: 3px solid #ffffff;
        box-sizing: border-box;
    }

    .counters-info {
        margin-top: 10px;
    }
}
*/

.hot-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hot-item {
    width: 23%;
    padding: 0px;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: #f9f9fa;
}

.hot-item-inner-wrapper {
    padding: 10px;
}

.hot-item-pic {
    display: block;
    width: 100%;
}

.hot-item-title {
    margin: 0px 0px;
}

.hot-item-title h3 {
    /*
    background-color: #7eb25d;
    background-color: #00b9f2;
    background-color: #00b9f2;
    color: #ffffff;
    display: inline;
    font-size: 17px;
    line-height: 28px;
    padding-left: 3px;
    padding-right: 7px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    */
    margin: 0px; 
    padding: 0px;
    margin-bottom: 10px;
    color: #7e7e7e;
}

.hot-item-category {
    background-color: #f4f4f4;
    background-color: #b9d58b;
    color: #ffffff;
    /*
    text-transform: uppercase;
    font-size: 10px;
    */
    padding-left: 3px;
    padding-right: 7px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 18px;

    background-color: #00b9f2;
    color: #ffffff;
}

.hot-item-date {
    /*
    border-left: 2px solid #00b9f2;
    border-left: 2px solid #999999;
    padding-left: 10px;
    */
    margin-bottom: 0px;
    line-height: 15px;
    font-family: "cocogoose", sans-serif;
    font-size: 13px;
}

.hot-item-content {
    margin-top: -4px;
}

.hot-item:hover {
    /* background-color: #f6f6f6; */
}

.hot-item:hover .hot-item-title h3 {
/*    background-color: #00b9f2; */
/*    background-color: #7eb25d;*/
}

.hot-item:hover .hot-item-date {
    border-color: #00b9f2;
    border-color: #999999;
}

.hot-item img {
    filter: grayscale(90%);
}

.hot-item:hover img {
    filter: none;
}

@media screen and (max-width: 960px) {

    .hot-item {
        width: 48%;
    }
    
}

@media screen and (max-width: 560px) {

    .hot-item {
        width: 100%;
    }
    
}

.footer-wrapper {
    background-color: #7e7e7e;
}

.footer {
    background-color: #00b9f2;
    background-color: #7e7e7e;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    padding: 20px 0px;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    color: #f6f6f6;
}

ul.footer-sitemap {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    font-size: 13px;
    margin-bottom: 0px;
}

ul.footer-sitemap > li {
    width: 15.5%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

ul.footer-sitemap li a {
    color: #565658;
    color: #ffffff;
    color: #00b9f2;
    font-weight: normal;
}

ul.footer-sitemap li a:hover {
    color: #323234;
    color: #f0f0f0;
    color: #00b9f2;
}

ul.footer-sitemap li ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

ul.footer-sitemap li ul li {
    border-left: 2px solid #ffffff;
    margin-bottom: 10px;
}

ul.footer-sitemap li ul li a {
    display: block;
    font-weight: normal;
    padding-left: 5px;
    color: #e6e6e6;
}

ul.footer-sitemap li ul li a:hover {
    color: #f0f0f0;
}

.footer-contacts-wrapper {
    position: relative;
    padding-top: 40px;
}

.footer-contacts {
    border-left: 12px solid #00b9f2;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 0px;
    font-size: 13px;
    line-height: 20px;
}

.footer-contacts a {
    color: #e6e6e6;
}

.footer-contacts a:hover {
    color: #dbdbdb;
}

.footer-side-contacts {
    position: absolute;
    right: 0px;
    bottom: 20px;
    font-size: 12px;
    line-height: 17px;
    color: #656565;
    width: 55%;
    text-align: right;
}

.footer-about {
    /*width: 70%;*/
    float: left;
    font-size: 14px;
}

.footer-side {
    float: right;
    width: 30%;
    text-align: right;
}

ul.bottombar {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.bottombar > li {
    display: inline-block;
    line-height: 14px;
    border-right: 2px solid #f0f0f0;
    padding: 0px 10px;
    vertical-align: middle;
}

ul.bottombar > li.first {
    padding-left: 0px;
}

ul.bottombar > li.last {
    border: 0px;
    padding-right: 0px;
}

ul.bottombar ul.socials li a {
    color: #ffffff ;
}

ul.bottombar ul.langs li a {
    color: #ffffff ;
}

.footer-copyrights {
    color: #777777;
    text-align: left;
    padding: 0px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 990px) {

    ul.footer-sitemap > li {
        width: 30%;
    }
}

@media screen and (max-width: 520px) {

    ul.footer-sitemap > li {
        width: 50%;
    }
}

@media screen and (max-width: 460px) {

    ul.footer-sitemap > li {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {

    .footer-about, .footer-side {
        float: none;
        width: 100%;
    }

    .footer-side {
        text-align: left;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1040px) {

    .footer-side-contacts {
        width: 100%;
        position: static;
        margin-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }

}

.hline {
    background-color: #cccccd;
    height: 1px;
    width: 100%;
    max-width: 960px;
    max-width: 1160px;
    margin: auto;
    margin-top: 80px;
}

.crumb {
    font-weight: bold;
    font-size: 18px;
    color: #00b9f2;
    line-height: 18px;
}

.crumb-first {
    display: inline-block;
    border-left: 10px solid #00b9f2;
    padding-left: 10px;
    color: #999999;
}

.crumb-pred {
    display: inline-block;
    color: #999999;
}

.crumb-sep {
    display: inline-block;
    margin: 0px 5px;
}

.filter-header-wrapper {
    background-color: #cccccd;
    color: #ffffff;

}

.filter-header {
    width: 100%;
    max-width: 960px;
    margin: auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    user-select: none;
}

ul.filter-modes {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.filter-modes li {
    display: inline-block;
    margin-right: 30px;
}

ul.filter-modes li a {
    display: inline-block;
    border-left: 1px solid #cccccd;
    color: #cccccd;
    padding-left: 10px;
}

ul.filter-modes li a:hover {
    border-left: 1px solid #00b9f2;
    color: #00b9f2;
}

.news-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.news-item {
    width: 30%;
    margin-bottom: 5%;
    cursor: pointer;
    background-color: #f9f9fa;
}

.news-item img {
    width: 100%;
    filter: grayscale(90%);
}

.news-item:hover img {
    width: 100%;
    filter: none;
}

.news-item-title h3 {
    /*
    background-color: #7eb25d;
    background-color: #00b9f2;
    background-color: #00b9f2;
    color: #ffffff;
    display: inline;
    font-size: 17px;
    line-height: 28px;
    padding-left: 3px;
    padding-right: 7px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    */
    font-size: 18px;
    line-height: 23px;
    margin: 0px; 
    padding: 0px;
    margin-bottom: 10px;
    color: #7e7e7e;
}

.news-item:hover h3 {
    /*
    background-color: #7eb25d;
    background-color: #00b9f2;
    */
}

.news-item-date {
    border-left: 2px solid #00b9f2;
    border-left: 2px solid #999999;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 15px;
}

.news-item:hover .news-item-date {
    border-left: 2px solid #7eb25d;
}

.news-item-category {
    background-color: #f4f4f4;
    color: #777777;
    padding-left: 3px;
    padding-right: 7px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-top: 0px;
    margin-bottom: 15px;
    display: inline-block;
}

.news-item-text {
    margin-top: -4px;
}

.search-more-items {
    text-align: center;
}

.search-more-items i {
    color: #00b9f2;
    font-size: 26px;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {

    .filter-header {
        padding-left: 20px;
    }

}

@media screen and (max-width: 800px) {

    .news-items {
        gap: 4%;
    }

    .news-item {
        width: 48%;
        margin-bottom: 4%;
    }

}

@media screen and (max-width: 600px) {

    .news-item {
        width: 100%;
        margin-bottom: 60px;
    }

}
/*
.post-featured {
    float: right;
    width: 260px;
    margin-top: 0px;
}

.post-content-wrapper {
    margin-right: 280px;
}
*/

.post-featured {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

.post-featured img {
    width: 100%;
    /* cursor: pointer; */
}

.post-content {
    line-height: 24px;
}

.post-category {
    color: #cccccc;
    font-size: 12px;
    margin-bottom: 30px;
}

h1.post-title {
    background-color: #00b9f2;
    color: #ffffff;
    display: inline;
    font-size: 22px;
    line-height: 34px;
    padding-left: 3px;
    padding-right: 7px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.post-date {
    color: #808080;
    font-weight: normal;
    font-size: 16px;
    margin-top: 7px;
    font-family: cocogoose, sans-serif;
}

.post-share {
    margin-top: 30px;
}

.post-gallery {
    margin: 40px 0px;
}

.post-signatures {
    margin-top: 15px;
}

.media-glyph {
    font-size: 32px;
    color: #00b9f2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}

ul.share-icons {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.share-icons li {
    display: inline-block;
}

a.share-link {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
    background-color: #f2f2f2;
    margin-right: 5px;
}

a.share-link i {
    color: #818991;
}

a.share-facebook:hover {
    background-color: #3d578f;
}

a.share-facebook:hover i {
    color: #ffffff;
}

a.share-twitter:hover {
    background-color: #5da9dd;
}

a.share-twitter:hover i {
    color: #ffffff;
}

a.share-linkedin:hover {
    background-color: #0077b5;
}

a.share-linkedin:hover i {
    color: #ffffff;
}

a.share-email:hover {
    background-color: #28a7ea;
}

a.share-email:hover i {
    color: #ffffff;
}

a.share-print:hover {
    background-color: #00b9f2;
}

a.share-print:hover i {
    color: #ffffff;
}

@media screen and (max-width: 900px) {

    .post-content-wrapper {
        margin-right: 0px;
    }

    .post-featured {
        float: none;
        width: 100%;
    }

}

.crumbs {
    margin: 20px auto;
    user-select: none;
}

.search-found {
    margin: 15px auto;
    color: #777777;
}

.search-main {
    margin-top: 15px;
    margin-bottom: 0px;
}

.search-adv {
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
}

.search-adv-inner {
    background-color: #f8f8f8;
    padding: 15px;
}

.search-adv-block {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-right: 40px;
}

.search-adv-block h4 {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}

@media screen and (max-width: 800px) {

    .search-adv-block {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

}

.search-cats-left {
    float: left;
    width: 60%;
}

.search-cats-right {
    float: right;
    width: 38%;
    max-width: 348px;    
}

@media screen and (max-width: 800px) {

    .search-cats-left, .search-cats-right {
        float: none;
        width: 100%;
        max-width: 100%;
    }

}

.area-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.area-item {
    position: relative;
    width: 30%;
    margin-bottom: 5%;
    cursor: pointer;
    padding-left: 15px;
}

.area-item img {
    width: 100%;
    filter: grayscale(90%);
}

.area-item:hover img {
    width: 100%;
    filter: none;
}

.area-item .area-item-title {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 15px;
}

.area-item .area-item-title span {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-left: 3px;
    padding-right: 7px;
    letter-spacing: 0.3px;
    transition: all 0.2s linear;
    background-color: #00b9f2;
    /*
    background-image: url("../images/bgr.png?v=2");
    background-repeat: repeat-x;
    background-position: 0px center;
    background-size: 100% 22px;
    */
}

.area-item:hover h3 {
    background-color: #00b9f2;
}

@media screen and (max-width: 900px) {

    .area-item {
        width: 45%;
    }

}

@media screen and (max-width: 520px) {

    .area-item {
        width: 100%;
    }

}

.people-items {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.people-item {
    width: 22%;
    margin-bottom: 5%;
    user-select: none;
}

.people-item-wrapper {
    position: relative;
    padding-left: 15px;
}

.people-item img {
    width: 100%;
    filter: grayscale(90%);
}

.people-item:hover img {
    width: 100%;
    filter: none;
}

.people-item .people-item-name {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 15px;
}

.people-item .people-item-name span {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-left: 3px;
    padding-right: 7px;
    letter-spacing: 0.3px;
    transition: all 0.2s linear;
    background-color: #00b9f2;
    background-color: #00b9f2; 
    /*
    background-image: url("../images/bgr.png?v=2");
    background-repeat: repeat-x;
    background-position: 0px center;
    background-size: 100% 22px;
    */
}

.people-item .people-item-name span a {
    color: #ffffff;
    text-decoration: none;
}

.people-item:hover h3 {
    background-color: #7eb25d;
    background-color: #00b9f2;
}

.people-item-position {
    line-height: 20px;
}

.people-item-comments {
    line-height: 20px;
    font-style: italic;   
}

@media screen and (max-width: 800px) {

    .people-items {
        gap: 5%;
    }

    .people-item {
        width: 30%;
    }

}

@media screen and (max-width: 540px) {

    .people-items {
        gap: 4%;
    }

    .people-item {
        width: 48%;
    }

}

@media screen and (max-width: 400px) {

    .people-item {
        width: 100%;
        margin-bottom: 60px;
    }

}

.affiliation-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.affiliation-item {
    width: 22%;
    margin-bottom: 5%;
    margin-right: 3%;
    user-select: none;
}

.affiliation-item img {
    width: 100%;
    filter: grayscale(90%);
}

.affiliation-item:hover img {
    width: 100%;
    filter: none;
}

@media screen and (max-width: 900px) {

    .affiliation-item {
        width: 45%;
    }

}

@media screen and (max-width: 520px) {

    .affiliation-item {
        width: 100%;
    }

}

.report-items {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.report-item {
    width: 22%;
    margin-bottom: 5%;
    user-select: none;
}

.report-item img {
    width: 100%;
    filter: grayscale(90%);
}

.report-item:hover img {
    width: 100%;
    filter: none;
}

@media screen and (max-width: 800px) {

    .report-items {
        gap: 5%;
    }

    .report-item {
        width: 30%;
    }

}

@media screen and (max-width: 540px) {

    .report-items {
        gap: 4%;
    }

    .report-item {
        width: 48%;
    }

}

@media screen and (max-width: 400px) {

    .report-item {
        width: 100%;
        margin-bottom: 60px;
    }

}

.database-items {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.database-item {
    width: 22%;
    margin-bottom: 5%;
    user-select: none;
    line-height: 20px;
}

.database-item img {
    width: 100%;
    filter: grayscale(90%);
}

.database-item:hover img {
    width: 100%;
    filter: none;
}

.database-item-name {
    border-left: 2px solid #00b9f2;
    padding-left: 10px;
    margin-top: 5px;
}

.database-item-name a {
    color: #777777;
    font-weight: normal;
}

.database-item:hover .database-item-name a {
    color: #00b9f2;
}

.database-item-picture {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 800px) {

    .database-items {
        gap: 5%;
    }

    .database-item {
        width: 30%;
    }

}

@media screen and (max-width: 540px) {

    .database-items {
        gap: 4%;
    }

    .database-item {
        width: 48%;
    }

}

@media screen and (max-width: 400px) {

    .database-item {
        width: 100%;
        margin-bottom: 60px;
    }

}

.group-title {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    border-left: 10px solid #00b9f2;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mli {
    display: block;
    max-width: 100%;
    margin: 15px 0px;
}

.mli-document {
    text-align: left;
}

.mli-document .mli-thumb {
    vertical-align: middle;
}

.main-content {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-right: 40px;
}

.main-content-short {
    width: 81%;
}

.main-content-right {
    float: right;
    padding-right: 0px;
    padding-left: 40px;
}

.side-content {
    float: right;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.side-content-short {
    width: 19%;
}

.side-content-left {
    float: left;
}

.side-content-block {
    margin-bottom: 20px;
}

.side-content h2 {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 15px;
}

.side-content ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.side-content ul li {
    margin: 10px 0px;
}

.side-content-block a {
    border-left: 2px solid #00b9f2;
    padding-left: 10px;
    display: block;
    color: #777777;
}

.side-content-block a:hover {
    color: #999999;
}

@media screen and (max-width: 800px) {

    .main-content, .side-content {
        float: none;
        width: 100%;
        padding: 0px;
    }

    .side-content-left {
        margin-bottom: 60px;
    }

}

.page-title-wrapper {
    user-select: none;
}

.page-title {
/*
    background-color: #00b9f2;
    background-color: #00b9f2;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0px;
*/
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    border-left: 10px solid #00b9f2;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.page-title:hover {
    /* background-color: #00b9f2; */
}

.page-title i {
    margin-left: 10px;
}

.about-expand-icon {
    float: right;
    font-size: 14px;
    margin-top: 4px;
    margin-right: 4px;
}

.page-section {
    display: none;
}

.page-more {
    display: none;
}

.read-more {
    margin: 30px 0px;
    text-align: center;
}

.index-content img, .index-content iframe {
    max-width: 100% !important;
}

.subttl {
    color: #00b9f2;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}

.container-left {
    float: left;
    box-sizing: border-box;
    width: 55%;
}

.container-right {
    float: right;
    box-sizing: border-box;
    width: 40%;
}

.elem-side-left {
    width: 70%;
    vertical-align: middle;
}

.elem-side-right {
    width: 28%;
    vertical-align: middle;
}

@media screen and (max-width: 1000px) {

    .elem-side-left {
        width: 100%;
    }

    .elem-side-right {
        width: initial;
        margin-top: 10px;
    }

}

@media screen and (max-width: 600px) {

    .container-left, .container-right {
        width: 100%;
        float: none;
    }

}

.ttl-item {
    margin-bottom: 20px;
    border-left: 2px solid #00b9f2;
    padding-left: 10px;
}

.ttl-item-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.ttl-item-title a {
    color: #777777;
    font-size: 15px;
}

.ttl-item-title a:hover {
    color: #999999;
}

.ttl-item-date {
    border-left: 2px solid #00b9f2;
    padding-left: 10px;
    margin-bottom: 10px;
}

.cookies-notice {
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 0px;
    background-color: rgba(20, 20, 20, 0.9);
    color: #f9f9f9;
    padding: 20px;
    text-align: center;
    font-size: 13px;
}

.cookies-notice a {
    color: #f9f9f9;
    text-decoration: underline;
}

.cookies-notice a:hover {
    color: #f2f2f2;
    text-decoration: underline;
}

.cookies-notice .btn {
    font-size: 14px;
}

ul.level-menu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

ul.level-menu li {
    display: inline-block;
    margin-right: 5px;
}

ul.level-menu li:not(:first-child):before {
    content: "|";
    margin-right: 5px;
    color: #00b9f2;
}

ul.level-menu li a {
    color: #999999;
}

ul.level-menu li a:hover {
    color: #00b9f2;
}

.back-top-wrapper {
    text-align: center;
}

.back-top-wrapper a {
    color: #cfcfcf;
}

.back-top-wrapper a:hover {
    color: #b9b9b9;
}

.back-top-wrapper .fa {
    font-size: 26px;
}

ul.donor-items {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.donor-items li {
    border-left: 2px solid #00b9f2;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 22px;
}

ul.donor-items li a {
    color: #999999;
}

ul.donor-items li a:hover {
    color: #00b9f2;
}

.link-logo-item {
    margin-bottom: 20px;
}

.link-logo-side {
    float: left;
    width: 20%;
}

.link-logo-links {
    margin-left: 22%;
}

.link-logo-side-title {
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 520px) {

    .link-logo-item {
        margin-bottom: 40px;
    }

    .link-logo-side {
        float: none;
        width: 100%;
    }

    .link-logo-links {
        margin-left: 0%;
    }

    .link-logo-side-title {
        margin-bottom: 10px;
    }

}

.news-items-4 {
    gap: 4%;
}

.news-items-4 .news-item {
    width: 22%;
    overflow-x: hidden;
}

@media screen and (max-width: 1000px) {

    .news-items-4 {
        gap: 5%;
    }

    .news-items-4 .news-item {
        width: 30%;
        margin-bottom: 5%;
    }

}

@media screen and (max-width: 800px) {

    .news-items-4 {
        gap: 4%;
    }

    .news-items-4 .news-item {
        width: 48%;
        margin-bottom: 4%;
    }

}

@media screen and (max-width: 600px) {

    .news-items-4 .news-item {
        width: 100%;
        margin-bottom: 60px;
    }

}

.triple-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0px 2px;
    background-color: #cccccc;
}

.pub-cover {
    width: 100%;
    height: 300px;
    background-color: #f9f9fa;
    overflow: hidden;
    padding: 20px;
    color: #777777;
    font-weight: bold;
    text-align: left;
    background-image: url("../images/book.jpg");
    background-size: cover;
    background-position: center center;
    filter: grayscale(100%); 
}

.pub-cover:hover {
    filter: none; 
}

.av-item {
    cursor: pointer;
}

.type-items {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.type-item {
    width: 22%;
    margin-bottom: 5%;
    user-select: none;
}

.type-item-wrapper {
    position: relative;
    padding-left: 15px;
}

.type-item img {
    width: 100%;
    filter: grayscale(90%);
}

.type-item:hover img {
    width: 100%;
    filter: none;
}

.type-item .type-item-name {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 15px;
}

.type-item .type-item-name span {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-left: 3px;
    padding-right: 7px;
    letter-spacing: 0.3px;
    transition: all 0.2s linear;
    background-color: #00b9f2;
    background-color: #00b9f2; 
}

.type-item:hover h3 {
    background-color: #00b9f2;
}

.type-item-position {
    line-height: 20px;
}

@media screen and (max-width: 1000px) {

    .type-items {
        gap: 5%;
    }

    .type-item {
        width: 30%;
    }

}

@media screen and (max-width: 760px) {

    .type-items {
        gap: 4%;
    }

    .type-item {
        width: 48%;
    }

}

@media screen and (max-width: 500px) {

    .type-item {
        width: 100%;
        margin-bottom: 60px;
    }

}

.affiliation-picture {
    padding-left: 10px;
}

.mobile-store-links {
    text-align: right;
}

@media screen and (max-width: 800px) {

    .mobile-store-links {
        text-align: left;
        margin-top: 30px;
    }

}

.subgrant-title {
    border-left: 2px solid #00b9f2;
    padding-left: 10px;
    cursor: pointer;
}

.subgrant-title:hover h3 {
    color: #999999;

}

.subgrant-details {
    display: none;
    padding-top: 20px;
    padding-bottom: 40px;
}

.subgrant-subtitle {
    font-weight: bold;
}

.subareas {
    margin-left: 30px;
    display: none;
}

.post-content table, table.tbl-post {
    border-collapse: collapse;
}

.post-content table td, table.tbl-post td {
    border: 1px solid #00b9f2;
    padding: 5px;
}

.action-content {
    cursor: pointer;
}

.icon-up {
    color: rgba(50, 50, 50, 0.5);
    display: none;
    position: fixed;
    right: 5px;
    bottom: 30px;
    font-size: 40px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}

.icon-up:hover {
    color: rgba(50, 50, 50, 1);
}

@media print {

    .no-print {
        display: none;
    }

    .post-content-wrapper {
        margin-right: 0px;
    }

    .post-featured {
        float: none;
        width: 100%;
    }

}

.post-content img {
    max-width: 100%;
    height: auto;
}

.post-content iframe {
    max-width: 100%;
}

.post-content p {
    text-align: left !important;
}

.carousel-content ul li span {
    background-color: #00b9f2;
}

.carousel-content ul li:hover span {
    background-color: #56cbff; 
}

ul.pubs-authors-sel {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.pubs-authors-sel li {
    display: inline-block;
    margin-right: 10px;
    background-color: #f9f9fa;
    border-radius: 20px;
    padding: 5px 10px;
    cursor: pointer;
}

ul.pubs-authors-sel li.active {
    background-color: #00b9f2;
    color: #ffffff;
}

.ethics-form-wrapper {
    margin: 15px 0px 30px 0px;
}

.ethics-form-link {
    margin-bottom: 15px;
}
