/*

Please, use this CSS file to style all fragment on website.
When starting a new project, remove all css from this file.

*/

/*.section {
    margin-bottom: 100px;
}*/

.story {
    background: rgb(3,169,244);
    background: linear-gradient(90deg, rgba(3,169,244,1) 0%, rgba(3,169,244,1) 35%, rgba(90,206,245,1) 100%);
    padding: 60px;
}

.story .item-title {
    font-size: 60px;
    color: #fff;
}

.story .item-lead {
    font-size: 18px;
    color: #fff;
}
.fragment {
    width: 100%;
    clear: both;
}

/* ----------------------------------------------------------------------------- STRIPE ----------------------------------------------------------------------------- */

/* -------------------------------- WEATHER JSP ----------------------------- */

.waetherDiv {
    width: 100%;
    position: relative;
}
.current-date {
    text-align: right;
    padding: 10px 0;
}
.current-date span {
    font-size: 16px;
    color: var(--primary-text-color);
    font-weight: 400;
}
.weather-wrapper {
    background-color: var(--secondary-background-color);
    padding: 0 12px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.waetherDiv .today a {
    color: #9B9B9B;
    padding: 22px 0;
    display: block;
    line-height: 100%;
    font-weight: 400;
    font-size: 16px;
}
.chooseTown {
    width: 100px;
    margin-right: 10px;
}
.chooseTown form select {
    background: transparent url('../img/triangle-bottom.svg') no-repeat;
    background-position: right center;
    color: var(--primary-text-color);
    font-size: 16px;
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dark-mode .chooseTown form select{
    filter: brightness(0) invert(1);
}
.waetherDiv .temperature {
    color: var(--primary-text-color);
    font-size: 24px;
    text-align: right;
}

/* -------------------------- LATEST COMMENTS ------------------------------- */

.commentsTeaser,
.blogTeaser {
    background-color: var(--inputs-borders-bkgr);
    padding: 20px 10px;
}
.boxRight h2 {
    color: var(--primary-text-color);
    font-size: 18px;
    margin: 0;
}
.commentsTeaser h2,
.blogTeaser h2 {
    padding: 0 0 0 10px;
    border-left: 4px solid #666;
    text-transform: uppercase;
}
.boxRight .comment-wrapper,
.blogTeaser .blogName  {
    padding: 20px 0 5px;
    border-bottom: 1px solid #D8D8D8;
}
.boxRight .comment-wrapper a {
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}

/* -------------------------- NEW POPULAR ARCHIVE --------------------------- */

.latest-new.news-tabs ul.nav-tabs {
    border-bottom: 0;
}
.latest-new.news-tabs li {
    width: 50%;
}
.latest-new.news-tabs li a {
    width: 100%;
    display: block;
    padding: 2px 10px;
    font-size: 16px;
    color: #9B9B9B;
    border-bottom: 1px solid #D8D8D8;
}
.latest-new.news-tabs li:first-child a {
    padding-left: 0;
}
.latest-new.news-tabs li a.active,
.latest-new.news-tabs li a:hover {
    color: var(--primary-text-color);
}
.latest-new.news-tabs li a.active {
    border-bottom: 3px solid #E82C2C;
}
.app-sidebar .searchNaj {
    margin: 10px 0;
    width: 100%;
}
.app-sidebar input.searchText {
    color: #757C86;
    font-size: 15px;
    height: 40px;
    padding: 10px;
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    float: left;
    border: 1px solid #eb3232;
    border-right: 0;
}
.app-sidebar input.searchButton {
    background-color: #E82C2C;
    border: 0;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 35%;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    transition: all .3s ease;
    cursor: pointer;
}
.app-sidebar input.searchButton:hover {
    background-color: #1e365a;
    transition: all .3s ease;
}

/* ---------------------------- TOP VIDEO ----------------------------------- */
.boxRight h2.homeVideoTitle {
    padding: 2.5px 10px;
    border-left: 4px solid #666;
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 0 10px 0;
}
.boxRight .homeVideo h3 {
    margin: 0;
    background-color: #000;
    font-weight: normal;
    width: 100%;
}
.boxRight .homeVideo h3 a {
    color: #fff;
    font-size: 18px;
    padding: 5px 8px;
    display: inline-block;
    font-weight: 700;
}
.boxRight .homeVideo .brid-poster-title {
    display: none;
}

/* ----------------------------- EPSILON SCHEME ----------------------------- */
.dark-mode .program .nav-tabs{
    position: relative;
    border-bottom: none;
}
.dark-mode .program .nav-tabs:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e82c2d;
    top:calc(100% - 1px);
}
.app-sidebar .program h3,
#scheme .program h3 {
    color: var(--primary-text-color);
    font-size: 18px;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 400;
    padding: 10px 0;
    margin-bottom: 10px;
}
.program .nav-tabs li {
    float: left;
}
.nav-tabs.radio li {
    width: 25%;
    text-align: center;
}
.program .nav-tabs li a {
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    color: #9B9B9B;
    text-align: center;
    border-bottom: 3px solid transparent;
}
.program .nav-tabs li a:hover,
.program .nav-tabs li.active-prog a,
.program .nav-tabs.radio li a.active {
    color: #444;
}
.dark-mode .program .nav-tabs li a:hover,
.dark-mode .program .nav-tabs li.active-prog a,
.dark-mode .program .nav-tabs.radio li a.active {
    color: #ddd;
}
.program .nav-tabs li.active-prog a,
.program .nav-tabs.radio li a.active {
    border-bottom: 3px solid #E82C2C;
}
.program .programRow {
    padding: 10px 0 5px 0;
    margin-bottom: 1px;
    border-bottom: 1px dashed #D8D8D8;
}
.app-sidebar .program .programRow,
#scheme .program .programRow {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.app-sidebar .program .time,
#scheme .program .time {
    width: 64px;
    font-size: 14px;
    text-align: left;
    width: 64px;
}
.program .time {
    color: var(--secondary-text-color);
    font-weight: bold;
}
.app-sidebar .program .time span,
#scheme .program .time span,
.app-sidebar .program .name span,
#scheme .program .name span {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.app-sidebar .program .time span,
#scheme .program .time span {
    color: #9B9B9B;
}
.app-sidebar .program .name,
#scheme .program .name {
    padding-left: 10px;
    width: calc(100% - 64px);
    box-sizing: border-box;
}
.app-sidebar .program .name.current span,
#scheme .program .name.current span {
    font-weight: bold;
}
.app-sidebar .program .name span,
#scheme .program .name span {
    color: var(--primary-text-color);
}
.app-sidebar .program .name a span,
#scheme .program .name a span {
    color: var(--title-color);
}
.program .loading {
    padding: 10px 0 5px 0;
}
.app-sidebar .program #programListFull,
#scheme .program #programListFull {
    margin-top: 10px;
    text-align: center;
}
.program #programListFull a {
    background-color: #c31d24;
    color: #fff;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
}
.program #programListFull a:hover {
    background-color: #1E365A;
}
.app-sidebar .program .nav.nav-tabs.program-scheme-scrollable,
#scheme .program .nav.nav-tabs.program-scheme-scrollable {
    padding: 0;
    margin: 0 20px;
    position: relative;
    width: calc(100% - 40px);
}
.app-sidebar .program .slick-prev,
.app-sidebar .program .slick-next,
#scheme .program .slick-prev,
#scheme .program .slick-next {
    width: 18px;
    height: 26px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.app-sidebar .program .slick-prev:hover,
