/* SETARI GENERALE */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    font-size: 10px;
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', 'sans-serif';
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
h1 { 
    font-size: 4rem;
    line-height: 5.3rem;
    font-weight: 700;
}
h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    font-weight: 700;
}
h4,h5,h6,h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 700;
}
input[type=text], input[type=email], input[type=password], input[type=search] {
    border-radius: 0;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 500;
    height: auto;
}
button {
    border-radius: 0;
    padding: .7rem 1.5rem;
}
textarea {
    height: 200px;
    border-radius: 0;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 500;
}
blockquote:not(.inner-section-spacing) {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
mark, .mark {
    padding: 0;
}
.alert {
    font-size: 2.2rem;
    line-height: 3rem;
}
.alert > ul {
    list-style-type: none;
    margin-bottom: 0px;
}
.alert > ul > li {
    font-size: 2.2rem;
    line-height: 3rem;
}
.page-padding {
    padding-left: 10rem;
    padding-right: 10rem;
}
.margin-page {
    margin-bottom: 1.5rem;
}
.full-page-margin {
    margin: 0 10rem;
}
.text-general, p, li, input, label {
    font-size: 2.2rem;
    line-height: 3rem;
}
.text-big, h1 {
    font-size: 4rem;
    line-height: 5.3rem;
}
.text-small {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-bold {
    font-weight: 700;
}
.text-normal {
    font-weight: 500;
}
.text-author-breaking {
    font-size: 2rem !important;
}
.text-thin {
    font-weight: 300;
}
.text-sondaj {
    font-size: 2.2rem;
    line-height: 3rem;
}
.text-cover-1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 6.6rem;
    color: #fff;
    margin-right: 1.5rem;
}
.text-thumbnail-big {
    color: #fff;
}
.text-footer,
.text-footer:hover {
    color: #fff;
    text-decoration: none;
    padding-bottom: .5rem;
}
.title-text-footer {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 2.5rem;
}
.page-gradient {
    border-left: solid;
    border-width: .39rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0) 60%);
}
/*Borders*/
.border-color-1 {
    border: 0.5rem solid #FFE600;
}
.border-color-2 {
    border: 0.5rem solid #FF0000;
}
.border-color-3 {
    border: 0.3rem solid #16B4F4;
}
.border-color-4 {
    border: 0.3rem solid #3A559F;
}
.border-color-5 {
    border: 0.3rem solid #F44316;
}
.border-color-6 {
    border: 0.3rem solid #0A66C2;
}
.border-color-7 {
    border: 0.3rem solid #FE2B55;
}
.border-color-8 {
    border: 0.5rem solid #FFFFFF;
}
.border-color-9 {
    border: .3rem solid #3B56D4 !important;
}
.border-color-10 {
    border: .3rem solid #409CFF !important;
}
/*Text colors*/
.text-color-1 {
    color: #FFFFFF;
}
.text-color-2 {
    color: #000000;
}
.text-color-3 {
    color: #7B7B7B;
}
.text-color-4 {
    color: #FE0000;
}
.text-color-5 {
    color: #E100FF;
}
.text-color-6 {
    color: #3B56D4;
}
.text-color-7 {
    color: #409CFF;
}
.text-color-8 {
    color: #16B4F4;
}
.text-color-9 {
    color: #3A559F;
}
.text-color-10 {
    color: #F44316;
}
.text-color-11 {
    color:#0A66C2;
}
.text-color-12 {
    color: #00C81B;
}
.text-color-13 {
    color: #D60000;
}
.text-color-14 {
    color: #00B259;
}
.card-content  h3.card-title, h2.class-text {
    color:#0A66C2;
}
.watch-icon {
    color: rgb(145, 145, 145);
    margin-right: .5rem;
}
.youtube-iframe-container {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;
}

