/*

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

*/

/* ------------------------ GENERAL ----------------------------------------- */
.section {
    margin-bottom: 40px;
    clear: both;
    display: block;
    width: 100%;
}
.section a,
.section a:hover {
    color: var(--darkgray);
}
.title-with-icon.arrow-right::before {
    background-image: url('/assets/front/img/icon-right.svg');
}
.twoStories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    overflow: hidden;
}
.twoStories .item.vertical-item {
    padding-bottom: 0;
    position: relative;
}
.twoStories .item.vertical-item:after {
    width: 1px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    background-color: var(--gray2);
}
.threeStories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    overflow: hidden;
}
.threeStories .item.vertical-item:after {
    width: 1px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    background-color: var(--gray2);
}
section a.button {
    color: var(--white);
}
section a.button:hover {
    color: var(--white);
}
section a.button.center {
    margin: 30px auto 0;
}
.columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    overflow: hidden;
}

/* ------------------------ topExtensions-HeaderNav ------------------------- */
.header-nav-title {
    font-size: 12px;
    font-weight: 900;
}
.header-top-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-top-nav a {
    padding: 0 30px;
    border-left: 1px solid var(--white05);
    color: var(--white05);
    line-height: 1;
}
.header-top-nav a img {
    /*    height: 16px;
        width: auto;*/
}
.header-top-nav a span,
.header-top-nav a img {
    opacity: 1;
    transition: all 0.3s ease;
}
.header-top-nav a:hover span,
.header-top-nav a:hover img {
    opacity: 0.5;
    transition: all 0.3s ease;
}

/* ------------------------ topExtensions-DownloadApp ----------------------- */

.download-app {
    font-size: 14px;
    line-height: 1;
    color: var(--white05);
}
.download-app-title {
    margin-bottom: 10px;
}
.download-app-wrapper {
    display: flex;
    gap: 15px;
}
.download-app-link {
    transition: all .3s ease;
}
.download-app-link:hover {
    opacity: 0.75;
    transition: all .3s ease;
}

/* ------------------------ latest-story-category ---------------------------- */

.latest-story-category {
    margin-bottom: 40px;
}
h2.title-with-icon,
h3.title-with-icon {
    margin-top: 0;
}
.title-with-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 24px);
    width: 20px;
    height: 20px;
    background-image: url('/assets/front/img/icon-news.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.fragment-title a:hover {
    color: var(--red);
}
.latest-story-category .item .img-holder img {
    width: 100%;
    transition: all .3s ease;
}
.latest-story-category .item .img-holder img:hover {
    opacity: 0.75;
    transition: all .3s ease;
}

/* ------------------------ breaking-news ----------------------------------- */
.breaking-news {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: var(--lightgray);
    border-bottom: 2px solid;
    border-color: var(--red);
    margin-bottom: 38px;
}
.breaking-news-title {
    font-size: 14px;
    line-height: 0.85;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white);
    background-color: var(--red);
    padding: 9px 0px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    margin: 0;
}
.breaking-news-content {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 20px 20px;
}
.breaking-news-content .item {
    flex-basis: 31.6%;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.breaking-news-content .item a {
    width: 100%;
}
.breaking-news-content .item a img {
    width: 100%;
}
.breaking-news-content .item h5 {
    margin: 0;
}
.breaking-news-content .item h5 a {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--darkgray);
    text-decoration: underline 2px transparent;
}
.breaking-news-content .item h5 a:hover {
    color: var(--darkgray);
    text-decoration: underline 2px var(--red);
}

/* ------------------------ topStories-aloRecommend-3-3 --------------------- */
h2.title-with-icon.alo-icon {
    padding-left: 50px;
}
h2.title-with-icon.alo-icon::before {
    width: 40px;
    height: 20px;
    background-image: url('/assets/front/img/icon-alo-red.svg');
    top: calc(50% - 19px);
}
.top-story-wrapper {
    overflow: hidden;
}
.topStories-aloRecommend-3-3 .top-story-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
}
.item.vertical-item {
    margin: 0;
    padding: 0 0 20px;
    flex-direction: column;
    gap: 10px;
    border: none;
}
section .item {
    position: relative;
}
.item.vertical-item .img-holder {
    max-width: inherit;
}
.item.vertical-item .title a {
    text-decoration: underline 2px transparent;
}
.item.vertical-item .title a:hover {
    text-decoration: underline 2px var(--red);
}
.topStories-aloRecommend-3-3 .item:after {
    display: block;
    content: '';
    width: 1px;
    background-color: var(--gray2);
    position: absolute;
    right: -20px;
    bottom: 20px;
    top: 0;
}
.topStories-aloRecommend-3-3 .item:before {
    display: block;
    content: '';
    height: 1px;
    background-color: var(--gray2);
    position: absolute;
    right: -20px;
    left: -20px;
    bottom: -1px;
}

/* ------------------------ topStories-3-3 ---------------------------------- */
.topStories-3-3 h2.title-with-icon.alo-icon,
.top-list-1-2-3 h2.title-with-icon.alo-icon,
.topStories-1-2-6 h2.title-with-icon.alo-icon {
    padding-left: 40px;
}
.topStories-3-3 h2.title-with-icon.alo-icon::before,
.top-list-1-2-3 h2.title-with-icon.alo-icon::before,
.topStories-1-2-6 h2.title-with-icon.alo-icon::before {
    width: 30px;
    height: 30px;
    background-image: url('/assets/front/img/icon-news.svg');
    top: calc(50% - 24px);
}

