/*LAYOUT*/
/*1. CONFIGURATION */
/*2. GENERAL */
/*3. TOP */
/*4. NAVBAR */
/*5. ADVERTS */
/*6. CORONA BANNER */
/*7. LIVE BANNER */
/*8. FOOTER */

/*1. CONFIGURATION START*/

main {
    overflow: hidden;
}
*:focus {
    outline: none;
}

.fit-content-img-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    outline: none;
}

.fit-content-img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

:root {
    --realitatea-red: #cc0000;
    --realitatea-yellow: #FFC400;
    --realitatea-white-text: #FFFFFF;
    --realitatea-black-text: #000;
    --realitatea-muted-text: #545459;
    --realitatea-hr-gray: rgba(0, 0, 0, 0.2);
    --realitatea-gray-text: #1d1b27;
    --margin-width: calc(23% * 0.6);
    --realitatea-navbar-black: #191721;
    --margin-width-vw: calc(23vw * 0.6);
    --mobile-margin-width: 3%;
    --realitatea-margin-fr: 0.5705fr;
    --realitatea-margin-width-grid: 23%;
    --realitatea-line-height: 1.5;
    --realitatea-big-line-height: 1.3;
}

html, body {
    min-height: 100%;
    max-width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-size-adjust: 0.45;
}

ol, ul {
    list-style: none;
}