.app-sidebar .program .slick-next:hover {
    opacity: 1;
}
.app-sidebar .nav.nav-tabs.program-scheme-scrollable .slick-prev,
#scheme .nav.nav-tabs.program-scheme-scrollable .slick-prev {
    left: -18px;
}
.app-sidebar .nav.nav-tabs.program-scheme-scrollable .slick-next,
#scheme .nav.nav-tabs.program-scheme-scrollable .slick-next {
    right: -18px;
}
.app-sidebar .program .slick-prev:before,
.app-sidebar .program .slick-next:before,
#scheme .program .slick-prev:before,
#scheme .program .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #203e64;
}
.dark-mode .app-sidebar .program .slick-prev:before,
.dark-mode .app-sidebar .program .slick-next:before,
.dark-mode #scheme .program .slick-prev:before,
.dark-mode #scheme .program .slick-next:before {
    color: #396eb1;
}
.app-sidebar .program .slick-prev:before,
#scheme .program .slick-prev:before {
    content: '\f053';
}
.app-sidebar .program .slick-next:before,
#scheme .program .slick-next:before {
    content: '\f054';
}
.program .tab-content {
    padding-top: 10px;
}
.program .programListFull a {
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background-color: #c31d24;
    margin-top: 10px;
}
.program .programListFull a:hover {
    background-color: #1E365A;
}