/* ------------------------ topStories-Slider-6-2-3-2 ----------------------- */
.slider-twoStories,
.topStories-1-2-3 .big-medium-stories{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}
.twoStories-vertical .item.last {
    padding-bottom: 0;
}
.bigger-divider {
    height: 1px;
    width: 100%;
    margin: 20px 0;
    background-color: var(--gray2);
}
.threeStories .item {
    padding-bottom: 0;
}
.topStories-Slider-6-2-3-2 h4.title {
    margin-bottom: 10px;
}
.six-story-2-2-2 {
    overflow: hidden;
}
.six-story-2-2-2 .smaller-story-wrapper,
.topStories-2-2-2 .top-story-wrapper,
.four-story-2-2 .smaller-story-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
}
.topStories-2-2-2 .top-story-wrapper {
    gap: 20px 30px;
}
.storyList .six-story-2-2-2 .storyNav.small-story-six,
.topStories-2-2-2 .item  {
    padding: 0;
    margin: 0;
    border: none;
}
.six-story-2-2-2 .storyNav,
.four-story-2-2 .imgTitleTimCat {
    display: flex;
    gap: 20px;
}
.six-story-2-2-2 .storyNav .img-link,
.four-story-2-2 .storyNav .img-link{
    width: 180px;
    flex-shrink: 0;
}
.six-story-2-2-2 .storyNav h4.title {
    margin-top: 0;
}
.six-story-2-2-2 .storyNav:before,
.topStories-2-2-2 .item:before {
    width: 1px;
    display: block;
    content: '';
    background-color: var(--gray2);
    top: 0;
    bottom: -20px;
    left: -20px;
    position: absolute;
}
.topStories-2-2-2 .item:before {
    left: -15px;
}
.topStories-2-2-2 .item .img-holder {
    max-width: 260px;
}
.topStories-2-2-2 .item {
    gap: 15px;
}
.topStories-2-2-2 .item h4 {
    font-size: 16px;
    line-height: 1.4;
}

