/* -------------------------------- FONTS ---------------------------------- */

/*  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;*/

/*  .dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}*/


/* -------------------------------- COLORS ---------------------------------- */

:root {
    --white: #fff;
    --white05: rgba(255,255,255,0.5);
    --white06: rgba(255,255,255,0.6);
    --white015: rgba(255,255,255,0.15);
    --gray: #979797;
    --gray2: rgb(241 91 39 / 30%);
    --lightgray: #f8f8f8;
    --darkgray: #15391C;
    --darkgray02: rgba(23,23,23,0.2);
    --darkgray05: rgba(23,23,23,0.5);
    --darkgray06: rgba(23,23,23,0.6);
    --darkgray08: rgba(23,23,23,0.8);
    --black: #000;

    --red: #006AFF;
    --red01: rgba(238, 132, 181, 0.1);
    --red004: rgba(238, 132, 181, 0.4);
    --red05: rgba(238, 132, 181, 0.5);

    --blue1: #0e123b;
    --blue1075: rgba(14,18,59,0.75);
    --blue2: #023cfc;
    --blue3: #0282fc;

    /*    --pink: #EE84B5;
        --pink05: rgba(238, 132, 181, 0.5);
        --pink01: rgba(238, 132, 181, 0.1);
        --pinkdark: #883677;
        --pinkdark05: rgba(136,54,119,0.5);*/

    --orange: #006AFF;
    --orange025: #09101D;
    --orange015: rgba(241, 90, 39, 0.15);
    --lightOrange: #FFF7F4;
    --darkGreen: #15391C;
    --darkGreen05: rgba(21, 57, 28, 0.5);
    --darkGreen01: rgba(21, 57, 28, 0.1);

    /*-----------------------------------SPORT BOJE--------------------------------*/
    --body: #09101D;
    --section: rgba(0, 106, 255, 0.3);
    --stories: rgba(0, 106, 255, 0.5);
    --header1: #006AFF;
    --headerleft: rgba(9, 16, 29, 0.75);
    --header2: rgba(0, 106, 255, 0.4);
    --headerlogo1: rgba(0, 106, 255, 0.2);
    --headerlogo2: rgba(0, 106, 255, 0.5);
    --headersport: rgba(9, 16, 29, 0.5);
    --banner: rgba(255, 255, 255, 0.9);
    --pagination: rgba(0, 106, 255, 0.3);
    --button1: #006AFF;
    --button2: rgba(0, 106, 255, 0.6);
    --button3: rgba(0, 106, 255, 0);
    --buttonhover: rbga(255, 255, 255, 0.8);
    --backgrounduptitle: rgba(0, 106, 255, 0.5);
    --storyuptitle: rgba(23, 23, 23, 0.5);
    --line: #006AFF;
    --line06:rgba(0, 106, 255, 0.6);
    --text: #fff;
    --timecommentsocialfooter: #006AFF;
    --footer: rgba(0, 106, 255, 0.4);
    --gradient: linear-gradient(110deg, var(--headerlogo1) 29.4%, var(--headerlogo2) 29.4%, var(--headerlogo2) 29.8%, var(--header1) 29.8%);
    --buttongradient: linear-gradient(110deg, var(--button3) 10%, var(--button2) 10%, var(--button2) 15%, var(--button1) 15%, var(--button1) 85%, var(--button2) 85%, var(--button2) 90%, var(--button3) 90%);


}

/* ---------------------------------- GENERAL ------------------------------- */
body {
    background-color: var(--body);
    color: var(--text);
    font-family: "Encode Sans", serif;
}
.container {
    --container-width: 1260px;
    width: 100%;
    max-width: 1290px;
    padding: 0 15px;
    margin: 0 auto;
}
header {
    background-color: var(--body);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: "Encode Sans", serif;
    color: var(--text);
}
p {
    font-family: "Encode Sans", serif;
    color: var(--text);
}
::selection {
    color: #fff;
    background: #006AFF;
}
::-moz-selection {
    color: #fff;
    background: #006AFF;
}
blockquote {
    color: var(--text);
    border-color: var(--line);
}