a:hover {
    color: var(--realitatea-red);
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

@font-face {
    font-family: 'Leitura Sans Grot 1';
    font-style: normal;
    font-weight: 400;
    src: local('Inter'),
    url('/asset/fonts/Inter-Light.woff2') format('woff2'),
    url('/asset/fonts/Inter-Light.ttf') format('truetype'),
    url('/asset/fonts/Inter-Light.otf') format('opentype');
    font-display: fallback;
}

@font-face {
    font-family: 'Leitura Sans Grot 2';
    font-style: normal;
    font-weight: 500;
    src: local('Inter'),
    url('/asset/fonts/Inter-Medium.woff2') format('woff2'),
    url('/asset/fonts/Inter-Medium.ttf') format('truetype'),
    url('/asset/fonts/Inter-Medium.otf') format('opentype');
    font-display: fallback;
}

@font-face {
    font-family: 'Leitura Sans Grot 3';
    font-style: normal;
    font-weight: 600;
    src: local('Inter'),
    url('/asset/fonts/Inter-Bold.woff2') format('woff2'),
    url('/asset/fonts/Inter-Bold.ttf') format('truetype'),
    url('/asset/fonts/Inter-Bold.otf') format('opentype');
    font-display: fallback;
}

@font-face {
    font-family: 'Leitura Sans Grot 4';
    font-style: normal;
    font-weight: 600;
    src: local('Inter'),
    url('/asset/fonts/Inter-Bold.woff2') format('woff2'),
    url('/asset/fonts/Inter-Bold.ttf') format('truetype'),
    url('/asset/fonts/Inter-Bold.otf') format('opentype');
    font-display: fallback;
}

/*@font-face {*/
/*    font-family: 'Leitura Sans Grot 4';*/
/*    !*font-style: normal;*!*/
/*    !*unicode-range: U+000-5FF;*!*/
/*    src: url('/asset/fonts/Leitura Sans Grot 4.otf');*/
/*    font-display: swap;*/
/*}*/

*, ::after, ::before {
    box-sizing: border-box;
}

figure {
    margin: 0 !important;
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.container-default-realitatea {
    background: #cc0000;
    margin: 0 0 3vh;
    padding: 1vh 2vw;
}

.display-none {
    display: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.w-100 {
    width: 100% !important;
}

.flex-row {
    flex-direction: row;
}

.d-contents {
    display: contents;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 1.5rem;
}

.realitatea-icon-solid-virus:before {
    content: "\e074";
}

.realitatea-icon-solid-play:before {
    content: "\f144";
}

.realitatea-icon-solid-chevron-left:before {
    content: "\f053";
}

.realitatea-icon-solid-chevron-right:before {
    content: "\f054";
}

.realitatea-icon-solid-search:before {
    content: "\f002";
}

.realitatea-icon-solid-menu:before {
    content: "\f0c9";
}

.realitatea-icon-solid-times:before {
    content: "\f00d";
}

.realitatea-icon-solid-angle-down:before {
    content: "\f107";
}

.realitatea-icon-solid-chess:before {
    content: "\f445";
}

.realitatea-icon-solid-1x {
    font-size: 8vw;
}

.realitatea-icon-solid-2x {
    font-size: 10vw;
}

.realitatea-icon-solid-3x {
    font-size: 14vw;
}

.realitatea-icon-solid-5x {
    font-size: 18vw;
}

.realitatea-strategie-in-alb-si-negru {
    position: fixed;
    top: calc(50% - 15px);
    left: 0;
    height: 40px;
    width: 40px;
    z-index: 99999;
    background-color: black;
    padding: 5px;
}

.realitatea-strategie-in-alb-si-negru a {
    text-decoration: none;
}

.realitatea-strategie-in-alb-si-negru i {
    font-size: 30px;
    color: white;
}

@media only screen and (min-width: 600px) {
    .realitatea-icon-solid-1x {
        font-size: 7vw;
    }

    .realitatea-icon-solid-2x {
        font-size: 9vw;
    }

    .realitatea-icon-solid-3x {
        font-size: 12vw;
    }

    .realitatea-icon-solid-5x {
        font-size: 16vw;
    }
}

@media only screen and (min-width: 768px) {
    .realitatea-icon-solid-1x {
        font-size: 6vw;
    }

    .realitatea-icon-solid-2x {
        font-size: 7vw;
    }

    .realitatea-icon-solid-3x {
        font-size: 10vw;
    }

    .realitatea-icon-solid-5x {
        font-size: 14vw;
    }

    .md\:block {
        display: block;
    }

    .md\:block-2 {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .realitatea-icon-solid-1x {
        font-size: 2.1vw;
    }

    .realitatea-icon-solid-2x {
        font-size: 2.5vw;
    }

    .realitatea-icon-solid-3x {
        font-size: 5vw;
    }

    .realitatea-icon-solid-5x {
        font-size: 8vw;
    }

    .realitatea-icon-solid-angle-down:before {
        content: " ";
    }
}

@media only screen and (min-width: 1366px) {
    .container-default-realitatea {
        margin: 0 var(--margin-width) 3vh;
    }

    .realitatea-icon-solid-1x {
        font-size: 1.5vw;
    }

    .realitatea-icon-solid-2x {
        font-size: 2vw;
    }

    .realitatea-icon-solid-3x {
        font-size: 4vw;
    }

    .realitatea-icon-solid-5x {
        font-size: 6vw;
    }
}

/*1. CONFIGURATION END*/


/*2. GENERAL START*/

.container-basic-realitatea {
    display: flex;
    flex-direction: column;
}

/*.container-basic-realitatea > article {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

@media only screen and (max-width: 991px) {
    div > .placeholder-ad:nth-child(1) {
        background-color: #cccccc;
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: inherit;
        height: inherit;
        position: relative;
    }

    .placeholder-ad:nth-child(1) iframe, .placeholder-ad:nth-child(1) div:not(#holder) {
        height: inherit;
    }

    /*.container-basic-realitatea > article::after {*/
    /*    content: "";*/
    /*    height: .1vh;*/
    /*    background-color: var(--realitatea-muted-text);*/
    /*    width: calc(100% - 2 * var(--mobile-margin-width));*/
    /*    margin: 2vh 0;*/
    /*}*/

    .container-basic-realitatea {
        margin-left: var(--mobile-margin-width);
        margin-right: var(--mobile-margin-width);
    }

    /*.container-basic-realitatea > article > div.article-box-time {*/
    /*    margin-top: 2.2vh;*/
    /*}*/

    .container-basic-realitatea > .container-basic-realitatea-advert {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .container-basic-realitatea {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 1.5vw;
        grid-row-gap: 5vw;
        margin: 9.2vh var(--margin-width) 9.2vh;
    }

    .container-basic-realitatea.big-block {
        grid-template-columns: repeat(2, 1fr) 300px;
        grid-template-rows: auto;
        grid-column-gap: 1.5vw;
        grid-row-gap: 2vw;
        grid-template-areas:
                "article1 article2 advert1"
                "article3 article4 advert1"
                "article5 article6 advert2"
                "article7 article8 advert2"
        ;
    }

    .advert-realitatea-300-600-only-desktop {
        //max-width: 100%;
        //max-height: 600px;
        //height: 600px;
        //width: 300px;
    }

    .container-basic-realitatea > .container-basic-realitatea-advert {
        height: 100%;
        width: 100%;
    }

    .container-basic-realitatea > .container-basic-realitatea-advert > div {
        position: sticky;
        top: 11vh;
    }

    .container-basic-realitatea > .container-basic-realitatea-advert:nth-child(1) {
        grid-area: advert1;
    }

    .container-basic-realitatea > .container-basic-realitatea-advert:nth-child(2) {
        grid-area: advert2;
    }
}

@media only screen and (min-width: 1366px) {
    .container-basic-realitatea {
        margin-left: calc(calc((100vw - 989px) / 2));
        margin-right: calc(calc((100vw - 989px) / 2));
        max-width: 989px;
    }
}

@media only screen and (min-width: 1920px) {
    .container-basic-realitatea {
        margin-left: calc(calc((100vw - 1390px) / 2));
        margin-right: calc(calc((100vw - 1390px) / 2));
        max-width: 1390px;
    }
}

@media only screen and (min-width: 3840px) {
    .container-basic-realitatea {
        margin-left: calc(calc((100vw - 2780px) / 2));
        margin-right: calc(calc((100vw - 2780px) / 2));
        max-width: 2780px;
    }
}

.realitatea-hr-after-article {
    display: block;
    border-top: .1vh solid var(--realitatea-muted-text);
    width: 100%;
    margin-top: 1.2vh;
    margin-bottom: 1.2vh;
}

.realitatea-video-article-icon-wrapper {
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/*General*/

.container-fluid-realitatea {
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 67.5vh;
    position: relative;
    box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .55);
}

.top-hr-realitatea-grid {
    display: flex;
    flex-direction: column;
}

/*General*/

.top-hr-realitatea-grid:before {
    background: var(--realitatea-red);
    content: "";
    height: 0.5vh;
}

/*General*/

.hr-muted {
    padding: 0;
    margin: 0;
}

.realitatea-ultimele-stiri-block-live-icon {
    color: var(--realitatea-white-text);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

/*General*/

.realitatea-ultimele-stiri-block-live-box img, .realitatea-ultimele-stiri-block-live-box figure, .realitatea-ultimele-stiri-block-live-box a {
    height: 100%;
}

/*General*/


.realitatea-ultimele-stiri-block-live-box a:hover {
    text-decoration: none;
    color: var(--realitatea-white-text);
}

.realitatea-ultimele-stiri-block-live-icon-wrapper:hover {
    background-color: transparent;
}

/*General*/

.realitatea-ultimele-stiri-block-live-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}

/*General*/

.title-breaking-news {
    text-decoration: underline;
    text-decoration-color: var(--realitatea-yellow);
}

.title-main {
    text-decoration: underline;
    text-decoration-color: var(--realitatea-red);
}

/*2. GENERAL END*/


/*4. NAVBAR START*/

/*@media screen and (max-width: 1366px) {*/
/*    .navbar-anchor-realitatea {*/
/*        font-size: 0.7em;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1223px) {*/
/*    .navbar-anchor-realitatea {*/
/*        font-size: 0.6em;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1087px) {*/
/*    .navbar-anchor-realitatea {*/
/*        font-size: 0.5em;*/
/*    }*/
/*}*/
/*4. NAVBAR END*/


/*5. ADVERTS START*/

/*.advert-970-250-m-300-600 > div,*/
/*.advert-realitatea-970-250-only-desktop > div,*/
/*.advert-300-250-m-300-600 > div,*/
/*.advert-realitatea-970-250 > div,*/
/*.advert-realitatea-300-250 > div*/
/*{*/
/*    background: gray;*/
/*}*/

.advert-placeholder {
    align-items: center;
    background-color: lightgrey;
    display: flex;
    justify-content: center;
}

.advert-placeholder:empty::after {
    background-color: dimgrey;
    border-radius: 5px;
    color: lightgrey;
    content: "Reclama";
    font: 12px sans-serif;
    padding: 3px;
    text-align: center;
    width: 20px;
}

.advert-300-600-only-mobile {
    //max-width: 100%;
    //max-height: 600px;
    //height: 600px;
    //width: 300px;
}

.advert-300-250-only-mobile {
    //max-width: 100%;
    //max-height: 250px;
    //height: 250px;
    //width: 300px;
}

.rnet-advert-300-250-only-mobile {
    max-width: 100%;
    max-height: 250px;
    height: 250px;
    width: 300px;
}

.advert-970-250-m-300-250 {
    //max-width: 100%;
    //max-height: 250px;
    //height: 250px;
    //width: 300px;
}

.rnet-advert-970-250-m-300-250 {
    max-width: 100%;
    max-height: 250px;
    height: 250px;
    width: 300px;
}

.advert-300-250 {
    //max-width: 300px;
    //max-height: 250px;
    //height: 250px;
    //width: 300px;
}

.advert-300-250-hover {
    //padding: 30px;
    //max-height: 100%;
    //height: 310px;
    ///*max-width: 360px;*/
    //background-color: rgba(62, 57, 61, 1);
    //display: flex;
    //justify-content: center;
    //align-items: center;
}

.advert-300-600 {
    //max-width: 100%;
    //max-height: 600px;
    //height: 600px;
    //width: 300px;
    /*background-color: rgba(255, 255, 255, .7);*/
}

.advert-300-600-hover {
    //padding: 30px;
    //max-height: 100%;
    ///*height: 100%;*/
    //max-width: 100%;
    //background-color: rgba(62, 57, 61, 1);
    //display: flex;
    //justify-content: center;
    //align-items: center;
}

.advert-970-250 {
    //max-width: 100%;
    //max-height: 250px;
    //height: 250px;
    //width: 970px;
}

.advert-realitatea-970-250 {
    //max-width: 100%;
    //max-height: 250px;
    //height: 250px;
    //width: 970px;
}

.advert-970-250-m-300-600, .advert-300-250-m-300-600 {
    //max-width: 100%;
    //max-height: 600px;
    //height: 600px;
    //width: 300px;
}

.advert-realitatea-300-250 {
    //max-width: 100%;
    //max-height: 250px;
    //height: 250px;
    //width: 300px;
}

.advert-970-250-hover {
    //max-width: 100%;
    //padding: 30px;
    //height: 280px;
    //background-color: rgba(62, 57, 61, 1);
    //display: flex;
    //justify-content: center;
    //align-items: center;
}

.advert-728-90 {
    //max-width: 728px;
    //max-height: 90px;
    //height: 90px;
    //width: 728px;
}

.advert-728-90-hover {
    //padding: 30px;
    //height: 120px;
    //max-width: 788px;
    //background-color: rgba(62, 57, 61, 1);
    //display: flex;
    //justify-content: center;
    //align-items: center;
}

.advert-hover {
    //margin-bottom: 5.5rem;
    //margin-top: 2.65rem;
}

/*5. ADVERTS END*/

/*6. CORONA BANNER START*/

.corona-banner {
    display: flex;
    flex-direction: column;
    margin: 0 var(--mobile-margin-width);
}

.homepage-top-advert {
    overflow: hidden;
}

.corona-banner .banner-video {
    margin-bottom: 4.2vh;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 400px;
}

.corona-banner .banner-video-title {
    font-size: 5vw;
    font-weight: bold;
    color: var(--realitatea-red);
    font-family: "Leitura Sans Grot 3", sans;
    margin-bottom: 2vh;
    margin-right: 1vh;
    line-height: 6vw;
}

.corona-banner .banner-video-title .banner-video-live-animation {
    display: inline-flex;
    width: 6px;
    position: relative;
}

.corona-banner .banner-video-title .banner-video-live-animation:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--realitatea-red);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: live 1s infinite;

}

.corona-banner .banner-video video {
    max-width: 100%;
    max-height: 396px;
}

.corona-banner > .corona-banner-breaking-news > p:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 5vw;
    color: var(--realitatea-red);
    font-family: "Leitura Sans Grot 2", sans;
    margin: 0 0 1.5vh;
}

.corona-banner .corona-banner-cases {
    font-size: 5vw;
    font-weight: bold;
    color: var(--realitatea-black-text);
    display: flex;
    flex-direction: column;
    font-family: "Leitura Sans Grot 3", sans;
    margin: 0;
    line-height: 6vw;
}

.corona-banner .corona-banner-cases span.corona-banner-cases-red-text {
    color: var(--realitatea-red);
    font-size: 6vw;
    margin-bottom: 1vh;
    margin-right: 2vw;
    font-family: "Leitura Sans Grot 3", sans;
}

@media only screen and (min-width: 600px) {
    .corona-banner {
        margin: 0 var(--mobile-margin-width);
    }

    .corona-banner > .corona-banner-breaking-news > p:first-child {
        font-size: 5vw;
        margin: 0 0 0.5vh;
    }

    .corona-banner .corona-banner-cases {
        font-size: 4.2vw;
        line-height: normal;
    }

    .corona-banner .banner-video-title {
        font-size: 4.2vw;
        line-height: normal;
    }

    .corona-banner .corona-banner-cases span.corona-banner-cases-red-text {
        font-size: 5vw;
        font-family: "Leitura Sans Grot 4", sans;
    }
}

@media only screen and (min-width: 768px) {
    .corona-banner > .corona-banner-breaking-news > p:first-child {
        font-size: 3vw;
        margin: 0 0 0.5vh;
    }

    .corona-banner .corona-banner-cases {
        font-size: 3.4vw;
    }

    .corona-banner .banner-video-title {
        font-size: 3.4vw;
    }

    .corona-banner .corona-banner-cases span.corona-banner-cases-red-text {
        font-size: 4vw;
    }
}

@media only screen and (min-width: 992px) {
    .homepage-top-advert {
        overflow: visible;
    }

    .realitatea-hr-after-article {
        display: none!important;
    }

    .advert-300-600-only-mobile {
        //display: none;
    }

    .advert-300-250-only-mobile {
        //display: none;
    }

    .rnet-advert-300-250-only-mobile {
        display: none;
    }

    .advert-300-250-only-desktop {
        //max-width: 100%;
        //max-height: 250px;
        //height: 250px;
        //width: 300px;
    }

    .advert-realitatea-970-250-only-desktop {
        //max-width: 100%;
        //max-height: 250px;
        //height: 250px;
        //width: 970px;
        //margin: 1.5rem 0 !important;
    }

    .rnet-advert-realitatea-970-250-only-desktop {
        max-width: 100%;
        max-height: 250px;
        height: 250px;
        width: 970px;
        margin: 1.5rem 0 !important;
    }

    .advert-970-250-m-300-600 {
        //max-width: 100%;
        //max-height: 250px;
        //height: 250px;
        //width: 970px;
    }

    .advert-970-250-m-300-250 {
        //max-width: 100%;
        //max-height: 250px;
        //height: 250px;
        //width: 970px;
    }

    .rnet-advert-970-250-m-300-250 {
        max-width: 100%;
        max-height: 250px;
        height: 250px;
        width: 970px;
    }

    .advert-300-250-m-300-600 {
        //max-width: 100%;
        //max-height: 250px;
        //height: 250px;
        //width: 300px;
    }

    .corona-banner {
        margin: 0 var(--margin-width);
    }

    .corona-banner > .corona-banner-breaking-news > p:first-child {
        font-size: 2.5vw;
        margin: 0 0 1vh 0;
    }

    .corona-banner .corona-banner-cases {
        font-size: 2vw;
        flex-direction: row;
        align-items: center;
    }

    .corona-banner .banner-video {
        margin-bottom: 3.2vh;
    }

    .corona-banner .banner-video-title {
        font-size: 2vw;
        flex-direction: row;
        align-items: center;
        margin: 2.2vh 0;
    }

    .corona-banner .banner-video-title .banner-video-live-animation {
        width: 10px;
    }

    .corona-banner .banner-video-title .banner-video-live-animation:before {
        width: 10px;
        height: 10px;
    }

    .corona-banner .corona-banner-cases span.corona-banner-cases-red-text {
        font-size: 2.5vw;
        margin-bottom: 0;
    }

    .container-realitatea {
        margin-left: var(--margin-width);
        margin-right: var(--margin-width);
    }
}

@media only screen and (min-width: 1366px) {

    .corona-banner > .corona-banner-breaking-news > p:first-child {
        font-size: 0.8vw;
    }

    .corona-banner .corona-banner-cases {
        font-size: 1.9vw;
    }

    .corona-banner .banner-video-title {
        font-size: 1.6vw;
        margin: 2.2vh 0;
    }

    .corona-banner .corona-banner-cases span.corona-banner-cases-red-text {
        margin-bottom: 0;
        font-size: 2.1vw;
        font-family: "Leitura Sans Grot 2", sans;
    }

    .corona-banner {
        margin-left: calc(calc((100vw - 989px) / 2));
        margin-right: calc(calc((100vw - 989px) / 2));
        max-width: 989px;
    }
}

@media only screen and (min-width: 1920px) {
    .corona-banner {
        margin-left: calc(calc((100vw - 1390px) / 2));
        margin-right: calc(calc((100vw - 1390px) / 2));
        max-width: 1390px;
    }

    .corona-banner .banner-video {
        max-height: 500px;
        margin-bottom: 4.2vh;
    }

    .corona-banner .banner-video video {
        max-height: 496px;
    }

    .corona-banner .banner-video-title {
        font-size: 1.2vw;
    }
}

@media only screen and (min-width: 3840px) {
    .corona-banner {
        margin-left: calc(calc((100vw - 2780px) / 2));
        margin-right: calc(calc((100vw - 2780px) / 2));
        max-width: 2780px;
    }
}

/*6. CORONA BANNER END*/

.realitatea-corona-live {
    margin-left: .5vw;
    display: inline-block;
    z-index: 9000;
}

.realitatea-corona-live:hover, .realitatea-corona-live:hover > * {
    text-decoration: none;
}

.realitatea-corona-live::before {
    font-family: "Realitatea Icons";
    content: "\f30b";
    display: inline-block;
    -webkit-animation: live 1s infinite;
    animation: live 1s infinite;
    z-index: 90000;
    transform: rotate(180deg);
}

/*7. LIVE BANNER START*/

.realitatea-live-banner {
    position: relative;
    width: 100%;
}

.realitatea-live-banner-text {
    position: absolute;
    bottom: 5%;
    left: 5%;
    font-family: "Leitura Sans Grot 3", sans;
    color: var(--realitatea-white-text);
    font-size: 1.3vw;
}

.realitatea-live-banner-text-live {
    font-family: "Leitura Sans Grot 2", sans;
    font-size: .8vw;
    margin: 0;
}


/*7. LIVE BANNER END*/

/*8. FOOTER START */

.realitatea-footer.reveal {
    position: absolute;
    left: 0;
    top: 0;
    animation: backgroundImageReveal 0.5s linear;
}

.realitatea-footer-logo.reveal {
    position: absolute;
    left: 0;
    top: 0;
    animation: backgroundImageReveal 0.5s linear;
}

@keyframes backgroundImageReveal {
    0% {
        transform: scale(1.05);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.realitatea-footer {
    padding-bottom: 0;
    margin-top: 3vh;
    color: var(--realitatea-white-text);
}

.realitatea-footer-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: .8fr auto 0.6fr 0.2fr 1fr 0.12fr;
    grid-template-areas: "footer-logo" "contact" "footer-first" "footer-partners" "footer-second" "footer-copyright";
    grid-column-gap: 2vw;
    margin-right: 0;
    text-align: center;
}

.realitatea-footer-logo.replace {
    filter: blur(0.5vw);
}

.realitatea-footer-logo {
    grid-area: footer-logo;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.realitatea-footer-logo.progressive a {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
}

.realitatea-footer-logo > img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vh;
}

.realitatea-footer-hr {
    display: none;
}

.realitatea-footer-first-row {
    grid-area: footer-first;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0f121a;
    background-size: cover;
    border: none;
}

.realitatea-footer-partners-row {
    grid-area: footer-partners;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0f121a;
    background-size: cover;
    border: none;
}

.realitatea-footer-second-row {
    grid-area: footer-second;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0f121a;
    background-size: cover;
}

.realitatea-footer-second-row .realitatea-footer-second-row-container div {
    display: flex;
    flex-direction: column;
}

.realitatea-footer-second-row .realitatea-footer-second-row-container div:nth-child(2) {
    margin-left: 0;
}

.realitatea-footer-second-row-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.realitatea-footer-third-row {
    grid-area: footer-third;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0f121a;
    background-size: cover;
}

.realitatea-footer-copyright {
    grid-area: footer-copyright;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    background-color: #0f121a;
    background-size: cover;
}

.realitatea-footer-muted-title {
    color: var(--realitatea-muted-text);
    margin-bottom: 2vh;
    margin-top: 4vh;
    font-family: "Leitura Sans Grot 3", sans-serif;
    font-size: 5vw;
}

.realitatea-footer-link {
    font-family: "Leitura Sans Grot 3", sans-serif;
    font-size: 5vw;
    color: var(--realitatea-white-text);
    margin-bottom: 2.5vh;
}

.realitatea-footer-link:hover {
    color: var(--realitatea-red);
    outline: none;
}

.realitatea-footer-mobile-image > figure > img,
.realitatea-footer-desktop-image > figure > img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.realitatea-footer-desktop-image {
    display: none;
}


@media only screen and (min-width: 600px) {
    .realitatea-footer-muted-title {
        font-size: 4.2vw;
    }

    .realitatea-footer-link {
        font-size: 4.2vw;
    }
}

@media only screen and (min-width: 768px) {
    .realitatea-footer-muted-title {
        font-size: 3.4vw;
    }

    .realitatea-footer-link {
        font-size: 3.4vw;
    }
}

@media only screen and (min-width: 992px) {

    .realitatea-footer.replace {
        filter: blur(0.5vw);
    }

    .realitatea-footer {
        padding-bottom: 1.5vh;
        margin-top: 9.2vh;
    }

    .realitatea-footer-logo.progressive a {
        position: unset;
        transform: unset;
    }

    .realitatea-footer-logo.progressive {
        overflow: unset;
    }

    .realitatea-footer-container {
        display: grid;
        grid-template-columns: var(--realitatea-margin-fr) 0.75fr 0.75fr 1.5fr 0.75fr;
        grid-template-rows: 0.2fr 0.2fr 0.1fr 0.6fr 0.1fr;
        grid-template-areas: ". . . . ." ". logo . . ." "hr hr contact . ." ". first-row footer-partners second-row third-row" ". copyright copyright . .";
        grid-column-gap: 2vw;
        margin-right: var(--margin-width);
        text-align: left;
    }

    .realitatea-footer-logo {
        grid-area: logo;
        background: none;
        display: block;
    }

    .realitatea-footer-contact {
        background: 0;
        margin-top: 0;
        padding: 0;
    }

    .realitatea-footer-logo > img {
        width: 100%;
        margin: 0;
    }

    .realitatea-footer-hr {
        grid-area: hr;
        width: 100%;
        display: flex;
        margin-bottom: 2vw;
    }

    .realitatea-footer-hr:after {
        background: var(--realitatea-red);
        content: "";
        height: 0.5vh;
        margin-top: 2vw;
        width: 100%;
    }

    .realitatea-footer-first-row {
        grid-area: first-row;
        display: flex;
        flex-direction: column;
        background: none;
    }

    .realitatea-footer-partners-row {
        display: flex;
        flex-direction: column;
        background: none;
        justify-content: unset;
    }

    .realitatea-footer-second-row {
        grid-area: second-row;
        display: flex;
        flex-direction: column;
        background: none;
    }

    .realitatea-footer-second-row .realitatea-footer-second-row-container div:nth-child(2) {
        margin-left: 3vw;
    }

    .realitatea-footer-second-row-container {
        display: flex;
        flex-direction: row;
        justify-content: unset;
    }

    .realitatea-footer-third-row {
        grid-area: third-row;
        display: flex;
        flex-direction: column;
        background: none;
        justify-content: unset;
    }

    .realitatea-footer-copyright {
        grid-area: copyright;
        display: flex;
        flex-direction: column;
        margin-top: 3vh;
        background: none;
    }

    .realitatea-footer-muted-title {
        color: rgba(255, 255, 255, 0.5);
        margin-top: 0;
        font-family: "Leitura Sans Grot 2", sans-serif;
        font-size: 1.5vw;
    }

    .realitatea-footer-link {
        font-family: "Leitura Sans Grot 2", sans-serif;
        font-size: 1.5vw;
        margin-bottom: 1.5vh;
    }

    .realitatea-footer-link:hover {
        color: var(--realitatea-red);
    }

    .realitatea-footer-mobile-image {
        display: none;
    }

    .realitatea-footer-desktop-image {
        display: block;
    }
}

@media only screen and (min-width: 1366px) {

    .realitatea-footer-muted-title {
        color: rgba(255, 255, 255, 0.5);
        margin-top: 0;
        font-family: "Leitura Sans Grot 2", sans-serif;
        font-size: 0.75vw;
    }

    .realitatea-footer-link {
        font-family: "Leitura Sans Grot 2", sans-serif;
        font-size: 0.9vw;
        /*margin-bottom: 1vh;*/
    }
}


.realitatea-emisiuni-advertiser {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 1vw 1vh 1vw;
    z-index: 9500;
}

.realitatea-emisiuni-advertiser-container {
    visibility: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--realitatea-red);
    width: auto;
    height: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    margin-right: var(--mobile-margin-width);
    margin-left: var(--mobile-margin-width);
}

.realitatea-emisiuni-advertiser-container .article-box-title {
    margin: 0;
}

.realitatea-emisiuni-advertiser-container .article-box-title > a > span {
    padding: 2vh;
    margin: 0;
    color: white;
}

.realitatea-emisiuni-advertiser-close {
    padding: 1vh;
}

.realitatea-emisiuni-advertiser-container.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.realitatea-emisiuni-advertiser-container.fadeOutRight {
    visibility: visible;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

@media only screen and (min-width: 991px) {
    .realitatea-emisiuni-advertiser {
        display: none;
    }
}

/*8. FOOTER END */

/*9. CONFIGURATION START */
.text-muted {
    color: var(--realitatea-muted-text);
}

@media only screen and (max-width: 991px) {
    .realitatea-mobile-article {
        display: grid!important;
        grid-template-rows: auto 1fr 1fr!important;
        grid-template-columns: 2fr 0.2fr 6fr!important;
        grid-template-areas:
        "article-image  . article-time"
        "article-image . article-title"
        "article-image . article-title"
        !important;
        /*grid-template-rows: repeat(3, auto);*/
        /*grid-template-columns: 1fr;*/
        /*grid-template-areas: "article-image" "article-time" "article-title";*/
    }

    .realitatea-mobile-article .article-box-image {
        grid-area: article-image!important;
    }

    .realitatea-mobile-article .article-box-time {
        grid-area: article-time!important;
        margin: 0!important;
    }

    .realitatea-mobile-article .article-box-title {
        grid-area: article-title!important;
        margin: 0!important;
    }

    .realitatea-mobile-article .article-box-title span {
        line-height: 1.3!important;
    }

    .realitatea-mobile-article .article-box-section {
        grid-area: article-time!important;
        margin: 0!important;
    }

    .realitatea-mobile-article .article-box-description {
        display: none!important;
    }
}

.article-box-title {
    margin: 1vh 0 0;
    display: flex;
    align-items: center;
}

.article-box-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.article-box-image > figure {
    width: 100%;
}

.article-box-label {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--realitatea-red);
    padding: 1vh 2vw;
    color: var(--realitatea-white-text);
    font-family: "Leitura Sans Grot 2", sans-serif;
    font-size: 3vw;
    text-transform: uppercase;
}

.article-box-image-description {
    padding: 1vh 2vw;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: var(--realitatea-white-text);
    /*box-shadow: inset 0 0 0 100vmax;*/
}

.article-box-image-description span {
    font-family: "Leitura Sans Grot 2", sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: var(--realitatea-big-line-height);
    font-size: 4vw;
}

.article-box-title span {
    color: var(--realitatea-black-text);
    font-size: 4vw;
    font-family: "Leitura Sans Grot 2", sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: var(--realitatea-line-height);
}

.article-box-title.bigger-title span {
    font-size: 6vw;
    font-family: "Leitura Sans Grot 3", sans-serif;
    line-height: var(--realitatea-big-line-height);
}

.article-box-title.big-title span {
    font-size: 6vw;
    font-family: "Leitura Sans Grot 3", sans-serif;
    line-height: var(--realitatea-big-line-height);
}

.article-box-title.small-title {
    margin: 0;
}

.article-box-title h1 {
    color: var(--realitatea-black-text);
    font-size: 6vw;
    font-family: "Leitura Sans Grot 3", sans-serif;
    white-space: normal;
    font-weight: bold;
    line-height: var(--realitatea-big-line-height);
}

.article-box-time {
    margin: 0;
    color: var(--realitatea-red);
    font-size: 3vw;
    font-family: "Leitura Sans Grot 2", sans-serif;
}

.article-box-time.small-time {
    margin: 3vh 0 2.2vh;
}

.article-box-description {
    margin: 1vh 0 0;
}

.article-box-description span {
    color: var(--realitatea-muted-text);
    font-size: 5vw;
    font-family: "Leitura Sans Grot 2", sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: var(--realitatea-line-height);
}

.article-box-description h2 {
    color: var(--realitatea-black-text);
    font-size: 5vw;
    font-family: "Leitura Sans Grot 2", sans-serif;
    line-height: var(--realitatea-line-height);
}

.article-box-content {
    color: var(--realitatea-black-text);
    font-family: "Leitura Sans Grot 2", sans-serif;
}

.article-box-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2vh 0 0;
}

