@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-black.woff2") format('woff2'),
    url("../fonts/qanelas-black.woff") format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-bold.woff2") format('woff2'),
    url("../fonts/qanelas-bold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-extrabold.woff2") format('woff2'),
    url("../fonts/qanelas-extrabold.woff") format('woff');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-light.woff2") format('woff2'),
    url("../fonts/qanelas-light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-medium.woff2") format('woff2'),
    url("../fonts/qanelas-medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-mediumitalic.woff2") format('woff2'),
    url("../fonts/qanelas-mediumitalic.woff") format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-regular.woff2") format('woff2'),
    url("../fonts/qanelas-regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-regularitalic.woff2") format('woff2'),
    url("../fonts/qanelas-regularitalic.woff") format('woff');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-semibold.woff2") format('woff2'),
    url("../fonts/qanelas-semibold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-semibolditalic.woff2") format('woff2'),
    url("../fonts/qanelas-semibolditalic.woff") format('woff');
    font-weight: 600;
    font-style: italic;
}


@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-thinitalic.woff2") format('woff2'),
    url("../fonts/qanelas-thinitalic.woff") format('woff');
    font-weight: 100;
    font-style: italic;
}


@font-face {
    font-family: "Qanelas";
    src: url("../fonts/qanelas-ultralight.woff2") format('woff2'),
    url("../fonts/qanelas-ultralight.woff") format('woff');
    font-weight: 200;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    font-family: Qanelas, sans-serif;
    font-size: 20px;
    line-height: 24px;
}

a {
    text-decoration: none;
}

.screenreader-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    outline: 0;
}

@media screen and (max-width: 639px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1419px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 1420px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        width: 1360px;
    }
}

#header-top {
    position: relative;
    border-bottom: 2px solid #b1b1b1;
    padding-top: 18px;
    padding-bottom: 16px;
    background: #efefef;
}

#header-top-container {position: relative}

#header-logo {
    position: relative;
    z-index: 1;
}

#header-logo a,
#header-logo img {
    display: block;
}

#header-logo img {
    max-width: 100%;
    width: auto;
    height: auto;
}

#header-menu a {
    display: block;
    border-bottom: 2px solid transparent;
    padding: 6px 7px;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#header-menu a:hover,
#header-menu .active {
    border-bottom-color: #96b932;
}

#header-search form {
    position: relative;
}

#header-search input {
    width: 100%;
    height: 36px;
    border: 0 none;
    border-radius: 15px;
    background: #fff;
}

#header-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border: 0 none;
    border-radius: 18px;
    background: #efefef url("../img/search-icon.png") no-repeat center;
}

#header-menu-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    background: transparent;
}

#header-menu-toggle .menu-icon-bar {
    display: block;
    width: 30px;
    height: 6px;
    border-radius: 3px;
    background: #000;
}

#header-menu-toggle .menu-icon-bar + .menu-icon-bar {
    margin-top: 6px;
}

#header-niok {
    position: absolute;
    top: 0;
    left: 0;
    width: 157px;
    height: 57px;
}

#header-niok a {
    display: block;
}

#header-niok img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

@media screen and (max-width: 479px) {
    #header-logo {
        margin-right: auto;
        margin-left: auto;
        width: 180px;
    }

    #header-search {
        padding-right: 64px;
    }
}

@media screen and (min-width: 480px) {
    #header-logo {
        width: 253px;
    }

    #header-search {
        padding-left: 64px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1599px) {
    #header-logo {
        margin-left: 64px;
    }
}

@media screen and (max-width: 799px) {
    #header-search {
        margin-top: 15px;
    }
}

@media screen and (min-width: 800px) {
    #header-search {
        position: absolute;
        top: 9px;
        width: 253px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1279px) {
    #header-search {
        right:128px;
    }
}

@media screen and (max-width: 1279px) {
    #header-menu {
        height: 0;
        overflow-y: hidden;
        transition: height 0.5s ease-in-out;
    }

    #header-menu.open {
        height: 310px;
    }

    #header-menu a {
        margin-top: 32px;
    }

    #header-menu a + a {
        margin-top: 9px;
    }
}

