/* -------------------------------- 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;
    --white2: #F7F6F0;
    --white05: rgba(255,255,255,0.5);
    --white06: rgba(255,255,255,0.6);
    --white015: rgba(255,255,255,0.15);
    --gray: #979797;
    --gray2: #3E7637;
    --gray2015: rgba(108, 188, 41, 0.15);
    --gray205: rgba(108, 188, 41, 0.5);
    --lightgray: #f8f8f8;
    --darkgray: #002628;
    --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: #3E7637;
    --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: #3E7637;
    --orange025: rgba(241, 90, 39, 0.25);
    --orange015: rgba(241, 90, 39, 0.15);
    --lightOrange: #FFF7F4;
    --darkgreen: #002628;
    --darkgreen07: rgba(0, 38, 40, 0.7);
    --darkGreen01: rgba(21, 57, 28, 0.1);

    --primary: #3E7637;
    --primary05: rgba(63, 118, 55, 0.5);
    --primary02: rgba(63, 118, 55, 0.2);
    --turquoise: #002628;
    --turquoise05: rgba(0, 39, 41, 0.5);
    --turquoise02: rgba(0, 39, 41, 0.2);
    --grayLs: #58585B;
    --threeStoryBg: #F17679;
    --twotabs: rgba(63, 118, 55, 0.1);
    --twotabsactive: rgba(63, 118, 55, 0.5);


}

/* ---------------------------------- GENERAL ------------------------------- */
body {
    background-color: var(--white2);
    font-family: "Manrope", serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    font-family: "Manrope", serif;
}
p {
    font-family: "Manrope", serif;
}
::selection {
    color: #fff;
    background: rgba(63, 118, 55, 0.5);
}
::-moz-selection {
    color: #fff;
    background: rgba(63, 118, 55, 0.5);
}
button, a.button {
    background-color: var(--gray2);
}

/* ---------------------------------- HEADER -------------------------------- */
.header-black {
    background-color: var(--primary);
}
.header-black-content {
    padding-left: 0;
}
.header-black .container {
    display: flex;
    justify-content: space-between;
}
.header-black .container  .app-social {
    margin-left: 0;
    margin-right: 14px;
}
.header-red {
    background: var(--white);
    color: var(--turquoise);
}
.app-brand {
    top: 50%;
    transform: translate(0, -49%);
}
.logo a {
    background: url(/assets/front/img/lepotesrbije/lepotesrbije_logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    width: 150px;
    height: 39px;
}
.app-nav ul {
    gap: 35px;
}
.app-nav ul a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Manrope';
    color: var(--turquoise);
    border-width: 3px;
}
.app-nav ul li.onPath a, .app-nav ul a:hover, .app-nav ul a.current {
    border-color: var(--primary);
    color: var(--primary);
    font-weight: 700;
    border-width: 3px;
}
.header-red-content {
    padding-left: 191px;
}
.search-input.active {
    border: solid 1px var(--primary);
}
/* ---------------------------------- CONTENT ------------------------------- */
.app-wrapper {
    margin-top: 130px;
}
.story-wrapper-inner .title,
.sectionTitle {
    font-weight: 400;
}
.item .img-holder,
.medium-story .img-holder img{
    border-radius: 10px;
}
.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: var(--darkgreen);
    text-decoration-color: var(--darkgreen);
    opacity: 1;
}
.pagination ul a:hover,
.pagination ul li.active {
    background-color: var(--gray2);
    color: var(--white);
}
.pagination ul a {
    background-color: var(--gray2015);
}
.title-time-commentCount h4 {
    font-weight: 800;
    margin-bottom: 20px;
}
.title-time-commentCount h3 {
    font-size: 20px;
    margin: 0 0 10px;
}
.entrefilet-box .boxBody::before {
    background-image: url('/assets/front/img/lepotesrbije/quote-lepotesrbije.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 101px;
    height: 80px;
}
.img-holder .uptitle,
.imgWrapper .uptitle,
.video-item .uptitle {
    background-color: var(--darkgreen07);
}
.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;
}
.tags.tagHolder {
    border-top: solid 1px var(--turquoise02);
    padding-top: 10px;
}