/* ---------------------------- BROADCAST FILTER ---------------------------- */
.boxRight .broadcastFilter {
    border: 1px solid #d8d8d8;
    padding: 15px;
}
.boxRight .broadcastFilter .filter {
    margin-bottom: 10px;
    clear: both;
    position: relative;
}
.boxRight .broadcastFilter label {
    height: 40px;
    line-height: 40px;
    width: 94px;
    background: #c31d24;
    float: left;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-weight: bold;
}
.boxRight .broadcastFilter .fake-select {
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 10px;
}
.boxRight .broadcastFilter input {
    width: 174px;
    height: 40px;
    line-height: 40px;
    background: var(--secondary-background-color);
    border: 0;
    position: relative;
    padding: 0 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.boxRight .broadcastFilter .fake-select input {
    position: absolute;
    left: -9999px;
    height: 20px;
    width: 20px;
    margin: 0;
}
.boxRight .broadcastFilter .fake-select .toggle + label {
    z-index: 2;
    height: 40px;
    display: block;
    line-height: 40px;
    text-indent: 5px;
    color: var(--primary-text-color);
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 174px;
    background: var(--secondary-background-color);
    text-align: left;
    cursor: pointer;
    font-weight: 400;
    padding: 0 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.boxRight .broadcastFilter .fake-select ul {
    margin: 0;
    list-style: none;
    padding: 0;
    max-height: 0px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    background: var(--secondary-background-color);
    width: 174px;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 41px;
}
.boxRight .broadcastFilter .fake-select ul.active {
    max-height: 1000px;
}
.boxRight .broadcastFilter .fake-select ul li {
    width: 100%;
    padding: 5px;
    cursor: pointer;
}
.fake-radio, input[type="radio"] {
    display: none;
}
.boxRight .broadcastFilter .fake-select .select-option label {
    display: block;
    padding: 10px;
    padding-left: 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    background: transparent;
    color: var(--primary-text-color);
    font-weight: 400;
    height: auto;
    width: 100%;
    text-align: left;
    line-height: 100%;
    padding-left: 5px;
}
.boxRight .broadcastFilter input[type="submit"] {
    font-size: 14px;
    background: #E82C2C;
    width: 111px;
    color: #fff;
    text-transform: uppercase;
    float: right;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 0;
}
.boxRight .broadcastFilter input[type="submit"]:hover {
    background: #274B81;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.boxRight .broadcastFilter .fake-select .toggle + label::after {
    content: "\f078";
    position: absolute;
    right: 15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary-text-color);
}
.fake-radio,
input[type="radio"] {
    display: none;
}
.fake-radio + label,
input[type="radio"] + label {
    margin: 0;
    font-weight: 400;
    color: var(--primary-text-color);
    vertical-align: middle;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    cursor: pointer;
}
.fake-radio + label:before,
input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 14px;
    background-color: white;
    margin-right: 15px;
    box-shadow:  0 0 0 2px #D8D8D8;
    color: var(--title-color);
    text-align: center;
    cursor: pointer;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;

}
.fake-radio:checked + label:before,
input[type="radio"]:checked + label:before  {
    display: block;
    content: '';
    background-color: #0071BC;
    color: #fff;
    box-shadow: 0 0 0 2px #0071BC;
    border: 5px solid #fff;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}
input[type="radio"]:checked + label {
    font-weight: 700;
}
.boxRight .broadcastFilter .fake-select .select-option:hover label,
.boxRight .broadcastFilter .fake-select .select-option:active label {
    background: #c31d24;
    outline: none;
    color: #fff;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.boxRight .broadcastFilter .fake-select .select-option input:checked + label {
    background: rgba(195, 29, 36, 0.3);
    text-indent: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 -1px 2px 0 rgba(0, 0, 0, 0.09);
    color: #fff;
}

/* ---------------------------- BROADCAST SCHEME NAVIGATION ----------------- */
.service.broadcastScheme h2 {
    margin: 0;
    color: #fff;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
    background: #c31d24;
    clear: both;
    border-radius: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.broadcastSchemeWrapper {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
.boxRight .broadcast-scheme-left,
.boxRight .broadcast-scheme-right {
    width: 50%;
}
.broadcastSchemeWrapper a {
    display: block;
    padding: 10px 0px 5px 0;
    font-size: 14px;
    border-bottom: 1px dashed #D8D8D8;
}
.broadcastSchemeWrapper .broadcast-scheme-left a,
.broadcastSchemeWrapper .broadcast-scheme-right a {
    margin-bottom: 1px;
    margin-right: 1px;
}

/* ---------------------------- LATEST BLOG POSTS --------------------------- */
.blogTeaser .blogName {
    border-bottom: none;
}
.boxRight .blogTeaser a {
    font-size: 14px;
}
.boxRight .blog-other a {
    width: calc(100% + 20px);
    margin: 0 -10px 10px;
    height: 50px;
    line-height: 50px;
    background-color: #1E365A;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 16px;
}
.boxRight .blog-other a:hover {
    background-color: #E82C2C;
}

/* ---------------------------- TEASER PHOTOS ------------------------------- */
.teaser-photos {
    width: 100%;
}
.slick-slide img {
    width: 100%;
    height: auto;
}

/* ---------------------------- DATE PICKER --------------------------------- */
.datePickerFragment {
    margin-bottom: 10px;
}
.datePickerFragment .ui-widget.ui-widget-content {
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
    font-family: rts, Helvetica, sans-serif;
    font-size: 13px;
}
.datePickerFragment .ui-datepicker .ui-datepicker-header {
    padding: 0;
    background-color: #1E365A;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
}
.datePickerFragment .ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 12px 45px;
    line-height: 1.4;
}
.datePickerFragment .ui-datepicker .ui-datepicker-prev,
.datePickerFragment .ui-datepicker .ui-datepicker-next {
    width: 20px;
    height: 20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    opacity: 1;
}
.datePickerFragment .ui-datepicker .ui-datepicker-prev:hover,
.datePickerFragment .ui-datepicker .ui-datepicker-next:hover {
    opacity: 0.8;
}
.datePickerFragment .ui-datepicker .ui-datepicker-prev {
    left: 10px;
}
.datePickerFragment .ui-datepicker .ui-datepicker-prev:before {
    content: "\f053";
}
.datePickerFragment .ui-datepicker .ui-datepicker-next {
    right: 10px;
}
.datePickerFragment .ui-datepicker .ui-datepicker-next:before {
    content: "\f054";
}
.datePickerFragment .ui-datepicker .ui-datepicker-prev span,
.datePickerFragment .ui-datepicker .ui-datepicker-next span {
    display: none;
}
.datePickerFragment .ui-datepicker th {
    color: #fff;
    background-color: #264675;
    padding: 6px 0;
    font-weight: normal;
}
.datePickerFragment .ui-datepicker td {
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: var(--title-color);
    line-height: 18px;
}
.datePickerFragment .ui-datepicker td span,
.datePickerFragment .ui-datepicker td a {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: var(--title-color);
    padding: 5px 0;
}
.datePickerFragment .ui-datepicker td a:hover {
    color: #e82c2c;
}
.datePickerFragment .ui-datepicker tbody tr {
    background-color: #E6E6E6;
}
.datePickerFragment .ui-datepicker td.ui-datepicker-current-day span,
.datePickerFragment .ui-datepicker td.ui-datepicker-current-day a {
    color: #fff;
    background-color: #9DA3AA;
}
/* ----------------------------------------------------------------------------- CONTENT ----------------------------------------------------------------------------- */

/* ---------------------------- TOP STORIES MEDIUM -------------------------- */
.12-stories .twoOneRow {
    display: table;
    width: 100%;
}
.twoColRow.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.storiesTop.twelve-stories .twoOneRow .twoColRow {
    width: 65.96%;
    max-width: 620px;
    box-sizing: border-box;
    float: left;
}
a.smallThumb,
a.largeThumb,
a.mediumThumb {
    position: relative;
    display: block;
    min-height: 80px;
}
a.smallThumb img,
a.largeThumb img,
a.mediumThumb img {
    width: 100%;
    height: auto;
    display: block;
    /*    display: flex;
        align-items: center;
        justify-content: center;*/
}
a.smallThumb img::before,
a.largeThumb img::before,
a.mediumThumb img::before {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
a.smallThumb i,
a.largeThumb i,
a.mediumThumb i,
.threece i,
.three i {
    background-color: #c31d24;
    width: 22px;
    height: 22px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    float: left;
}
.element h3 {
    font-size: 16px;
    color: var(--title-color);
    line-height: 120%;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}
.newsTextNew {
    height: 36px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 140%;
    color: var(--primary-text-color);
    font-size: 13px;
    margin-bottom: 10px;
}
.twoOneRow .singleCol {
    float: right;
    width: 31.92%;
    max-width: 300px;
}
.singleCol .smallThumb,
.threeColRow .smallThumb {
    float: left;
    margin-right: 10px;
    clear: left;
}
a.smallThumb {
    width: 80px;
}
.singleCol .element {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.singleCol .element.first h3 {
    margin-top: 10px;
}
.singleCol .element h3 {
    margin-top: 0;
    font-size: 14px;
}
.threeColRow .element h3 {
    margin-top: 0;
    font-size: 15px;
}
.threeColRow {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.regularView .singleCol.singleColthreeRows .smallThumb {
    margin-bottom: 10px;
}
.regularView .singleCol.singleColthreeRows .colRight {
    width: 100%;
    display: table;
}

/* ------------------------------ LIVE ARTICLE ------------------------------ */

.liveArticle {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}
.liveArticle h2 {
    width: 284px;
    padding: 17px 20px;
    margin: 0;
    background-color: #8a112e;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    border-right: 4px solid #fff;
}
.linija {
    -webkit-animation: linija 5s linear infinite;
    -moz-animation: linija 5s linear infinite;
    -ms-animation: linija 5s linear infinite;
    -o-animation: linija 5s linear infinite;
    animation: linija 5s linear infinite;
    background-color: #fff;
    height: 5px;
    display: block;
}

@-webkit-keyframes linija {
    0% {
        width: 0;
    }
    80% {
        width: 100%;
    }
    99% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@-moz-keyframes linija {
    0% {
        width: 0;
    }
    80% {
        width: 100%;
    }
    99% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@-ms-keyframes linija {
    0% {
        width: 0;
    }
    80% {
        width: 100%;
    }
    99% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@-o-keyframes linija {
    0% {
        width: 0;
    }
    80% {
        width: 100%;
    }
    99% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@keyframes linija {
    0% {
        width: 0;
    }
    80% {
        width: 100%;
    }
    99% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
.liveArticle .liveText {
    display: table-cell;
    background-color: #DEDEDE;
    width: 656px;
    font-size: 24px;
    color: #fff;
    /*    padding: 10px 77px 10px 20px;*/
    line-height: 110%;
    position: relative;
    vertical-align: middle;
}
.dark-mode .liveArticle .liveText{
    background-color: #3f3f3f;
}
.liveArticle .liveText a.liveLink {
    position: relative;
    padding: 10px 82px 10px 20px;
    width: 100%;
    display: block;
}
.liveArticle .liveText.nolink {
    padding-right: 20px;

    width: 100%;
    box-sizing: border-box;
}
.liveArticle .liveText a, .liveArticle .liveText a:hover {
    color: var(--primary-text-color);
    vertical-align: middle;
}
.liveArticle .opsirnije {
    position: absolute;
    color: #fff;
    bottom: 5px;
    right: 5px;
    background-color: #000;
    font-size: 14px;
    padding: 2px 6px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
}
.liveArticle .opsirnije a {
    line-height: 110%;
    color: #fff;
    font-size: 12px;
}

.liveArticle .opsirnije a:hover {
    color: #fff;
}

.liveArticle .vert {
    display: none;

}
.liveArticle.hide {
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}

/* ----------------------- TOP SECTION STORIES SLIDER 1-1-1 ----------------- */

.sectionTitle.yellow {
    border-left: 4px solid #FFE100;
}
.sectionTitle.slideNews {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.caretCircle {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--secondary-background-color);
    position: relative;
    float: left;
}
.caretCircle.slideNewsRight {
    margin-left: 10px;
}
.caretCircle.active i {
    color: var(--primary-text-color);
}
.caretCircle i {
    color: rgba(74, 74, 74, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}
.dark-mode .caretCircle i{
    color: var(--primary-text-color);
    opacity: 0.5;
}
.dark-mode .caretCircle.active i{
    opacity: 1;
}
.storiesSectionSlider {
    width: 100%;
    clear: both;
}
.row-3-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    width: 100%;
    clear: both;
}
.has-video {
    position: absolute;
    bottom: 0;
    left: 0;
}
.storiesSectionSlider .singleCol .colBig .largeThumb {
    margin-bottom: 10px;
}
.singleCol .element.first h3 {
    font-size: 16px;
}
.storiesSectionSlider .singleCol .colBig h3 {
    margin-bottom: 10px;
}

/* ----------------------- TOP STORIES SLIDER 1-2-3 ------------------------- */

.sectionTitle.blue {
    border-left: 4px solid #0071BC;
}
.sectionTitle.green {
    border-left: 4px solid #8CC63F;
}
.sectionTitle.orange {
    border-left: 4px solid #FFA700;
}
.sectionTitle.purple {
    border-left: 4px solid #662D91;
}
/*.topSectionStoriesSlider-1-2-3 .regularView {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}*/
.singleCol .mediumThumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 120px;
    clear: left;
}
.storiesSectionSlider .singleCol h3 {
    margin-top: 0;
}
.storiesSectionSlider .singleColthreeRows h3 {
    font-size: 15px;
}
.storiesSectionSlider .newsTextNew.newsTextNewNoHeight,
.storiesTop .newsTextNew.newsTextNewNoHeight {
    height: auto;
    overflow: initial;
}
.topSectionStoriesSlider-1-2-3 .singleCol h3 {
    font-size: 16px;
}
.topSectionStoriesSlider-1-2-3 .singleCol.singleColthreeRows h3 {
    font-size: 15px;
}
.news-title {
    font-weight: 700;
}

/* ----------------------- TOP SECTION STORIES PREPORUKA -------------------- */
.threece {
    position: relative;
}
.strip-small {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 75%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 75%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#000000',GradientType=0 );
}
.strip-small .preporuka-info span,
.strip-small .preporuka-info a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.strip-small .preporuka-info a span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}
.iconHolder.topLeft {
    bottom: auto;
    top: 0;
}
.kanal-vreme .vreme {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}
.kanal-vreme .kanal {
    font-size: 12px;
    font-weight: 400;
}

/* ----------------------- TOP STORIES INNER SLIDER ------------------------- */

.row-2-1-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    align-items: flex-start;
}
.row-2-1-cols .xl-block-news {
    grid-column-start: 1;
    grid-column-end: 3;
}
.pos-rel {
    position: relative;
}
.info-post h3, .info-post h3 a {
    font-size: 16px;
    color: var(--title-color);
    line-height: 140%;
    font-weight: 700;
    margin: 10px 0;
}
.info-post h3 a:hover {
    color: #e82c2c;
}
.info-post .post-lead {
    color: var(--primary-text-color);
}
.xl-block-news .strip {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    display: flex;
    align-items: flex-end;
}
.strip .inner-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
    color: #fff;
}
h3.lg-headline {
    color: #fff;
    font-weight: 700;
    line-height: 21px;
}
.strip h3 {
    font-size: 19px;
    margin: 0 0px;
    margin-bottom: 0px;
    margin-bottom: 15px;
}
.strip h3 a {
    color: #fff;
    font-weight: 700;
}
.strip .newsTextNew {
    color: #fff;
}
a.short-news-link {
    display: block;
    margin-bottom: 15px;
    line-height: 16px;
    font-size: 14px;
}
a.short-news-link .short-news-date,
a.short-news-link .short-news-text {
    color: #fff;
    line-height: 16px;
    font-size: 14px;
}
a.short-news-link .short-news-text {
    font-weight: 700;
}
.row-block {
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}
.three {
    position: relative;
}
.strip-small .info-post h3 a {
    color: #fff;
}
.referencePart {
    background: var(--inputs-borders-bkgr);
    padding: 10px;
}
.row-3-cols .three .smallThumb {
    float: left;
    margin-right: 10px;
}
.inline-info h3 {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.inline-info h3 a {
    font-weight: 700;
}
.lead-small {
    color: var(--primary-text-color);
    font-size: 13px;
    overflow: hidden;
}
img {
    font-size: 10px;
}
.storiesTop .short-news-mobile {
    display: none;
}

/* -------------------------------- TOP STORIES ----------------------------- */

.twoOneRow {
    grid-column-start: 1;
    grid-column-end: 3;
}
.newsBlockNew {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.scrollerElement .strip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 75%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 75%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#000000',GradientType=0 );
}
.newsBlockNew .newsTextNew.newsTitle {
    height: auto;
}
.twoColRow {
    float: left;
    width: 640px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.storiesTop .twoOneRow .twoColRow {
    width: 100%;
    max-width: none;
    padding-right: 0;
}

/* ----------------------- TOP SECTION STORIES SLIDER 1-1-1-1 --------------- */

.row-4-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.topElementHighlight {
    background: #662D91;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    right: 0;
}
.topElementHighlight a,
.topElementHighlight span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.topElementInfo .topElementLink {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    display: block;
    margin-top: 10px;
    min-height: 44px;
    margin-bottom: 10px;
}
.topElementInfo .topElementLead {
    color: var(--primary-text-color);
    font-size: 13px;
    font-weight: 400;
}

/* ----------------------- TOP TV SLIDER SCHEME ----------------------------- */
.sliderEpsilonScheme {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.sliderEpsilonScheme.topTvSliderScheme {
    flex-direction: row-reverse;
}
#scheme .epsilonScheme,
#schemeLatest .epsilonScheme {
    width: 300px;
}
#scheme .main,
#schemeLatest .main {
    width: 620px;
}
#scheme .twoColRow,
#schemeLatest .twoColRow {
    padding-right: 0;
    margin-bottom: 20px;
    float: none;
    width: 100%;
}
#scheme .smallThumb,
#schemeLatest .smallThumb {
    float: left;
    margin-right: 10px;
}
#scheme .twoColRow h3,
#schemeLatest .twoColRow h3 {
    font-size: 15px;
    margin-top: 0;
}
.scrollerElement {
    /*  height: 348px;*/
    position: relative;
}
.scrollerElement img {
    width: 100%;
    height: auto;
    display: block;
}
.showText {
    width: 80%;
    display: block;
    float: left;
}
.showTime {
    font-size: 20px;
    font-weight: bold;
    float: right;
    width: 20%;
    display: block;
    line-height: 100%;
    text-align: right;
}
.scrollerHolder {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.scrollerButtons {
    display: none;
}
.scrollerShortcuts {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.scrollerShortcut {
    width: 14px;
    height: 14px;
    background: #1E365A;
    border-radius: 500px;
    margin: 0 2px;
    display: inline-block;
    text-indent: -9999px;
}
.scrollerShortcutActive {
    background: #fff;
}
.scrollerHolder .newsBlockNew {
    margin-bottom: 0;
}

/* --------------------------------- AJAX SHOW ------------------------------ */
.ajaxShow {
    display: table;
    width: 100%;
}
#podcastShow h2.title {
    display: block;
    width: 100%;
    position: relative;
    float: none;
    color: var(--title-color);
    font-size: 26px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 40px;
    margin-top: 10px;
}
.ajaxShowWrapper {
    display: table;
    width: 100%;
}
#podcastShow .ajaxShow .ajaxImage {
    width: 32%;
    /*  height: 225px;*/
    overflow: hidden;
    display: block;
    float: left;
}
#podcastShow .ajaxShow .ajaxImage a img {
    width: 100%;
    height: auto;
}
#podcastShow .ajaxShow .ajaxSidebar {
    float: left;
    display: block;
    width: 68%;
}
#podcastShow .ajaxShow .ajaxSidebar .textContainer {
    padding: 0px 20px 0;
    height: 85px !important;
}
#podcastShow .ajaxShow .ajaxSidebar h1,
#podcastShow .ajaxShow .ajaxSidebar h2 {
    display: block;
    width: 100%;
    margin-top: 3px;
}
#podcastShow .ajaxShow .ajaxSidebar h1 a,
#podcastShow .ajaxShow .ajaxSidebar h2 a {
    margin-bottom: 6px;
    font-size: 18px;
    display: block;
    width: 100%;
}
#podcastShow .ajaxShow .ajaxSidebar .teaser {
    display: block;
    width: 100%;
}
#podcastShow .ajaxShow .ajaxSidebar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
#podcastShow .ajaxShow .ajaxSidebar ul li {
    padding: 5px 20px;
    border-bottom: 1px dashed #D8D8D8;
}
#podcastShow .ajaxShow .ajaxSidebar ul li a {
    display: block;
}
#podcastShow .ajaxShow .ajaxSidebar ul li a.active,
#podcastShow .ajaxShow .ajaxSidebar ul li a:hover {
    font-weight: 700;
}

