@import '../css/color.css';
@import '../css/article.css';
@import '../css/modal.css';
@import '../css/video.css';
@import '../css/buttons.css';
@import '../css/input.css';
@import '../css/fuel.css';
@import '../css/gallery.css';
@import '../css/table.css';
@import '../css/table-sport.css';
@import '../css/noimg.css';
@import '../css/autor.css';
@import '../css/gift.css';
@import '../css/article-live.css';
@import '../css/auditions.css';
@import '../css/newspaper.css';
@import '../css/others.css';
@import '../css/header.css';
@import '../css/search.css';
@import '../css/module-article-grid.css';
@import '../css/mobile.css';
@import '../css/forms.css';
@import '../css/cameras.css';
@import '../css/dd.css';
@import '../css/menu-dropdown.css';
@import '../css/events.css';
@import '../css/podcast.css';
@import '../css/schedule.css';
@import '../css/usernews.css';
@import '../css/mod-article.css';
@import '../css/footer.css';
@import '../css/carousel.css';
@import '../css/template.css';
@import '../css/video-js.css';
@import '/css/tools.css';
/* mods */
@import '/views/mods/mod_main/style.css';

@font-face {
    font-display: swap;
}

mark {
    padding: 4px;
    border-radius: 4px;
}

mark.marker-yellow {
    background-color: var(--yellow-4);
}

mark.marker-blue {
    background-color: #72ccfd;
}

mark.marker-green {
    background-color: #62f962;
}

mark.marker-pink {
    background-color: #fc7899;
}