/* ------------------------ topStories-lepoteSrbije-4 ----------------------- */
.section-title-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
}
h2.lepoteSrbije {
    margin: 0;
}
.section-title-link img.title-img {
    width: 170px;
    height: auto;
    padding: 0 15px 0 0;
    background-color: var(--white);
    position: relative;
    z-index: 2;
}
.section .section-title-link a {
    position: relative;
    z-index: 1;
    color: var(--red);
    font-weight: 700;
    font-size: 18px;
}
.section .section-title-link a:hover {
    color: var(--darkgray);
}
.section-title-link a:after {
    width: 1260px;
    height: 1px;
    background-color: var(--darkgray);
    position: absolute;
    display: block;
    content: '';
    bottom: -4px;
    right: 0;
}
.topStories-lepoteSrbije-4 .top-story-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    overflow: initial;
}
.topStories-lepoteSrbije-4 .item {
    flex-direction: column;
    margin: 0;
    background-color: var(--white);
    border-radius: 4px;
    padding: 15px 15px 0;
    box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
    gap: 10px;
}
.topStories-lepoteSrbije-4 .img-holder {
    max-width: initial;
}
.topStories-lepoteSrbije-4 .uptitle {
    color: var(--red);
    font-weight: 700;
    color: var(--red);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.topStories-lepoteSrbije-4 h4.title {
    margin: 5px 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.topStories-lepoteSrbije-4 h4.title a {
    text-decoration: underline 2px transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.topStories-lepoteSrbije-4 h4.title a:hover {
    text-decoration: underline 2px var(--darkgray);
}

/* ------------------------ topStories-3-red -------------------------------- */
.topStories-3-red {
    background-color: var(--red);
    border-radius: 4px;
    padding: 10px 10px 0;
}
.topStories-3-red .top-story-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.topStories-3-red .top-story-wrapper .img-holder {
    background-color: var(--white);
}
.topStories-3-red .top-story-wrapper h4.title {
    margin: 0;
    font-size: 16px;
}
.topStories-3-red .top-story-wrapper h4.title a {
    color: var(--white);
    text-decoration: underline 2px transparent;
}
.topStories-3-red .top-story-wrapper h4.title a:hover {
    color: var(--white);
    text-decoration: underline 2px var(--white);
}

/* ------------------------ latest-1-2-6 ------------------------------------ */
.latest-1-2-6 .medium-story-wrapper .oddLine {
    padding-right: 0;
}

/* ------------------------ latest-2-3 ------------------------------------ */
.latest-2-3 .medium-story-wrapper .story-0::after {
    width: 1px;
    position: absolute;
    content: "";
    display: block;
    background-color: var(--gray2);
    top: 0;
    right: 0;
    bottom: 20px;
}

.latest-2-3 .storyList .medium-story.story-1::after {
    display: none;
}

.latest-2-3 .storyList .medium-story.story-1 {
    padding-left: 20px;
    padding-right: 0;
}

/* ------------------------ topStories-4-4-4-4 ------------------------------ */
.topStories-4-4-4-4 .top-story-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 10px;
}
.topStories-4-4-4-4 .top-story-wrapper .item.vertical-item {
    padding: 0;
}
.item.vertical-item .title a:hover {
    text-decoration: underline 2px var(--red);
}

/* ------------------------ topStories-4-4-4-4 grid-3 ----------------------- */
.topStories-4-4-4-4.grid-3 .top-story-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
}
.topStories-aloRecommend-4.grid-3 .top-story-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
/* ------------------------ topStories-aloRecommend-4 ----------------------- */
h2.title-with-icon.alo-icon.border-top {
    padding-bottom: 0;
    padding-top: 20px;
    border-bottom: none;
    border-top: 1px solid var(--darkgray);
}
h2.title-with-icon.alo-icon.border-top::before {
    top: auto;
    bottom: -1px;
    transform: none;
    bottom: calc(50% - 19px);
}
.topStories-aloRecommend-4 .top-story-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.topStories-aloRecommend-4 .item.vertical-item {
    padding-bottom: 0;
}
.topStories-aloRecommend-4 .item.vertical-item::after {
    width: 1px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    background-color: var(--gray2);
}

/* ------------------------ topStories-aloVideo-8 --------------------------- */
.topStories-aloVideo-8 {
    position: relative;
    padding: 30px 0 40px;
}
.topStories-aloVideo-8:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--darkgray);
    z-index: 0;
}
.h2-title-link,
.topStories-aloVideo-8 .top-story-wrapper {
    position: relative;
    z-index: 1;
}
.h2-title-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topStories-aloVideo-8 .h2-title-link {
    margin: 0 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--white);
}
.topStories-aloVideo-8 h2 {
    margin: 0;
}
section.topStories-aloVideo-8 a.button:hover {
    background-color: var(--white);
    color: var(--red);
}
.topStories-aloVideo-8 .top-story-wrapper {
    width: calc(50vw + 630px);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding-right: 20px;
}
section.topStories-aloVideo-8 .item {
    border:none;
    padding: 0;
    margin: 0;
    width: 300px;
    flex-shrink: 0;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background-color: var(--white);
}
section.topStories-aloVideo-8 .item.last {
    margin-right: 0;
}
.img-holder-video {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.img-holder-video img {
    width: auto;
    height: 534px;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
    opacity: 1;
}
.video-item:hover .img-holder-video img {
    opacity: 0.75;
}
.video-item .title-dateTime-commentCount {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    min-height: 75%;
    box-sizing: border-box;
    background: #000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-dateTime-commentCount-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 280px;
    gap: 5px;
}
.video-item .uptitle {
    position: relative;
    left: auto;
    bottom: auto;
}
.video-item h4 {
    margin: 0;
    line-height: 1.1;
    color: var(--white);
    font-size: 20px;
    text-decoration: underline 2px transparent;
    transition: all 0.3s ease;
}
.video-item:hover h4 {
    text-decoration: underline 2px var(--white);
    transition: all 0.3s ease;
}
.video-item .dateTime-comment {
    color: var(--white);
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 5px;
    margin-top: auto;
}
.video-item .commentCount {
    display: flex;
    gap: 2px;
    align-items: center;
}

.topStories-aloVideo-8 iframe {
    border: none;
}

/* ------------------------ breaking-news-top-list -------------------------- */
.breaking-news-top-list h4.red-background {
    text-align: center;
    font-size: 20px;
    color: var(--white);
    background-color: var(--red);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 1;
    padding: 10px 5px;
    margin: 0;
}
.breaking-news-top-list h5.title {
    margin: 0;
    font-size: 16px;
}
.breaking-news-top-list .big-item h5.title {
    font-size: 18px;
}
section.breaking-news-top-list .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--gray2);
}
section.breaking-news-top-list .item.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.breaking-news-top-list .item.first .img-holder {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.breaking-news-top-list .item.horisontal-item a.img-holder {
    width: 120px;
    flex-shrink: 0;
}
.breaking-news-top-list a.title-link {
    text-decoration: underline 2px transparent;
}
.breaking-news-top-list a.title-link:hover {
    text-decoration: underline 2px var(--red);
}

/* ------------------------ poll -------------------------------------------- */
.red-border-top a {
    /*    text-decoration: underline 2px transparent;*/
}
.red-border-top a:hover {
    /*    text-decoration: underline 2px var(--red);*/
    color: var(--red);
}
.section .poll {
    border-radius: 4px;
    padding: 20px 20px 15px;
    box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
}
h3.poll-question {
    font-size: 22px;
    line-height: 1.1;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gray2);
    margin: 0 0 10px;
}
p.answer {
    margin-bottom: 15px;
}
p.answer label {
    margin: 0;
}
.section.poll .buttonHolderFull {
    flex-direction: column;
    gap: 0;
}
.section.poll .buttonHolderFull button {
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.poll .buttonHolderFull a {
    color: var(--red);
    display: table;
    margin: 0 auto;
}
.poll .buttonHolderFull a:hover {
    color: var(--darkgray);
}
.storyContent .poll .buttonHolderFull a,
.page-content .poll .buttonHolderFull a {
    margin-left: inherit;
    margin-right: inherit;
}
#pollQuestionHolder {
    display: flex;
    flex-direction: column;
}
#pollQuestionHolder strong {
    font-size: 16px;
    margin-bottom: 10px;
}
#pollQuestionHolder a {
    color: var(--red);
}
#pollQuestionHolder a:hover {
    color: var(--darkgray);
}

