@import '../css/header.css';
@import '../css/custom.css';
@import '../css/cameras.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/mobile.css';
@import '../css/article-live.css';
@import '../css/auditions.css';
@import '../css/others.css';
@import '../css/article.css';
@import '../css/podcast.css';
@import '../css/search.css';
@import '../css/footer.css';
@import '../css/schedule.css';
@import '../css/events.css';
@import '../css/main.css';
@import '../css/forms.css';
@import '../css/usernews.css';
@import '../css/module-article-grid.css';
@import '../css/menu-dropdown.css';
@import '../css/custom-select.css';
/* mods */
@import '/views/mods/mod_main/style.css';
@import '/views/mods/mod_article/style.css';

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

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

body {
    touch-action: manipulation;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    overflow-y: scroll;
    /*font-family: 'Open Sans', Verdana, Arial, Geneva, sans-serif;*/
    /*font-family: 'Poppins', Verdana, Arial, Geneva, sans-serif;*/
    /*font-family: 'Jockey One', sans-serif*/
    background-color: #fff;
    color: #1b1b17;
    font-size: 14px;
    overflow-y: visible;
    transition: none;
    font-family: "Asap", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth"125;
    height: 100%;
    margin: 0;
    z-index: 1;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

:root {
    /* --- RED --- */
    --red-1: #CC0030;
    --red-1-rgb: 204, 0, 48;
    --red-2: #E00034;
    --red-2-rgb: 224, 0, 52;
    --red-3: #F50039;
    --red-3-rgb: 245, 0, 57;
    --red-4: #FF3363;
    --red-4-rgb: 255, 51, 99;
    --white-4-rgb: 255, 255, 255;
    /* --- DARK --- */
    --dark-1: #141414;
    --dark-1-rgb: 20, 20, 20;
    --dark-2: #1F1F1F;
    --dark-2-rgb: 31, 31, 31;
    --dark-3: #292929;
    --dark-3-rgb: 41, 41, 41;
    --dark-4: #474747;
    --dark-4-rgb: 71, 71, 71;
    /* --- YELLOW --- */
    --yellow-1: #FFBC03;
    --yellow-1-rgb: 255, 188, 3;
    --yellow-2: #FFC31F;
    --yellow-2-rgb: 255, 195, 31;
    --yellow-3: #FFC933;
    --yellow-3-rgb: 255, 201, 51;
    --yellow-4: #FFCE47;
    --yellow-4-rgb: 255, 206, 71;
    /* --- GRAY --- */
    --gray-0: #999999;
    --gray-0-rgb: 173, 173, 173;
    --gray-1: #CCCCCC;
    --gray-1-rgb: 204, 204, 204;
    --gray-2: #D6D6D6;
    --gray-2-rgb: 214, 214, 214;
    --gray-3: #E0E0E0;
    --gray-3-rgb: 224, 224, 224;
    /* --- BLUE--- */
    --blue-0: #2E459A;
    --blue-0-rgb: 46, 69, 154;
    --blue-1: #2A408D;
    --blue-1-rgb: 42, 64, 141;
    --blue-2: #26397E;
    --blue-2-rgb: 38, 57, 126;
    /* --- MODE A --- */
    --mode-a1: #801B3B;
    --mode-a1-rgb: 128, 27, 59;
    --mode-a2: #972046;
    --mode-a2-rgb: 151, 32, 70;
    --mode-a3: #A8244E;
    --mode-a3-rgb: 168, 36, 78;
    /* --- MODE B --- */
    --mode-b1: #003566;
    --mode-b1-rgb: 0, 53, 102;
    --mode-b2: #003D76;
    --mode-b2-rgb: 0, 61, 118;
    --mode-b3: #003D76;
    --mode-b3-rgb: 0, 61, 118;
    /* --- MODE C --- */
    --mode-c1: #F54100;
    --mode-c1-rgb: 245, 65, 0;
    --mode-c2: #F54100;
    --mode-c2-rgb: 245, 65, 0;
    --mode-c3: #E52A24;
    --mode-c3-rgb: 229, 42, 36;
}

.empty-content {
    background: var(--gray-3);
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px dashed var(--gray-1);
}

.radius img,
.radius {
    border-radius: 10px;
}

.radius-2-2-0-0 img,
.radius-2-2-0-0 {
    border-radius: 4px 4px 0 0;
}

.radius-0-0-2-2 img,
.radius-0-0-2-2 {
    border-radius: 0 0 4px 4px;
}

.radius-0-2-2-0 img,
.radius-0-20-20-0 {
    border-radius: 0 10px 10px 0;
}

.radius-10-10-0-0 img,
.radius-10-10-0-0 {
    border-radius: 10px 10px 0 0;
}

.radius-small,
.radius-small img {
    border-radius: 10px;
}

.video-radius {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.bold {
    font-weight: 600;
}

.bg-blure {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    padding: 10px;
}

/* Label   ---- */
.label-bottom-left-yellow {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: var(--yellow-4);
    padding: 10px;
    z-index: 9;
    font-size: 12px;
    color: #000;
    min-width:36px;
    text-align:center;
}
.label-top-left-yellow {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--yellow-4);
    padding: 11px;
    z-index: 9;
    font-size: 12px;
    color: #000;
    min-width:36px;
    text-align:center;
}

/* 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 {
    cursor: pointer;
}

#mode-default-mobile,
#mode-default {
    cursor: pointer;
}

.dark #mode-default-mobile,
.dark #mode-default {
    position: relative;
    cursor: pointer;
}

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

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

.mode-hide {
    display: none;
}

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

#menuClose i,
#menuOpen i {
    margin: auto;
    font-size: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

body.dark {
    background-color: var(--dark-1);
    color: var(--gray-2);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a {
    text-decoration: none;
    color: #000;
}

.dark a {
    text-decoration: none;
    color: var(--gray-2);
}

a:hover {}

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

ol li::marker {
    font-weight: 600;
}

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

ul li {
    margin: 0 0 3px 0;
}

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

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

h3.cat {
    font-size: 34px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 600;
}

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

a.img-zoom,
.img-zoom {
    position: relative;
    position: relative;
    overflow: hidden;
}

a.img-zoom img,
.img-zoom img {
    position: relative;
    transition: transform .5s ease;
}

a:hover .img-zoom img,
.img-zoom img:hover {
    transform: scale(1.05);
    transition: transform .5s ease
}

.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:hover .underline,
a.underline:hover {
    text-decoration: underline;
}

.page-full {}

.page-main {}

.page-main,
.w-1200px {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .page-main,
    .w-1200px {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 760px) {
    .page-main,
    .w-1200px {
        padding: 0 10px;
    }
}

.fadeOut {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    opacity: 0.9;
}

.fade {
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
}

@keyframes fadein {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.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;
}

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

iframe {
    width: 500px !important;
}

.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);
}

#mobile-menu-row {
    display: none;
}

#desktop,
.desktop {
    display: block;
}

#mobile,
.mobile {
    display: none;
}

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

@media (max-width: 1200px) {

    #desktop,
    .desktop {
        display: none;
    }

    #mobile,
    .mobile {
        display: block;
    }

    #mobile-menu-row {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        position: fixed;
        z-index: 99;
        height: 70px;
    }

    #mobile-menu-row .mobileMenuRow {
        display: flex;
        align-items: center;
        z-index: 99;
        position: relative;
        background-color: var(--red-2);
        border-bottom: 1px solid var(--red-2);
        -webkit-box-shadow: 0px 5px 5px 0px rgba(30, 30, 30, 0.35);
        -moz-box-shadow: 0px 5px 5px 0px rgba(30, 30, 30, 0.35);
        box-shadow: 0px 5px 5px 0px rgba(30, 30, 30, 0.35);
        padding: 10px;
        height: 70px;
    }

    #mobilneMenu.niepacz {
        -webkit-animation: mymove 5s infinite;
        animation: mymove 5s infinite;
        display: block !important;
        -webkit-transform: translateY(0vh);
        transform: translateY(0vh);
    }

    #mobile-menu-row .show {
        display: block !important;
    }

    #mobile-menu-row .hide {
        display: none !important;
    }

    #mobilneMenu {
        padding: 20px 20px 160px 20px;
        background-color: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box;
        z-index: 8;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hiden;
        height: 100vh;
        -webkit-transform: translateY(-100vh);
        transform: translateY(-100vh);
        transition: -webkit-transform 90ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 900ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    #mobile-bottom-menu-row {
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        position: fixed;
        z-index: 99;
    }

    #mobile-bottom-menu-row .mobileMenuRow {
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 99;
        position: relative;
        background-color: var(--red-2);
        border-top: 1px solid var(--red-2);
        -webkit-box-shadow: 0px 5px 5px 0px rgba(30, 30, 30, 0.35);
        -moz-box-shadow: 0px 5px 5px 0px rgba(30, 30, 30, 0.35);
        box-shadow: 0px 5px 5px 0px rgba(30, 30, 30, 0.35);
        padding: 10px;
        height: 70px;
        color: #fff;
    }

    #mobile-bottom-menu-row .mobileMenuRow a {
        color: #fff;
    }

    .mobileMenuRow-title {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    body {
        padding: 60px 0 0 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;
    }
}