.article-box-section > h4,
.article-box-section > h3 {
    color: var(--realitatea-muted-text);
    font-size: 4vw;
    font-family: "Leitura Sans Grot 2", sans-serif;
}

.realitatea-category-block .realitatea-category-block-big-article .realitatea-category-block-button a {
    font-family: "Leitura Sans Grot 2", sans-serif;
    font-size: 5vw;
    color: var(--realitatea-gray-text);
    font-weight: bold;
    padding-top: 1.25vh;
    padding-bottom: 1.25vh;
}

.realitatea-category-block .realitatea-category-block-big-article .realitatea-category-block-button a:hover {
    color: var(--realitatea-white-text);
}

.realitatea-category-block .realitatea-category-block-big-article .realitatea-category-block-button {
    margin: 3vh var(--mobile-margin-width);
}

.general-container {
    margin: 3vh var(--mobile-margin-width);
}

.overflow-hidden {
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .general-container {
        margin: 3vh var(--margin-width);
    }
    .article-box-title {
        margin: 1vh 0 0;
    }
}

@media only screen and (min-width: 600px) {

    .article-box-label {
        font-size: 3.5vw;
        padding: 1vh 5vw;
    }

    .article-box-image-description span {
        font-size: 3.5vw;
    }

    .article-box-title span {
        font-size: 4.2vw;
    }

    .article-box-title.bigger-title span {
        font-size: 5vw;
    }

    .article-box-title.big-title span {
        font-size: 5vw;
    }

    .article-box-title h1 {
        font-size: 5vw;
        line-height: 7vw;
    }

    .article-box-time {
        font-size: 3.5vw;
    }

    .article-box-description span {
        font-size: 4vw;
    }

    .article-box-description h2 {
        font-size: 4.2vw;
        line-height: 5vw;
    }

    .article-box-section > h4,
    .article-box-section > h3 {
        font-size: 3.5vw;
    }

    .realitatea-category-block .realitatea-category-block-big-article .realitatea-category-block-button a {
        font-size: 4.2vw;
    }
}