/* ---------------------------------- HEADER -------------------------------- */
.header-black {
    background-color: var(--header2);
}
.header-black-content {
    padding-left: 0;
}
.header-red {
    background: var(--header1);
    padding: 0;
}
.header-red:before {
    background-color: var(--headerleft);
    width: calc((100% - 1260px) / 2 );
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
}
.header-red-content {
    padding-left: 0;
    justify-content: flex-start;
}
.header-red-content .app-nav {
    margin-left: 35px;
}
.header-red-content .app-links {
    margin-left: auto;
}
.app-brand {
    position: relative;
    top: auto;
    transform: none;
    height: 100%;
    left: auto;
}
.logo {
    width: 123px;
    height: 60px;
    position: relative;
}
.logo a {
    width: 100%;
    height: 100%;
    display: block;
    background: /*var(--headerleft)*/ url("/assets/front/img/sport/sport_logo.svg");
    background-size: 100% auto;
    background-position: left center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 3;
}
/* OPCIJA 1 */
/*.logo:after {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-top: 60px solid var(--headerleft);
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
z-index: 2;
}
.logo:before {
    content: '';
  position: absolute;
  top: 0;
  right: -35px;
  z-index: 1;
  width: 5px;
  height: 60px;
  background-color: var(--headersport);
  transform: skewX(-26.5deg);
  transform-origin: top left;
}*/
/*KRAJ OPCIJE 1*/

/*-----------------------------*/
/*.logo a {
    background-image: url(/assets/front/img/sport/sport-prosireni-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 152px;
    height: 60px;
    border-radius: 0;
}*/
/*-----------------------------*/

.logo:before {
    width: 140px; /* širina gornje ivice */
    height: 100%;
    background-color: var(--headersport);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    z-index: -1;
    clip-path: polygon(
        0 0,                /* gore levo */
        100% 0,             /* gore desno */
        calc(100% - 21px) 100%,  /* dole desno (pomereno za 18px ulevo) */
        0 100%              /* dole levo */
        );
}
.logo:after {
    width: 150px; /* širina gornje ivice */
    height: 100%;
    background-color: var(--headersport);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    z-index: -2;
    clip-path: polygon(
        0 0,                /* gore levo */
        100% 0,             /* gore desno */
        calc(100% - 21px) 100%,  /* dole desno (pomereno za 18px ulevo) */
        0 100%              /* dole levo */
        );
}

/*OPCIJA 2*/
/*.logo a:before {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 141px;
    border-top: 61px solid var(--headersport);
    border-right: 20px solid transparent;
    height: 0;
    z-index: -1;
}
.logo a:after {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 151px;
    border-top: 61px solid var(--headersport);
    border-right: 20px solid transparent;
    height: 0;
    z-index: -2;
}*/
/*KRAJ OPCIJE 2*/
.app-nav ul {
    gap: 20px;
}
.app-nav ul a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Encode Sans", serif;
}