@media screen and (min-width: 1280px) {
    #header-top-container::after {
        display: block;
        clear: left;
        content: "";
    }

    #header-menu {
        float: left;
        margin-top: 10px;
    }

    #header-logo {
        float: left;
    }

    #header-menu::after {
        display: block;
        clear: left;
        content: "";
    }

    #header-menu a {
        float: left;
    }

    #header-menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1419px) {
    #header-menu {
        margin-left: 32px;
    }

    #header-menu a + a {
        margin-left: 15px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1419px) {
    #header-search {
        right: 30px;
    }
}

@media screen and (max-width: 1419px) {
    #header-top-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 1420px) {
    #header-top-container {
        margin-right: auto;
        margin-left: auto;
        width: 1360px;
        padding-left: 30px;
    }

    #header-menu a + a {
        margin-left: 27px;
    }

    #header-search {
        right: 0;
    }
}

@media screen and (min-width: 1420px) and (max-width: 1599px) {
    #header-menu {
        margin-left: 40px;
    }
}

@media screen and (min-width: 1600px) {
    #header-menu {
        margin-left: 79px;
    }
}

#header-bottom {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

#header-bottom-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #a4ca36 url("../img/header-bottom-background.png") no-repeat top left / contain;
}

@media screen and (min-width: 768px){
    .homepage #header-bottom {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 960px){
    .knowledge-base #header-bottom {
        padding-bottom: 0;
    }

    .knowledge-base #header-bottom-background {
         height: calc(100% - 252px);
     }
}

@media screen and (max-width: 1919px) {
    #header-bottom {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px){
    .homepage #header-bottom-background {
        height: calc(100% - 96px);
    }
}

@media screen and (min-width: 960px) and (max-width: 1179px) {
    .homepage #header-bottom-background {
        height: calc(100% - 120px);
    }
}

@media screen and (min-width: 1180px) {
    .homepage #header-bottom-background {
        height: calc(100% - 170px);
    }
}

@media screen and (min-width: 1420px) {
    #header-bottom-container {
        margin-right: auto;
        margin-left: auto;
        width: 1360px;
    }
}

#header-banner {
    margin-top: 70px;
    text-align: center;
}

#header-banner-center {
    display: inline-block;
}

#header-title-container .swiper-slide a {
    display: block;
}

#header-title-container img {
    display: block;
    width: 100%;
    height: auto;
}

#header-title {
    padding: 12px 24px;
    background: #459f5c;
    color: #fff;
    text-transform: uppercase;
}

#header-title.header-title-default,
#header-title.header-title-greeting {
    background: #da1f26;
    text-transform: none;
}

#header-title.header-title-greeting {
    font-size: 21px;
    line-height: 28px;
}

@media screen and (max-width: 479px) {
    #header-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media screen and (min-width: 480px) and (max-width: 799px) {
    #header-title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media screen and (max-width: 799px) {
    #header-title-container .swiper-container {
        display: none;
    }

    #header-title {
        text-align: center;
    }

    #header-title.header-title-default,
    #header-title.header-title-greeting {
        text-align: left;
    }
}

@media screen and (min-width: 800px) {
    #header-title-container {
        position: relative;
    }

    #header-title {
        position: absolute;
        bottom: 0;
        left: 4%;
        max-width: 90%;
        z-index: 2;
        font-size: 47px;
        line-height: 59px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1079px){

    #header-title.header-title-greeting {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 15px;
        line-height: 20px;
    }
}

#header-promo {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 30px 5px rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
}

.header-promo-block {
    position: relative;
}

.header-promo-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.header-promo-title,
.header-promo-body {
    /* Hogy az abszolút pozicionált kép ne takarja */
    position: relative;
}

.header-promo-title {
    text-transform: uppercase;
    font-weight: 600;
}

.header-promo-body {
    text-shadow: 0 0 15px #000;
}

#header-promo a {
    display: inline-block;
    width: 66px;
    height: 67px;
}

.header-promo-block:nth-child(1) a {
    background: url("../img/promo1-button.png");
}

.header-promo-block:nth-child(2) a {
    background: url("../img/promo2-button.png");
}

.header-promo-block:nth-child(3) a {
    background: url("../img/promo3-button.png");
}