/* ------------------------ topJNodes-4 ------------------------------------- */
.topJNodes-4 h4.jnode-title {
    font-size: 16px;
    margin: 10px 0 0;
}
.topJNodes-4 h4.jnode-title a {
    text-decoration: underline 2px transparent;
}
.topJNodes-4 h4.jnode-title a:hover {
    text-decoration: underline 2px var(--red);
}
.topJNodes-4 .jnode-item {
    margin-bottom: 10px;
}
.topJNodes-4 .jnode-item.last {
    margin-bottom: 0;
}
/* ------------------------ printMagazine ----------------------------------- */
.naslovna .print-magazine-wrapper {
    position: sticky;
    top: 118px;
}
.print-magazine {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-top: -52px;
    width: 100%;
}
.footer .print-magazine {
    max-width: 186px;
}
.print-magazine a {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 16px;
}
.print-magazine .print-magazine-link:hover {
    color: var(--red);
}
.print-magazine-img-wrapper a {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 124.2%;
    overflow: hidden;
    display: block;
}
.print-magazine-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    display: block;
    max-width: inherit;
}
.print-magazine-img {
    background-color: var(--white);
}
.print-magazine-img img {
    opacity: 1;
    transition: all 0.3s ease;
}
.print-magazine-img:hover img {
    transition: all 0.3s ease;
    opacity: 0.75;
}
footer .section {
    margin-bottom: 0;
    width: auto;
}
.right-sidebar .print-magazine,
#stripe2 .print-magazine {
    margin-top: 0;
    background-color: var(--red);
    flex-direction: column-reverse;
    border-radius: 4px;
    padding: 20px 10px;
}
.right-sidebar .print-magazine a.print-magazine-img,
#stripe2 .print-magazine a.print-magazine-img {
    width: 100%;
}
/*.right-sidebar .print-magazine a.print-magazine-img img,
#stripe2 .print-magazine a.print-magazine-img img {
    width: 100%;
    height: auto;
}*/
.right-sidebar .print-magazine a.print-magazine-link,
#stripe2 .print-magazine a.print-magazine-link {
    font-size: 20px;
    display: table;
    width: auto;
}
.right-sidebar .print-magazine a.print-magazine-link:hover,
#stripe2 .print-magazine a.print-magazine-link:hover {
    color: var(--white);
}
.right-sidebar .print-magazine a.print-magazine-link .material-symbols-outlined,
#stripe2 .print-magazine a.print-magazine-link .material-symbols-outlined {
    display: none;
}
/* ------------------------ single ----------------------------------- */
.singleExtension-body p {
    font-size: 20px;
    font-weight: 700;
}
.singleExtension-body a {
    color: var(--red);
    text-decoration: underline 2px transparent;
}
.singleExtension-body a:hover {
    color: var(--red);
    text-decoration: underline 2px var(--red);
}
/* ------------------------------ weather ----------------------------------- */
h4.red-border-top {
    padding-top: 10px;
    border-top: 2px solid var(--red);
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}
.weather-slider {
    position: relative;
}
.weather-wrapper {
    display: none;
}
.weather-wrapper.active {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 30px 15px 25px 15px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.weather-slider .arrows {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50px;
    width: 100%;
    font-size: 16px;
    color: var(--red);
}
.weather-wrapper i {
    font-size: 16px;
    color: var(--red);
}
.temperature-place {
    display: flex;
    flex-direction: column;
}
.temperature-place .temperature {
    font-size: 28px;
    font-weight: 900;
    color: var(--darkgray);
}
.temperature-place .place {
    font-size: 14px;
    font-weight: 700;
    color: var(--darkgray);
}

/* ------------------------------ weather NOVO ----------------------------------- */

.city-temp-icon {
    display: flex;
    padding: 0 40px;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 15px;
}
.city-temp {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.city-temp h1,
.city-temp p {
    margin: 0;
    font-weight: 900;
}
.city-temp h1 {
    font-size: 20px;
}
.city-temp p {
    font-size: 30px;
}
.city-temp-icon .icon-temp {
    width: 50px;
    height: 50px;
}
#weather-slider button.slider-arrow {
    top: 35%;
}
#weather-slider button.slider-arrow.prev {
    left: 0;
}
#weather-slider button.slider-arrow.next {
    right: 0;
}
/*.section.weather {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}*/

