#wrapper-out ul, #wrapper-out ol {
    list-style-position: inside;
}
.trix-participants {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -12px;
}
.trix-participants__participant {
    width: 33.33333%;
    padding: 0 12px;
}
.trix-participants__participant a {
    display: block;
    color: #242424;
}
.trix-participants__participant a:hover {
    color: #242424;
}
.trix-participants__participant .participant__name-and-country {
    position: relative;
    background: #fff;
    padding: 21px;
}
.trix-participants__participant .participant__name-and-country h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    padding-right: 55px;
    font-weight: 900;
}
.participant__flag {
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 49px;
    height: 49px;
}
.slick-arrow.slick-prev {
    background: url(../images/slider-arrow-left.svg) no-repeat;
    background-size: 100% 100%;
    left: -83px;
}
.slick-arrow.slick-next {
    background: url(../images/slider-arrow-right.svg) no-repeat;
    background-size: 100% 100%;
    right: -83px;
}
section#trix__participants {
    background-size: 100% 100% !important;
    padding-bottom: 300px;
}
section#trix__hero {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover !important;
    background-position: bottom center !important;
}
section#trix__supporters {
    padding-top: 180px;
    padding-bottom: 366px;
    margin-top: -50px;
    background-size: cover;
    background-repeat: no-repeat;
}
section#trix__supporters h3 {
    font-weight: 900;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.trix-supporters {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -12px;
}
.trix-main-sponsors .trix-supporters {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.trix-supporters__supporter {
    width: 16.66666666666667%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.trix-partners .trix-supporters__supporter {
    width: 14.28571428571429%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.trix-main-sponsors .trix-supporters__supporter {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 24px;
}
section#trix__news {
    overflow: visible;
    padding-top: 80px;
}
section#trix__news::before {
    content: "UUDISED";
    font-weight: 900;
    font-size: 300px;
    line-height: 378px;
    color: #181818;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    bottom: 88%;
    left: -45px;
}
html[lang="en-US"] section#trix__news::before {
    content: "NEWS";
}
.trix-news__news {
    background: #000000;
    margin-bottom: 70px;
}
.news__link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.trix-news__news:nth-child(2n) .news__link {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.news__image {
    -ms-flex: 0 0 33.4%;
    flex: 0 0 33.4%;
    max-width: 33.4%;
}
.news__image img {
    object-fit: cover;
    height: 100%;
}
.news__content {
    padding: 25px 35px;
    color: #fff;
}
.news__title h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 900;
    margin-bottom: 15px;
    padding: 0;
}
.news__date span {
    display: inline-block;
    color: #FFC80D;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    font-weight: 800;
}
.news__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
}
.trix-news__continue-reading {
    text-align: center;
}
.trix-news__continue-reading .continue-reading__btn {
    font-size: 18px;
    line-height: 23px;
    font-weight: 900;
    padding: 18px 48px;
    display: inline-block;
    margin-bottom: 65px;
    background: url(../images/small-btn-bg.svg) no-repeat;
    background-size: 100% 100%;
}
.trix-news__continue-reading .continue-reading__btn:hover {
    color: #000000;
}
.trix-news__news:last-child {
    margin-bottom: 40px;
}
#wrapper .vc_tta-color-black.vc_tta-style-flat .vc_tta-tab>a {
    background: url('../images/tab-bg.svg') no-repeat !important;
    background-size: 100% 100% !important;
    background-color: transparent !important;
}
#wrapper .vc_tta-color-black.vc_tta-style-flat .vc_tta-tab.vc_active > a {
    background: url('../images/tab-bg-hover.svg') no-repeat !important;
    background-size: 100% 100% !important;
    background-color: transparent !important;
}
#wrapper .vc_tta.vc_general .vc_tta-tab>a {
    padding: 15px 48px;
}
.page__hero {
    background: url('../images/page__hero-bg-new.jpg') no-repeat;
    background-size: cover;
    background-position: bottom right;
    padding-top: 120px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.page__hero h1 {
    padding: 0;
    font-size: 80px;
    color: #ffffff;
    line-height: 100px;
    text-align: left;
    font-weight: 900;
}
.blog__featured-post {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #000000;
}
.blog__featured-post .blog-post__image {
    -ms-flex: 0 0 33.4%;
    flex: 0 0 33.4%;
    max-width: 33.4%;
}
.blog__featured-post .blog-post__content {
    padding: 25px 35px;
    color: #fff;
}
.blog__featured-post .blog-post__title h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 900;
    margin-bottom: 15px;
    padding: 0;
}
.blog__featured-post .blog-post__date span {
    display: inline-block;
    color: #FFC80D;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    font-weight: 800;
}
.blog__featured-post .blog-post__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
}
.post_container.news > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -25px;
}
.blogpost.layout_modern {
    padding-left: 25px;
    padding-right: 25px;
}
.blogpost.layout_modern.sm_images {
    width: 50%;
}
.blog__normal-post .blog-post__image {
    position: relative;
    overflow: hidden;
}
.blog-post__image {
    overflow: hidden;
}
.blog-post__image img {
    -webkit-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.blog-post__image:hover img {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
}
.blog__normal-post .blog-post__image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    height: 70%;
    width: 100%;
    background: url('../images/blog-post__shadow.png') repeat-x;
}
.blog__normal-post {
    position: relative;
    display: block;
}
.blog-post__title-and-date {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.blog-post__title-and-date h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 900;
}
.blog-post__title-and-date span {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #FFC80D;
}
.archive-participants .page__hero {
    background: transparent;
}
.archive-participants {
    background: url('../images/participants-archive-background-new.jpg') no-repeat;
    background-size: cover;
    background-size: top center;
    background-attachment: fixed;
}
.archive-participants .post_container > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -12px;
}
.archive-participants .post_container > div {
    padding-bottom: 155px;
}
.archive-participants .post_container > div .trix-participants__participant {
    margin-bottom: 40px;
}
.archive-participants .page__hero {
    margin-bottom: 0;
}
.single-post #wrapper {
    background: url('../images/participants-archive-background.jpg') no-repeat;
    background-size: cover;
    background-size: top center;
    background-attachment: fixed;
}
.single-post #wrapper .post_container {
    padding: 25px;
    background: #fff;
    color: #000000;
}
.single-post #wrapper .blogpost .singlepost_title, .single-post #wrapper .modern_heading_title .singlepost_title {
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 15px;
}
.single-post #wrapper .post-content {
    font-size: 15px;
    line-height: 25px;
}
.single-post .post_meta {
    padding-bottom: 5px;
    margin-bottom: 0;
}
.single-post .post_meta li:last-child {
    border: 0;
}
.single-post .post_container .blogpost, .page-template-default .post_container {
    margin-bottom: 0;
    padding-bottom: 0;
}
.all-osalejad {
    background-image: url('../images/participants-badge.svg');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px 40px 20px 45px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.all-osalejad:before {
    content:url('../../../../uploads/2022/04/osalejad-icon.svg');
    position: relative;
    left: -15px;
}
.all-osalejad a:hover {
    color: #cc0100;
}
.trix__buy-ticket-container {
    max-width: 518px;
}
.trix__buy-ticket-wrapper {
    background: url('../images/buy-ticket__bg.svg') no-repeat;
    background-size: 100% 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.trix__buy-ticket-wrapper > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.trix__buy-ticket-wrapper > div:first-child {
    width: 45%;
}
.trix__buy-ticket-wrapper > div:last-child {
    width: 55%;
}
.trix__buy-ticket-wrapper > div:last-child a {
    display: block;
    font-weight: 900;
    color: #000000;
    font-size: 25px;
    line-height: 31px;
    padding: 33px 30px 33px 28px;
    background: url('../images/buy-ticket__label-bg.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin-right: -1px;
    text-align: center;
}
.trix-buy__date span {
    color: #000000;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
#countdown-and-ticket {
    margin-top: 45px;
}
#countdown-and-ticket .cr-countdown {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#countdown-and-ticket .countdown-ul {
    margin-left: 0;
    margin-right: auto;
    margin-top: 12.5px;
    padding-bottom: 25px;
}
#countdown-and-ticket .countdown-ul li {
    position: relative;
}
#countdown-and-ticket .countdown-ul li:first-child {
    margin-left: 0;
}
#countdown-and-ticket .countdown-ul li .time_st {
    margin-bottom: 0;
    padding: 15px 0;
}
#countdown-and-ticket .countdown-ul li .time_rf {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    font-weight: 900;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.static-side-container {
    max-width: 50px;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1010;
}
.static-side-wrapper {
    background-color: #fff;
}
.static-side {
    padding: 15px 10px;
}
.static-side__socials {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}
.static-side__socials a {
    margin-bottom: 15px;
}
.static-side__socials a:last-child {
    margin-bottom: 0;
}
.static-side__languages {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}
.wpml-ls-legacy-list-vertical a {
    padding: 0 0;
}
.wpml-ls-legacy-list-vertical ul li a {
    margin-bottom: 10px;
}
.wpml-ls-legacy-list-vertical ul li:last-child a {
    margin-bottom: 0;
}
.name-osalejad{
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 85px;
}
.trix-supporters__container.trix-supporters {
    margin: 0 0 !important;
}
#navigation ul.sub-menu li > a, #navigation.custom_menu_color ul.sub-menu li > a {
    color: #000000 !important;
    background-color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    line-height: 40px !important;
}
#navigation ul.sub-menu li > a:hover, #navigation.custom_menu_color ul.sub-menu li > a:hover {
    color: #cc0000 !important;
}
.footer_widget_content ul.sub-menu {
    display: none !important;
}
@media screen and (max-width: 1024px) {
    
}
@media screen and (max-width: 830px) {
    .trix-supporters__supporter {
        width: 16.66666666666667%;
        margin-bottom: 24px;
    }
    section#trix__supporters {
        padding-top: 75px;
        padding-bottom: 338px;
        margin-top: -150px;
    }
    .trix-participants {
        padding-left: 40px;
        padding-right: 40px;
    }
    .slick-arrow.slick-prev {
        left: -5px;
    }
    .slick-arrow.slick-next {
        right: -5px;
    }
    .slick-arrow {
        width: 36px;
        height: 36px;
    }
    section#trix__participants {
        padding-bottom: 285px;
        padding-top: 0;
    }
    .news__image,
    .blog__featured-post .blog-post__image {
        -ms-flex: 0 0 45.4%;
        flex: 0 0 45.4%;
        max-width: 45.4%;
    }
    .page__hero .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 768px) {
    .static-side-container {
        right: -3px;
        transform: scale(0.85);
    }
    #trix__hero .cd_scope_1 .countdown-ul li .time_st {
        font-size: 30px;
        padding: 0 0 0;
    }
    #trix__hero #countdown-and-ticket .countdown-ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 80px;
    }
    #trix__hero #countdown-and-ticket .countdown-ul li .time_rf {
        font-size: 12px;
    }
    #trix__hero .trix-buy__date span {
        font-size: 16px;
        line-height: 20px;
    }
    #trix__hero .trix__buy-ticket-wrapper {
        background: #fff;
    }
    #trix__hero .trix__buy-ticket-wrapper > div:last-child a {
        background: #ffc80d;
        padding: 18px 30px 18px 28px;
        font-size: 17px;
        line-height: 27px;
    }
    .trix-news__continue-reading .continue-reading__btn {
        font-size: 15px;
        line-height: 17px;
        padding: 16px 40px;
    }
    .page__hero h1 {
        font-size: 50px;
        line-height: 70px;
    }
    section#trix__hero {
        padding-top: 60px;
    }
    .archive-participants .post_container > div .trix-participants__participant {
        width: 50%;
    }
    .name-osalejad {
        font-size: 40px;
        line-height: 45px;
    }
    .title-osalejad {
        padding-left: 15px;
        padding-right: 15px;
    }
    .all-osalejad {
        font-size: 14px;
        padding: 15px 30px 15px 36px;
    }
    .trix-supporters__container.trix-partners .trix-supporters__supporter {
        width: 33.333333%;
    }
    .trix-supporters .trix-supporters__supporter {
        width: 50%;
    }
    .trix-main-sponsors .trix-supporters__supporter {
        width: 66.6666667%;
    }
}
@media screen and (max-width: 600px) {
    .trix-supporters__supporter {
        width: 20%;
    }
    .blogpost.layout_modern.sm_images {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    section#trix__news {
        margin-top: -120px;
    }
    section#trix__news::before {
        content: "UUDISED";
        font-size: 23vw;
        line-height: normal;
        left: -3vw;
        bottom: 100%;
    }
    .trix-supporters__supporter {
        width: 25%;
    }
    .news__link,
    .blog__featured-post {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news__image,
    .blog__featured-post .blog-post__image {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news__content,
    .blog__featured-post .blog-post__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .archive-participants .post_container > div .trix-participants__participant {
        width: 100%;
    }
    .name-osalejad {
        font-size: 30px;
        line-height: 35px;
    }
}
@media screen and (max-width: 372px) {
    .trix-supporters__container.trix-partners .trix-supporters__supporter {
        width: 33.333333%;
    }
    .trix-supporters .trix-supporters__supporter {
        width: 50%;
    }
    .trix-main-sponsors .trix-supporters__supporter {
        width: 66.6666667%;
    }
}