@media screen and (max-width: 479px) {
    #header-promo {
        max-width: 100%;
        width: 320px;
    }

    .header-promo-block {
        height: 320px;
        padding-top: 64px;
    }

    .header-promo-title {
        font-size: 36px;
        line-height: 36px;
    }

    .header-promo-body {
        margin-top: 21px;
    }

    .header-promo-text {
        height: 100px;
        padding-right: 25px;
        padding-left: 25px;
        font-size: 21px;
        line-height: 25px;
        font-weight: 600;
    }

    .header-promo-block a {
        margin-top: 8px
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #header-promo {
        max-width: 100%;
        width: 480px;
    }

    .header-promo-block {
        height: 480px;
        padding-top: 194px;
    }

    .header-promo-title {
        font-size: 54px;
        line-height: 54px;
    }

    .header-promo-body {
        margin-top: 21px;
    }

    .header-promo-text {
        height: 75px;
        padding-right: 50px;
        padding-left: 50px;
        font-size: 21px;
        line-height: 25px;
        font-weight: 600;
    }

    .header-promo-block a {
        margin-top: 33px
    }
}

@media screen and (min-width: 768px) {
    #header-promo::after {
        display: block;
        clear: left;
        content: "";
    }

    .header-promo-block {
        float: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    #header-promo {
        width: 576px;
    }

    .header-promo-block {
        width: 192px;
        height: 192px;
        padding-top: 21px;
    }

    .header-promo-title {
        font-size: 21px;
        line-height: 21px;
    }

    .header-promo-body {
        margin-top: 7px;
    }

    .header-promo-text {
        height: 56px;
        padding-right: 14px;
        padding-left: 14px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
    }

    .header-promo-block a {
        margin-top: 14px
    }
}

@media screen and (min-width: 960px) and (max-width: 1179px) {
    #header-promo {
        width: 720px;
    }

    .header-promo-block {
        width: 240px;
        height: 240px;
        padding-top: 32px;
    }

    .header-promo-title {
        font-size: 24px;
        line-height: 24px;
    }

    .header-promo-body {
        margin-top: 16px;
    }

    .header-promo-text {
        height: 64px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
    }

    .header-promo-block a {
        margin-top: 24px
    }
}

@media screen and (min-width: 1180px) {
    #header-promo {
        width: 1020px;
    }

    .header-promo-block {
        width: 340px;
        height: 340px;
        padding-top: 68px;
    }

    .header-promo-title {
        font-size: 36px;
        line-height: 36px;
    }

    .header-promo-body {
        margin-top: 22px;
    }

    .header-promo-text {
        height: 100px;
        padding-right: 25px;
        padding-left: 25px;
        font-size: 21px;
        line-height: 25px;
        font-weight: 600;
    }

    .header-promo-block a {
        margin-top: 8px
    }
}

#breadcrumbs {
    margin-top: 24px;
    font-size: 16px;
}

#breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumbs ol::after {
    display: block;
    clear: left;
    content: "";
}

#breadcrumbs li {
    float: left;
}

#breadcrumbs li + li {
    position: relative;
    padding-left: 2em;
}

#breadcrumbs li + li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    content: '/';
    text-align: center;
}

#breadcrumbs a {
    color: #0076a3;
}


@media screen and (min-width: 1200px) {
    #page-container::after {
        display: block;
        clear: left;
        content: "";
    }

    main {
        float: left;
        width: 66.6666%;
        padding-right: 40px;
    }

    aside {
        float: left;
        width: 33.3333%;
    }
}

#aside-top {
    margin-top: 30px;
    border-right: 1px solid #e0eded;
    border-left: 1px solid #e0eded;
}

.aside-banner {
    margin-top: 30px;
    text-align: center;
}

.aside-banner:first-child {
    margin-top: 0;
}

.aside-banner .img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.aside-banner a {
    color: #0076a3;
    font-size: 16px;
}

#aside-top + section,
.aside-banner + section,
aside section + section {
    margin-top: 30px;
}

aside section h1 {
    margin: 0;
    padding: 8px 32px;
    background: #333;
    color: #a4ca36;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

#aside-searchbox {
    margin-top: 96px;
    padding-right: 8px;
    padding-left: 8px;
}

#aside-searchbox form::after {
    display: block;
    clear: left;
    content: "";
}