/* -------------------------- latestStories latest-three-category ----------- */
.section.latestStories {
    width: 100%;
    border-top: 3px solid var(--darkgray);
    padding-top: 10px;
    /*    margin-bottom: 40px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section.latestStories .section-titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--gray2);
}
.section.latestStories.twoTabs .section-titles {
    justify-content: flex-start;
    gap: 30px;
}
.section-titles .title-h4 {
    flex-basis: 30%;
    text-align: center;
}
.twoTabs .section-titles .title-h4 {
    flex-basis: auto;
}
.section-titles .title-h4:first-child {
    text-align: start;
}
.section-titles .title-h4:last-child {
    text-align: end;
}
.twoTabs .section-titles .title-h4:last-child {
    text-align: left;
}
.section-titles .section-title {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: var(--darkgray);
    transition: all .3s ease;
    cursor: pointer;
    letter-spacing: 0.03px;
}
.section-titles .section-title:hover {
    font-weight: 700;
    transition: all .3s ease;
    letter-spacing: inherit;
    letter-spacing: 0px;
}
.section-titles .section-title.active {
    font-weight: 700;
    color: var(--darkgray);
    letter-spacing: inherit;
    letter-spacing: 0px;
}
.latest-three-category .story-title,
.latest-three-category .story-title:hover {
    text-decoration: none;
}
.latest-three-category .story-title a {
    text-decoration: underline 2px var(--white);
}
.latest-three-category .story-title a:hover {
    text-decoration: underline 2px var(--red);
}
.section.latestStories .stories-wrapper {
    margin-bottom: 25px;
    align-self: flex-start;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.story-time-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.story-time {
    color: var(--red);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 0;
}
.story-time i {
    font-size: 8px;
}
.story-title {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--darkgray);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all .3s ease;
    margin: 0;
    margin-left: 3px;
    margin-bottom: 5px;
    padding: 5px 0px 5px 10px;
    border-left: 1px solid var(--red);
}
.story-title:hover {
    text-decoration: underline;
    transition: all .3s ease;
}
.story-title.first-title {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 900;
    color: var(--darkgray);
}
a.button-view-all {
    background-color: var(--red);
    color: var(--white);
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    border-radius: 4px;
    padding: 8px;
    min-width: 90px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
a.button-view-all:hover {
    background-color: var(--darkgray);
    color: var(--white);
}
.section.horoscope {
    /*    margin-bottom: 40px;*/
    display: flex;
    flex-direction: column;
}
.section.horoscope h4 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    color: var(--darkgray);
}
.horoscope-wrapper {
    width: 100%;
    position: relative;
}
.horoscope-wrapper .arrows {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50px;
    width: 100%;
    font-size: 16px;
    color: var(--red);
}
.arrows i {
    cursor: pointer;
}
.horoscope-title-date-wrapper {
    display: none;
}
.horoscope-title-date-wrapper.active {
    padding: 20px;
    background-color: var(--red004);
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.horoscope-title-date {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.horoscope-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--red);
}
.horoscope-date {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--darkgray);
}
.horoscope-text-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 35px;
}
.horoscope-text-wrapper {
    display: none;
}
.horoscope-text-wrapper.active {
    display: block;
}
.horoscope-text .chapter {
    font-size: 16px;
    line-height: 1.4;
    color: var(--darkgray);
    font-weight: 700;
}
.horoscope-text .text {
    font-size: 18px;
    line-height: 1.2;
    color: var(--darkgray);
    font-weight: 400;
}
.horoscope .button-view-all {
    align-self: center;
}
.horoscope-slider .horoscope-sign-icon img {
    width: 60px;
    height: auto;
}
.horoscope-sign-icon {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 20px;
    background-color: var(--red004);
    border-radius: 4px 4px 0 0;
}
.horoscope-value {
    padding: 20px;
}
.horoscope-sign-icon .sign-date {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.horoscope-sign-icon .sign-date .date {
    margin: 0;
    font-weight: 900;
}
.horoscope-sign-icon strong {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--red);
}
.section.horoscope .slider-arrow {
    top: 30px;
}
.horoscope-value p {
    margin: 0;
    text-align: left;
}
.horoscope-list .horoscope-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-bottom: 10px;
    gap: 20px;
}
.horoscope-list .horoscope-item .horoscope-icon {
    padding: 20px;
    flex-shrink: 0;
}
.horoscope-list .horoscope-item .horoscope-icon img {
    width: 100%;
    height: auto;
}
.horoscope-list h4 {
    margin: 0;
    margin-bottom: 10px;
}
.horoscope-list h4 strong {
    font-size: 30px;
}
.horoscope-title-jNode {
    margin-top: 0;
}

/* ------------------------ topStories-Slider-6-2-3-2 slider --------------------------- */

.news-slider {
    position: relative;
    max-width: 612px;
    margin: auto;
    user-select: none;
    margin-top: 0;
}
.slider-nav {
    overflow-x: auto;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: var(--darkgray05);
}
.slider-nav::-webkit-scrollbar {
    display: none;
}
.slider-tabs {
    display: flex;
    white-space: nowrap;
}
.slider-tab {
    padding: 12px 0px;
    color: var(--white05);
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: background .2s;
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s ease;
}
.slider-tab:hover {
    color: var(--white);
    transition: all 0.3s ease;
}
.slider-tab.active {
    color: var(--white);
}

.slider-container {
    position: relative;
}
.slider-wrapper {
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
}
.slider-track {
    display: flex;
    transition: transform .4s ease;
}
.slider-track.grabbing {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}
.slide-img-box {
    position: relative;
}
.slide-img-box span.uptitle {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--red05);
    border-radius: 4px;
}
.slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
    border-radius: 4px;
}
.slide-content {
    padding: 15px 0 0;
}
.slide-title {
    margin: 0 0 20px;
    font-size: 32px;
    font-family: Roboto;
    font-weight: 900;
    text-transform: uppercase;
}
h3.slide-title a {
    border-bottom: solid 5px transparent;
}
h3.slide-title a:hover,
h3.slide-title a:active {
    border-color: var(--red);
}
.slider-arrow {
    position: absolute;
    top: 25%;
    background: var(--red);
    border: none;
    color: #fff;
    font-size: 1.4rem;
    min-width: 40px;
    height: 40px;
    line-height: 1;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-arrow.prev {
    left: 10px;
}
.slider-arrow.next {
    right: 10px;
}

.news-slider .slider-arrow {
    top: 150px;
}
.slider-dots {
    text-align: center;
    margin-top: 10px;
}
.slider-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s;
}
.slider-dot.active {
    background: var(--red);
}

/* ------------------------ header-shortcuts -------------------------------- */
.header-shortcuts nav.shortcuts {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    display: none;
}
.header-shortcuts nav.shortcuts a {
    opacity: 1;
}
.header-shortcuts nav.shortcuts a:hover {
    opacity: 0.5;
}