/* ---------------------------------- CONTENT ------------------------------- */
.app-wrapper {
    margin-top: 130px;
}
.story-wrapper-inner .title,
.sectionTitle {
    font-weight: 400;
}
.img-holder .uptitle,
.imgWrapper .uptitle,
.video-item .uptitle {
    background-color: var(--darkGreen05);
}
.storyNav h2.title a:hover,
.storyNav h3.title a:hover,
.storyNav h4.title a:hover {
    color: inherit;
    text-decoration-color: var(--line);
    opacity: 1;
}
.pagination ul a {
    background-color: var(--pagination);
    color: var(--white);
}
.pagination ul a:hover,
.pagination ul li.active {
    background-color: var(--header1);
    color: var(--white);
}
.title-time-commentCount h4 {
    font-weight: 900;
}
.entrefilet-box .boxBody::before {
    background-image: url('/assets/front/img/sport/quote-sport.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 101px;
    height: 80px;
}
.img-holder .uptitle,
.imgWrapper .uptitle,
.video-item .uptitle {
    background-color: var(--backgrounduptitle);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}
.title-with-icon,
.storyContent .latest-story-category .title-with-icon,
.storyContent .topStories-2-2-2 .title-with-icon {
    padding-left: 0;
    font-weight: 600;
}
.title-with-icon::before,
.storyContent .latest-story-category .title-with-icon::before,
.storyContent .title-with-icon.arrow-right::before {
    display: none;
}
.tagTitle i {
    color: var(--timecommentsocialfooter);
}
.app-search {
    padding: 6px 10px 6px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.sectionTitle a {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text);
}
.story-wrapper-inner .title {
    font-weight: 200;
    color: var(--text);
}
.thumb-text {
    background-color: var(--storyuptitle);
}
.contentBody ol,
.contentBody ul {
    font-family: "Encode Sans", serif;
}
.contentBody ol li,
.contentBody ul li {
    font-weight: 400;
    font-size: 18px;
    color: var(--text);
}
.contentBody ol li::marker,
.contentBody ul li::marker {
    color: var(--line);
}
button, a.button {
    border-radius: 20px;
}
.poll-content .poll {
    background-color: var(--white);
}
.timeline .time {
    background-color: var(--body);
    color: var(--header1);
}
.timeline:before {
    background-color: var(--header1);
}
.agregator-list .title-data .time-comments {
    color: var(--header1);
}
.story-page .big-medium-stories {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 1px solid var(--line06);
    margin-bottom: 20px;
}
.story-page .medium-story-wrapper {
    display: block;
}
.story-page .medium-story-wrapper .storyNav.medium-story {
    padding-right: 0;
}
.story-page .medium-story-wrapper .medium-story.story-1 {
    border-bottom: none;
    padding-bottom: 0;
}
.story-page .medium-story-wrapper .medium-story.story-1:after {
    display: none;
}
.story-page .medium-story-wrapper .medium-story.story-2 {
    padding-left: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.smaller-story-list .storyNav {
    border-bottom: 1px solid var(--line06);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/* ---------------------------------- BURGER NAV -------------------------------- */

.mobile-navigation-inner .close-nav span {
    background-color: var(--white);
}
.mob-app-nav ul {
    border-top: 1px solid var(--white);
    padding-top: 20px;
}
.mob-app-nav ul li {
    border-bottom: none;
    font-family: "Encode Sans", serif;
}
.mob-app-nav ul a {
    color: var(--white);
    font-weight: 400;
}
.mobile-navigation-inner {
    background-image: url(/assets/front/img/sport/sport_logo.svg);
    background-color: var(--orange);
    background-repeat: no-repeat;
    background-position: 20px 20px, center;
}
/* ---------------------------------- VIDEO SECTION -------------------------------- */
.topStories-najzena-video {
    position: relative;
    padding: 35px 0;
}
.topStories-najzena-video:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 101vw;
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--darkGreen);
    z-index: -1;
}
.title-with-icon.icon-najzena.video {
    margin: 0 0 50px;
    color: var(--white);
}
.topStories-najzena-video .top-story-wrapper {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 40px;
}
.big-video a.img-holder {
    position: relative;
    display: block;
}
.big-video a.img-holder img {
    border-radius: 4px;
}
.big-video .title-time-comments {
    position: absolute;
    bottom: 0;
    padding: 40px 40px 30px;
    z-index: 1;
}
.big-video .time-comments {
    color: var(--white);
}
.big-video h2.title {
    padding: 0;
    color: var(--white);
    z-index: 1;
    margin: 0 0 10px;
}
.big-video a.img-holder:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, var(--darkgray));
    left: 0;
    border-radius: 4px;
}
.small-videos {
    border-top: solid 1px var(--darkGreen05);
}
.small-videos .item {
    padding: 25px 0;
    border-color: var(--darkGreen01);
    margin-top: 0;
}
.small-videos h2.title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
}
.small-videos h2.title a {
    color: var(--white);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--white);
}
.small-videos .item .img-holder {
    max-width: 160px;
}
.small-videos .time-comments {
    color: var(--white05);
    margin-top: auto;
}
.title-time-comments {
    display: flex;
    flex-direction: column;
}