#aside-searchbox input,
#aside-searchbox select,
#aside-searchbox button {
    float: left;
    border: 1px solid #87a0ab;
    background: transparent;
}

#aside-searchbox input,
#aside-searchbox select {
    width: calc(50% - 24px);
    height: 48px;
    padding: 11px 12px;
    color: #67808b;
    font-size: 20px;
    line-height: 24px;
}

#aside-searchbox input:focus,
#aside-searchbox select:focus {
    outline: none;
}

#aside-searchbox input {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-right: none;
}

#aside-searchbox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

#aside-searchbox button {
    width: 48px;
    height: 48px;
    border-left: none;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 11px 11px 11px 12px;
    cursor: pointer;
}

#aside-searchbox button:hover {
    background: #c7e0eb;
}

.search-icon {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/search-icon.png");
}

#aside-newsletter {
    background: #00b6a1;
}

#aside-newsletter h1 {
    color: #a4ca36;
}

#aside-newsletter-body {
    padding: 16px 32px 24px;
}

#aside-newsletter-text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

#aside-newsletter-text::first-line {
    color: #fff;
}

#aside-newsletter-text strong {
    font-weight: 700;
}

#aside-newsletter form {
    margin-top: 16px;
}

#aside-newsletter form .float-container::after {
    display: block;
    clear: left;
    content: "";
}

#aside-newsletter form .float-container input {
    float: left;
    margin: 0;
    width: calc(100% - 50px);
    height: 42px;
    padding: 11px 21px;
    border: none;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    background: #fff;
    color: #4c4c4c;
    font-size: 20px;
    line-height: 20px;
}

#aside-newsletter form .float-container input::-moz-placeholder {
    opacity: 1;
}

#aside-newsletter form .float-container button {
    float: left;
    margin: 0;
    width: 50px;
    border: none;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
    padding: 11px 21px 10px 0;
    background: #fff;
    color: #5bbf64;
}

#aside-newsletter .right-arrow-icon {
    display: block;
    width: 29px;
    height: 21px;
    background: url("/asset/site/img/right-arrow.png");
}

#aside-newsletter .checkbox-label {
    display: block;
    margin-top: 16px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

#aside-newsletter .checkbox-label a {
    color: inherit;
    font-weight: 800;
}

#aside-tags {
    background: #ebebeb;
}

#aside-tags-body {
    padding: 24px 32px;
    font-size: 18px;
    line-height: 24px;
}

#aside-tags-body::after {
    display: block;
    clear: left;
    content: "";
}

#aside-tags .tag {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 6px 12px;
    background: #dbdbdb;
    color: #3b3b3b;
}

#aside-tags .tag:hover {
    background: #3b3b3b;
    color: #fff;
}

#aside-events {
    background: #ebebeb;
}

#aside-events h1 {
    color: #b4b42a;
}

#aside-events a {
    color: inherit;
}

#aside-events a:hover {
    text-decoration: underline;
}

#aside-events-body {
    padding: 24px 32px;
    font-size: 18px;
    line-height: 24px;
}

.aside-event::after {
    display: block;
    clear: left;
    content: "";
}

.aside-event + .aside-event {
    margin-top: 24px;
}

.aside-event-date {
    float: left;
    width: 64px;
    height: 64px;
    background: url("/asset/site/img/calendar-day-background.png");
    background-size: contain;
    text-align: center;
}

.aside-event-month {
    margin-top: 13px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
}

.aside-event-day {
    margin-top: 4px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

.aside-event-type {
    margin-left: 96px;
}

.event .aside-event-type {
    color: #39b570;
}

.competition .aside-event-type {
    color: #d97e0e;
}

.aside-event-name {
    margin-left: 96px;
}

#aside-most-viewed {
    background: #ebebeb;
}

#aside-most-viewed h1 {
    color: #0addb4;
}

#aside-most-viewed-body {
    padding: 24px 32px;
    font-size: 18px;
    line-height: 24px;
}

#aside-most-viewed a {
    color: inherit;
}

#aside-most-viewed a:hover {
    text-decoration: underline;
}

.aside-most-viewed-item + .aside-most-viewed-item {
    margin-top: 24px;
}

.subpage-free-text-content::after {
    display: block;
    clear: both;
    content: "";
}

.content-list {
    margin-top: 72px;
}