/* ----------------------------------- VIDEO DANA --------------------------- */
.homeVideo .embed-responsive {
    padding-bottom: 56.25%;
}

/* -------------------------- FUTBALSKI DNEVNIK ----------------------------- */
.referencePart.fudbalskiDnevnik {
    background: #133DDB;
    padding-bottom: 24px;
    position: relative;
}
.fudbalskiDnevnik .sectionTitle.orange {
    border-color: #fff;
}
.fudbalskiDnevnik .sectionTitle h2 {
    color: #fff;
}
.fudbalskiDnevnik .borderBottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: stretch;
}
.fudbalskiDnevnik .borderColor {
    height: 4px;
    width: 20%;
}
.fudbalskiDnevnik .borderColor.orange {
    background-color: #FFCB00;
}
.fudbalskiDnevnik .borderColor.white {
    background-color: #fff;
}
.fudbalskiDnevnik .borderColor.green {
    background-color: #00BA5D;
}
.fudbalskiDnevnik .borderColor.blue {
    background-color: #143CDB;
}
.fudbalskiDnevnik .borderColor.red {
    background-color: #FF0000;
}

/* -------------------------- OI PARIZ 2024 --------------------------------- */
.referencePart.oi2024 {
    background: #D7C378;
    padding-bottom: 24px;
    position: relative;
}
.oi2024 .sectionTitle.orange {
    border-color: #fff;
}
.oi2024 .sectionTitle h2 {
    color: #fff;
}