/* ---------------------------------- FOOTER -------------------------------- */
.footer {
    background-color: var(--footer);
    border-top: 2px solid var(--line);
    padding-top: 23px;
    font-family: "Encode Sans", serif;
}
.footer-top {
    margin-top: 0;
    align-items: center;
}
.footer-logo-img {
    background-color: transparent;
    background-image: none;
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    gap: 27px;
    align-items: center;
}
.footer-logo-img .text {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}
.footer-logo-img img {
    display: block;
    height: 20px;
}
.footer-top .heder-nav-link:hover {
    background-color: var(--orange);
}
.footer-bottom {
    margin-top: 30px;
    flex-direction: column;
    gap: 40px;
}
.footer-navigation-second ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    display: flex;
    gap: 30px;
}
.footer-navigation-third {
    flex-basis: auto;
    margin-right: 0;
}
.footer-navigation-third ul {
    gap: 30px;
    flex-direction: row;
}
.footer-copy {
    margin-top: -15px;
}
.contactForm .QapTcha .Slider {
    background-image: url(/assets/front/img/captcha-arrow-sport.svg);
    background-color: var(--section);
}
.footer-navigation-second .nav-item a {
    font-weight: 400;
}
.footer-navigation-third .nav-item a {
    font-weight: 400;
}
.footer-top .heder-nav-link {
    background-color: var(--white);
    color: var(--timecommentsocialfooter);
    border-radius: 2px;
}
.footer-top .heder-nav-link:hover {
    background-color: var(--timecommentsocialfooter);
    color: var(--white);
    opacity: 0.8;
}
.storyNav h2.title a, .storyNav h3.title a, .storyNav h4.title a {
    color: var(--text);
}
.storyList .medium-story {
    border-color: var(--line06);
}
.storyList .medium-story.story-1:after,
.smaller-story-wrapper .borderBottom,
.smaller-story-wrapper .borderRight {
    background-color: var(--line06);
}
.time-comments {
    color: var(--text);
}
.time-comments .commentCount i {
    color: var(--timecommentsocialfooter);
}
.author-sorce-releaseDateTime-releaseDate-commentCount-socialShare {
    color: var(--text);
}
.author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .author,
.author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .source,
.author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .releaseDate,
.author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .releaseTime,
.author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .commentCount {
    opacity: 1;
}

.author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .commentCount i {
    color: var(--timecommentsocialfooter);
}
.author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .social-icons a {
    color: var(--text);
}
.author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .social-icons a:hover {
    border-radius: 0;
}
.previous-next-story {
    border-color: var(--line);
}
.previous-next-story .small-title,
.other-story {
    color: var(--text);
}
.previous-story a.small-title:hover, .next-story a.small-title:hover {
    color: var(--text);
    text-decoration: underline 2px var(--line);
}
.boxImage .boxCaption {
    background-color: var(--storyuptitle);
}
.entrefilet-box .boxBody {
    color: var(--text);
}
.custom-radio-button input:checked ~ .pollAnswer {
    color: var(--body);
}