/* ------------------------ agregator-3-3 ----------------------------------- */
.columns-3 .item::before {
    display: block;
    content: '';
    height: 1px;
    background-color: var(--gray2);
    position: absolute;
    right: -20px;
    left: -20px;
    bottom: -1px;
}
.columns-3 .item::after {
    display: block;
    content: '';
    width: 1px;
    background-color: var(--gray2);
    position: absolute;
    right: -20px;
    bottom: 20px;
    top: 0;
}
a.button-view-all.center.bigger {
    margin: 0 auto;
    min-width: 150px;
    display: table;
}
/* --------------------------- latest-2-4 ----------------------------------- */
.latest-2-4 .twoStories {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray2);
}

/* ------------------half-left_topStories-1-2-3 -----------------------------*/
.half-left_topStories-1-2-3 {
    clear: none;
    float: left;
    width: 50%;
    padding-right: 10px;
}

/* ------------------half-right_topStories-1-2-3 -----------------------------*/
.half-right_topStories-1-2-3 {
    clear: none;
    float: right;
    width: 50%;
    padding-left: 10px;
}


/* ---------------------- WEATHER HOROSCOPE --------------------------------- */

.weather-slider .slider-arrow,
.horoscope-slider .slider-arrow {
    background: transparent;
    color: var(--red);
    transition: all .3s ease;
}
.weather-slider .slider-arrow:hover,
.horoscope-slider .slider-arrow:hover {
    color: var(--red05);
    transition: all .3s ease;
}