.article-expiry {
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #0db18f;
    text-align: center;
    font-weight: 600;
}

.article-expiry-short {
    background-image: url("../img/timer-short.png");
}

.article-expiry-medium {
    background-image: url("../img/timer-medium.png");
}

.article-expiry-long {
    background-image: url("../img/timer-long.png");
}

.article-expiry-text {
    position: absolute;
    top: 50%;
    left: 17.9325%;
    width: 37.9747%;
    transform: translateY(-50%);
}

.article-expiry-days {
    margin-top: 2px;
    font-weight: 900;
}

.article-expiry-date {
    position: absolute;
    top: 50%;
    right: 0.8439%;
    width: 36.9198%;
    transform: translateY(-50%);
}

.content-list article {
    margin-bottom: 22px;
    border-bottom: 4px solid #0db18f;
}

.content-list .article-with-expiry {
    margin-bottom: 72px;
}

.content-list h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
}

.content-list h1 a {
    color: inherit;
}

.content-list h1 a:hover {
    text-decoration: underline;
}

.content-list-more-link {
    margin-top: 106px;
    text-align: center;
}

.content-list-more-link a {
    color: #00b6a1;
    font-size: 24px;
    font-weight: 700;
}

.content-list-more-link .more-link-arrow {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    top: 3px;
    left: 13px;
    width: 29px;
    height: 21px;
    background: url("/asset/site/img/right-arrow.png");
}

.subpage-content-list h1 {
    color: #00b6a1;
}

.subpage-content-list .expired h1 {
    color: #999;
}

.subpage-content-list article:last-of-type:not(.article-with-expiry) {
    border-bottom: none;
}

