#menu-menu-top{
    padding-left: 50px;
}
.home .home__info{
    background: none;
    min-height: auto;
}
.home .home__partners{
    background: none;
    padding-top: 35px;
    padding-bottom: 40px;
}
.home .home__news{
    background: none;
}
.footer{
    background: none;
}
.header .header__logo{
    padding-left: 13%;
}
.header .header__logo a {
    width: 100%;
    max-width: 280px;
}
body > .header{
    background: none;
    background: #ECF2F6;
}
.header .header__menu ul {
    height: 50px;
}
.header .header__menu ul ul{
    top: 46px;
}

#row-header-menu{
    /* background: rgb(244,190,44);
    background: -moz-linear-gradient(90deg, rgba(244,190,44,1) 0%, rgba(231,87,63,1) 35%, rgba(136,76,114,1) 59%, rgba(57,63,139,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(244,190,44,1) 0%, rgba(231,87,63,1) 35%, rgba(136,76,114,1) 59%, rgba(57,63,139,1) 100%);
    background: linear-gradient(90deg, rgba(244,190,44,1) 0%, rgba(231,87,63,1) 35%, rgba(136,76,114,1) 59%, rgba(57,63,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4be2c",endColorstr="#393f8b",GradientType=1); */
    background: url(../img/gradient-06.jpg) ;
    background-repeat: repeat-y;
    background-size: 100%;
    margin-left: 0px !important;
}
@media only screen and (max-width: 992px){
    #row-header-menu{
        background: #010101;
    }
}
.header .header__menu .menu-menu-top-container{
    text-align: right;
}
.header .header__menu .menu-menu-top-container > ul > li
{
    margin-left: 5px;
    margin-right: 5px;
    height: 100%;
    max-width: 185px;
}
.header .header__menu ul li{
    border: none;
    background: none;
}
.header .header__menu ul li:hover {
    border: 1px solid #ffffff;
    background-color: white;
}
.header .header__menu ul li a{
    color: #fff;
    font-weight: 800;
}
.header .header__menu ul li a:hover{
    background: rgb(255 255 255 / 10%);
    color: #5b4581;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.header .header__menu ul ul li{
    background: #594480;
}
.header .header__menu ul ul li:hover{
    background: none;
}
.header .header__menu ul ul li:hover a{
    background: #fff;
    color: #594480 !important;
}
.header .header__menu ul ul li{
    transition: none;
}
.header .header__menu ul ul li a{
    font-size: 0.9vw;
    line-height: 1vw;
    font-weight: 700;
}
.header .header__menu ul ul li a:hover{
    background: rgb(255 255 255);
    color: #594480;
    transition: none;
}
.header__wcag{
    margin-bottom: 10px;
    width: 210px;
    min-width: 210px;
}
.header__wcag a {
    color: #fff !important;
}
/* .header__wcag .wcag-contrast-button img{
    filter: none;
} */
/* .header__wcag .wcag-contrast-button.active img{
    filter: brightness(0) invert(1);
}
body #podkr img{
    filter: brightness(1) invert(1);
}
body.wcag-contrast #podkr img{
    filter: none;
} */
.header__search{
    width: 100%;
}
.header .header__search{
    margin-bottom: 0;
    height: 45px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
    margin-bottom: 0 !important;
}
.header .header__search form{
    width: 100%;
    max-width: 630px;
}
.header .header__search input[type="text"]{
    width: 100%;
}

.program .page__boxes li .active,
.program .page__boxes li a:hover {
    border-color: #466694;
    background-color: #fff;
    color: #466694;
    transition: all 450ms ease;
}
.program .page__boxes li .active svg,
.program .page__boxes li a:hover svg {
    fill: #466694;
    transition: all 450ms ease;
}
#header-hamburger-menu{
    height: 60px;
}
#header-hamburger-menu .hamburger{
    margin: 7px 0;
}

.mobile-overlay .menu a{
    font-size: 16px;
    font-weight: 800;
    color: white;
    text-decoration: none;
    padding: 20px 0;
    background: #3c408a;
    display: inline-block;
    width: 100%;
    text-align: center;
}
body > .header > .header-bottom{
    padding-top: 15px;
    padding-bottom: 15px;
background-color: #11003F;
}

.table-speaker-block{}
.table-speaker-block-title{
    text-align: center;
    font-weight: bold;
    color:#000000;
    margin-bottom: 15px;
}
.table-speaker-block-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
.table-speaker-block-list-item{
    padding: 0 15px 0 15px;
}
.table-speaker-block-list-item .tsbli-name{
    text-align: center;
    margin-bottom: 10px;
}
.table-speaker-block-list-item .tsbli-image{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.table-speaker-block-list-item .tsbli-image img{
    max-width: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* MIN */
@media only screen and (min-width: 992px){
    .header .header__menu ul li a {
        font-size: 14px;
        line-height: 17px
    }

    .header .header__menu .menu-menu-top-container > ul > li{
        margin-left: 0;
        margin-right: 0;
    }
    .subpage{
        max-height: 120px;
        background-color: #11003F;
    }
    .subpage h1 {
        font-size: 45px;
    }

    .program .page__boxes li a {
        padding-top: 15px;
    }
    .page__boxes li a {
        font-size: 20px;
    }
    .header__logo{
        margin-bottom: 5px;
    }
    .header .header__logo a{
        margin: 0;
    }

}

@media only screen and (min-width: 1199px){
    .header .header__menu ul li a {
        font-size: 15px;
    }
}


/* Extra small devices (portrait phones, less than 576px) */
/*
@media (max-width: 575.98px) {

}
*/

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .header .header__logo{
        padding: 0;
    }
    .hamburger .line {
        /*background: #2b3c8e;*/
        background: #fff;
    }
    .header__logo img,
    .mobile-overlay-logo img{
        max-height: 90px;
        margin-bottom: 10px;
    }
    .mobile-overlay .menu a{
        padding: 20px 0;
    }
    .fm-icon {
        font-size: 18px;
    }
    .fm-bar a, .fm-icon, .fm-round .fm-hit, .fm-sub > ul {
        width: 38px !important;
    }
    .fm-icon {
        font-size: 18px !important;
    }
    .fm-icon, .fm-label {
        line-height: 38px !important;
    }
    .fm-bar.fm-right li, .fm-right .fm-mask, .fm-hit, .fm-icon {
        height: 38px  !important;
    }
    .floating-menu ul{
        top: auto !important;
        bottom: 20px !important;
    }
    .wcag-contrast .hamburger div{
        background-color: #fff !important;
    }
    .footer .footer__copy{
        padding: 20px 40px;
    }

}

@media (max-width: 991px) {
    .header__eu{
        padding: 0 15px;
    }
    .header__eu img {
        position: inherit;
        left: auto;
        transform: none;
        height: auto;
        zoom: 1;
    }
    #mobile_header__wcag{
        padding-top: 25px;
    }
    .mobile-overlay-social img{
        max-height: 40px;
    }
    .mobile-overlay-logo img{
        max-height: 170px;
    }
    .table-speaker-block-list{
    	display: block !important;
    }
    .table-speaker-block-list-item .tsbli-name {
       
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .header .header__logo{
        padding: 0;
    }
    .header .header__logo a{
        width: auto;
    }
    .header .header__menu .menu-menu-top-container > ul > li{
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .header .header__menu ul li a {
        font-size: 1rem;
        padding: 0 10px;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-flag{
        max-height: 25px;
    }
    .hamburger {
        right: 30px;
    }
}