html {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    touch-action: manipulation;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.card {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ads-img,
a.ads-img {
    display: inline-block;
    width: 100%;
}

.ads-img img,
a.ads-img img {
    margin: 0 auto;
}

a.logo-main {
    background: url(../img/em-logo.svg) left center no-repeat;
    background-size: 100%;
    width: 200px;
    height: 80px;
}

.bg-black a.logo-main {
    background-image: url(../img/em-logo-dark.svg);
}

.white {
    color: #fff;
}

.sf {
    font-size: 10px;
    color: var(--border-1);
}

.color {
    padding: 20px;
    display: none;
    grid-gap: 0px;
    grid-template-columns: repeat(6, 1fr);
}

.color>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gray-1 {
    background-color: var(--border-1);
    height: 200px;
    color: var(--border-2);
}

.gray-2 {
    background-color: var(--border-2);
    height: 200px;
}

.red-1 {
    background-color: var(--main-1);
    height: 200px;
    color: var(--border-2);
}

.red-2 {
    background-color: var(--main-2);
    height: 200px;
    color: var(--border-2);
}

.red-3 {
    background-color: var(--main-3);
    height: 200px;
    color: var(--border-2);
}

.yellow-0 {
    background-color: var(--yellow-4);
    height: 200px;
}

.dark-0 {
    background-color: var(--dark-1);
    height: 200px;
    color: var(--border-2);
}

.dark-1 {
    background-color: var(--dark-1);
    height: 200px;
    color: var(--border-2);
}

.small-font {
    color: var(--border-0);
    font-size: 12px;
}

/* ikony */
i.white {
    color: #fff;
}

i.fa-solid,
i.fa-light {
    font-size: 24px;
}

.mobile-menu-components a.active .fa-light,
.header-top-in-menu a.active .fa-light,
.header-top-in-menu a:hover .fa-light {
    color: #fff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', Verdana, Arial, Geneva, sans-serif;
    /*font-family: 'Poppins', Verdana, Arial, Geneva, sans-serif;*/
    /*font-family: 'Fira Sans', sans-serif*/
    background: var(--body-bg);
    color: var(--text-color);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;

    margin: 41px 0px 0px 0px;
    font-size: 14px;
    overflow-y: visible;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

iframe {
    width: 100% !important;
    max-width: 500px;
}

a:hover {}

p {
    margin: 0 0 20px 0;
    font-size: 17px;
    line-height: 160%;
}

.page ol li::marker {
    font-weight: bold;
}

.page ol,
.page ul {
    margin: 0 0 20px 20px;
    font-size: 17px;
    list-style-position: inside;
    line-height: 160%;
}

.page ul li {}

h3 {
    font-size: 24px;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-weight: 800;
}

hr {
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px dashed var(--border-1);
    background-color: transparent;
}

h3.cat {
    font-size: 22px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 800;
}

img {
    display: flex;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto;
}

.image-style-align-left {
    width: 50%;
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 4px;
}

.image-style-align-right {
    width: 50%;
    float: right;
    margin: 0 0 20px 20px;
}

.image-style-align-center {
    width: 100%;
    margin: 0 auto 20px auto;
}

a.underline:hover {
    text-decoration: underline;
}

a.underline-red:hover {
    color: var(--main-1);
    text-decoration: underline;
}

.iframely-responsive {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.iframely-responsive>* {
    left: auto !important;
    right: auto !important;
}

figure.media {
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
}

figure img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    display: block;
}

.created {
    color: var(--border-2);
    font-size: 12px;
}

.article-created {
    font-size: 12px;
}

.article-time {
    font-size: 13px;
}

.raw-html-embed {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.shadow {
    -webkit-box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 1);
}

.shadow-low,
.shadow-low img {
    -webkit-box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 28px -5px rgba(0, 0, 0, 0.1);
}

.grid-2col-75pr-25pr {
    display: grid;
    grid-gap: 20px;
    width: auto;
    grid-template-columns: 7.5fr 2.5fr;
}

@media (max-width: 1280px) {
    .grid-2col-75pr-25pr {
        display: grid;
        grid-gap: 20px;
        width: auto;
        grid-template-columns: 1fr;
    }
}

.grid-3col-20pr-70pr-25pr {
    display: grid;
    grid-gap: 20px;
    width: auto;
    grid-template-columns: 200px auto 300px;
}

.grid-2col-20pr-55pr-25pr {
    display: grid;
    grid-gap: 20px;
    width: auto;
    grid-template-columns: 7.5fr 2.5fr;
}

@media (max-width: 1280px) {
    .grid-2col-20pr-55pr-25pr {
        display: grid;
        grid-gap: 20px;
        width: auto;
        grid-template-columns: 1fr;
    }
}

a.podcasts-lastest {
    display: grid;
    align-items: center;
    grid-gap: 10px;
    grid-template-columns: 90px auto;
    border-radius: 4px;
    background-color: var(--main-2);
    color: #fff;
    padding: 10px;
}

.podcasts-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.podcasts-track-info {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
}

.podcasts-program {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.podcasts-program img {
    margin: 0 auto;
}

.podcasts-program-title {
    display: flex;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 0 20px 0;
}

.button-search {
    background-color: var(--main-2);
    padding: 10px;
    min-height: 39px;
    display: flex;
    color: #fff;
    border: none;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 4px;
    font-size: 14px;
    width: 120px;
}

.open-modal {
    cursor: pointer;
}

.w-800px {
    width: 800px;
    margin: 0 auto;
}

a:hover .underline {
    text-decoration: underline;
}

/* Label   ---- */
.label-bottom-left-yellow {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: var(--yellow-4);
    z-index: 8;
    font-size: 12px;
    color: #000;
    padding: 0 14px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.label-top-left-yellow {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--yellow-4);
    z-index: 8;
    font-size: 12px;
    color: #000;
    padding: 0 14px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.label-top-right-yellow {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--yellow-4);
    z-index: 8;
    font-size: 12px;
    color: #000;
    padding: 0 14px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* Theme dark   ---- */
.theme-mode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-mode-mobile {
    position: absolute;
    right: 120px;
    top: 23px;
}

#mode-dark-mobile,
#mode-dark {
    width: 30px;
    height: 19px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

#mode-default-mobile,
#mode-default {
    width: 30px;
    height: 19px;
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.dark #mode-default-mobile,
.dark #mode-default {
    width: 30px;
    height: 19px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.mode-dark {
    background-color: var(--main-2);
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    left: 1px;
    top: 1px;
}

.mode-default {
    width: 15px;
    height: 15px;
    background-color: var(--main-2);
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    right: 1px;
    top: 1px;
}

.mode-hide {
    display: none;
}

.vjs-poster {}

/* 2. Read more   ---- */
.mod-read-more {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.mod-read-more-autor {
    display: flex;
    padding: 10px 20px;
}

.mod-read-more-autor img {
    border-radius: 4px !important;
}

.mod-read-more-box {
    position: relative;
    overflow: hidden;
}

.mod-read-more-title {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1280px) {
    .mod-read-more {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 760px) {
    .mod-read-more {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .mod-read-more-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

/* 3. Lastest   ---- */
.lastest {}

.lastest a {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px auto;
    margin-bottom: 20px;
}

.lastest-title {
    font-size: 16px;
    font-weight: bold;
}

.lastest-timeago {
    font-size: 12px;
}

/* 04. Popular   ---- */
.popular {}

.popular a {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 60px auto;
    margin-bottom: 10px;
}

.popular-count {
    width: 50px;
    height: 50px;
    background-color: var(--yellow-4);
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.popular a:hover .popular-count {
    background-color: var(--yellow-4);
}

.modal-window-upload-user.active-upload {
    display: block;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.delete-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

#file1 {
    display: none;
}

.active-link {
    background-color: var(--main-2);
    color: #fff;
}

.cat-menu {
    font-weight: 900
}

.cat-menu-sep {
    margin: 0 10px;
}

.cat-menu-sep:nth-child(1) {
    display: none;
}

.main-category {
    display: grid;
    grid-gap: 20px;
}

.main-category-2col {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.main-category-4col {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.category-article-tite {
    font-size: 20px;
    font-weight: 800;
}

.category-article-tite-s {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 720px) {
    .category-article-tite {
        font-size: 20px;
        font-weight: 800;
    }

    .category-article-tite-s {
        font-size: 16px;
    }
}

.add {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.offline {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #fff;
    color: #D3D3D3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.stick {
    position: sticky;
    top: 10px;
    z-index: 1;
    display: block;
}

/* Page  ---- */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-width: 38px;
    height: 38px;
    background-color: var(--main-2);
    color: #fff;
    border-radius: 4px;
}

.pagination a.pactive,
.pagination a:hover {
    background-color: var(--yellow-4);
    color: #000;
}

.info-box {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px dashed var(--border-1);
    text-align: center;
}

.info-box-background {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* Page  ---- */
.page {
    opacity: 1;
    transition: opacity 2s ease-in-out;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.page-component p {
    margin-bottom: 10px;
}

.page li a,
.page p a {
    color: var(--main-2);
}

.page li a:hover,
.page p a:hover {
    text-decoration: underline;
    color: var(--main-2);
}

@media (max-width: 1280px) {
    .main-category-add {
        display: none;
    }

    .main-category {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: auto none;
    }

    .main-featured {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-category-4col {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1280px) {
    .main-featured {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

#desktop,
.desktop {}

#mobile,
.mobile {
    display: none;
}

.modal-hide:hover {
    cursor: pointer;
}

@media (max-width: 1280px) {
    body {
        padding: 80px 0;
    }

    .header-top-top-in,
    .header-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .footer {
        display: none;
    }

    .mod-camera-box {
        display: none;
    }

    .mod-video-lastest-box {
        display: none;
    }

    .mobile-menu-bottom {
        display: none;
    }

    .mod-podcast-lastest-box {
        display: none;
    }
}

.info-box-container-horizontal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    padding: 20px;
    background-color: var(--yellow-4);
}

.info-box-container-horizontal-title {
    font-weight: bold;
}

@media (max-width: 1280px) {
    .info-box-container-horizontal {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 4px;
        padding: 10px;
        background-color: var(--yellow-4);
        text-align: center;
    }

    .info-box-container-horizontal-title {
        margin: 0 0 10px 0;
        font-weight: bold;
    }

    .info-box-container-horizontal-desc {
        margin: 0 0 10px 0;
    }
}

.no-file {
    padding: 10px;
    background-color: var(--yellow-4);
    text-align: center;
    margin: 0 0 20px 0;
}

.mod-box-color {
    margin: 0 auto 40px auto;
    padding: 20px;
    background-color: var(--main-2);
    color: #fff;
}

.mod-box-color a {
    color: #fff;
}