@media screen and (max-width: 639px) {
    .article-expiry {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 800px) {
    .content-list .article-with-category header::after {
        display: block;
        clear: both;
        content: "";
    }

    .content-list .article-with-category header h1 {
        float: left;
        max-width: 60%;
    }

    .content-list header .article-category {
        float: right;
        margin-top: 6px;
        width: 40%;
        padding-left: 24px;
        text-align: right;
    }
}

@media screen and (min-width: 640px) {
    .content-list .article-with-expiry {
        position: relative;
    }

    .article-expiry {
        position: absolute;
    }
}

@media screen and (min-width: 640px) and (max-width: 766px) {
    .content-list .article-with-expiry {
        width: calc(100% - 150px);
        min-height: 216px;
        padding-right: 88px;
    }

    .article-expiry {
        right: -150px;
        bottom: -32px;
    }
}

@media screen and (max-width: 766px) {
    .article-expiry {
        width: 237px;
        height: 175px;
        font-size: 20px;
        line-height: 20px;
    }

    .article-expiry-days {
        font-size: 40px;
        line-height: 37px;
    }

    .article-expiry-date {
        font-size: 15px;
        line-height: 15px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
    .content-list .article-with-expiry {
        width: calc(100% - 239px);
        min-height: 288px;
        padding-right: 140px;
    }

    .article-expiry {
        right: -239px;
        bottom: -48px;
        width: 379px;
        height: 280px;
        font-size: 24px;
        line-height: 24px;
    }

    .article-expiry-days {
        font-size: 80px;
        line-height: 74px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1419px) {
    .content-list .article-with-expiry {
        width: calc(100% - 199px);
        min-height: 216px;
        padding-right: 117px;
    }

    .article-expiry {
        right: -199px;
        bottom: -41px;
        width: 316px;
        height: 233px;
        font-size: 20px;
        line-height: 20px;
    }

    .article-expiry-days {
        font-size: 40px;
        line-height: 37px;
    }
}

@media screen and (min-width: 1420px) {
    .content-list .article-with-expiry {
        width: calc(100% - 239px);
        min-height: 288px;
        padding-right: 140px;
    }

    .article-expiry {
        right: -239px;
        bottom: -48px;
        width: 379px;
        height: 280px;
        font-size: 24px;
        line-height: 24px;
    }

    .article-expiry-days {
        font-size: 80px;
        line-height: 74px;
    }
}

.outdated-article-warning {
    margin-top: 24px;
    background: #da1f26;
    padding: 1em 2em;
    color: #fff;
}

.submenu {
    margin-top: 60px;
}

.submenu a {
    display: block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    padding-right: 17px;
    padding-left: 17px;
    color: #000;
    font-size: 22px;
    line-height: 22px;
}

#index-submenu a:hover,
#index-submenu a.active {
    border-color: #39b54a;
    color: #14a763;
}

.subpage-submenu {
    margin-bottom: 44px;
}

.subpage-submenu a:hover,
.subpage-submenu a.active {
    border-color: #0076a3;
    color: #0076a3;
}

@media screen and (max-width: 799px) {
    .submenu a {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

@media screen and (min-width: 800px) {
    .submenu::after {
        display: block;
        clear: left;
        content: "";
    }

    .submenu a {
        float: left;
        padding-top: 19px;
        padding-bottom: 18px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1439px) {
    .submenu a + a {
        margin-left: 22px;
    }
}

@media screen and (min-width: 1440px) {
    .submenu a + a {
        margin-left: 67px;
    }
}

.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination::after {
    display: block;
    clear: left;
    content: "";
}

.pagination li {
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid;
    text-align: center;
    line-height: 44px;
}

.pagination li + li {
    border-left: none;
}

.pagination a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.pagination a:hover {
    background: #efefef;
}

.pagination .disabled {
    cursor: not-allowed;
}

.pagination .active {
    background: #efefef;
}

.month-pager {
    position: relative;
    margin-top: 24px;
    text-align: center;
}

.content-list + .month-pager {
    margin-top: 48px;
}

.month-pager::before {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 100%;
    height: 4px;
    background: #0db18f;
    content: "";
}

.month-pager-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}

.month-pager-previous,
.month-pager-next {
    position: absolute;
    top: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.month-pager-previous {
    left: 10px;
    background-image: url("../img/previous-page.png");
}

.month-pager-next {
    right: 10px;
    background-image: url("../img/next-page.png");
}

.month-pager-current {
    color: #0db18f;
    font-weight: 900;
}

@media screen and (max-width: 479px) {
    .month-pager-container {
        width: 300px;
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .month-pager-previous,
    .month-pager-next {
        width: 40px;
        height: 40px;
    }

    .month-pager-current {
        font-size: 20px;
        line-height: 20px;
    }
}

@media screen and (min-width: 480px) {
    .month-pager-container {
        width: 457px;
        height: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .month-pager-previous,
    .month-pager-next {
        width: 60px;
        height: 60px;
    }

    .month-pager-current {
        font-size: 30px;
        line-height: 30px;
    }
}

main > h1,
.single-article h1 {
    font-size: 30px;
    line-height: 36px;
}

main a {
    color: #0076a3;
}

#tudastar-alkategoria-selectors {
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
}

.tudastar-alkategoria-selector {
    text-align: center;
    font-size: 18px;
}

.tudastar-alkategoria-selector a {
    display: block;
    height: 126px;
    color: #fff;
}

.tudastar-alkategoria-selector.active a {
    border: 2px solid #fff;
}

.tudastar-alkategoria-selector:nth-child(9n - 8) a {
    background: #6b4b96;
}

.tudastar-alkategoria-selector:nth-child(9n - 7) a {
    background: #0c907b;
}

.tudastar-alkategoria-selector:nth-child(9n - 6) a {
    background: #079446;
}

.tudastar-alkategoria-selector:nth-child(9n - 5) a {
    background: #35648e;
}

.tudastar-alkategoria-selector:nth-child(9n - 4) a {
    background: #8a678f;
}

.tudastar-alkategoria-selector:nth-child(9n - 3) a {
    background: #c79309;
}

.tudastar-alkategoria-selector:nth-child(9n - 2) a {
    background: #90367e;
}

.tudastar-alkategoria-selector:nth-child(9n - 1) a {
    background: #2a9e4d;
}

.tudastar-alkategoria-selector:nth-child(9n) a {
    background: #0974c6;
}

.tudastar-alkategoria-selector a:hover,
.tudastar-alkategoria-selector.active a {
    filter: brightness(0.9);
}

.tudastar-alkategoria-selector-title {
    padding: 24px 24px 6px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.tudastar-alkategoria-selector-body {
    padding: 0 12px 12px;
}

@media screen and (min-width: 960px) {
    #tudastar-alkategoria-selectors::after {
        display: block;
        clear: left;
        content: "";
    }

    .tudastar-alkategoria-selector {
        float: left;
        width: 33.3333%;
    }
}

.tudastar-filter-form select {
    width: 100%;
    height: 30px;
    padding: 6px 8px;
}

.tudastar-filter-form button {
    width: 100%;
    height: 30px;
    padding: 4px 8px;
}

.no-results-message {
    margin-top: 24px;
}

@media screen and (max-width: 639px) {
    .tudastar-filter-form-control {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 640px) {
    .tudastar-filter-form::after {
        display: block;
        clear: left;
        content: "";
    }

    .tudastar-filter-form-control {
        float: left;
        width: 38%;
        margin-right: 2%;
    }

    .tudastar-filter-form-actions {
        float: left;
        width: 20%;
    }
}

.tudastar-content-list a {
    display: block;
    background: #ebebeb;
    height: 100%;
}

.tudastar-content-list a:hover {
    background: #eee;
}

.tudastar-content-list h1 {
    margin: 0;
    padding: 6px 12px;
    color: #6b4b96;
    font-size: 16px;
    font-weight: 700;
}

.tudastar-content-list .article-lead {
    padding: 12px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
}


@media screen and (min-width: 960px) {
    .tudastar-content-list {
        display: grid;
        grid-template-columns: repeat(3, 31.25%);
        grid-column-gap: 3.125%;
        grid-row-gap: 24px;
    }
}

.tudastar-subcontent-list article {
    margin-bottom: 6px;
}

.tudastar-subcontent-list h1 {
    margin: 0;
    font-size: 20px;
}

.tudastar-subcontent-list p {
    margin: 0;
    font-size: 16px;
}

.tudastar-subcontent-list-filter {
    margin-bottom: 24px;
    text-align: right;
}

.tudastar-subcontent-list-filter select {
    height: 38px;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 12px;
}

.single-article .article-lead {
    font-weight: 600;
}

#footer {
    margin-top: 26px;
    border-top: 6px solid #173917;
}

#footer-top {
    padding-top: 28px;
    padding-bottom: 28px;
    background: linear-gradient(to right, #295e53, #295e53 25%, #4f5934 85%, #4f5934);
    color: #fff;
}

#footer-menu {
    text-transform: uppercase;
}


#footer-menu-heading {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

#footer-menu-body {
    margin-top: 32px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
}

#footer-menu-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-menu-body li + li {
    margin-top: 10px;
}

#footer-menu-body a {
    color: inherit;
}

#footer-advertising-heading {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

#footer-advertising-body {
    margin-top: 27px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}

#footer-advertising-body a {
    color: #3b92c9;
}