@media only screen and (min-width: 768px) {

    .article-box-label {
        font-size: 2.5vw;
    }

    .article-box-image-description span {
        font-size: 2.5vw;
    }

    .article-box-title span {
        font-size: 3.4vw;
    }

    .article-box-title.bigger-title span {
        font-size: 4vw;
    }

    .article-box-title.big-title span {
        font-size: 4vw;
    }

    .article-box-title h1 {
        font-size: 4vw;
        line-height: 6vw;
    }

    .article-box-time {
        font-size: 2.5vw;
    }

    .article-box-description span {
        font-size: 3vw;
    }

    .article-box-description h2 {
        font-size: 3.4vw;
        line-height: 4vw;
    }

    .article-box-section > h4,
    .article-box-section > h3 {
        font-size: 2.5vw;
    }

    .realitatea-category-block .realitatea-category-block-big-article .realitatea-category-block-button a {
        font-size: 3.4vw;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    :root {
        --margin-width: 3%;
        --realitatea-margin-fr: 3%;
        --realitatea-margin-width-grid: calc(3%);
    }
}

@media only screen and (min-width: 992px) {

    .article-box-label {
        font-size: 1.5vw;
        padding: 1vh 2vw;
    }

    .article-box-image-description span {
        font-size: 2.1vw;
    }

    .article-box-title span {
        font-size: 2vw;
        -webkit-line-clamp: 3;
    }

    .article-box-title.bigger-title span {
        font-size: 3vw;
    }

    .article-box-title.big-title span {
        font-size: 2.5vw;
    }

    .article-box-title.small-title span {
        font-size: 1.7vw;
    }

    .article-box-title h1 {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }

    .article-box-time {
        margin: 1.7vh 0 0;
        font-size: 1.5vw;
    }

    .article-box-time.small-time {
        margin: 1vh 0 1vh;
    }

    .article-box-description {
        margin: 1vh 0 0;
    }

    .article-box-description span {
        font-size: 2vw;
        -webkit-line-clamp: 4;
    }

    .article-box-description.small-description p {
        -webkit-line-clamp: 2;
        font-size: 1.6vw;
    }

    .article-box-description h2 {
        font-size: 2.1vw;
        line-height: 3vw;
    }

    .article-box-section {
        margin: 1.7vh 0 0;
    }

    .article-box-section > h4,
    .article-box-section > h3 {
        font-size: 1.5vw;
    }

    .realitatea-category-block .realitatea-category-block-big-article .realitatea-category-block-button a {
        font-size: 1.75vw;
    }

    .realitatea-category-block .realitatea-category-block-big-article .realitatea-category-block-button {
        margin: 3vh 0 0;
    }
}

@media only screen and (min-width: 1366px) {
    :root {
        --realitatea-margin-width-grid: calc(23% * 0.6);
    }

    .article-box-label {
        font-size: 1vw;
        padding: 1vh 1.5vw;
    }

    .article-box-image-description span {
        font-size: 1.25vw;
    }

    .article-box-title span {
        font-size: 1.1vw;
    }

    .article-box-title.bigger-title span {
        font-size: 2.1vw;
    }

    .article-box-title.big-title span {
        font-size: 1.5vw;
    }

    .article-box-title.small-title span {
        font-size: 1.1vw;
    }

    .article-box-title h1 {
        font-size: 2.1vw;
        line-height: 2.5vw;
    }

    .article-box-time {
        font-size: 0.8vw;
    }

    .article-box-description span {
        font-size: 1.1vw;
    }

    .article-box-description.small-description p {
        font-size: 1vw;
    }

    .article-box-description h2 {
        font-size: 1.25vw;
        line-height: 2vw;
    }

    .article-box-section > h4,
    .article-box-section > h3 {
        font-size: 0.9vw;
    }

    .realitatea-category-block .realitatea-category-block-big-article .realitatea-category-block-button a {
        font-size: 1.25vw;
    }
}

/*9. CONFIGURATION END */

/*10. BREADCRUMB */

ul.realitatea-breadcrumb {
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 var(--mobile-margin-width) 0;
    padding-top: 2vh;
    font-family: "Leitura Sans Grot 2", sans-serif;
    font-size: 4vw;
    text-transform: uppercase;
    max-width: calc(100% - calc(2 * var(--mobile-margin-width)));
}

ul.realitatea-breadcrumb > li {
    line-height: 1.5;
    list-style-type: none;
    margin-right: 1vw;
    display: flex;
    flex-direction: row;
}

ul.realitatea-breadcrumb > li:nth-last-of-type(1) {
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: normal;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
    /*color: var(--realitatea-red);*/
    display: flex;
    flex-direction: row;
}

ul.realitatea-breadcrumb > li:not(:nth-of-type(1))::before {
    content: ">";
    margin-right: 1vw;
    color: var(--realitatea-muted-text);
    vertical-align: text-top;
}

ul.realitatea-breadcrumb > li > a {
    text-decoration: none;
    color: var(--realitatea-black-text);
    white-space: nowrap;
}

ul.realitatea-breadcrumb > li:nth-last-of-type(1) > a {
    color: var(--realitatea-red);
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 600px) {
    ul.realitatea-breadcrumb {
        font-size: 3.5vw;
    }
}

@media only screen and (min-width: 768px) {
    ul.realitatea-breadcrumb {
        font-size: 2.5vw;
    }
}

@media only screen and (min-width: 992px) {
    ul.realitatea-breadcrumb {
        margin: 0 var(--margin-width) 0;
        font-size: 1.3vw;
        max-width: calc(100% - calc(2 * var(--margin-width)));
    }

    ul.realitatea-breadcrumb > li {
        list-style-type: none;
        margin-right: 0.5vw;
    }

    ul.realitatea-breadcrumb > li:not(:nth-of-type(1))::before {
        margin-right: 0.5vw;
    }
}

@media only screen and (min-width: 1366px) {
    ul.realitatea-breadcrumb {
        font-size: 0.85vw;
        margin-left: calc(calc((100vw - 989px) / 2));
        margin-right: calc(calc((100vw - 989px) / 2));
        max-width: 989px;
    }
}

@media only screen and (min-width: 1920px) {
    ul.realitatea-breadcrumb {
        margin-left: calc(calc((100vw - 1390px) / 2));
        margin-right: calc(calc((100vw - 1390px) / 2));
        max-width: 1390px;
    }
}

@media only screen and (min-width: 3840px) {
    ul.realitatea-breadcrumb {
        margin-left: calc(calc((100vw - 2780px) / 2));
        margin-right: calc(calc((100vw - 2780px) / 2));
        max-width: 2780px;
    }
}

/*10. BREADCRUMB END */

/*11. 404/403 BEGINS */
.realitatea-404-notfound,
.realitatea-403-notfound {
    margin: 3vh var(--mobile-margin-width);
}

.realitatea-404-notfound > h1,
.realitatea-403-notfound > h1 {
    color: var(--realitatea-black-text);
    font-size: 6vw;
    font-family: "Leitura Sans Grot 3", sans-serif;
    white-space: normal;
    font-weight: bold;
    display: -webkit-box;
}

@media only screen and (min-width: 600px) {
    .realitatea-404-notfound > h1,
    .realitatea-403-notfound > h1 {
        font-size: 5vw;
    }
}

@media only screen and (min-width: 768px) {
    .realitatea-404-notfound > h1,
    .realitatea-403-notfound > h1 {
        font-size: 4vw;
    }
}

@media only screen and (min-width: 992px) {
    .realitatea-404-notfound,
    .realitatea-403-notfound {
        margin: 3vh var(--margin-width);
    }

    .realitatea-404-notfound > h1,
    .realitatea-403-notfound > h1 {
        font-size: 2.5vw;
    }
}

@media only screen and (min-width: 1366px) {
    .realitatea-404-notfound > h1,
    .realitatea-403-notfound > h1 {
        font-size: 2.1vw;
    }
}

/*11. 404/403 END */

/*12. EDIT NEWS START */
.edit-news {
    position: fixed;
    right: 3vw;
    bottom: 5vh;
    z-index: 99999999;
    padding: 2vh 3vw;
    background-color: gray;
}

.edit-news > a {
    color: #fff;
}

/*12. EDIT NEWS END */
/*13. STATIC PAGE BEGIN */

.container-realitatea-static {
    margin: 3vh var(--mobile-margin-width);
    display: flex;
    flex-direction: column;
}

.container-realitatea-static > h1 {
    color: var(--realitatea-black-text);
    font-size: 6vw;
    font-family: "Leitura Sans Grot 3", sans-serif;
    white-space: normal;
    font-weight: bold;
    line-height: 6.5vw;
    display: -webkit-box;
}

.container-realitatea-static:after {
    background: var(--realitatea-red);
    content: "";
    height: .5vh;
    width: 100%;
    margin: 2vh 0 3vh;
}

@media only screen and (min-width: 600px) {
    .container-realitatea-static > h1 {
        font-size: 5vw;
        line-height: 6vw;
    }
}

@media only screen and (min-width: 768px) {
    .container-realitatea-static > h1 {
        font-size: 4vw;
        line-height: 5vw;
    }
}

@media only screen and (min-width: 992px) {
    .container-realitatea-static > h1 {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }

    .container-realitatea-static {
        margin-left: var(--margin-width);
        margin-right: var(--margin-width);
    }
}

@media only screen and (min-width: 1366px) {
    .container-realitatea-static > h1 {
        font-size: 2.1vw;
        line-height: 3vw;
    }
}

/*13. STATIC PAGE END */

//#viewability-expansion-display {
//    margin: 0!important;
//}



/* Layout */
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.hidden {
    display: none;
}

/* Flex Properties */
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.items-end {
    align-items: flex-end;
}
.justify-start {
    justify-content: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-evenly {
    justify-content: space-evenly;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-auto {
    flex: 1 1 auto;
}
.flex-grow {
    flex-grow: 1;
}
.flex-shrink {
    flex-shrink: 1;
}
.flex-grow-0 {
    flex-grow: 0;
}
.flex-shrink-0 {
    flex-shrink: 0;
}

/* Spacing */
.p-0 {
    padding: 0;
}
.p-1 {
    padding: 0.25rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-4 {
    padding: 1rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-8 {
    padding: 2rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.m-0 {
    margin: 0;
}
.m-1 {
    margin: 0.25rem;
}
.m-2 {
    margin: 0.5rem;
}
.m-4 {
    margin: 1rem;
}
.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Width & Height */
.w-full {
    width: 100%;
}
.w-1\/2 {
    width: 50%;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-2\/3 {
    width: 66.666667%;
}
.w-1\4 {
    width: 25%;
}
.w-3\/4 {
    width: 75%;
}
.w-auto {
    width: auto;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.h-auto {
    height: auto;
}

/* Typography */
.text-xs {
    font-size: 0.75rem;
}
.text-sm {
    font-size: 0.875rem;
}
.text-base {
    font-size: 1rem;
}
.text-lg {
    font-size: 1.125rem;
}
.text-xl {
    font-size: 1.25rem;
}
.text-2xl {
    font-size: 1.5rem;
}
.font-normal {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.underline {
    text-decoration: underline;
}
.line-through {
    text-decoration: line-through;
}

/* Colors */
.text-white {
    color: white;
}
.text-black {
    color: black;
}
.text-gray-400 {
    color: #9ca3af;
}
.text-gray-600 {
    color: #4b5563;
}
.text-gray-800 {
    color: #1f2937;
}
.text-blue-500 {
    color: #3b82f6;
}
.text-red-500 {
    color: #ef4444;
}
.text-green-500 {
    color: #10b981;
}

.bg-white {
    background-color: white;
}
.bg-black {
    background-color: black;
}
.bg-gray-100 {
    background-color: #f3f4f6;
}
.bg-gray-200 {
    background-color: #e5e7eb;
}
.bg-blue-500 {
    background-color: #3b82f6;
}
.bg-red-500 {
    background-color: #ef4444;
}
.bg-green-500 {
    background-color: #10b981;
}

/* Borders */
.border {
    border-width: 1px;
    border-style: solid;
}
.border-0 {
    border-width: 0;
}
.border-2 {
    border-width: 2px;
}
.border-b {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.border-t {
    border-top-width: 1px;
    border-top-style: solid;
}
.border-gray-200 {
    border-color: #e5e7eb;
}
.border-gray-300 {
    border-color: #d1d5db;
}
.border-blue-500 {
    border-color: #3b82f6;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-full {
    border-radius: 9999px;
}

/* Position */
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.absolute-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.absolute-center-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.absolute-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fixed {
    position: fixed;
}
.sticky {
    position: sticky;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.top-1\/2 {
    top: 50%;
}
.right-1\/2 {
    right: 50%;
}
.bottom-1\/2 {
    bottom: 50%;
}
.left-1\/2 {
    left: 50%;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Shadow */
.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Visibility and opacity */
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.opacity-0 {
    opacity: 0;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-100 {
    opacity: 1;
}

/* Z-index */
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-50 {
    z-index: 50;
}

/* Transitions */
.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300 {
    transition-duration: 300ms;
}

/* Cursor */
.cursor-pointer {
    cursor: pointer;
}
.cursor-not-allowed {
    cursor: not-allowed;
}

/* Overflow */
.overflow-hidden {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.overflow-scroll {
    overflow: scroll;
}

/* Grid */
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gap-1 {
    gap: 0.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-6 {
    gap: 1.5rem;
}

.translate-x-1\/2 {
    transform: translateX(50%);
}
.-translate-x-1\/2 {
    transform: translateX(-50%);
}
.translate-y-1\/2 {
    transform: translateY(50%);
}
.-translate-y-1\/2 {
    transform: translateY(-50%);
}
.translate-x-full {
    transform: translateX(100%);
}
.-translate-x-full {
    transform: translateX(-100%);
}
.translate-y-full {
    transform: translateY(100%);
}
.-translate-y-full {
    transform: translateY(100%);
}
.rotate-180 {
    transform: rotate(180deg);
}

.font-leitura-1 {
    font-family: "Leitura Sans Grot 1", sans-serif;
}
.font-leitura-2 {
    font-family: "Leitura Sans Grot 2", sans-serif;
}
.font-leitura-3 {
    font-family: "Leitura Sans Grot 3", sans-serif;
}
.font-leitura-4 {
    font-family: "Leitura Sans Grot 4", sans-serif;
}