.tagTitle i {
    color: var(--gray2);
}
.tagList a {
    background-color: var(--primary02);
    color: var(--primary);
    border-radius: 13px;
}
.tagList a:hover {
    background-color: var(--gray2);
}
.app-search {
    padding: 6px 10px 6px 10px;
    border-right: none;
    border-left: solid 1px var(--turquoise05)
}
.app-search i {
    color: var(--grayLs);
}
.sectionTitle a {
    font-weight: 700;
    text-transform: uppercase;
}
.story-wrapper-inner .title {
    font-weight: 500;
}
.thumb-text {
    background-color: var(--darkgreen07);
    left: 10px;
}
.contentBody ol,
.contentBody ul {
    font-family: "Manrope", serif;
}
.contentBody ol li,
.contentBody ul li {
    font-weight: 400;
    font-size: 18px;
    color: var(--darkgreen);
}
.contentBody ol li::marker,
.contentBody ul li::marker {
    color: var(--gray2);
}
button, a.button {
    border-radius: 20px;
}
.poll-content .poll {
    background-color: var(--white);
}
.timeline .time {
    background-color: var(--white2);
    color: var(--primary);
}
.timeline:before {
    background-color: var(--primary);
}
.agregator-list .title-data .time-comments {
    color: var(--primary);
}
.story-page .big-medium-stories {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    border-bottom: 1px solid var(--gray2);
    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;
}
.lead p, .lead {
    color: var(--turquoise);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    opacity: 1;
    text-align: left !important;
}
.time-comment,
.story-title-box .time-commentCount {
    color: var(--grayLs);
    margin-top: auto;
}
.time-comment i,
.story-title-box .time-commentCount i {
    color: var(--primary);
}
.story-big-thumb {
    margin-top: 0;
}
.story-big-thumb img,
.big-story .img-holder img {
    border-radius: 10px;
}
.story-title-box {
    margin-top: -160px;
    z-index: 101;
    position: relative;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);
    padding: 20px 25px;
}
.big-story .story-title-box {
    margin: -130px 15px 25px;
}
.storyList .medium-story.story-1:after {
    display: none;
}
.medium-story .title-time-commentCount,
.latest-story-categor-content .item .title-time-commentCount{
    margin: -40px 15px 0;
    z-index: 101;
    background-color: #fff;
    padding: 15px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    flex: 1;
}
.story-title-box .uptitle {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.story-title-box .title {
    font-family: Manrope;
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 40px;
}
.story-title-box .time-commentCount {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
    font-size: 12px;
}
.story-title-box .time-commentCount i {
    margin-right: 2px
}

.autor-socShare {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.social-icons a:hover i {
    color: var(--white);
}
.social-icons a {
    padding: 9px;
}
.autor-socShare .author {
    font-weight: 400;
    color: var(--black);
}
.autor-socShare .author .bold {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: transparent;
}
.autor-socShare .author .bold:hover {
    text-decoration-color: var(--red);
}
.autor-socShare .social-icons i {
    color: var(--primary)
}
/* ---------------------------------- BURGER NAV -------------------------------- */

.mobile-navigation-inner .close-nav span {
    background-color: var(--turquoise);
}
.mob-app-nav ul {
    border-top: 1px solid var(--turquoise);
    padding-top: 20px;
}
.mob-app-nav ul li {
    border-bottom: none;
    font-family: "Manrope", serif;
    border-bottom: solid 1px var(--turquoise02);
}
.mob-app-nav ul a {
    color: var(--turquoise);
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}
.mobile-navigation-inner {
    background-image: url(/assets/front/img/lepotesrbije/lepotesrbije_logo.svg);
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: 20px 10px, center;
    background-size: 130px auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/* ---------------------------------- 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;
}

/* ----------------- COMMENTS FORM ----------------------- */
form#sendCommentForm {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
form#sendCommentForm .holder1.left.fix {
    grid-column: auto / span 2;
}
form#sendCommentForm .holder2.right.fix {
    grid-column: auto / span 2;
}
form#sendCommentForm .holder.fix {
    grid-column: 1 / -1;
}
form#sendCommentForm .holderButton.fix {
    grid-column: 1 / -1;
}
button#sendComment {
    min-width: 195px;
}
form#sendCommentForm .holder1.left.fix input,
form#sendCommentForm .holder2.right.fix input{
    border-color: var(--turquoise);
}
form#sendCommentForm .holder.fix textarea {
    border-color: var(--primary);
}
/* ---------------------------------- FOOTER -------------------------------- */
.footer {
    padding: 0;
    font-family: "Manrope", serif;
    background-color: var(--primary);
}

.footer .container {
    background-image: url(/assets/front/img/lepotesrbije/footer-simbol.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px
}

.footer-top {
    margin-top: 0;
    align-items: center;
}
.footer-logo-img {
    background-color: transparent;
    background-image: none;
    width: auto;
    height: auto;
    border-radius: 0;
}
.footer-logo-img img {
    display: block;
    width: 214px;
    height: auto;
}
.footer-top .heder-nav-link {
    background-color: transparent;
    font-size: 18px;
}
.footer-top .heder-nav-link:hover {
    opacity: 0.5;
}
.footer-bottom {
    margin-top: 20px;
    justify-content: space-between;
    border-top: solid 1px var(--white05);
    border-bottom: solid 1px var(--white05);
    padding: 27px 0;
    margin-bottom: 15px;
}
.footer-navigation-second ul {
    column-gap: 280px;
}
.footer-navigation-third {
    flex-basis: auto;
    margin-right: 0;
    margin-left: unset;
}
.footer-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.contactForm .QapTcha .Slider {
    background-image: url(/assets/front/img/captcha-arrow-lepotesrbije.svg);
    background-color: var(--gray2015);
}
.footer-navigation-second .nav-item a,
.footer-navigation-third .nav-item a {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
}
.footer-navigation-third .nav-item a {
    font-weight: 400;
}
.footer-navigation-second ul:after,
.footer-navigation-third ul:after,
.footer .download-app:after{
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--white05);
    position: absolute;
    top: 0;
    left: 50%;
}
.footer-navigation-third ul:after,
.footer .download-app:after {
    left: -60%;
}
.footer-navigation-second,
.footer-navigation-third,
.footer .download-app{
    position: relative;
}
.download-app-wrapper {
    flex-direction: column;
}
/* -------------------------------------------------------------------------------*/