#footer-advertising-body a:last-of-type {
    color: #fff;
    font-style: italic;
}

#footer-newsletter {
    margin-top: 27px;
}

#footer-newsletter-text {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
}

#footer-newsletter form {
    margin-top: 6px;
}

#footer-newsletter form::after {
    display: block;
    clear: left;
    content: "";
}

#footer-newsletter input {
    float: left;
    width: 228px;
    height: 37px;
    border: 1px solid #8da9a3;
    border-right: none;
    border-left: none;
    padding: 9px 15px;
    background: #fff;
    color: #374045;
    font-size: 17px;
    line-height: 17px;
}

#footer-newsletter button {
    float: left;
    height: 37px;
    border: 0 none;
    padding: 11px 13px 12px;
    background: #3b92c9;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

#footer-newsletter button:hover {
    filter: brightness(0.9);
}

#footer-newsletter input::-moz-placeholder {
    opacity: 1;
}

#footer-niok {
    margin-top: 39px;
}

#footer-niok-logo img {
    display: block;
}

#footer-niok-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

#footer-contact-heading {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#footer-contact-body {
    margin-top: 27px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}

#footer-contact-body a {
    color: #3b92c9;
}

#footer-social {
    margin-top: 27px;
}

#footer-social::after {
    display: block;
    clear: left;
    content: "";
}

#footer-social a {
    float: left;
    width: 68px;
    height: 68px;
}

#footer-social a + a {
    margin-left: 14px;
}

#footer-social-facebook {
    background: url("../img/facebook-icon.png");
}