.youtube-iframe-container iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
span.youtube-meta::before {
    content: "•";
    margin: 0px 4px;
}
/* PAGE SPACING */
.page-padding-spacing {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.inner-section-spacing {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/* PAGE SPACING END*/
/* SETARI GENERALE END*/

/* HEADER */
.header {
    background-image: linear-gradient(to right, #182978, #3B56D4);
    padding-bottom: 3rem;

}
.header-2 {
    visibility: hidden;
    display: none;
}
.social-background {
    background-color: #fff;
    border-bottom-left-radius: 1rem;
    column-gap: 1rem;
    align-items: center;
    padding: .5rem 1rem;
}
.social-background > a {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    text-align: center;
}
.social-background a.header-facebook {
    background-color: #3A559F;
}
.social-background a.header-twitter {
    background-color: #00acee;
}
.social-background a.header-instagram {
    background-image: linear-gradient(135deg,#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);;
}
.social-background a.header-linkedin {
    background-color: #0072b1;
}
.social-background a.header-tiktok {
    background-color: #000;
}
.social-background a.header-pinterest {
    background-color: #c8232c;
}
.social-background a i {
    color: white;
    line-height: 3rem;
}
.social_image {
    width: 2.75rem;
    margin-bottom: -.5rem;
    border-radius: 50%;
}
.text-header{
    font-size: 2rem;
    font-weight: 400;
    color: #153352;
    margin-bottom: -.5rem;
}
.header-photos {
    display: right;
    align-items: center;
}
.header-logo {
    width: 20vw;
}
.banner-header {
    width: 40vw;
}
.navigation {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.search-box {
    width: 100%;
    max-width: 25.5rem;
    height: 3rem;
    background-color: #203aad;
    display: flex;
    align-items: center;
    border-radius: 6rem;
    padding: 1rem 0;
}
.search-box input {
    background: transparent;
    flex: 1;
    border: 0;
    outline: none;
    padding: 1rem;
    font-size: 1.75rem;
    color: #fff;
}
.search-box button img {
    width: 1.75rem;
}
.search-box button {
    border: 0;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    background: transparent;
    cursor: pointer;
}
.text-nav,
.text-nav:hover {
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    color: #fff;
}
.nav-grid {
    display: grid;
    grid-template-columns: repeat(9, max-content);
    grid-gap: 1.5rem;
}
.btn-search-mobile {
    background: transparent!important;
    border: none;
}
#searchModal .modal-content {
    background: none;
    border: none;
}
#searchModal .modal-footer {
    border: none;
}
@media screen and (max-width: 1080px) {
    
}
/* END HEADER */

/* PREZENTARE */
.prezentare-wrapper {
    gap: 15px;
}
.prezentare-wrapper.padding-top {
    padding-top: 15px;
}
.prezentare-wrapper.padding-bottom {
    padding-bottom: 15px;
}
.prezentare-wrapper > .prezentare, .card-prezentare > .prezentare, .prezentare.single {
    display: inline-block;
}
.prezentare-wrapper > .prezentare img, .card-prezentare > .prezentare img, .prezentare.single img {
    max-width: 100%!important;
    max-height: 100%!important;
    margin: 0 auto;
}
.card-prezentare > .prezentare > * {
    height: 40rem!important;
    display: inline-block;
}
.prezentare.swiper-slide {
    max-width: 100%!important;
}
.prezentare.swiper-slide img {
    width: 100%!important;
    height: 100%!important;
}
.sss {
    height: max-content!important;
}
/* END PREZENTARE */

/* HAMBURGER MENU */
.container-hamburger {
    display: flex;
    align-items: center;
    position: relative;
}
.hamburger {
    position: absolute;
    width: 3rem;
    height: .4rem;
    background: #fff;
    border-radius: 1rem;
    cursor: pointer;
    z-index: 2;
    transition: .3s;
}
.hamburger:before,
.hamburger:after {
    content: "";
    position: absolute;
    height: .4rem;
    right: 0;
    background: #fff;
    border-radius: 1rem;
    transition: .3s;
}
.hamburger:before {
    top: -1rem;
    width: 2rem;
}
.hamburger:after {
    top: 1rem;
    width: 2.5rem;
}
.toggle-menu {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 1000!important;
    cursor: pointer;
    opacity: 0;
}
.hamburger,
.toggle-menu {
    display: none;
}
.nav-links input:checked ~ .hamburger{
    background: transparent;
}
.nav-links input:checked ~ .hamburger:before{
    top: 0;
    transform: rotate(-45deg);
    width: 3rem;
}
.nav-links input:checked ~ .hamburger:after{
    top: 0;
    transform: rotate(45deg);
    width: 3rem;
}
.nav-links input:checked ~ .nav-grid {
    right: 0;
}
.toggle-menu:checked ~ .hamburger {
    top: 2rem; 
    right: 1rem;
    position: fixed;
}
.toggle-menu:checked {
    top: 1rem;
    right: 1rem;
    position: fixed;
}
.toggle-menu:checked ~ .hamburger:before {
    top: 0;
    transform: rotate(-45deg);
    width: 3rem;
}
.toggle-menu:checked ~ .hamburger:after {
    top: 0;
    transform: rotate(45deg);
    width: 3rem;
}
.toggle-menu:checked ~ .nav-grid {
    right: 0;
}
/* HAMBURGER MENU END */

/* SECTIUNEA 1 */
.section-1 {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
}
.container-poza {
    background-size: cover;
    background-position: center;
    height: 80rem;
}
.container-poza::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}
.fashion-banner {
    padding-bottom: 4rem;
}
.mustang-banner{
    padding-bottom: 4rem;
}
.bottom-left-text {
    position: absolute;
    bottom: 8px;
    z-index: 2;
}
/* END SECTIUNEA 1 */

/* BOTOSANEANUL TV */
.botosaneanul-tv-banner {
    background-image: linear-gradient(to right, #3B56D4, #182978);
    padding: 1rem;
    color: #fff;
}
.botosaneanul-tv-banner .page-gradient {
    padding: 1rem 0;
}
.botosaneanul-tv-banner .page-gradient h4 {
    padding-left: 1rem;
    margin-bottom: 0;
}
.padding-banner-botosaneanul-tv {
    padding-left: 0;
    padding-right: 0;
}
.page-distance-botosaneanul-tv {
    margin-top: 4rem;
}
.border-botosaneanul-tv {
    border-left: solid;
    border-width: .39rem;
    border-color: #1663B5;
}
.container-thumbnail-small {
    margin-bottom: 4rem;
}
.container-thumbnail-small:last-child {
    margin-bottom: 0;
}
.thumbnail {
    height: 14rem;
    background-size:cover;
    background-position:center;
    margin: 0.5rem 0;
}
.logo-thumbnail {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
}
.logo-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: red;
    font-size: 2rem;
}
.logo-thumbnail a {
    text-decoration: none;
}
.title-thumbnail {
    margin-top: 1rem;
}
.title-text-thumbnail {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 600;
}
.thumbnail-big {
    background-size:cover;
    background-position:center;
    height: 53rem;
}
.thumbnail-big:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}
.logo-thumbnail-big {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
    width: 15rem;
    height: 15rem;
    z-index: 2;
}
.logo-icon-big {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: red;
    font-size: 8rem;
}
.logo-thumbnail-big a {
    text-decoration: none;
}
.bottom-left-text-thumbnail {
    position: absolute;
    bottom: 28px;
    left: 16px;
    padding-left: 16px;
    padding-right: 16px;
    z-index: 2;
}
/* BOTOSANEANUL TV END*/

/* ARTICLE CONTEXT */
.article-context .content ul li {
    margin-left: 1.5rem;
}
.article-context .content ul li::marker {
    color: #3B56D4;
    width: 1em;
}
/* Live */
.article-context p label.text-title-article {
    margin-top: 0;
}
.article-context .card-header-blue {
    --r: 1rem;
    width: max-content;
    padding-right: 10rem;
    height: 5rem;
    border-top-left-radius: var(--r);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.article-context .card-header-blue::before,
.article-context .card-header-blue::after {
    content:"";
    position: absolute;
    background: #3B56D4;
    transform: skew(55deg); 
    transform-origin: bottom right;
    overflow: hidden;
    white-space: nowrap;
}
.article-context .card-header-blue::before {
    inset: 0 var(--r) 0 0;
    border-top-right-radius: var(--r);
    overflow: hidden;
}
.article-context .card-title {
    position: inherit;
    left: 1rem;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2.7rem;
    top: 1rem;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}
.article-context .quote-text {
    display: flex;
}
.article-context .quote-text i {
    font-size: 4rem;
    color: #3B56D4;
    padding: 0 2rem;
}
.article-context .card-content-inner-shadow {
    background: linear-gradient(to bottom, rgba(200, 200, 200, 0.3), transparent);
}
.article-context .banner-article-text {
    height: 60rem;
    width: 100%;
}
.article-context .counter {
    display: block;
}
.article-context .counter-spectators {
    display: flex;
    column-gap: .5rem;
}
.article-context .blue-bullets {
    list-style-type: none;
    padding-left: 20px;
}
.article-context .blue-bullets li:before {
    content: "\2022";
    color: #3B56D4;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.article-context ul.blue-bullets li:last-child {
    padding-bottom: 0;
}
/* Editor styles */

:root {
    --ck-color-image-caption-background: hsl(0, 0%, 97%);
    --ck-color-image-caption-text: hsl(0, 0%, 20%);
    --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
    --ck-color-mention-text: hsl(341, 100%, 30%);
    --ck-color-table-caption-background: hsl(0, 0%, 97%);
    --ck-color-table-caption-text: hsl(0, 0%, 20%);
    --ck-highlight-marker-blue: hsl(201, 97%, 72%);
    --ck-highlight-marker-green: hsl(120, 93%, 68%);
    --ck-highlight-marker-pink: hsl(345, 96%, 73%);
    --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
    --ck-highlight-pen-green: hsl(112, 100%, 27%);
    --ck-highlight-pen-red: hsl(0, 85%, 49%);
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
    --ck-todo-list-checkmark-size: 16px;
}

.article-context code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
.article-context blockquote:not(.inner-section-spacing) {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
}
.article-context[dir="rtl"] blockquote:not(.inner-section-spacing) {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}

.article-context .text-tiny {
    font-size: .7em;
}

.article-context .text-small {
    font-size: .85em;
}

.article-context .text-big {
    font-size: 1.4em;
}

.article-context .text-huge {
    font-size: 1.8em;
}

.article-context .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}

.article-context .marker-green {
    background-color: var(--ck-highlight-marker-green);
}

.article-context .marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}

.article-context .marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}

.article-context .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}

.article-context .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}

.article-context img {
    max-width: 100%;
}

.article-context .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px;
}

.article-context .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}

.article-context .image-inline {
    /*
     * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
     * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
     * This strange behavior does not happen with inline-flex.
     */
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start;
}

.article-context .image-inline picture {
    display: flex;
}

.article-context .image-inline picture,
.article-context .image-inline img {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}

.article-context .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

.article-context .image.image_resized img {
    width: 100%;
}

.article-context .image.image_resized > figcaption {
    display: block;
}

.article-context .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: var(--ck-color-image-caption-text);
    background-color: var(--ck-color-image-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}

.article-context .image-style-block-align-left,
.article-context .image-style-block-align-right {
    max-width: calc(100% - var(--ck-image-style-spacing));
}

.article-context .image-style-align-left,
.article-context .image-style-align-right {
    clear: none;
}

.article-context .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
}

.article-context .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}

.article-context .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}

.article-context .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}

.article-context .image-style-block-align-right {
    margin-right: 0;
    margin-left: auto;
}

.article-context .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}

.article-context p + .image-style-align-left,
.article-context p + .image-style-align-right,
.article-context p + .image-style-side {
    margin-top: 0;
}

.article-context .image-inline.image-style-align-left,
.article-context .image-inline.image-style-align-right {
    margin-top: var(--ck-inline-image-style-spacing);
    margin-bottom: var(--ck-inline-image-style-spacing);
}

.article-context .image-inline.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing);
}

.article-context .image-inline.image-style-align-right {
    margin-left: var(--ck-inline-image-style-spacing);
}

.article-context .todo-list {
    list-style: none;
}

.article-context .todo-list li {
    margin-bottom: 5px;
}

.article-context .todo-list li .todo-list {
    margin-top: 5px;
}

.article-context .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}

.article-context .todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}

.article-context .todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}

.article-context .todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}

.article-context .todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}

.article-context .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}

.article-context ol {
    list-style-type: decimal;
}

.article-context ol ol {
    list-style-type: lower-latin;
}

.article-context ol ol ol {
    list-style-type: lower-roman;
}

.article-context ol ol ol ol {
    list-style-type: upper-latin;
}

.article-context ol ol ol ol ol {
    list-style-type: upper-roman;
}

.article-context ul {
    list-style-type: disc;
}

.article-context ul ul {
    list-style-type: circle;
}

.article-context ul ul ul {
    list-style-type: square;
}

.article-context ul ul ul ul {
    list-style-type: square;
}

.article-context .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-context .page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}

.article-context .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: hsl(0, 0%, 100%);
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.article-context .media {
    clear: both;
    margin: 0.9em 0;
    display: block;
    min-width: 15em;
}

.article-context .table > figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    color: var(--ck-color-table-caption-text);
    background-color: var(--ck-color-table-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}

.article-context .table {
    margin: 0.9em auto;
    display: table;
}

.article-context .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double hsl(0, 0%, 70%);
}

.article-context .table table td,
.article-context .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid hsl(0, 0%, 75%);
}

.article-context .table table th {
    font-weight: bold;
    background: hsla(0, 0%, 0%, 5%);
}