.custom-radio-button .checkmark::after {
    background: var(--body);
}
.buttonHolderFull button {
    background: var(--buttongradient);
    border-radius: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.buttonHolderFull button:hover {
    opacity: 0.8;
}
.title-with-icon,
.title-time-commentCount h4 a {
    color: var(--text);
}
.time-comment {
    opacity: 1;
}
.time-comment .commentCount i {
    color: var(--timecommentsocialfooter);
}
.item {
    border-color: var(--line06);
}
.slick-slider button {
    color: var(--white);
    background-color: var(--header1);
}
.slick-slider button:hover {
    opacity: 0.8;
}
.tagList a {
    background-color: var(--section);
}
input, textarea, select {
    border:1px solid var(--line);
}
#nickName {
    background: var(--white05);
}
#sendCommentForm .holderButton button,
.comment-footer a {
    border-radius: 0;
    background: var(--buttongradient);
    min-width: 170px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#sendCommentForm .holderButton button:hover,
.comment-footer a:hover {
    opacity: 0.8;
}
.comment-footer a:hover {
    background-color: inherit;
}
.commentsHolder .commentsHeader h5 {
    font-weight: 700;
    font-size: 24px;
    color: var(--text);
}
.commentName .name {
    font-weight: 700;
    color: var(--text);
}
.commentsBrowserEntry p {
    color: var(--text);
}
.commentsBrowser {
    border-color: var(--line06);
}
h1.pageTitle.storyCategoryTitle {
    font-weight: 700;
}
.topStories-Slider-6-2-3 .big-uptitle {
    font-size: 30px;
    padding: 7px 10px;
}
.topStories-Slider-6-2-3 .img-holder .uptitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}
.storyNav h2.title, .storyNav h3.title, .storyNav h4.title {
    font-weight: 900;
}
a.button.h-40 {
    background: var(--buttongradient);
    border-radius: 0;
}
.third_left {
    position: relative;
    margin-bottom: 40px;
}
.third_left:before {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    background-color: var(--section);
    width: 100vw;
    top: 0;
    bottom: 0;
    left: calc(var(--container-width) / 2);
    transform: translateX(-50%);
}
.third_right {
    padding-top: 30px;
}
.slider-SportRecommend .sliderTitle .sport-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    width: 20px;
    height: 20px;
    background-image: url(/assets/front/img/sport/sport_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 111px;
    height: 18px;
    display: block;
}
.pollBrowser .pollList .pollElement,
.pollBrowser .pollList .pollElement.first {
    border-color: var(--line06);
}
.pollBrowser .pollList .pollElement h3 a {
    color: var(--text);
}
.single-poll {
    background-color: var(--white);
    padding: 20px;
    border-radius: 4px;
    color: var(--header1);
}
.poll.poll-results {
    background-color: var(--white);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 40px;
}
.progressBarWrapper {
    background-color: var(--section);
}
.poll.poll-results .buttonHolderFull p.question {
    color: var(--header1);
}
h2.children-title a {
    color: var(--text);
}
.page-children-list .childrenItem a.button,
.form-holder.button-holder button {
    background-color: inherit;
    background: var(--buttongradient);
    border-radius: 0;
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-children-list .childrenItem a.button:hover,
.form-holder.button-holder button:hover {
    opacity: 0.8;
}
.download-list h3,
.download-list .dataNav.last,
h3.faq-title,
.faq .dataNav.last {
    border-color: var(--line06);
}
.contactForm .QapTcha {
    border-color: var(--line);
}
.poll-archive-list .moreDetails a:hover {
    color: var(--text);
}
.download-list .dataNav .attachments p {
    border-color: var(--line);
}
.latest-2-3-sport .storyList {
    margin-bottom: 40px;
}
.header-red:after {
    display: block;
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.02) 100%);
}
header.fixed .header-red:after {
    opacity: 0.2;
    transition: all 0.3s ease;
    visibility: visible;
}
#scrollToTop {
    background-color: #fff;
    color: #000;
}
.modal-content h3,
.modal-content label {
    color: var(--body);
}
#pushConfirmBtn {
    background-color: inherit;
    background: var(--buttongradient);
    width: 150px;
    border-radius: 0;
    margin: 0 auto;
}
#pushConfirmBtn:hover {
    opacity: 0.8;
}
#push-groups-modal .modal-content .target-options .custom-checkbox {
    border-color: var(--header1);
}

/*------------------------------------- BANERI / AKLAMATORI -------------------------*/

.banner980 .dtQ470bOt .akla_title_Q470bOt {
    color: var(--white);
}
.banner980 .dtQ470bOt .akla_title_Q470bOt span {
    color: var(--header1) !important;
}
.banner980 #aklaQ470bOt {
    border-color: var(--header1);
}