.latest-1-3 .storyList .medium-story-wrapper {
    display: block;
}
.latest-1-3 .medium-story-wrapper .medium-story {
    padding-right: 0;
}
.storyList .medium-story-wrapper{
    gap: 40px 20px;
}
.storyList .medium-story,
.latest-story-categor-content .item {
    border-bottom: none;
}
.storyList .storyNav.medium-story,
.latest-story-categor-content .item {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.latest-story-categor-content .item .img-holder {
    max-width: unset;
}
.storyNav h3.title {
    margin: 0 0 30px;
}
.latest-1-3 .smaller-story-list .storyNav.story-3,.latest-2-3-lepotesrbije .smaller-story-list .storyNav.story-4 {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.latest-1-3 .smaller-story-list .imgTitleTDClist {
    grid-template-columns: 448px 1fr;
}
.latest-1-3 .smaller-story-list .title-data {
    justify-content: inherit;
}
.latest-1-3 .time-comment {
    margin-top: 10px;
}
.storyNav h3.title a, .storyNav h4.title a, .storyNav h3.title a:hover, .storyNav h4.title a:hover {
    color: var(--darkgreen);
    font-family: Manrope;
/*    font-size: 20px;
    line-height: 22px;*/
}
.big-story h2.title, big-story h2.title{
    font-size: 32px;
    line-height: 36px;
    color: var(--darkgreen);
    margin: 0;
    margin-bottom: 10px;
}
.storyNav h2.title a {
    color: var(--darkgreen);
}
.latest-1-3 .smaller-story-list .storyNav,.latest-2-3-lepotesrbije .smaller-story-list .storyNav {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.latest-2-3-lepotesrbije .time-comments, .latest-1-3 .time-comments {
    color: var(--darkgray);
}
.story-wrapper-inner .title, .story-wrapper-inner h2, .story-wrapper-inner h3, .story-wrapper-inner h4, .story-wrapper-inner h5, .story-wrapper-inner h6, .story-wrapper-inner p {
    color: var(--darkgreen);
}
.author-sorce-releaseDateTime-releaseDate-commentCount-socialShare {
    width: 940px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    justify-content: end;
    gap: 30px;
}
.storyMetaBar {
    justify-content: space-between;
    flex-grow: 1;
}
.storyMetaBar .commentCount {
    margin-left: auto;
}
.previous-next-story.lepotesrbije {
    border-bottom: none;
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);
}
.previous-story a.other-story,
.next-story a.other-story {
    margin: 0 0 10px;
    color: #3E7637;
    font-family: Manrope;
}

.previous-story a.small-title, .next-story a.small-title,
.previous-story a.small-title:hover , .next-story a.small-title:hover {
    color: var(--turquoise);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px; /* 122.222% */
    margin-bottom: 15px;
}
.previous-story .other-story:hover, .next-story .other-story:hover {
    color: var(--darkgreen);
}
a, a:hover {
    color: var(--gray2);
}
.app-social a:hover {
    color: var(--white);
}
blockquote {
    border-color: var(--gray2);
}
blockquote, .entrefilet-box .boxBody {
    color: var(--darkgreen);
}
.story-wrapper-inner .breaking-news .breaking-news-title {
    color: var(--white);
}
.custom-radio-button .checkmark:after {
    background: var(--gray2);
}
.custom-radio-button input:checked ~ .pollAnswer,.boxLinks a,.boxFiles a {
    color: var(--gray2);
}
.previous-story .img-title, .next-story .img-title {
    border: none;
}
.time-comments {
    color: var(--red);
}
.boxImage .boxCaption {
    background-color: var(--darkgreen07);
}
.slick-slider button.slick-prev:hover,
.slick-slider button.slick-next:hover {
    background-color: var(--gray2);
}
.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;
}

.latest-story-categor-content {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}
.latest-story-categor-content .item {
    grid-column: span 2;
}
.latest-story-categor-content .item-0,
.latest-story-categor-content .item-1 {
    grid-column: span 3;
}
.progressBarWrapper {
    background-color: var(--primary05);
}
.download-list .dataNav .attachments p {
    border-color: var(--darkgray);
}