.article-context[dir="rtl"] .table th {
    text-align: right;
}

.article-context[dir="ltr"] .table th {
    text-align: left;
}

.article-context .table .ck-table-resized {
    table-layout: fixed;
}

.article-context .table table {
    overflow: hidden;
}

.article-context .table td,
.article-context .table th {
    position: relative;
}

.article-context pre {
    padding: 1em;
    color: hsl(0, 0%, 20.8%);
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}

.article-context pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}

.article-context hr {
    margin: 15px 0;
    height: 4px;
    background: hsl(0, 0%, 87%);
    border: 0;
}

.article-context .mention {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text);
}
@media print {
    
    .article-context .page-break {
        padding: 0;
    }
    
    .article-context .page-break::after {
        display: none;
    }
}
/* END ARTICLE CONTEXT */

/*START SECTION 3*/
.section-3 {
    margin-top: 1.5rem;
}
.card-header-bg {
    --r: 1rem;
    width: max-content;
    padding-right: 8rem;
    height: 4rem;
    margin-bottom: 0;
    border-top-left-radius: var(--r);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .card-header-bg::before,
  .card-header-bg::after {
    content:"";
    position: absolute;
    background: #FFE600;
    transform: skew(55deg); 
    transform-origin: bottom right;
  }
  .card-header-bg::before {
    inset: 0 var(--r) 0 0;
    border-top-right-radius: var(--r);
  }
  .card-header-bg::after {
    right: .8px;
    bottom: 0;
    width: var(--r); 
    aspect-ratio: 1;
    -webkit-mask: radial-gradient(100% 102% at 100% 0,#0000 97%,#000);
    -moz--webkit-mask: radial-gradient(100% 102% at 100% 0,#0000 97%,#000);
  }
.breaking-news-title {
    position: inherit;
    min-width: 1rem;
    left: 1rem;
    font-weight: 600;
    font-size: 2.2rem;
    top: 1rem;
}
.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 80rem;
    /*height: 65rem;*/
    
    position: relative;
}
.gallery {
    /*top: -7rem;*/
    position: relative;
    left: 0;
}
.gallery-bg {
    --r: 1rem;
    height: 7rem;
    width: max-content;
    padding-right: 13rem;
    position: relative;
    overflow: hidden;
  }
  .gallery-bg::before,
  .gallery-bg::after {
    content:"";
    position: absolute;
    background: #fff;
    opacity: 0.7;
    transform: skew(55deg); 
    transform-origin: bottom right;
  }
  .gallery-bg::before {
    inset: 0 var(--r) 0 0;
    border-top-right-radius: var(--r);
  }
  .gallery-bg::after {
    right: .8px;
    bottom: 0;
    width: var(--r); 
    aspect-ratio: 1;
    -webkit-mask: radial-gradient(100% 102% at 100% 0,#0000 97%,#000);
    -moz-mask: radial-gradient(100% 102% at 100% 0,#0000 97%,#000);
  }
.gallery-text {
    display: inline;
    position: inherit;
    color: #FE0000;
    font-size: 3rem;
    font-weight: 600;
    line-height: 2.5rem;
    left: 1rem;
    top: 2rem;
}
.fa-image, .fa-message-middle {
    color: #000;
}
.breaking-news-comments {
    background-color: #fff;
    opacity: 0.85;
    float: right;
    font-size: 2.2rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0 0 0 1.5rem;
    border: 0.5rem solid #FFE600;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
}
.info-container-news {
    width: 100%;
    position: absolute;
    bottom: -0.1rem;
    background-color: #fff;
    color: #000;
}
.author {
    color: #474747;
    font-size: 2rem;
}
.author-photo {
    height: 5rem;
}
.text-container-news {
    font-size: 4.4rem;
    line-height: 5.5rem;
    font-weight: 800;
    /*margin-top: -7rem;*/
    margin-bottom: 0px;
    padding: 1rem;
    word-wrap: break-word;
    /*background-color: #fff;*/
}
.last-news-title {
    border-left: solid;
    border-width: 0.4rem;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 1.3rem;
    padding-left: 1rem;
}
.last-news {
    background-color: #fff;
    box-shadow: 0 0 1.5rem .2rem rgba(0,0,0,0.1);
    margin-bottom: 1.4rem;
    display: flex;
    padding: 0.7rem;
    flex-direction: column;
}
.last-news-data {
    display: flex;
    background-color: #fff;
}
.last-news-time {
    display: flex;
    align-items: baseline;
    margin-left: 0;
}
.last-news-avatar-rounded {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -0.25rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    border-radius: 100%;  
}
.last-news-photo {
    height: 11rem;
    max-width: 25rem;
    background-size:cover;
    background-position:center;
    margin: 0;
    background-color: #fff;
}
.last-news-details {
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-news-text {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.45rem;
}
p.last-news-person {
    margin-right: 1rem;
    font-size: 1.4rem;
}
p.last-news-person-time {
    font-size: 1.4rem;
}
.padding-container {
    padding-left: 2rem;
}
/*END SECTION 3*/

/*Section FUN*/
.author-big-image {
    display: inline;
    float: right;
    margin-top: -4rem;
    margin-right: -4rem;
    width: 20rem;
    height: 20rem;
    border: 5px solid #fff;  
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*End Section FUN*/

/*Newsletter*/
.form-container {
    padding: 1rem;
    background-image: linear-gradient(to left, #3B56D4, #182978);
    margin-top: 3rem;
}
.form-container input[type="email"] {
    background-image: linear-gradient(to right, #FFB300, #FF0068);
    width: max-content;
    color: #fff;
    height: 6rem;
    border: none;
    outline: none;
    font-weight: 600;
    border-radius: 5rem;
    font-size: 2.2rem;
    padding-left: 2.3rem;
    padding-right: 5rem;
}
.card-newsletter input[type="email"]::placeholder {
    color: #fff;
    font-weight: 600;
    padding-left: 0;
    font-size: 2.2rem;
}
.form-container button {
    background-color: #fff;
    color: #000;
    font-size: 2.2rem;
    font-weight: 800;
    width: 30%;
    margin-left: -7rem;
    height: 6rem;
    border: none;
    border-radius: 5rem; 
    z-index: 10;
    margin-top: -1rem;
}
.newsletter-container {
    width: 80%;
    margin: 4rem auto;
}
.round-icon {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 100%;
    
}
/*End Newsletter*/

/*START SECTION 3 SECOND*/
.card-bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50rem;
    position: relative;
}
.card-new {
    width: 16.5rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 3rem;
    padding-bottom: 0;
    
}

/*Shadows*/
.last-news-shadow {
    box-shadow: rgba(0, 0, 0, 0.176) 0 0 15px 2px;
}
.card-shadow > .card-content {
    box-shadow: 0 0.1rem 1.5rem rgba(0,0,0,.175);
}
/*Shadows end*/

/*FEEDS*/
    .feeds {
        background-color: rgba(22, 99, 181, 0.15);
    }
    .feed-h {
        height: 63rem !important;
    }
    .feed-h > .card-container {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .feed-h > .card-container iframe {
        max-width: 100%;
    }
    .card-header-facebook {
        --r: 1rem;
        width: max-content;
        padding-left: 2rem;
        padding-right: 8rem;
        filter: drop-shadow(rgba(0, 0, 0, 0.4) 5px -6px -6px);
        height: 3rem;
        border-top-left-radius: var(--r);
        position: relative;
        overflow: hidden;
    }
    .card-header-facebook::before,
    .card-header-facebook::after {
        content:"";
        position: absolute;
        background: #3B56D4;
        transform: skew(55deg); 
        transform-origin: bottom right;
        overflow: hidden;
    }
    .card-header-facebook::before {
        inset: 0 var(--r) 0 0;
        border-top-right-radius: var(--r);
        overflow: hidden;
    }
    
    .card-header-twitter {
        --r: 1rem;
        width: max-content;
        padding-left: 2rem;
        padding-right: 8rem;
        filter: drop-shadow(rgba(0, 0, 0, 0.4) 5px -6px -6px);
        height: 3rem;
        border-top-left-radius: var(--r);
        position: relative;
        overflow: hidden;
    }
    .card-header-twitter::before,
    .card-header-twitter::after {
        content:"";
        position: absolute;
        background: #409CFF;;
        transform: skew(55deg); 
        transform-origin: bottom right;
        overflow: hidden;
    }
    .card-header-twitter::before {
        inset: 0 var(--r) 0 0;
        border-top-right-radius: var(--r);
        overflow: hidden;
    }
    .card-header-feed {
        --r: 1rem;
        --feed-color: #3A559F;
        width: max-content;
        padding-left: 2rem;
        padding-right: 8rem;
        filter: drop-shadow(rgba(0, 0, 0, 0.4) 5px -6px -6px);
        height: 3rem;
        border-top-left-radius: var(--r);
        position: relative;
        overflow: hidden;
    }
    .card-header-feed::before,
    .card-header-feed::after {
        content:"";
        position: absolute;
        background: var(--feed-color);
        transform: skew(55deg); 
        transform-origin: bottom right;
        overflow: hidden;
    }
    .card-header-feed::before {
        inset: 0 var(--r) 0 0;
        border-top-right-radius: var(--r);
        overflow: hidden;
    }

    .card-header-hotnews {
        --r: 1rem;
        width: max-content;
        padding-left: 2rem;
        padding-right: 8rem;
        filter: drop-shadow(rgba(0, 0, 0, 0.4) 5px -6px -6px);
        height: 3rem;
        border-top-left-radius: var(--r);
        position: relative;
        overflow: hidden;
    }
    .card-header-hotnews::before,
    .card-header-hotnews::after {
        content:"";
        position: absolute;
        background: #3A559F;
        transform: skew(55deg); 
        transform-origin: bottom right;
        overflow: hidden;
    }
    .card-header-hotnews::before {
        inset: 0 var(--r) 0 0;
        border-top-right-radius: var(--r);
        overflow: hidden;
    }
    .card-container.w-100.p-4.h-100 > div > article > div {
        height: 4800px!important;
    }
/*FEEDS*/

/* Instagram Feed */
#instafeed-container .insta-post {
    border: solid;
    border-width: 1px;
    border-color: #CED0D4;
    border-radius: 5px;
    margin-bottom: 40px;
}
#instafeed-container .insta-post .insta-account-info {
    padding: 20px
}
#instafeed-container .insta-post a img.insta-post-image {
    width: 100%;
    border: solid;
    border-width: 1px 0 1px 0;
    border-color: #CED0D4;
}
#instafeed-container .insta-post a p.insta-description {
    padding: 20px;
}
.insta-text {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 22px;
}
.instagram-actions {
    padding: 20px;
    border-bottom: solid;
    border-width: 1px;
    border-color: #CED0D4;
}
.instagram-actions .instagram-tools {
    column-gap: 10px;
}
.instagram-actions i {
    font-size: 25px;
}
.instagram-profile-picture {
    width: 30px;
    border-radius: 100%;
}
.insta-account-info div {
    column-gap: 10px;
}
.weight-500 {
    font-weight: 500!important;
}
/* Instagram Feed */

.card-header-white {
    --r: 1rem;
    width: max-content;
    max-width: 100%;
    padding-right: 8rem;
    padding-left: 1rem;
    filter: drop-shadow(rgba(0, 0, 0, 0.07) 0 -11px 10px);
    height: 3rem;
    border-top-left-radius: var(--r);
    margin-bottom: -0.1rem;
    position: relative;
    overflow: hidden;
}
.card-header-white::before,
.card-header-white::after {
    content:"";
    position: absolute;
    background: #FFFFFF;
    transform: skew(55deg); 
    transform-origin: bottom right;
    overflow: hidden;
}
.card-header-white::before {
    inset: 0 var(--r) 0 0;
    border-top-right-radius: var(--r);
    overflow: hidden;
}
.card-title {
    position: inherit;
    left: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
    top: 1rem;
    text-align: center;;
}
.card-comments {
background-color: #fff;
float: right;
font-size: 2.2rem;
padding: 0.5rem 0.75rem;
border-radius: 0 0 0 1.5rem;
margin-top: -0.5rem;
margin-right: -0.5rem;
opacity: 0.85;
}
.card-gallery {
    width: 100%;
    top: -5rem;
    position: relative;
    left: 0;
}
.card-gallery-bg {
    --r: 1rem;
    height: 4rem;
    width: max-content;
    padding-right: 10rem;
    position: relative;
    overflow: hidden;
}
.card-gallery-bg::before,
.card-gallery-bg::after {
    content:"";
    position: absolute;
    background: #fff;
    opacity: 0.6;
    transform: skew(55deg); 
    transform-origin: bottom right;
}
.card-gallery-bg::before {
    inset: 0 var(--r) 0 0;
    border-top-right-radius: var(--r);
}
.card-gallery-bg::after {
    right: .8px;
    bottom: 0;
    width: var(--r); 
    aspect-ratio: 1;
    -webkit-mask: radial-gradient(100% 102% at 100% 0,#0000 97%,#000);
}
.card-gallery-text {
    display: inline;
    position: inherit;
    color: #FE0000;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 2.5rem;
    left: 1rem;
    top: 1rem;
}
.card-title {
    font-size: 14px;
}
.card-text {
    padding: 0.5rem;
    margin-top: -5rem;
    font-size: 2.2rem;
    font-weight: 900;
}
.card-container {
    width: 101%;
    position: absolute;
    left: -0.1rem;
    bottom: -0.1rem;
    background-color: #fff;

}
.card-author  {
    margin-right: 0.5rem;
    font-size: 1.4rem;
}
p.card-date {
    font-size: 1.4rem;
}
.card-info {
    padding: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
}
.card-content {
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 0.5rem;
}
.card-content-news {
    margin-bottom: 1.5rem;
    padding: 0.5rem;
    background-color: #FFE600;
    z-index: -10;
}
/*END SECTION 3 SECOND*/

/*Section Stiri/bancul zulei*/
.fun-section {
    margin-top: 3rem;
}
/* End Section Stiri/bancul zulei*/

/* ORANGE SECTION SONDAJ */
.gradient-background-section {
    background-image: linear-gradient(to right, #FFB300, #FF0068);
    /* padding: 3rem 0; */
    /* margin-top: 2rem; */
    /* margin-bottom: 2rem; */
}
.background-box-gradient-section {
    background-color: #fff;
    padding: 1.5rem;
    height: 100%;
}
.title-grdient-section,
.title-grdient-section:hover {
    color: #FF0000;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 3rem;
}
.radio-box-sondaj {
    display: flex;
    align-items: baseline;
    column-gap: 1rem;
}
.background-box-gradient-section .text-general {
    font-weight: 600;
}
.spacing-sondaj {
    margin-top: 1rem;
}
.buttons-sondaj {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.button-voting {
    background-color: #FF0000;
    border-radius: 10rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.button-see-results {
    font-weight: 300!important;
}
.see-more-css {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.background-box-gradient-section > label{
    margin-top: 1rem;
}
.background-box-gradient-section a.see-more-sondaj {
    color: red;
    text-decoration: none;
    padding-left: 1rem;
    font-weight: 300;
}
.img-of-the-day {
    margin-top: 1rem;
    height: 25rem;
    background-size:cover;
    background-position:center;
}
.date-gradient-section {
    margin-top: 1rem;
    font-weight: 300!important;
    color: #7D7D7D;
}
.vote_progress_content .progress {
    height: 2rem;
    font-size: 1rem;
}
.vote_progress_content .progress .progress-bar {
    padding-left: .5rem;
    color: #000;
}
.form-group .form-control {
    border-radius: 0;
    font-weight: 500;
}
/* ORANGE SECTION SONDAJ END*/

/* ORANGE SECTION STIRLIE ZILEI*/
.text-title-stirile-zilei {
    font-size: 3.2rem;
    line-height: 3.8rem;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
}
.line {
    flex-grow: 1;
    height: .25rem;
    background-color: white;
}
@keyframes automatic-sliding-content{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.sliding-content {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-color: hsla(0,0%,100%,.35) #fff;
    scrollbar-width: none;
    padding: 1rem 0;
}
.sliding-content::-webkit-scrollbar {
    display: none;
}
.sliding-content-wrapper {
    display: flex;
}
.automatic-sliding-content {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: automatic-sliding-content;
    animation-name: automatic-sliding-content;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 300s;
}
.sliding-content-slide {
    position: relative;
    transition: transform 0.3s ease;
    margin: 0 2rem;
}
.sliding-content-slide:hover {
    transform: translateY(-3px);
}
.sliding-content-slide .card-new,
.sliding-content-slide .card-content {
    box-shadow: none;
}
.sliding-content-slide .card-content {
    box-shadow: 0 1px 30px rgba(0,0,0,.175);
    width: 45rem;
    padding: .5rem;
    background-color: #fff;
}
.sliding-content-slide .card-bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 40rem;
    position: relative;
}
.sliding-content-slide .card-comments {
    background-color: #F8EEE4;
    float: right;
    font-size: 1.2rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0 0 0 1.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
}
.sliding-content-slide .card-text {
    padding: 0.5rem;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 700;
}
.sliding-content-slide .card-header-white {
    filter: none;
}
.last-news-time-small {
    font-size: 1rem;
    display: flex;
    align-items: baseline;
    column-gap: .25rem;
}
/* ORANGE SECTION STIRLIE ZILEI END*/
/* HOROSCOP */
.flex-title-horoscop,
.flex-title-horoscop:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}
.zodiac-sign-size {
    height: 7rem;
}
.margin-zodiac {
    margin-top: 4rem;
}
.padding-zodiac {
    padding-right: 1rem;
}
.margin-zodiac-between {
    margin-top: 1.5rem;
}
.bnr-flag-size {
    height: 1.2rem;
}
.flex-flag-bnr {
    column-gap: .5rem;
    align-items: center;
}
.bnr-font-size {
    display: flex;
    font-size: 2rem;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}
.bnr-background {
    background-color: #F0F0F0;
}
.margin-weather {
    margin-top: 1rem;
}
/* HOROSCOP END*/
/* SECTION 14 BLOG */
/* #SC_TBlock_451659 .a516039681 .a1084523253 .a2139264934 .a1510643780 .a1182347132 .a1182112329 {
    max-height: max-content!important;
} */
.blog-picture-fit {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.background-box-gradient-section-blog {
    background-color: #fff;
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: solid;
    border-width: .5rem;
    border-color: #fff;
}
.blog-icon {
    display: flex;
    align-items: center;
    column-gap: .5rem;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.text-blog {
    font-size: 2.6rem;
    line-height: 3.2rem;
}
.see-more-blog,
.see-more-blog:hover {
    color: red;
    text-decoration: none;
}
.author-big-image-blog {
    display: inline;
    float: right;
    margin-top: -4rem;
    margin-right: -4rem;
    margin-bottom: 1.5rem;
    width: 25rem;
    height: 25rem;
    border: 5px solid #fff;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.flex-blog-details {
    display: flex;
    justify-content: end;
    align-items: center;
}
.flex-blog-details p {
    margin: 0 .5rem;
}
.carousel-indicators {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.carousel-indicators li.active {
    background-color: #3B56D4;
}
.text-blog-details {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
.header-progress-bar {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
}
.progress-container {
    width: 100%;
    height: 4px;
    background: #ccc;
}
.progress-bar {
    height: 2rem;
    background: var(--main-color-one);
    width: 0%;
}
.progress-bar-top {
    height: 4px;
}
.page-bottom-margin-spacing {
    margin-bottom: 2.5rem;
}
.last-news-shadow a div.last-news-avatar-article {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
}
.next-prev-box-sizing {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.next-prev-pagination {
    height: max-content!important;
}
.context-dimensions h2 {
    font-size: 28px;
}
.context-dimensions h3 {
    font-size: 26px;
}
.context-dimensions h4 {
    font-size: 24px;
}
.prezentare-wrapper .home_prezentare {
    max-height: fit-content!important;
}
.sidebar-spacing > div {
    margin-bottom: 15px;
}
/* SECTION 14 BLOG */
/* SIDEBAR */
.breadcrumb-area .background-box-gradient-section {
    margin-bottom: 15px;
}
/* SIDEBAR END */
/* FOOTER */
.footer {
    background-image: linear-gradient(to right, #182978, #3B56D4);
    padding-top: 2.5rem;
    color: #fff;
}
.flex-col-footer {
    display: inline-flex;
    padding-right: 0;
    padding-left: 0;
}
.p-footer {
    padding-top: 1.75rem;
}
.footer-logo {
    width: 18vw;
}
.border-footer {
    border-right: dashed;
    border-color: rgba(255, 255, 255, .2);
}
.contact-footer {
    padding-top: .75rem;
    display: flex;
    flex-direction: column;
    column-gap: 1rem;
}
.flex-contact {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    line-height: 1;
    column-gap: .5rem;
}
.div-phone {
    padding-top: .5rem;
}
.div-mail {
    padding-top: 1.25rem;
}
.social-icon-footer-size {
    font-size: 3rem;
}
.social-background-footer {
    display: flex;
    column-gap: 1.5rem;
    padding-top: 2rem;
}
.social-background-footer a {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    border-radius: 25%;
    text-align: center;
}
.social-background-footer a.footer-facebook {
    background-color: #3A559F;
}
.social-background-footer a.footer-twitter {
    background-color: #00acee;
}
.social-background-footer a.footer-instagram {
    background-image: linear-gradient(135deg,#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);;
}
.social-background-footer a.footer-linkedin {
    background-color: #0072b1;
}
.social-background-footer a.footer-tiktok {
    background-color: #000;
}
.social-background-footer a i {
    color: white;
    line-height: 4rem;
}
.gradient-footer-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: .5rem;
}
.h4-footer {
    padding-bottom: 1rem;
}
.a-footer {
    padding-bottom: .5rem;
}
.border-footer-2 {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: dashed;
    border-color: rgba(255, 255, 255, .2);
}
.reclama-footer {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.copyright {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 100;
    padding: 2.5rem 0;
    margin-bottom: -10px;
}
.comments-title {
    border-left: solid;
    border-width: .39rem;
}
.comments-footer {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}
.comments-list {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.comment-footer-size {
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    overflow: hidden;
    /*height: 8rem;*/
    aspect-ratio: 1 / 1;
    width: 90%;
    border-radius: 50%;
}
.poza-comment {
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    overflow: hidden;
    /*height: 8rem;*/
    aspect-ratio: 1 / 1;
    width: 100%;
}
.data-comments {
    display: inline-flex;
    column-gap: 2rem;
    margin-left: 1rem;
}
.comments-details {
    background-color: #b29fff6b;
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 0 .5rem 0 .5rem;
}
.person-comment {
    font-weight: 500;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.person-comment-details {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    color: rgb(145, 145, 145);
}
.data-comments-time {
    display: flex;
    align-items: baseline;
    column-gap: .25rem;
}
div.flex-col-footer > div {
    padding-left: 0;
    padding-right: 0;
}
.copyright-color,
.copyright-color:hover {
    color: white;
}
.to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 599;
    position: fixed;
    width: 58px;
    height: 58px;
    background-color: #182978;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 30px!important;
}
#bottom-bar {
    display: none;
}
/* END FOOTER */

/* MEDIA QUERIES */
@media screen and (max-width: 1760px) {

    .form-container input[type="email"] {
        width: 80%;
        height: 3rem;
        font-size: 1.4rem;
        padding-left: 2.3rem;
        padding-right: -5rem;

    }
    .card-newsletter input[type="email"]::placeholder {
        color: #fff;
        font-weight: 600;
        padding-left: 0;
        font-size: 1.2rem;
    }
    .form-container button {
        font-size: 1.2rem;
        width: 30%;
        margin-left: -5rem;
        height: 3rem;
        margin-top: -.5rem;
    }
    .text-header-newsletter {
        font-size: 2.2rem;
    }

    .newsletter-container {
        width: 80%;
        margin: 2rem auto;
    }
    .card-author {
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }
    .last-news-avatar-rounded {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
        margin-top: 0;
    }
    p.last-news-text {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    p.card-date {
        font-size: 1.2rem;
    }
    .padding-container {
        padding-left: 1rem;
    }
    /* FEEDS */
    .card-container.w-100.p-4.h-100 > div > article > div {
        height: 3500px!important;
    }
    /* FEEDS END */
}
@media screen and (max-width: 1536px) {
    .title-text-thumbnail {
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: 600;
    }
    .container-poza {
        height: 60rem;
    }
    .bg-image {
        height: 75.5rem;
    }
    .last-news-photo {
        max-width: 25rem;
        background-size:cover;
        background-position:center;
        margin: 0;
    }
    .gallery {
        /*top: -4rem;*/
        position: relative;
        left: 0;
    }
    .gallery-bg {
        height: 4rem;
        width: max-content;
        padding-right: 9rem;
      }
    .gallery-text {
        display: inline;
        position: inherit;
        color: #FE0000;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.5rem;
        left: 1rem;
        top: 1rem;
    }
    .text-container-news {
        font-size: 2.2rem;
        /*margin-top: -3rem;*/
        line-height: 3.2rem;
    }
    .last-news-text {
        font-size: 1.4rem;
    }
    .card-author {
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }
    .last-news-avatar-rounded {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
        margin-top: 0;
    }
    p.last-news-text {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    p.card-date {
        font-size: 1.2rem;
    }
    .padding-container {
        padding-left: 1rem;
    }
    /*Start Section FUN*/
    .author-big-image {
        margin-top: -2.5rem;
        margin-right: -3rem;
        width: 15rem;
        height: 15rem;
    }
    /*End Section FUN*/
/*Newsletter*/
    .form-container {
        padding: 1rem !important;
        margin-top: 1rem;
        padding: 0;
    }
    .form-container input[type="email"] {
        width: 85%;
        height: 3rem;
        font-size: 1.4rem;
        padding-left: 2.3rem;
        padding-right: -5rem;

    }
    .card-newsletter input[type="email"]::placeholder {
        color: #fff;
        font-weight: 600;
        padding-left: 0;
        font-size: 1.2rem;
    }
    .form-container button {
        font-size: 1.2rem;
        width: 30%;
        margin-left: -5rem;
        height: 3rem;
        margin-top: -.5rem;
    }
    .text-header-newsletter {
        font-size: 2.2rem;
    }
    .text-header-newsletter .round-icon{
        display: inline!important;
    }

    .newsletter-container {
        width: 80%;
        margin: 2rem auto;
    }
    /*End Newsletter*/
      

    /* HOROSCOP */
    .bnr-font-size {
        font-size: 1.6rem;
    }
    .zodiac-sign-size {
        height: 6rem;
    }
    /* HOROSCOP END*/
    /* BLOG */
    .text-blog {
        font-size: 2.2rem;
    }
    .text-blog-details {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    /* BLOG END*/
}
@media screen and (max-width: 1300px) {
    ul.nav-grid .text-general {
        font-size: 1.75rem;
    }  
    /* START section3*/
    .bg-image {
        height: 70rem;
    }
    .last-news-photo {
        max-width: 25rem;
    }
    .last-news-text {
        font-size: 1.9rem;
    }
    .card-header-bg {
        height: 4rem;
        width: max-content;
        padding-right: 7rem;
    }
    .breaking-news-title {
        position: inherit;
        left: 1rem;
    }
    .text-container-news {
        font-size: 2.2rem;
        /*margin-top: -3rem;*/
    }
    .padding-container {
        padding-left: 2rem;
    }
    .text-size {
        font-size: 0.9rem !important;
    }
    .gallery {
       /* top: -4rem;*/
        position: relative;
        left: 0;
    }
    .gallery-bg {
        height: 4rem;
        width: max-content;
        padding-right: 9rem;
    }
    .gallery-text {
        position: inherit;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 2.5rem;
        left: 1rem;
        top: 1rem;
    }
    .last-news-title {
        font-size: 2.8rem;
        padding-left: 0.5rem;
    }
    p.last-news-person {
        margin-right: 1rem;
        font-size: 1.2rem;
    }
    p.last-news-person-time {
        font-size: 1.2rem;
    }
    .card-bg-image {
        height: 45rem;
    }
    .card-author {
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }
    .last-news-avatar-rounded {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
        margin-top: 0;
    }
    p.last-news-text {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    p.card-date {
        font-size: 1.2rem;
    }
    .padding-container {
        padding-left: 0.5rem;
    }
    /*END Section 3*/
    /*Start Section FUN*/
    .author-big-image {
        margin-top: -2.5rem;
        margin-right: -3rem;
        width: 15rem;
        height: 15rem;
    }
    /*End Section FUN*/
    /*Newsletter*/
    .form-container {
        padding: 1rem !important;
        margin-top: 1rem;
        padding: 0;
    }
    .form-container input[type="email"] {
        width: 85%;
        height: 3rem;
        font-size: 1.4rem;
        padding-left: 1.5rem;
        padding-right: -5rem;
    }
    .card-newsletter input[type="email"]::placeholder {
        color: #fff;
        font-weight: 600;
        padding-left: 0;
        font-size: 1.2rem;
    }
    .form-container button {
        font-size: 1.2rem;
        width: 30%;
        margin-left: -5rem;
        height: 3rem;
        margin-top: -.4rem;
    }
    .text-header-newsletter {
        font-size: 2.2rem;
    }
    .round-icon {
        display: block !important;
    }
    .newsletter-container {
        width: 80%;
        margin: 2rem auto;
    }
    /*End Newsletter*/
    .container-poza {
        height: 45rem; 
    }
    .text-sondaj {
        font-size: 1.6rem;
        line-height: 3rem;
    }
    /* HOROSCOP */
    .zodiac-sign-size {
        height: 5rem;
    }
    /* HOROSCOP END*/
    /* BLOG */
    .text-blog {
        font-size: 1.9rem;
        line-height: 2rem;
    }
    .text-blog-details {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .flex-blog-details i::before {
        font-size: 1.2rem;
    }
    .author-big-image-blog {
        width: 18rem;
        height: 18rem;
    }
    /* BLOG END*/
}
@media screen and (max-width: 1200px) {
    .border-footer-3 {
        margin-top: 3rem;
        padding-top: 3rem;
        border-top: dashed;
        border-color: rgba(255, 255, 255, .2);
    }
    .text-cover-1 {
        font-size: 3rem;
        line-height: 4rem;
    }
    /* START section3*/
   
    .breaking-news-title {
        position: inherit;
        left: 1rem;
    }
    .bg-image {
        height: 63rem;
    }
    .gallery {
        /*top: -4rem;*/
        position: relative;
        left: 0;
    }
    .gallery-bg {
        height: 4rem;
        width: max-content;
        padding-right: 9rem;
    }
    .gallery-text {
        position: inherit;
        color: #FE0000;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.5rem;
        left: 1rem;
        top: 1rem;
    }
    .card-author {
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }
    .last-news-avatar-rounded {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
        margin-top: 0;
    }
    p.last-news-text {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    p.card-date {
        font-size: 1.2rem;
    }
    .padding-container {
        margin-left: 0;
    }
    /*END Section 3*/
    /*Start Section FUN*/
    .author-big-image {
        margin-top: -2.5rem;
        margin-right: -3rem;
        width: 15rem;
        height: 15rem;
    }
    /*End Section FUN*/
    /*Newsletter*/
    .form-container {
        padding: 1rem !important;
        margin-top: 1rem;
    }
    .form-container input[type="email"] {
        width: 80%;
        height: 3rem;
        font-size: 1.4rem;
        padding-left: 1.5rem;
        padding-right: -5rem;
    }
    .card-newsletter input[type="email"]::placeholder {
        color: #fff;
        font-weight: 600;
        padding-left: 0;
        font-size: 1.2rem;
    }
    .form-container button {
        font-size: 1.2rem;
        width: 30%;
        margin-left: -5rem;
        height: 3rem;
        margin-top: -.4rem;
    }
    .text-header-newsletter {
        font-size: 2.2rem !important;
    }
    .round-icon {
        display: block !important;
    } 
    .newsletter-container {
        /* width: 50%; */
        margin: 2rem auto;
    }
    /*End Newsletter*/
    .comment-footer-size {
        width: 50%;
    }
    .poza-comment {
        width: 60%;
    }
    /* Botosaneanul TV */
    .thumbnail-big{
        height: 40rem;
    }
    .logo-thumbnail-big {
        width: 10rem;
        height: 10rem;
    }
    .logo-icon-big {
        font-size: 6rem;
    }
    .text-big {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .container-thumbnail-small {
        height: 10rem;
    }
    .title-text-thumbnail {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .thumbnail {
        height: 10rem;
        margin: 0;
    }
    .person-comment-details {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .title-thumbnail .data-comments-time i {
        font-size: 1.2rem;
    }
    .container-thumbnail-small > div div.col-lg-5 {
        padding-left: .7rem;
    }
    /* Botosaneanul TV END*/
    /* HOROSCOP */
    .weather-column {
        margin-top: 3rem;
    }
    .zodiac-sign-size {
        height: 6rem;
    }
    /* HOROSCOP END*/
    /* BLOG */
    .author-big-image-blog {
        margin-right: 0;
        margin-left: 4rem;
    }
    /* BLOG END*/
    .blog-box-spacing-2 {
        margin-top: 3rem;
    }
    .carousel-inner .row.justify-content-center .col-xl-4,
    .carousel-inner .row.justify-content-center .col-lg-6 {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 1080px) {
    /* header */
    .header-1 {
        visibility: hidden;
        display: none;
    }
    .header-2 {
        visibility: visible;
        display: contents;
    }
    .header-photos {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2rem;
    }
    .header-photos div {
        display: flex;
        justify-content: center;
    }
    .header-logo {
        width: 40vw;
    }
    .banner-header {
        width: 90vw;
    }
    .hamburger,
    .toggle-menu {
        display: block;
        z-index: 101;
    }
    .navigation {
        align-items: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-right: 0;
        margin-left: 0;
    }
    .nav-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        top: 0;
        right: -30rem;
        background-image: linear-gradient(to bottom, #182978, #3B56D4);
        width: 30rem;
        height: 100%;
        padding-top: 6.5rem;
        z-index: 100;
    }
    .nav-grid li {
        width: 100%;
    }
    .nav-grid li a,
    .nav-grid li a:hover {
        padding: 3rem;
    }
    .search-box {
        background-color: transparent;
        justify-content: right;
    }
    .search-box input {
        visibility: hidden;
        display: none;
    }
    .col-search {
        display: flex;
        justify-content: end;
    }
    .container-poza {
        height: 39rem; 
    }
    .img-gradient {
        position:relative;
    }
    .img-gradient::after {
        content: '';
        position: absolute;
        left: 0; top: 0;
        width: 100%; height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0),rgba(0, 0, 0, 0.4) 100%);
    }
    .search-box {
        background-color: #203aad!important;
        justify-content: center!important;
        height: 5rem;
    }
    .search-box input {
        visibility: visible!important;
        display: block!important;
    }
    .search-box input::placeholder, .search-box input:focus {
        color:#fff;
    }
    .search-box input:focus, #searchForm .modal-footer button:focus, #searchForm .modal-footer button:active {
        background-color: transparent!important;
        border: none!important;
        box-shadow: none!important;
    }
    /* END header */
    /*Start Sectiunea 3 */
    .bg-image {
        height: 65rem;
        overflow: hidden;
        word-wrap: break-word;
    }
    .gallery {
        /*top: -4rem;*/
        position: relative;
        left: 0;
    }
    .gallery-bg {
        --r: 1rem;
        height: 4rem;
        width: max-content;
        padding-right: 9rem;
        opacity: 0.9;
        position: relative;
        overflow: hidden;
      }
    .gallery-text {
        display: inline;
        position: inherit;
        color: #FE0000;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.5rem;
        left: 1rem;
        top: 1rem;
    }
    .last-news-photo {
        height: 11.5rem;
        max-width: 25rem;
    }
    .last-news-text {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .card-author {
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }
    .last-news-avatar-rounded {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
        margin-top: 0;
    }
    p.last-news-text {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    p.card-date {
        font-size: 1.2rem;
    }
    .padding-container {
        padding-left: 0.5rem;
    }
    .text-size {
        font-size: 0.9rem !important;
    }
    /*END Section 3*/
    .custom-bottom-text h2 {
        margin-top: 30px;
    }
    /*Start Section FUN*/
    .author-big-image {
        margin-top: -2.5rem;
        margin-right: -3rem;
        width: 15rem;
        height: 15rem;
    }
    /*End Section FUN*/
    /*Newsletter*/
    .form-container {
        padding: 1rem !important;
        margin-top: 1rem;
        padding: 0;
    }
    .form-container input[type="email"] {
        width:85%;
        height: 3rem;
        font-size: 1.4rem;
        padding-left: 1.5rem;

    }
    .card-newsletter input[type="email"]::placeholder {
        color: #fff;
        font-weight: 600;
        padding-left: 0;
        font-size: 1.2rem;
    }
    .form-container button {
        font-size: 1.2rem;
        width: 30%;
        margin-left: -5rem;
        height: 3rem;
        /* margin-top: -.rem; */
    }
    .text-header-newsletter {
        font-size: 2.2rem;
    }
    .newsletter-container {
        width: 80%;
        margin: 2rem auto;
    }
    /*End Newsletter*/
    .footer-logo {
        width: 25vw;
    }
    .text-sondaj {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    
}
@media screen and (max-width: 992px) {
    .container-poza {
        height: 35rem; 
    }
    .border-botosaneanul-tv {
        padding-right: 0;
    }
    .gradient-section-column-3 {
        margin-top: 3rem;
    }
    .last-news-photo {
        max-width: 20rem;
    }
    .container-poza::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent 30%, rgba(0, 0, 0, 1) 100%);
        z-index: 1;
    }
    .thumbnail-big{
        margin-top: 0;
    }
    /*Start Section FUN*/
    .author-big-image {
        margin-top: -2.5rem;
        margin-right: -3rem;
        width: 15rem;
        height: 15rem;
    }
    /*End Section FUN*/
    /*Newsletter*/
    .form-container {
        padding: 1rem !important;
        margin-top: 1rem;
        padding: 0;
    }
    .form-container input[type="email"] {
        width: 80%;
        height: 3rem;
        font-size: 1.4rem;
        padding-left: 2.3rem;

    }
    .card-newsletter input[type="email"]::placeholder {
        color: #fff;
        font-weight: 600;
        padding-left: 0;
        font-size: 1.4rem;
    }
    .form-container button {
        font-size: 1.2rem;
        width: 30%;
        margin-left: -5rem;
        height: 3rem;
        margin-top: -.5rem;
    }
    .newsletter-container {
        width: 50%;
        margin: 2rem auto;
    }
    .round-icon {
        display: inline !important;
    }
    /*End Newsletter*/
    /*End Section FUN*/

    /* HOROSCOP */
    .bnr-column {
        margin-top: 3rem;
    }
    .zodiac-sign-size {
        height: 7rem;
    }
    .padding-zodiac {
        padding-right: 0;
    }
    .bnr-font-size {
        font-size: 2rem;
    }
    /* HOROSCOP */
    /* BLOG */
    .author-big-image-blog {
        margin-left: 14rem;
    }
    .blog-box-spacing-1 {
        margin-top: 3rem;
    }
    /* BLOG END*/
    .carousel-inner .row.justify-content-center .col-xl-4,
    .carousel-inner .row.justify-content-center .col-lg-6,
    .carousel-inner .row.justify-content-center .col-12 {
        margin-bottom: 3rem;
    }
    .page-top-margin-spacing {
        margin-top: 8rem;
    }
}
@media screen and (max-width: 800px) {
    .header-logo {
        width: 50vw;
    }
    .banner-header {
       width: 90vw;
    }
    .reclama-banner {
        visibility: hidden;
        display: none;
    }
    .text-header {
        font-size: 1.5rem;
    }
    .social-background a {
        width: 2rem;
        height: 2rem;
    }
    .social-background a i {
        line-height: 2rem;
        font-size: 1rem;
    }
    .page-padding {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .text-cover-1{
        font-size: 2rem;
        line-height: 3rem
    }
    .border-footer {
        border-right: none;
    }
    /*SECTION 3*/
    .last-news-text {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .last-news-avatar-rounded {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0;
    }
    p.last-news-person {
        margin-right: 0.5rem;
        font-size: 1.1rem;
    }
    p.last-news-person-time {
        font-size: 1.1rem;
    }
    /*START SECTION 3 SECOND SCTION*/
    .card-bg-image {
        /* margin-bottom: 3rem; */
    }
    .card-title {
        position: inherit;
        min-width: 1rem;
        left: 1rem;
        font-weight: 600;
        font-size: 1.2rem;
        top: 1rem;
    }
    .card-comments {  
        font-size: 1.4rem;
    }
    .card-text {
        padding: 0.5rem;
        margin-top: -5rem;
        
    }
    .card-info {
        padding: 0;
        width: 100%;
        background-color: #fff;
        color: #000;
    }
    .card-author {
        font-size: 1.2rem;
        margin-right: 1rem;
    }
    .last-news-avatar-rounded {
        margin-right: 1rem;
        margin-left: 0.5rem;
    }
    p.card-date  {
        font-size: 1.2rem;   
    }
    p.footer_logo {
        width: 50vw;
    }
    /*End Section 3*/
    /*Start Section FUN*/
    .author-big-image {
        margin-top: -2.5rem;
        margin-right: -3rem;
        width: 15rem;
        height: 15rem;
    }
    /*End Section FUN*/
    /*Newsletter*/
    .form-container {
        padding: 1rem !important;
        margin-top: 1rem;
        padding: 0;
    }
    .form-container input[type="email"] {
        width: 80%;
        height: 3rem;
        font-size: 1.4rem;
        padding-left: 2.3rem;

    }
    .card-newsletter input[type="email"]::placeholder {
        color: #fff;
        font-weight: 600;
        padding-left: 0;
        font-size: 1.4rem;
    }
    .form-container button {
        font-size: 1.2rem;
        width: 30%;
        margin-left: -5rem;
        height: 3rem;
        margin-top: -.5rem;
    }
    .text-header-newsletter {
        font-size: 2.2rem;
    }
    .newsletter-container {
        width: 50%;
        margin: 2rem auto;
    }
    .round-icon {
        display: inline !important;
    }
    /*End Newsletter*/
    /* FEEDS */
    .card-container.w-100.p-4.h-100 > div > article > div {
        height: 3000px!important;
    }
    /* FEEDS END */
}
@media screen and (max-width: 767px) {
    .margin-sections-footer {
        margin-top: 3rem;
    }
    .container-poza {
        height: 45rem;
        margin-bottom: 3rem;
    }
    .text-cover-1 {
        font-size: 4rem;
        line-height: 5rem;
    }
    .mobile-dimension-banner {
        width: 100vw;
    }
    .comment-footer-size {
        width: 60%;
    }
    .poza-comment {
        width: 70%;
    }
    .footer-logo {
        width: 40vw;;
    }
    .copyright {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .gradient-section-column-2 {
        margin-top: 3rem;
    }
    /*Section 3*/
    .bg-image {
        height: 60rem;
        overflow: hidden;
        word-wrap: break-word;
    }
    .card-header-bg {
        height: 3rem;
        width: max-content;
        padding-right: 7rem;
        margin-bottom: 0;
    }
    .breaking-news-title {
        position: inherit;
        left: 1rem;
        top: 1rem;
        padding: 0.1rem;
        font-weight: 600;
        font-size: 1.3rem;
    }
    .breaking-news-comments {
        font-size: 1.4rem;
        padding: 0.5rem 0.75rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
    }
    .text-container-news {
        /*margin-top: -3rem;*/
        font-size: 1.8rem;
        font-weight: 800;
        overflow: hidden;
    }
    .author-photo {
        height: 3rem;
        margin-left: 1rem;
    }
    .gallery-bg {
        height: 4rem;
        width: max-content;
        padding-right: 9rem;
    }
    .gallery {
        /*top: -4rem;*/
        position: relative;
        left: 0;
    }
    .gallery-bg {
        width: max-content;
        padding-right: 9rem;
    }
    .gallery-text {
        position: inherit;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.5rem;
        left: 1rem;
        top: 1rem;
    }
    .last-news-text {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .card-author {
        font-size: 1.2rem;
        margin-right: 1rem;
    }
    .last-news-avatar-rounded {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 1rem;
        margin-left: 0.5rem;
    }
    p.last-news-person {
        margin-right: 0.5rem;
        font-size: 1.5rem;
    }
    p.last-news-person-time {
        font-size: 1.5rem;
    }
    /*Start Section FUN*/
    .author-big-image {
        margin-top: -2.5rem;
        margin-right: -3rem;
        width: 15rem;
        height: 15rem;
    }
    .text-header-newsletter {
        font-size: 2.2rem;
    }
    .round-icon {
        width: 5rem;
        padding: 1rem;
        display: inline !important;
        
    }
    /*End Section FUN*/
    /*Newsletter*/
    .form-container {
        padding: 1rem !important;
        margin-top: 1rem;
        padding: 0;
    }
    .form-container input[type="email"] {
        width: 80%;
        height: 3rem;
        font-size: 1.4rem;
        padding-left: 2.3rem;

    }
    .card-newsletter input[type="email"]::placeholder {
        color: #fff;
        font-weight: 600;
        padding-left: 0;
        font-size: 1.4rem;
    }
    .form-container button {
        font-size: 1.4rem;
        height: 3rem;
        margin-top: -.5rem;
    }
    .text-newsletter {
        font-size: 1.8rem;
    }
    .newsletter-container {
        width: 60%;
        margin: 2rem auto;
    }
    /*End Newsletter*/
    /* BLOG */
    .author-big-image-blog {
        margin-left: 9rem;
    }
    /* BLOG END*/
    /* FOOTER */
    #bottom-bar {
        display: block;
        width: 100%;
        background-image: linear-gradient(to right, #182978, #3B56D4);
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }

    .bottom-bar-element {
        width: 20%;
        display: inline-block;
        float: left;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 16px;
        color: white;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    }
    #bottom-bar .bottom-bar-element i {
        font-size: 14px;
    }
    #bottom-bar .bottom-bar-element span {
        font-size: 12px;
    }
    /* FOOTER END */
}
@media screen and (max-width: 670px) {
/* BLOG */
.author-big-image-blog {
    margin-left: 7rem;
}
/* BLOG END*/
}
@media screen and (max-width: 570px) {
    .header-logo {
        width: 60vw;
    }
    .banner-header {
       width: 90vw;
    }
    .page-padding {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .navigation {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .section-1 {
        padding-top: 2rem;
    }
    .container-poza {
        height: 40rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .text-cover-1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .comment-footer-size {
        width: 100%;
    }
    .poza-comment {
        width: 100%;
    }
    .copyright {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    /* Botosaneanul TV */
    .border-botosaneanul-tv {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .thumbnail-big {
        height: 22rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .logo-thumbnail-big {
        width: 7rem;
        height: 7rem;
    }
    .logo-icon-big {
        font-size: 4rem;
    }
    .text-big {
        font-size: 2rem;
        line-height: 2rem;
    }
    .padding-banner-botosaneanul-tv {
        padding-left: 1.5rem;
        padding-right: 2rem;
    }
    .bottom-left-text-thumbnail {
        bottom: 1rem;
        padding-left: .5rem!important;
        padding-left: 1.5rem;
    }
    /* Botosaneanul TV End*/

    /*Section 3*/
    .bg-image {
        height: 50rem;
        overflow: hidden;
        width: 100%;
    }
    .gallery {
        /*top: -4rem;*/
        position: relative;
        left: 0;
    }
    .gallery-bg {
        height: 4rem;
        width: max-content;
        padding-right: 9rem;
      }
    .gallery-text {
        position: inherit;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.5rem;
        left: 1rem;
        top: 1rem;
    }
    .author-photo {
        height: 3rem;
        margin-left: 1rem;
    }
    .info-container-news {
        bottom: -0.1rem;
    }
    .last-news-text {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-left: 0.5rem;
    }
    .last-news-photo {
        max-height: 10.8rem;
        padding: 0.5rem;
    }
    .last-news-info {
        padding: 0.2rem;
    }
    .last-news-avatar-rounded {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0;
        margin-left: 0.5rem;
    }
    p.footer_logo {
        width: 50vw;
    }
    .padding-container {
        padding-left: 0.5rem;
    }
    /*End Section 3*/
    /*Start Section FUN*/
    .author-big-image {
        margin-top: -4rem;
        margin-right: -4rem;
        width: 20rem;
        height: 20rem;
    }
    /*End Section FUN*/
    /*Newsletter*/
    .form-container {
        padding: 1rem !important;
        margin-top: 1rem;
        padding: 0;
    }
    .form-container input[type="email"] {
        width: 85%;
        height: 3rem;
        font-size: 1.4rem;
        padding-left: 1.5rem;

    }
    .card-newsletter input[type="email"]::placeholder {
        color: #fff;
        font-weight: 600;
        padding-left: 0;
        font-size: 1.2rem;
    }
    .form-container button {
        font-size: 1.2rem;
        width: 30%;
        margin-left: -5rem;
        height: 3rem;
        margin-top: -.5rem;
    }
    .newsletter-container {
        width: 60%;
        margin: 4rem auto;
    }
    /*End Newsletter*/

/*START SECTION 3 SECOND SCTION*/
    .card-header-white {
        /* filter: drop-shadow(rgba(0, 0, 0, 0.15) 0 -10rem 20px); */
    }
    .card-title {
        position: inherit;
        min-width: 1rem;
        left: 1rem;
        font-weight: 600;
        font-size: 1.2rem;
        top: 1rem;
    }
    .card-comments {  
        font-size: 1.4rem;
    }
    .card-text {
        padding: 0.5rem;
        margin-top: -5rem;
        font-size: 1.8rem;
        font-weight: 900;
    }
    .card-info {
        padding: 0;
        width: 100%;
        background-color: #fff;
        color: #000;
    }
    .card-conatiner {
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: #fff;
        color: #000;
    }
    .card-author {
        font-size: 1.2rem;
        margin-right: 1rem;
        margin-left: 0.5rem;
    }
    p.card-date  {
        font-size: 1.2rem;   
    }
    .footer-logo {
        width: 50vw;
    }
    /* PREZENTARE */
    .card-prezentare > .prezentare > * {
        height: 30rem!important;
    }
    /* PREZENTARE END */
    /* ORANGE SECTION STIRILE ZILEI */
    .sliding-content-slide .card-bg-image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 30rem;
        position: relative;
    }
    .sliding-content-slide .card-content {
        box-shadow: 0 1px 30px rgba(0,0,0,.175);
        width: 30rem;
        padding: .5rem;
        background-color: #fff;
    }
    /* ORANGE SECTION STIRILE ZILEI END */
    /* HOROSCOP */
    .zodiac-sign-size {
        height: 4rem;
    }
    .bnr-font-size {
        font-size: 1.5rem;
    }
    /* HOROSCOP */
    /* BLOG */
    .author-big-image-blog {
        margin-left: 5rem;
    }
    /* Stirile Zilei */
    .sliding-content-slide .card-text {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
    /* Stirile Zilei End*/
/* BLOG END*/
}
@media screen and (max-width: 420px) {
    /* BLOG */
    .author-big-image-blog {
        margin-left: 3rem;
    }
    /* BLOG END*/
}
@media screen and (max-width: 337px) {
    /* Botosaneanul TV */
    .title-thumbnail {
        padding-left: 0;
        padding-right: 0;
    }
    /* Botosaneanul TV End*/
    /* HOROSCOP */
    .zodiac-sign-size {
        height: 3rem;
    }
    .bnr-font-size {
        font-size: 1.3rem;
    }
    /* HOROSCOP */
        /* BLOG */
        .author-big-image-blog {
            margin-left: 0;
        }
        /* BLOG END*/
}
/* MEDIA QUERIES END*/