#footer-social-youtube {
    background: url("../img/youtube-icon.png");
}

#footer-adnimeno {
    margin-top: 27px;
    color: #da1e47;
    font-size: 27px;
    line-height: 27px;
    font-weight: 400;
}

#footer-menu2 {
    margin-top: 27px;
}

#footer-menu2::after {
    display: block;
    clear: left;
    content: "";
}

#footer-menu2 a {
    float: left;
    color: inherit;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
}

#footer-menu2 a + a {
    margin-left: 31px;
}

#footer-logo {
    float: right;
    margin-top: 109px;
}


@media screen and (max-width: 639px) {
    #footer-top-container {
        padding-right: 10px;
        padding-left: 10px;
    }

    #footer-advertising {
        margin-top: 29px;
    }
}

@media screen and (min-width: 640px) {
    .footer-top-block-float::after {
        display: block;
        clear: left;
        content: "";
    }

    #footer-menu {
        float: left;
    }

    #footer-advertising {
        float: left;
    }

    #footer-niok::after {
        display: block;
        clear: left;
        content: "";
    }

    #footer-niok-logo {
        float: left;
    }

    #footer-niok-text {
        float: left;
        margin-left: 19px;
    }
}

@media screen and (min-width: 640px) and (max-width: 799px) {
    #footer-advertising {
        margin-left: 27px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1419px) {
    #footer-top-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1419px) {
    #footer-advertising {
        margin-left: 54px;
    }
}

@media screen and (max-width: 919px) {
    .footer-top-block + .footer-top-block {
        margin-top: 39px;
    }
}

@media screen and (min-width: 920px) {
    #footer-top-container::after {
        display: block;
        clear: left;
        content: "";
    }

    .footer-top-block {
        float: left;
    }
}

@media screen and (min-width: 920px) and (max-width: 1419px) {
    .footer-top-block + .footer-top-block {
        margin-left: 54px;
    }
}

@media screen and (max-width: 1079px) {
    #footer-logo {
        display: none;
    }
}

@media screen and (min-width: 1420px) {
    #footer-top-container {
        margin-right: auto;
        margin-left: auto;
        width: 1360px;
    }

    .footer-top-block + .footer-top-block {
        margin-left: 108px;
    }

    #footer-advertising {
        margin-left: 108px;
    }
}

#footer-supporters {
    padding-top: 16px;
    padding-bottom: 16px;
}


#footer-supporters-heading {
    padding-top: 30px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
}

#footer-supporters-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-supporters-logos a,
#footer-supporters-logos > img {
    margin-left: 32px;
}

@media screen and (max-width: 799px) {
    #footer-supporters-logos {
        flex-wrap: wrap;
    }
}

#footer-niok-services {
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 43px;
    background: linear-gradient(to top, #e7e7e7, #f8f8f8 62px, #f8f8f8 100%);
    text-align: center;
}

.footer-niok-service a {
    display: block;
    color: inherit;
}

.footer-niok-service-image {
    height: 143px;
}

.footer-niok-service-image img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

#footer-niok-services-heading {
    margin-right: auto;
    margin-left: auto;
    width: 91.4583%;
    max-width: 1756px;
    border-bottom: 2px solid #55dd11;
    padding-top: 45px;
    padding-bottom: 45px;
    text-transform: uppercase;
}

#footer-niok-services-body {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

.footer-niok-service {
    margin-top: 43px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-niok-service-description {
    margin-top: 24px;
}


@media screen and (max-width: 479px) {
    #footer-niok-services-heading {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (min-width: 480px) {
    #footer-niok-services-heading {
        font-size: 28px;
        line-height: 42px;
    }

    #footer-niok-services-body {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .footer-niok-service {
        width: 50%;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    .footer-niok-service {
        width: 33.3333%;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .footer-niok-service {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .footer-niok-service {
        width: 14.2857%;
    }
}

.event-date {
    margin-bottom: 8px;
    width: 64px;
    height: 64px;
    background: url("/asset/site/img/calendar-day-background.png");
    background-size: contain;
    padding-top: 13px;
    text-align: center;
}

.event-date-month {
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
}

.event-date-day {
    margin-top: 4px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

#header-bottom .newsletter-content {
    padding: 1em 2em;
}