/* ---------------------- BANNER 300x600 ------------------------------------ */
.banner-wrapper {
    width: 100%;
    /*min-height: 600px;*/
    background-color: initial;
    max-width: 300px;
    margin: 0 auto;
}
.banner-300-600-new .banner-wrapper {
    min-height: 600px;
}
.banner-full .banner-wrapper {
    min-height: 250px;
    max-width: inherit;
    display: flex;
    justify-content: center;
}
.banner-iframe {
    /*background-color: var(--gray);*/
    /*min-height: 300px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 118px;
}
/*.banner-300-600-new .banner-iframe {
    min-height: 300px;
}*/
.banner-300-600-new .banner-iframe {
    min-height: initial;
}
.banner-full .banner-iframe {
    /*min-height: 250px;*/
    max-width: 940px;
    width: 100%;
}
/*.brandingBannerLeft,
.brandingBannerRight {
    z-index: 9999;
    overflow: hidden;
    text-align: right;
    top: 0px !important;
    position: fixed;
    display: block !important;
    text-align: right;
    background: red;
    height: 50px;
    width: 50px;
}*/
/*.brandingBannerRight {
    height: 1080px;
    right: 50%;
    margin-right: -1240px;
    position: fixed;
    position: absolute;
    text-align: left;
    top: 60px;
    width: 600px;
    z-index: 999;
}
.brandingBannerLeft {
    height: 1080px;
    left: 50%;
    margin-left: -1240px;
    position: fixed;
    position: absolute;
    text-align: right;
    top: 60px;
    width: 600px;
    z-index: 999;
}*/
/** html .brandingBannerRight {
    position:absolute;
    height:2000px;
}
* html .brandingBannerLeft {
    position:absolute;
    height:2000px;
}*/
.big-banner.banner-left {
    z-index: 9999;
    overflow: hidden;
    text-align: right;
    top: 0px !important;
    position: fixed;
    display: block !important;
    text-align: right;
    margin-right: 10px;
}
.big-banner.banner-right {
    z-index: 9999;
    overflow: hidden;
    text-align: right;
    top: 0px !important;
    position: fixed;
    display: block !important;
    text-align: right;
    margin-left: 10px;
}
.banner-left, .bnr-left {
    right: calc(100vw - (100vw - 1260px) / 2);
}
.banner-right, .bnr-right {
    left: calc(100vw - (100vw - 1260px) / 2);
}

/* ---------------------- WIDGET INTEGRATION -------------------------------- */
.external-news-red {
    background-color: var(--red);
    border-radius: 4px;
    padding: 10px 10px;
}
.test-content-gray-background {
    background-color: var(--gray);
    display: flex;
    min-height: 300px;
    justify-content: center;
    align-items: center;
}

/* ---------------------------------------------------------------------------- TEST FRAGMENTS --------------------------------------------------------------- */
.gray-background {
    background-color: var(--gray);
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid var(--darkgray);
    box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
}
.section.weather .gray-background {
    min-height: 120px;
    background-color: var(--white);
    border-color: var(--lightgray2);
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.horoscope .gray-background {
    margin-bottom: 15px;
    background-color: var(--white);
    border-color: var(--lightgray2);
    padding: 0px;
}
.section.exchange-rate-list a:hover {
    opacity: 0.7;
}
.section.exchange-rate-list h1 {
    padding-top: 10px;
    border-top: 2px solid var(--red);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}
.section.exchange-rate-list .kursna-lista {
    width: 100%;
}
.section.exchange-rate-list thead {
    display: none;
}
.section.exchange-rate-list tbody tr td,
.exchange-page tbody tr td {
    padding: 10px 0;
    border-bottom: 1px solid var(--gray2);
}
.section.exchange-rate-list .kursna-lista tbody .currency-icon img,
.exchange-page .kursna-lista tbody .currency-icon img {
    width: 24px;
    height: 18px;
}
.exchange-page .kursna-lista {
    width: 100%;
}
.section.exchange-rate-list .kursna-lista tbody .currency,
.section.exchange-rate-list .kursna-lista tbody .middle-rate,
.exchange-page .kursna-lista tbody .currency,
.exchange-page .kursna-lista tbody .middle-rate {
    font-weight: 700;
}
.section.exchange-rate-list .kursna-lista tbody .selling-rate,
.exchange-page .kursna-lista .selling-rate {
    text-align: end;
}
.section.exchange-rate-list .kursna-lista tbody .buying-rate,
.section.exchange-rate-list .kursna-lista tbody .middle-rate,
.exchange-page .kursna-lista .buying-rate,
.exchange-page .kursna-lista .middle-rate {
    text-align: center;
}
.exchange-page .kursna-lista .buying-rate .line-break,
.exchange-page .kursna-lista .middle-rate .line-break,
.exchange-page .kursna-lista .selling-rate .line-break {
    display: inline;
}
.exchange-rate-list .gray-background,
.cryptocurrencies .gray-background {
    min-height: inherit;
    background-color: initial;
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.exchange-page {
    background-color: initial;
    border-radius: 0;
    border: none;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    padding: 0;
}

/* ---------------------- topStories-img-4-3 -------------------------------- */
.topStories-img-4-3 .top-content-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
}
.topStories-img-4-3 a.solo-img {
    grid-column: 1;
    grid-row: 1 / 5;
}
.topStories-img-4-3 .title-box {
    margin-left: 20px;
    margin-bottom: 15px;
}
.topStories-img-4-3 .title-box.first {
    border-bottom: solid 1px var(--gray2);
    padding-bottom: 12px;
    margin-top: 0;
}
.topStories-img-4-3 .title-box .title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.topStories-img-4-3 .title-box.first .title{
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
}

.time-category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.topStories-img-4-3 .title-link {
    text-decoration: underline 2px transparent;
}

.topStories-img-4-3 .title-link:hover {
    text-decoration: underline 2px var(--red);
}

/*--------------------- topStories-medium-3-small-3-3 --------------------*/

.topStories-medium-3-small-3-3 .storyNav h4.title a,
.topStories-medium-3-small-3-3  .item.vertical-item .title a,
.topStories-medium-3-small-3-3 .time-category span.time,
.topStories-medium-3-small-3-3 .fragment-title {
    color: var(--white);
}
.topStories-medium-3-small-3-3 .bigger-top-stories,
.topStories-medium-3-small-3-3 .smaller-story-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.topStories-medium-3-small-3-3 .bigger-top-stories {
    margin-bottom: 30px;
}

.topStories-medium-3-small-3-3 .item,
.topStories-medium-3-small-3-3 .smaller-story-list .storyNav{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.topStories-medium-3-small-3-3 .bigger-top-stories .title-time-category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 20px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
section.section.topStories.topStories-medium-3-small-3-3 {
    position: relative;
    padding: 40px 0;
}
section.section.topStories.topStories-medium-3-small-3-3::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--darkgray);
    background-image: url(/assets/front/img/biz/bg_section_graph.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
}

/*------------------------------------VREMENSKA PROGNOZA-------------------------*/

.weather-container-jnode {
    margin-bottom: 40px;
}
.weather-container-jnode .current-weather h2 {
    margin-top: 0;
}
.weather-container-jnode .current-weather .current-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.weather-container-jnode .current-weather .current-info .temp-now {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.weather-container-jnode .current-weather .current-info .icon-temp {
    width: 70px;
    height: auto;
}
.weather-container-jnode .current-weather .current-info .icon-temp img {
    width: 100%;
    height: auto;
}
.current-weather ul.current-details {
    margin: 0;
    list-style-type: none;
}
.current-weather ul.current-details li {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 900;
}
.city-forecast .forecast-slider {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.city-forecast .forecast-slider .forecast-day:first-child {
    display: none;
}
.city-forecast .forecast-slider .forecast-day {
    min-width: 140px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: var(--gray2);
    border-radius: 4px;
}
.forecast-day p {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
.forecast-day .min-max-temp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.forecast-day .min-max-temp .min {
    opacity: 0.7;
}
.forecast-day .icon-temp {
    max-width: 60px;
    height: auto;
}
.forecast-day .icon-temp img {
    max-width: 60px;
    height: auto;
}
.cities-list-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.cities-list .city-item {
    min-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cities-list .city-item h3 {
    margin: 0;
    font-weight: 700;
}
.cities-list .city-item p {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}
.cities-list .city-item img {
    max-width: 60px;
    height: auto;
}
.weather-container-jnode .current-info .description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    max-width: 150px;
}
.weather-container-jnode .current-info .description .current-text {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.weather-container-jnode .current-info .description .description-text {
    font-weight: 900;
    font-size: 16px;
    text-align: center;
}
.weather-container-jnode .current-details-red {
    color: var(--red);
}

/*---------------------------------------RADIO-----------------------------------*/

.radio-wrapper {
    margin-bottom: 40px;
}
.radio-wrapper .radio-stations {
    margin: 0 0 20px;
    ;
}
.radio-wrapper .radio-list,
.other-radios {
    display: grid;
    grid-template-columns: repeat( 5, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}
.radio-list .radio-item,
.other-radios .radio-item {
    width: 100%;
    margin: 0;
}
.radio-list .radio-item a,
.other-radios .radio-item {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 10px;

}
.radio-list .radio-title,
.other-radios .radio-title {
    font-size: 17px;
    text-align: center;
    color: var(--darkgray);
    text-transform: uppercase;
    font-weight: 700;
}
.radio-list img,
.other-radios img {
    width: 100%;
    height: auto;
}
.radio-player {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    border-radius: 4px;
    padding: 40px 20px;
    background-image: url("/assets/front/img/radio-player-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 20px;
}
.radio-player .single-radio-image {
    margin: 0;
}
.radio-player .single-radio-image img {
    max-width: 220px;
    height: auto;
    color: var(--white);
}
section.single-radio-player .container {
    padding: 0;
}
.single-radio-data {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single-radio-data .radio-title {
    margin: 0;
    color: var(--white);
    font-size: 30px;
    text-transform: uppercase;

}
.single-radio-data a.play-audio {
    width: 60px;
    height: 60px;
}
.single-radio-data a.play-audio .play-icon {
    position: relative;
    width: 60px;
    height: 60px;
}
.single-radio-data a.play-audio .play-icon .play {
    position: absolute;
    top:0;
    left:0;
    width: 60px;
    height: 60px;
}
.single-radio-data a.play-audio .play-icon .play img {
    width: 100%;
    height: auto;
    min-width: 60px;
    min-height: 60px;
}
.single-radio-data a.play-audio .play-icon .pause {
    position: absolute;
    top:0;
    left:0;
    display: none;
    width: 60px;
    height: 60px;
}
.single-radio-data a.play-audio .play-icon .pause img {
    width: 100%;
    height: auto;
    min-width: 60px;
    min-height: 60px;
}
section.single-radio-player .back-to-list {
    margin-bottom: 20px;
}
#radio-detail {
    margin-bottom: 40px;
}

/*----------------------------------KRIPTO VALUTE-------------------------------------*/

.section.cryptocurrencies h1 {
    padding-top: 10px;
    border-top: 2px solid var(--red);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}
.section.cryptocurrencies .kursna-lista {
    width: 100%;
}
.section.cryptocurrencies thead {
    display: none;
}
.section.cryptocurrencies tbody tr td {
    padding: 10px 0;
    border-bottom: 1px solid var(--gray2);
}
.section.cryptocurrencies tbody tr td.currency {
    font-weight: 700;
}
.section.cryptocurrencies tbody tr td.price {
    font-weight: 500;
    text-align: end;
}
.section.cryptocurrencies .kursna-lista tbody .currency-icon img {
    width: 24px;
    height: 18px;
}

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

div.banner980 {
    margin-bottom: 40px;
}
.agregator-list .banner-wrapper {
    margin-bottom: 20px;
}
.browser.storyList .banner-wrapper {
    margin-bottom: 20px;
}
.inText-banner {
    text-align: center;
    margin-bottom: 20px;
}

/* ---------------------------------------------------------------------------- STARO ------------------------------------------------------------------------ */

/* -------------- SLICK SLIDER ---------------*/

/*.story-slider-wrapper {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.story-item-slider {
    position: relative;
}

.story-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.story-slider-wrapper .story-info:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(21, 37, 49, 0) 10%, rgba(5, 10, 13, 0.8) 100%);
    border-radius: 0 0 4px 4px;
    z-index: 2;
}

.story-info h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
}

.story-info h2 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0;
}

.story-info p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 14px;
}

.storySlider .story-info-holder {
    position: absolute;
    left: 50px;
    bottom: 80px;
    right: 50px;
    width: calc(100% - 100px);
    z-index: 99;
    max-width: 960px;
    margin: auto;
}

.story-slider-wrapper .slick-arrow {
    background: #000;
    border:0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: transparent;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    border-radius: 50%;
    z-index: 9;
}

.story-slider-wrapper .slick-arrow:hover {
    color: transparent;
    background: #03a9f4;
}

.story-slider-wrapper .slick-prev {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    left: 20px;
}

.story-slider-wrapper .slick-next {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    right: 20px;
}

.story-slider-wrapper .slick-arrow i {
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    text-indent: 999999px;
    border: 0;
}

.slick-dots .slick-active button {
    background: #03a9f4;
}

.latest-stories-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
}

.latest-fragment {
    width: 100%;
}

.latest-fragment img {
    margin-bottom: 15px;
}

.latest-holder {
    display: block;
    float: left;
    width: 100%;
}

.latest-holder img {
    width: 100%;
    margin-bottom: 15px;
}

.latest-holder h3 {
    font-weight: 700;
    font-size: 20px;
}

.latest-holder h3 a:hover,
h2.story-title a:hover,
.social-share .social-icons a:hover i{
    color: #03a9f4;
}

.category-wrapper {
    display: flex;
}

.category-wrapper span {
    color: #b4bac1;
    font-size: 14px;
}

.category-wrapper span.category {
    border-right: 1px solid #E9EAEE;
    margin-right: 10px;
    padding-right: 10px;
}

.category-wrapper span.comments {
    background: url("/assets/front/img/comm_icon.svg") center center no-repeat;
    padding-left: 25px;
    background-position: 5px 2px;
    line-height: 20px;
    display: block;
    float: left;
    margin-top: 0;
    border-left: 1px solid #E9EAEE;
    margin-left: 10px;
}

.top-story-holder {
    position: relative;
    width: 100%;
}

.topStories img {
    width: 100%;
    margin: 0;
}

.top-story-big {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 20px;
}

.top-story-small {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.story-uptitle {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.story-title {
    font-size: 20px;
    font-weight: 700;
}

.story-info-holder {
    position: relative;
}

.topStories .top-story-holder img {
    margin-bottom: 15px;
}*/