<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(reboot.css);
@import url(../fonts/fonts.css);
.hidden {
  display: none;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

::-moz-selection {
  background: #6CB644;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #6CB644;
  color: #FFF;
  text-shadow: none;
}

svg:not(:root) {
  overflow: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "patarlagele", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4375;
  color: #1A1919;
  background-color: #FFF;
  margin-top: 84px;
}

@media all and (min-width: 640px) {
  body {
    margin-top: 116px;
  }
}

body.body--international {
  margin-top: calc(84px + 42px);
}

@media all and (min-width: 640px) {
  body.body--international {
    margin-top: calc(116px + 42px);
  }
}

body.body--international .header--scroll {
  -webkit-transform: translateY(calc(-33px - 42px));
          transform: translateY(calc(-33px - 42px));
}

@media all and (min-width: 640px) {
  body.body--international .header--scroll {
    -webkit-transform: translateY(calc(-54px - 42px));
            transform: translateY(calc(-54px - 42px));
  }
}

body.body--international .header--scroll .menu__main {
  top: calc(33px + 42px);
}

@media all and (min-width: 640px) {
  body.body--international .header--scroll .menu__main {
    top: calc(54px + 42px);
  }
}

body.body--international .header--scroll .menu__main__close {
  top: calc(49px + 42px);
}

@media all and (min-width: 640px) {
  body.body--international .header--scroll .menu__main__close {
    top: calc(70px + 42px);
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=file],
input[type=number],
input[type=tel],
input[type=url],
input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #FFF;
  border: 1px solid rgba(26, 25, 25, 0.25);
  padding: 12px 15px 10px;
}

@media all and (min-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=file],
  input[type=number],
  input[type=tel],
  input[type=url],
  input[type=password] {
    padding: 17px 20px 15px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus {
  border-color: #1A1919;
}

input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-color: #FFF;
  border: 1px solid rgba(26, 25, 25, 0.25);
  padding: 12px 15px 10px;
}

@media all and (min-width: 640px) {
  select {
    padding: 17px 20px 15px;
  }
}

select:focus {
  border-color: #1A1919;
}

.btn {
  background-color: #6CB644;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 18px 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}

.btn span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media (hover: hover) {
  .btn:hover {
    color: #FFF;
    background-color: #528933;
  }
}

.rc-wrapper {
  position: relative;
}

.rc-wrapper input {
  position: absolute;
  top: 9px;
  left: 0;
}

.rc-wrapper label {
  font-weight: 400 !important;
  padding: 5px 0 5px 22px;
  margin-bottom: 0 !important;
}

.banner {
  text-align: center;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

iframe {
  -webkit-transition: none !important;
  transition: none !important;
}

strong,
b {
  font-weight: 600;
}

.controller {
  width: 100%;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
}

@media all and (min-width: 640px) {
  .controller {
    max-width: calc(100% - 100px);
  }
}

@media all and (min-width: 1390px) {
  .controller {
    max-width: 1290px;
  }
}

.fader {
  background-color: rgba(26, 25, 25, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: block;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  height: 100vh;
}

.fader--active {
  opacity: 1;
  pointer-events: auto;
}

.thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #ECF9D3;
  background-color: #1A1919;
}

.thumb img,
.thumb iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.thumb--personaj {
  display: none;
}

@media all and (min-width: 900px) {
  .thumb--personaj {
    display: block;
    background-color: transparent;
    position: absolute;
    width: 300px;
    padding-bottom: 0;
    height: auto;
    top: -30px;
    bottom: 0;
    right: 30px;
  }
}

.thumb--personaj img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.news-item {
  position: relative;
}

@media (hover: hover) {
  .news-item:hover .news-item__title {
    color: #6CB644;
  }
  .news-item:hover .news-item__title h1, .news-item:hover .news-item__title h2, .news-item:hover .news-item__title h3, .news-item:hover .news-item__title h4, .news-item:hover .news-item__title h5, .news-item:hover .news-item__title h6 {
    color: #6CB644;
  }
  .news-item:hover .thumb {
    background-color: #FFF;
  }
  .news-item:hover .thumb img {
    opacity: .95;
  }
  .news-item:hover .thumb::after {
    border-color: #6CB644;
  }
}

.news-item .thumb::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid transparent;
}

.news-item .thumb + .news-item__info {
  padding-top: 19px;
}

.news-item .thumb + .news-item__info .news-item__special {
  position: absolute;
  top: -48px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  height: 48px;
  font-size: 16px;
  padding: 0 20px;
}

@media all and (min-width: 640px) {
  .news-item .thumb + .news-item__info .news-item__special {
    font-size: 20px;
  }
}

.news-item .thumb + .news-item__info .news-item__title:first-child {
  margin-top: -6px;
}

.news-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #FFF;
}

.news-item__cat-date {
  line-height: 1.2;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-item__category {
  color: #6CB644;
  position: relative;
  font-weight: 600;
  z-index: 11;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.news-item__category + .news-item__date::before {
  content: '\00a0\00a0\00B7\00a0\00a0';
}

@media (hover: hover) {
  .news-item__category:hover {
    color: #6CB644;
    border-color: #6CB644;
  }
}

.news-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.news-item__title h1, .news-item__title h2, .news-item__title h3, .news-item__title h4, .news-item__title h5, .news-item__title h6 {
  font-size: inherit;
  line-height: inherit;
  display: inline;
}

.news-item__special {
  display: inline-block;
  background-color: #6CB644;
  color: #FFF;
  font-weight: 600;
  padding: 0 10px;
  margin-right: 6px;
}

.news-item__intro {
  margin-top: 8px;
  font-weight: 300;
}

.news-item--large {
  width: 100vw;
  margin-left: -25px;
}

@media all and (min-width: 640px) {
  .news-item--large {
    margin-left: -50px;
  }
}

@media all and (min-width: 900px) {
  .news-item--large {
    width: 100%;
    margin-left: 0;
  }
}

.news-item--large .news-item__info {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  background-color: #ECF9D3;
}

@media all and (min-width: 640px) {
  .news-item--large .news-item__info {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media all and (min-width: 900px) {
  .news-item--large .news-item__info {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #FFF;
  }
}

@media all and (min-width: 640px) {
  .news-item--large .news-item__title {
    font-size: 28px;
    line-height: 1.2;
  }
}

.news-item--large.news-item--with-audio .news-item__title::after {
  width: 22px;
  height: 22px;
}

.news-item--with-audio .thumb + .news-item__info::before {
  content: '';
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #6CB644;
  top: -48px;
  left: 0;
  background-image: url(../images/HeadphonesPlay.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.news-item--with-audio .thumb + .news-item__info .news-item__title::after {
  display: none;
}

.news-item--with-audio .thumb + .news-item__info .news-item__special {
  left: 49px;
}

.news-item--with-audio .news-item__title::after {
  content: '';
  display: block;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-image: url(../images/custom/HeadphonesPlayInText.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-left: 2px;
}

.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.header {
  -webkit-box-shadow: 0 0 40px rgba(26, 25, 25, 0.05);
          box-shadow: 0 0 40px rgba(26, 25, 25, 0.05);
  z-index: 1000;
  position: relative;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
}

.header .controller {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 640px) {
  .header .controller {
    padding: 15px 0;
  }
}

@media all and (min-width: 1390px) {
  .header .controller {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.header--scroll {
  -webkit-transform: translateY(-33px);
          transform: translateY(-33px);
}

@media all and (min-width: 640px) {
  .header--scroll {
    -webkit-transform: translateY(-54px);
            transform: translateY(-54px);
  }
}

.header--scroll .logo {
  -webkit-transform: scale(0.6) translateY(6px);
          transform: scale(0.6) translateY(6px);
}

@media all and (min-width: 640px) {
  .header--scroll .logo {
    -webkit-transform: scale(0.5) translateY(12px);
            transform: scale(0.5) translateY(12px);
  }
}

.header--scroll .menu__icon {
  -webkit-transform: translateY(17px);
          transform: translateY(17px);
}

@media all and (min-width: 640px) {
  .header--scroll .menu__icon {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
  }
}

@media all and (min-width: 1390px) {
  .header--scroll .menu__icon {
    -webkit-transform: none;
            transform: none;
  }
}

.header--scroll .menu__main {
  top: 33px;
}

@media all and (min-width: 640px) {
  .header--scroll .menu__main {
    top: 54px;
  }
}

@media all and (min-width: 640px) {
  .header--scroll .fader--active {
    height: 150vh;
  }
}

.header--scroll .menu__main__close {
  top: 49px;
}

@media all and (min-width: 640px) {
  .header--scroll .menu__main__close {
    top: 70px;
  }
}

.logo {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.logo img {
  height: 64px;
  width: auto;
}

@media all and (min-width: 640px) {
  .logo img {
    height: 86px;
  }
}

.logo h1 {
  position: absolute;
  text-indent: 200%;
  white-space: nowrap;
}

.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -4px;
}

.menu__main {
  list-style-type: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  max-width: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFF;
  padding: 30px 25px;
  z-index: 10000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media all and (min-width: 1390px) {
  .menu__main {
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    overflow-x: unset;
    overflow-y: unset;
    background-color: transparent;
    padding: 0;
  }
}

.menu__main--active {
  -webkit-transform: none;
          transform: none;
}

.menu__main__item {
  position: relative;
}

.menu__main__item &gt; a {
  display: block;
  font-weight: 600;
  padding: 4px 12px;
}

.menu__main__item ul {
  list-style-type: none;
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 0;
          column-gap: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media all and (min-width: 1390px) {
  .menu__main__item ul {
    -webkit-columns: 1;
            columns: 1;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 200px;
    padding: 32px 0 16px;
    -webkit-box-shadow: inset 0 16px 0 #FFF;
            box-shadow: inset 0 16px 0 #FFF;
    background-color: #ECF9D3;
  }
}

.menu__main__item ul li {
  width: 100%;
}

.menu__main__item ul a {
  display: block;
  padding: 4px 12px;
  line-height: 1.1;
  font-size: 14px;
}

@media all and (min-width: 1390px) {
  .menu__main__item ul a {
    font-size: 16px;
    padding: 8px 22px;
  }
}

@media (hover: hover) {
  .menu__main__item ul a:hover {
    background-color: #1A1919;
    color: #FFF;
  }
}

@media all and (min-width: 1390px) {
  .menu__main__item ul.menu__2cols {
    width: 370px;
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

.menu__main__item ul.menu__2cols li {
  display: inline-block;
}

@media all and (min-width: 1390px) {
  .menu__main__item ul.menu__3cols {
    width: 550px;
    -webkit-columns: 3;
            columns: 3;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

.menu__main__item ul.menu__3cols li {
  display: inline-block;
}

@media (hover: hover) {
  .menu__main__item:hover &gt; a {
    background-color: #6CB644;
    color: #FFF;
  }
  .menu__main__item:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
}

.menu__main__close {
  position: fixed;
  top: 16px;
  right: 11px;
}

@media all and (min-width: 1390px) {
  .menu__main__close {
    display: none;
  }
}

.menu__main__close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  width: 52px;
  height: 52px;
  padding: 10px;
}

.menu__main__close a img {
  width: 25px;
  height: auto;
}

@media all and (min-width: 640px) {
  .menu__main__close a img {
    width: 30px;
  }
}

.menu__social {
  font-size: 14px;
  margin-top: 20px;
}

@media all and (min-width: 1390px) {
  .menu__social {
    font-size: 12px;
    border-bottom: 1px solid #DDD;
    position: absolute;
    top: 4px;
    right: 0;
    margin-top: 0;
  }
}

.menu__social ul {
  list-style-type: none;
}

@media all and (min-width: 1390px) {
  .menu__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 1390px) {
  .menu__social li + li {
    margin-left: 20px;
  }
}

.menu__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 2px 8px 10px;
}

@media all and (min-width: 1390px) {
  .menu__social a {
    padding: 8px 2px 8px 0;
  }
}

.menu__social a img {
  margin-right: 3px;
  margin-top: -2px;
}

@media (hover: hover) {
  .menu__social a:hover {
    -webkit-box-shadow: 0 1px 0 #1A1919;
            box-shadow: 0 1px 0 #1A1919;
  }
}

.menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  margin-left: 16px;
  border-radius: 100px;
}

.menu__icon img {
  width: 24px;
  height: auto;
}

@media all and (min-width: 640px) {
  .menu__icon img {
    width: 30px;
  }
}

@media all and (min-width: 1390px) {
  .menu__icon img {
    width: 24px;
  }
}

@media (hover: hover) {
  .menu__icon:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(26, 25, 25, 0.75);
            box-shadow: 0 0 0 1px rgba(26, 25, 25, 0.75);
  }
}

.menu__icon--mobile-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 1390px) {
  .menu__icon--mobile-only {
    display: none;
  }
}

.widget-live {
  background-color: #6CB644;
  position: relative;
  padding: 18px 0 0;
  display: block;
}

@media all and (min-width: 640px) {
  .widget-live {
    padding: 24px 0 0;
  }
}

.widget-live::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  mix-blend-mode: luminosity;
  opacity: .15;
}

.widget-live .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-live .controller img {
  width: 28px;
  height: auto;
  margin-right: 8px;
}

@media all and (min-width: 640px) {
  .widget-live .controller img {
    width: 32px;
  }
}

@media all and (min-width: 900px) {
  .widget-live + .widget-news {
    padding-top: 40px;
  }
}

.widget-live + .widget-special {
  margin-top: 25px;
}

@media all and (min-width: 640px) {
  .widget-live + .widget-special {
    margin-top: 40px;
  }
}

.widget-live--mini {
  padding: 12px 0;
}

.widget-live--mini::before {
  display: none;
}

.widget-live--mini .widget-live__title {
  font-size: 16px;
  font-weight: 600;
  padding-top: 1px;
}

@media all and (min-width: 640px) {
  .widget-live--mini .widget-live__title br {
    display: none;
  }
}

@media (hover: hover) {
  .widget-live--mini:hover .widget-live__indicator {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-box-shadow: inset 0 0 0 0.8px rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 0.8px rgba(255, 255, 255, 0.8);
  }
  .widget-live--mini:hover .widget-live__title {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

@-webkit-keyframes marcaj--live__dot__1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes marcaj--live__dot__1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes marcaj--live__dot__2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}

@keyframes marcaj--live__dot__2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}

.widget-live__indicator {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  margin: 0 12px 0 2px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.widget-live__indicator::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-animation-name: marcaj--live__dot__1;
          animation-name: marcaj--live__dot__1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.widget-live__indicator::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-animation-name: marcaj--live__dot__2;
          animation-name: marcaj--live__dot__2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.widget-live__title {
  font-weight: 300;
  color: #FFF;
  line-height: 1;
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media all and (min-width: 640px) {
  .widget-live__title {
    font-size: 24px;
  }
}

.widget-live__posturi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  padding: 12px 25px 25px;
}

@media all and (min-width: 640px) {
  .widget-live__posturi {
    padding: 17px 50px 30px;
  }
}

@media all and (min-width: 1390px) {
  .widget-live__posturi {
    padding: 17px calc((100vw - 1290px) / 2) 30px;
  }
}

@media (hover: hover) {
  .widget-live__posturi {
    scrollbar-color: rgba(255, 255, 255, 0.35) #6CB644;
    scrollbar-width: thin;
  }
  .widget-live__posturi::-webkit-scrollbar {
    height: 10px;
    background-color: transparent;
  }
  .widget-live__posturi::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
  }
  .widget-live__posturi::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.6);
  }
}

.widget-live__post {
  width: 150px;
  height: 150px;
  background-color: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 25, 25, 0.2);
          box-shadow: 0 2px 5px 0 rgba(26, 25, 25, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media all and (min-width: 640px) {
  .widget-live__post {
    width: 205px;
    height: 205px;
  }
}

.widget-live__post + .widget-live__post {
  margin-left: 8px;
}

@media all and (min-width: 640px) {
  .widget-live__post + .widget-live__post {
    margin-left: 12px;
  }
}

@media (hover: hover) {
  .widget-live__post:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.widget-live__post__ora {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 12px 0;
}

@media all and (min-width: 640px) {
  .widget-live__post__ora {
    padding: 22px 18px 0;
  }
}

.widget-live__post__emisiune {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  padding: 6px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media all and (min-width: 640px) {
  .widget-live__post__emisiune {
    padding: 8px 18px;
    font-size: 24px;
    max-height: 118px;
  }
}

.widget-live__post__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 12px 10px;
}

@media all and (min-width: 640px) {
  .widget-live__post__footer {
    padding: 4px 18px 15px;
  }
}

.widget-live__post__footer svg {
  width: 26px;
  height: 26px;
}

.widget-live__post__logo {
  height: 32px;
  width: auto;
}

.widget-live__post__play {
  fill: #1A1919;
}

.widget-live__post__progress {
  width: 100%;
  height: 6px;
  background-color: #1A1919;
}

.widget-live__post__progress__inner {
  height: 6px;
  background-color: rgba(236, 249, 211, 0.9);
}

.widget-live__post--actualitati .widget-live__post__ora {
  color: #EE322D;
}

.widget-live__post--actualitati .widget-live__post__play {
  fill: #EE322D;
}

.widget-live__post--actualitati .widget-live__post__progress__inner {
  background-color: #EE322D;
}

.widget-live__post--cultural .widget-live__post__ora {
  color: #ED9F2D;
}

.widget-live__post--cultural .widget-live__post__play {
  fill: #ED9F2D;
}

.widget-live__post--cultural .widget-live__post__progress__inner {
  background-color: #ED9F2D;
}

.widget-live__post--muzical .widget-live__post__ora {
  color: #D8127E;
}

.widget-live__post--muzical .widget-live__post__play {
  fill: #D8127E;
}

.widget-live__post--muzical .widget-live__post__progress__inner {
  background-color: #D8127E;
}

.widget-live__post--antenasatelor .widget-live__post__ora {
  color: #6CB644;
}

.widget-live__post--antenasatelor .widget-live__post__play {
  fill: #6CB644;
}

.widget-live__post--antenasatelor .widget-live__post__progress__inner {
  background-color: #6CB644;
}

.widget-live__post--international .widget-live__post__ora {
  color: #00ACDD;
}

.widget-live__post--international .widget-live__post__play {
  fill: #00ACDD;
}

.widget-live__post--international .widget-live__post__progress__inner {
  background-color: #00ACDD;
}

.widget-live__post--treinet .widget-live__post__ora {
  color: #B9242B;
}

.widget-live__post--treinet .widget-live__post__play {
  fill: #B9242B;
}

.widget-live__post--treinet .widget-live__post__progress__inner {
  background-color: #B9242B;
}

.widget-live__post--forsport .widget-live__post__ora {
  color: #00CA95;
}

.widget-live__post--forsport .widget-live__post__play {
  fill: #00CA95;
}

.widget-live__post--forsport .widget-live__post__progress__inner {
  background-color: #00CA95;
}

.widget-live__post--regional .widget-live__post__ora {
  color: #25518B;
}

.widget-live__post--regional .widget-live__post__play {
  fill: #25518B;
}

.widget-live__post--regional .widget-live__post__progress__inner {
  background-color: #25518B;
}

.widget-deschidere {
  padding: 0 0 25px;
}

@media all and (min-width: 900px) {
  .widget-deschidere {
    padding: 40px 0;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.widget-deschidere .news-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget-deschidere .news-item__info {
  background-color: #1A1919;
  color: #FFF;
}

@media all and (min-width: 900px) {
  .widget-deschidere .news-item__info {
    background-color: #FFF;
    color: #1A1919;
  }
}

.widget-deschidere .thumb::after {
  border: 6px solid transparent;
}

@media all and (min-width: 1030px) {
  .widget-deschidere .thumb + .news-item__info {
    margin-top: -80px;
    margin-right: 220px;
    padding-right: 30px;
  }
}

.widget-deschidere .banner {
  display: none;
}

@media all and (min-width: 900px) {
  .widget-deschidere .banner {
    display: block;
    width: 300px;
    margin-left: 30px;
  }
}

.widget-deschidere + .widget-news {
  padding-top: 0;
}

.widget-deschidere + .widget-live {
  margin-top: -25px;
}

@media all and (min-width: 900px) {
  .widget-deschidere + .widget-live {
    margin-top: 0;
  }
}

.ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 900px) {
  .ads {
    padding: 30px 0;
    background-color: #ECF9D3;
  }
}

.ads + .widget-special {
  margin-top: 25px;
}

@media all and (min-width: 640px) {
  .ads + .widget-special {
    margin-top: 40px;
  }
}

.widget-news {
  padding: 25px 0;
}

@media all and (min-width: 640px) {
  .widget-news {
    padding: 40px 0;
  }
}

@media all and (min-width: 900px) {
  .widget-news .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.widget-news + .widget-live {
  margin-top: -25px;
}

@media all and (min-width: 900px) {
  .widget-news + .widget-live {
    margin-top: 0;
  }
}

.widget-news + .widget-news {
  margin-top: -50px;
}

@media all and (min-width: 640px) {
  .widget-news + .widget-news {
    margin-top: -80px;
  }
}

@media all and (min-width: 900px) {
  .widget-news + .widget-news {
    padding-top: 0;
    margin-top: -10px;
  }
}

@media all and (min-width: 900px) {
  .widget-news + .widget-news .controller {
    border-top: 1px solid #DDD;
    padding-top: 30px;
  }
}

@media all and (min-width: 900px) {
  .widget-news + .widget-news .controller + .controller {
    border-top: none;
    padding-top: 0;
  }
}

.widget-news + .widget-news .widget__title--small {
  margin-top: 30px;
}

@media all and (min-width: 640px) {
  .widget-news + .widget-news .widget__title--small {
    margin-top: 50px;
  }
}

@media all and (min-width: 900px) {
  .widget-news + .widget-news .widget__title--small {
    margin-top: 10px;
  }
}

.widget-news + .widget-news.widget-news--D {
  margin-top: -50px;
}

@media all and (min-width: 640px) {
  .widget-news + .widget-news.widget-news--D {
    margin-top: -80px;
  }
}

@media all and (min-width: 900px) {
  .widget-news + .widget-news.widget-news--D {
    margin-top: -20px;
  }
}

.widget-news + .widget-news.widget-news--D .controller {
  border-top: none;
  padding-top: 0;
}

.widget-news__col {
  margin-bottom: 25px;
}

@media all and (min-width: 900px) {
  .widget-news__col {
    margin-left: 30px;
    width: 300px;
    margin-bottom: 0;
  }
}

.widget-news__col .news-item + .news-item {
  margin-top: 30px;
}

.widget-news__col .news-item:not(:first-child) .news-item__info:first-child {
  margin-top: -10px;
  border-top: 1px solid #DDD;
  padding-top: 25px;
}

.ultima-ora {
  background-color: #ECF9D3;
  position: relative;
  padding: 28px 25px 24px;
  width: 100vw;
  margin-left: -25px;
  margin-bottom: -25px;
}

@media all and (min-width: 640px) {
  .ultima-ora {
    margin-left: -50px;
    padding: 28px 50px 24px;
    margin-bottom: 0;
  }
}

@media all and (min-width: 900px) {
  .ultima-ora {
    width: 100%;
    margin-left: 0;
    padding: 28px 24px 24px;
  }
}

.ultima-ora::before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 6px;
  background-color: #6CB644;
  left: 25px;
  top: 0;
}

@media all and (min-width: 640px) {
  .ultima-ora::before {
    left: 50px;
  }
}

@media all and (min-width: 900px) {
  .ultima-ora::before {
    left: 24px;
  }
}

.ultima-ora .news-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ultima-ora .news-item + .news-item {
  margin-top: 0;
}

.ultima-ora .news-item:not(:first-child) .news-item__info:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.ultima-ora .news-item__info {
  background-color: transparent;
}

.ultima-ora .news-item__title {
  font-size: 16px;
  line-height: 1.25;
}

.ultima-ora .btn {
  margin-top: 15px;
}

.ultima-ora__titlu {
  font-size: 20px;
  line-height: 1.1;
  color: #6CB644;
  margin-bottom: 12px;
}

.widget__title {
  width: 100%;
  font-size: 36px;
  color: #6CB644;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 18px;
}

@media all and (min-width: 640px) {
  .widget__title {
    font-size: 48px;
    margin-bottom: 22px;
  }
}

.widget__title--small {
  position: relative;
  padding-top: 28px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
}

.widget__title--small::before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 6px;
  background-color: #6CB644;
  left: 0;
  top: 0;
}

@media (hover: hover) {
  a .widget__title--small:hover:hover::before {
    width: 44px;
  }
}

.widget-news__large-col {
  margin-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget-news__large-col .widget-news--D {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -10px;
}

.widget-news--A .controller {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.widget-news--A .widget-news__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.widget-news--A .widget-news__col:first-child {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
}

.widget-news--A .widget-news__col .banner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 40px;
}

@media all and (min-width: 900px) {
  .widget-news--A .widget-news__col .banner {
    margin-bottom: 0;
  }
}

.widget-news--A .widget-news--D .controller {
  max-width: 100%;
}

.widget-deschidere--B {
  padding-top: 0;
}

@media all and (min-width: 900px) {
  .widget-deschidere--B {
    background-color: #1A1919;
    background-image: url(../images/bg5.jpg);
    background-size: cover;
    background-position: center;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--B .news-item__info {
    background-color: transparent;
    color: #FFF;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--B .widget-news__col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--B .widget-news__col:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px;
  }
}

.widget-deschidere--B .widget-news__col:first-child .news-item__info {
  background-color: #1A1919;
  color: #FFF;
}

@media all and (min-width: 900px) {
  .widget-deschidere--B .widget-news__col:first-child .news-item__info {
    background-color: transparent;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--B .widget-news__col:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 30px;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--B .widget-news__col .news-item:not(:first-child) .news-item__info:first-child {
    border-top-color: rgba(255, 255, 255, 0.15);
  }
}

.widget-deschidere--B + .widget-live::before {
  display: none;
}

@media all and (min-width: 900px) {
  .widget-deschidere--B + .widget-special {
    margin-top: 40px;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--C {
    position: relative;
    padding-top: 0;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--C .controller {
    position: static;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--C .news-item {
    position: static;
    height: 50vh;
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--C .thumb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    bottom: 40px;
    padding-bottom: 0;
    height: auto;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--C .news-item__info {
    max-width: calc(((100% - 60px) / 3 * 2) + 30px);
    padding: 19px 30px;
    background-color: #1A1919;
    color: #FFF;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--C + .widget-special {
    margin-top: 40px;
  }
}

.widget-deschidere--C + .widget-live::before {
  display: none;
}

.widget-deschidere--D {
  padding: 0 0 35px;
}

@media all and (min-width: 900px) {
  .widget-deschidere--D {
    background-color: #1A1919;
    background-image: url(../images/bg6.jpg);
    background-size: cover;
    background-position: center;
  }
}

.widget-deschidere--D .widget-news__col {
  margin-bottom: 0;
}

@media all and (min-width: 900px) {
  .widget-deschidere--D .widget-news__col {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.widget-deschidere--D .news-item__info {
  background-color: #1A1919;
  color: #FFF;
}

@media all and (min-width: 900px) {
  .widget-deschidere--D .news-item__info {
    background-color: transparent;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--D + .widget-news .controller {
    border-top: none;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--D + .widget-special {
    margin-top: 40px;
  }
}

.widget-deschidere--D + .widget-live::before {
  display: none;
}

.widget-deschidere--E {
  padding-top: 0;
}

@media all and (min-width: 900px) {
  .widget-deschidere--E {
    background-color: #1A1919;
    background-image: url(../images/bg7.jpg);
    background-size: cover;
    background-position: center;
  }
}

.widget-deschidere--E .news-item--large .news-item__info {
  background-color: #1A1919;
  color: #FFF;
}

@media all and (min-width: 900px) {
  .widget-deschidere--E .news-item--large .news-item__info {
    background-color: transparent;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--E .news-item__info {
    background-color: transparent;
    color: #FFF;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--E .news-item:not(:first-child) .news-item__info:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--E .ultima-ora {
    background-color: rgba(236, 249, 211, 0.15);
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--E .ultima-ora .news-item:not(:first-child) .news-item__info:first-child {
    border-top: none;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--E + .widget-news .controller {
    border-top: none;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--E + .widget-special {
    margin-top: 40px;
  }
}

@media all and (min-width: 900px) {
  .widget-deschidere--E + .widget-live::before {
    display: none;
  }
}

.widget-news--B .widget-news__col,
.widget-news--C .widget-news__col,
.widget-news--D .widget-news__col {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget-news--B .widget-news__col:first-child,
.widget-news--C .widget-news__col:first-child,
.widget-news--D .widget-news__col:first-child {
  margin-left: 0;
}

.widget-news--B .controller {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.widget-news--B .widget-news__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.widget-news--B .widget-news__col .banner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 900px) {
  .widget-news--B .widget-news__col .banner {
    background-color: #ECF9D3;
  }
}

.widget-news--B + .widget-news.widget-news--D {
  margin-top: -10px;
}

@media all and (min-width: 640px) {
  .widget-news--B + .widget-news.widget-news--D {
    margin-top: -70px;
  }
}

@media all and (min-width: 900px) {
  .widget-news--B + .widget-news.widget-news--D {
    margin-top: -10px;
  }
}

.widget-news--B + .widget-news.widget-news--D .controller {
  border-top: 1px solid #DDD !important;
  padding-top: 30px;
}

.widget-news--B + .widget-news.widget-news--D .news-item {
  border-top: none;
  padding-top: 0;
}

.widget-news--D .controller {
  border-top: none !important;
}

.widget-news--D .news-item {
  border-top: 1px solid #DDD;
  padding-top: 25px;
}

.widget-special .controller {
  padding: 28px 25px 1px;
  background-image: url(../images/custom/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  max-width: 100%;
}

@media all and (min-width: 640px) {
  .widget-special .controller {
    padding: 40px 60px 10px 60px;
    max-width: calc(100% - 100px);
  }
}

@media all and (min-width: 900px) {
  .widget-special .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 60px 45px 60px;
  }
}

@media all and (min-width: 1390px) {
  .widget-special .controller {
    max-width: 1290px;
  }
}

.widget-special .controller::before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 6px;
  background-color: #6CB644;
  left: 25px;
  top: 0;
}

@media all and (min-width: 640px) {
  .widget-special .controller::before {
    width: 130px;
    left: 60px;
  }
}

.widget-special .controller &gt; a {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}

@media all and (min-width: 640px) {
  .widget-special .controller &gt; a {
    margin-bottom: 22px;
  }
}

.widget-special .controller &gt; a::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #6CB644;
  top: -28px;
  width: 32px;
  height: 6px;
  -webkit-transform-origin: 0;
          transform-origin: 0;
}

@media all and (min-width: 640px) {
  .widget-special .controller &gt; a::before {
    top: -40px;
    width: 130px;
  }
}

.widget-special .controller &gt; a .widget__title {
  margin-bottom: 0;
}

@media (hover: hover) {
  .widget-special .controller &gt; a:hover::before {
    width: 38px;
  }
}

@media all and (hover: hover) and (min-width: 640px) {
  .widget-special .controller &gt; a:hover::before {
    width: 154px;
  }
}

.widget-special .widget-news__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget-special .news-item__info {
  background-color: transparent;
}

.widget-special .widget-news__col:nth-child(2) {
  margin-left: 0;
}

@media all and (min-width: 640px) {
  .widget-special + .widget-live {
    margin-top: 40px;
  }
}

.widget-special + .widget-special {
  margin-top: 25px;
}

@media all and (min-width: 640px) {
  .widget-special + .widget-special {
    margin-top: 40px;
  }
}

@media all and (min-width: 900px) {
  .widget-special--cu-personaj {
    padding-top: 30px;
  }
}

@media all and (min-width: 900px) {
  .widget-special--cu-personaj .controller {
    padding-right: 360px;
  }
}

.footer {
  background-color: #1A1919;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 40px 0;
  color: #FFF;
}

.footer .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__logo {
  width: 100%;
  margin-bottom: 30px;
}

.footer__logo img {
  width: 135px;
  height: auto;
}

.footer__col {
  width: 50%;
  padding-right: 20px;
}

@media all and (min-width: 900px) {
  .footer__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 0;
  }
}

.footer__col ul {
  list-style-type: none;
  font-size: 12px;
  margin-bottom: 20px;
}

.footer__col ul a {
  display: block;
  padding: 3px 0;
}

@media (hover: hover) {
  .footer__col ul a:hover {
    text-decoration: underline;
  }
}

@media all and (min-width: 900px) {
  .footer__col + .footer__col {
    margin-left: 30px;
  }
}

.footer__col__title {
  margin-bottom: 10px;
}

.footer__row {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
}

@media all and (min-width: 900px) {
  .footer__row {
    padding-top: 30px;
  }
}

.footer__row ul {
  list-style-type: none;
  margin-bottom: 10px;
}

@media all and (min-width: 900px) {
  .footer__row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__row li a {
  font-weight: 600;
  display: inline-block;
  padding: 4px 0;
}

@media all and (min-width: 900px) {
  .footer__row li a {
    padding: 0;
  }
}

@media (hover: hover) {
  .footer__row li a:hover {
    text-decoration: underline;
  }
}

@media all and (min-width: 900px) {
  .footer__row li + li::before {
    content: "|";
    margin: 0 10px;
  }
}

.footer__row p {
  font-size: 12px;
}

.cat-header {
  padding: 30px 0 0;
}

@media all and (min-width: 640px) {
  .cat-header {
    padding: 45px 0 0;
  }
}

@media all and (min-width: 1030px) {
  .cat-header .controller {
    padding-right: 440px;
  }
}

.cat-header__title {
  line-height: 1.1;
  font-weight: 300;
  color: #6CB644;
  font-size: 48px;
}

.cat-header__title + .cat-header__sub {
  margin-top: 10px;
}

.cat-header__descriere {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 300;
}

@media all and (min-width: 640px) {
  .cat-header__descriere {
    font-size: 16px;
    margin-top: 15px;
  }
}

.cat-header__descriere + .cat-header__sub {
  margin-top: 10px;
}

.cat-header__sub {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cat-header__sub li {
  margin-right: 10px;
}

@media all and (min-width: 640px) {
  .cat-header__sub li {
    margin-right: 15px;
  }
}

.cat-header__sub a {
  display: inline-block;
  color: #6CB644;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}

@media (hover: hover) {
  .cat-header__sub a:hover {
    border-color: #6CB644;
  }
}

.cat-header--emisiune {
  background-color: #ECF9D3;
  padding-bottom: 20px;
}

@media all and (min-width: 640px) {
  .cat-header--emisiune {
    padding-bottom: 5px;
    background-color: transparent;
  }
}

@media all and (min-width: 640px) {
  .cat-header--emisiune .controller {
    padding-right: 190px;
    min-height: 160px;
    background-color: #ECF9D3;
    padding: 30px;
    padding-right: 190px;
    -webkit-box-shadow: inset -160px 0 0 #FFF;
            box-shadow: inset -160px 0 0 #FFF;
  }
}

@media all and (min-width: 1390px) {
  .cat-header--emisiune .controller {
    padding-right: 440px;
    -webkit-box-shadow: inset -205px 0 0 #FFF;
            box-shadow: inset -205px 0 0 #FFF;
    min-height: 205px;
  }
}

.cat-header--emisiune .thumb {
  margin: 20px 0 20px -25px;
  width: 100vw;
  padding-bottom: 100vw;
}

@media all and (min-width: 640px) {
  .cat-header--emisiune .thumb {
    width: 160px;
    padding-bottom: 160px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}

@media all and (min-width: 1390px) {
  .cat-header--emisiune .thumb {
    width: 205px;
    padding-bottom: 205px;
  }
}

.cat-header--emisiune .cat-header__descriere {
  font-size: 16px;
}

.cat-header--emisiune .breadcrumbs::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#ECF9D3), to(rgba(236, 249, 211, 0)));
  background-image: linear-gradient(270deg, #ECF9D3 0%, rgba(236, 249, 211, 0) 100%);
}

.cat-header--emisiune .btn {
  font-size: 16px;
  margin: 20px 0 10px;
}

@media all and (min-width: 640px) {
  .cat-header--emisiune .btn {
    margin-bottom: 0;
  }
}

.cat-header__descriere__realizator {
  color: #6CB644;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}

@media all and (min-width: 640px) {
  .cat-header__descriere__realizator {
    font-size: 20px;
  }
}

.cat-header__descriere__realizator a {
  -webkit-box-shadow: inset 0 -1px 0 #ECF9D3, inset 0 -2px 0 #6CB644;
          box-shadow: inset 0 -1px 0 #ECF9D3, inset 0 -2px 0 #6CB644;
  display: inline-block;
}

.cat-header__descriere__program {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

@media all and (min-width: 640px) {
  .cat-header__descriere__program {
    font-size: 20px;
  }
}

.breadcrumbs {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-bottom: 10px;
  overflow-x: hidden;
  position: relative;
}

.breadcrumbs::after {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
  width: 30px;
  background-image: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.breadcrumbs li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.breadcrumbs li + li::before {
  content: "»";
  margin: 0 8px;
}

.breadcrumbs a,
.breadcrumbs span {
  border-bottom: 1px solid transparent;
  display: inline-block;
  font-weight: 600;
}

.breadcrumbs a {
  color: #6CB644;
}

@media (hover: hover) {
  .breadcrumbs a:hover {
    border-color: #6CB644;
  }
}

.breadcrumbs .breadcrumbs__articol {
  font-weight: 300;
}

@media all and (min-width: 640px) {
  .body--categorie .widget-news + .widget-news {
    margin-top: -80px;
  }
}

@media all and (min-width: 900px) {
  .body--categorie .widget-news + .widget-news {
    padding-top: 0;
    margin-top: -10px;
  }
}

@media all and (min-width: 900px) {
  .body--categorie .widget-news + .widget-news .controller {
    border-top: none;
    padding-top: 0;
  }
}

@media all and (min-width: 900px) {
  .body--categorie .widget-news--B .controller {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}

@media all and (min-width: 900px) {
  .body--categorie .widget-news--B .widget-news__col {
    margin-left: 0;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

.pagination li {
  display: none;
  margin-right: 5px;
}

@media all and (min-width: 1390px) {
  .pagination li {
    display: block;
  }
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li.mobile {
  display: block;
}

.pagination li.page-selector {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}

@media all and (min-width: 1390px) {
  .pagination li.page-selector {
    display: none;
  }
}

.pagination a, .pagination div {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ECF9D3;
  font-weight: 600;
  font-size: 16px;
}

.pagination a {
  color: #6CB644;
  border: 1px solid #ECF9D3;
}

@media (hover: hover) {
  .pagination a:hover {
    -webkit-box-shadow: inset 0 0 0 1px #6CB644;
            box-shadow: inset 0 0 0 1px #6CB644;
  }
  .pagination a:hover span {
    color: #6CB644;
  }
}

.pagination a.selected {
  background-color: #6CB644;
  border: 1px solid #6CB644;
  color: #FFF;
}

.pagination a.selected:hover span {
  color: #FFF;
}

.pagination img {
  width: 32px;
  height: 32px;
}

.pagination div {
  background-color: transparent;
  font-weight: 400;
}

.pagination select {
  height: 46px;
  margin: 0 5px 0 0;
  padding: 0 15px;
  width: 100%;
  background-color: #ECF9D3;
  border: 1px solid #ECF9D3;
  font-family: "patarlagele", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  color: #1A1919;
}

.pagination select:focus {
  border: 1px solid #6CB644;
}

@media all and (min-width: 1030px) {
  .articol-wrapper .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
}

@media all and (min-width: 1390px) {
  .articol-wrapper .controller {
    padding: 50px 0;
  }
}

.articol {
  padding: 25px 0;
}

@media all and (min-width: 640px) {
  .articol {
    padding: 40px 0;
  }
}

@media all and (min-width: 1030px) {
  .articol {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 40px 0 0;
    border-right: 1px solid #DDD;
  }
}

@media all and (min-width: 1390px) {
  .articol {
    padding-right: 50px;
  }
}

.articol img {
  width: 100%;
}

.articol h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 18px 0;
  font-weight: 600;
}

@media all and (min-width: 640px) {
  .articol h1 {
    font-size: 48px;
    margin: 20px 0;
    line-height: 1.1;
  }
}

.articol h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin: 25px 0 18px;
}

@media all and (min-width: 640px) {
  .articol h2 {
    font-size: 28px;
    margin: 30px 0 20px;
  }
}

.articol p,
.articol ul:not(.breadcrumbs):not(.program__zile),
.articol ol {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 300;
  letter-spacing: .3px;
}

@media all and (min-width: 640px) {
  .articol p,
  .articol ul:not(.breadcrumbs):not(.program__zile),
  .articol ol {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.articol p a,
.articol ul:not(.breadcrumbs):not(.program__zile) a,
.articol ol a {
  color: #6CB644;
  -webkit-box-shadow: 0 1px 0 transparent;
          box-shadow: 0 1px 0 transparent;
}

@media (hover: hover) {
  .articol p a:hover,
  .articol ul:not(.breadcrumbs):not(.program__zile) a:hover,
  .articol ol a:hover {
    -webkit-box-shadow: 0 1px 0 #6CB644;
            box-shadow: 0 1px 0 #6CB644;
  }
}

.articol ul:not(.breadcrumbs):not(.program__zile),
.articol ol {
  padding-left: 30px;
}

.articol ul:not(.breadcrumbs):not(.program__zile) li,
.articol ol li {
  margin-bottom: 10px;
  padding-left: 10px;
}

.articol ul:not(.breadcrumbs):not(.program__zile) {
  list-style-type: square;
}

.articol audio {
  width: 100%;
  vertical-align: top;
}

.articol figure {
  margin: 25px 0 25px -25px;
  width: 100vw;
}

@media all and (min-width: 640px) {
  .articol figure {
    margin: 30px 0 30px -50px;
  }
}

@media all and (min-width: 1030px) {
  .articol figure {
    width: 100%;
    margin-left: 0;
  }
}

.articol figcaption {
  font-size: 12px;
  border-bottom: 1px solid #DDD;
  padding: 5px 25px 3px;
}

@media all and (min-width: 640px) {
  .articol figcaption {
    padding: 9px 50px 7px;
  }
}

@media all and (min-width: 1030px) {
  .articol figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1030px) {
  .articol &gt; *:first-child {
    margin-top: -5px;
  }
}

@media all and (min-width: 1030px) {
  .articol &gt; *:last-child {
    margin-bottom: 0;
  }
}

.articol .tags {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 640px) {
  .articol .tags {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.articol .tags strong {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.articol .tags a {
  display: inline-block;
  background-color: #ECF9D3;
  padding: 3px 6px 2px;
  margin-top: 3px;
  margin-right: 3px;
}

@media (hover: hover) {
  .articol .tags a:hover {
    background-color: #6CB644;
    color: #FFF;
  }
}

.articol .widget-live {
  padding: 0;
  margin: 25px 0;
}

@media all and (min-width: 640px) {
  .articol .widget-live {
    margin: 30px 0;
  }
}

.articol .widget-live .controller {
  padding: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}

@media all and (min-width: 640px) {
  .articol .widget-live .controller {
    padding: 30px;
  }
}

.articol .widget-live .controller img {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media all and (min-width: 640px) {
  .articol .widget-live .controller img {
    margin-top: 1px;
  }
}

.articol .widget-live__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media all and (min-width: 640px) {
  .articol .widget-live__title {
    font-size: 28px;
  }
}

.articol .audio-wrapper {
  width: 100%;
  margin-top: 20px;
  background-color: #FFF;
  padding: 10px;
  margin-bottom: 5px;
}

.articol__intro {
  font-weight: 400;
}

.articol .articol__intro {
  font-weight: 400;
}

.articol .articol__autor-data {
  font-size: 14px;
}

@media all and (min-width: 640px) {
  .articol .articol__autor-data {
    font-size: 16px;
  }
}

.articol__citat {
  background-image: url(../images/custom/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25px;
  margin: 25px 0;
}

@media all and (min-width: 640px) {
  .articol__citat {
    margin: 30px 0;
    padding: 40px;
  }
}

.articol__citat p {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
}

@media all and (min-width: 640px) {
  .articol__citat p {
    font-size: 28px;
  }
}

.articol__citat p + * {
  margin-top: 15px;
}

@media all and (min-width: 640px) {
  .articol__citat p + * {
    margin-top: 20px;
  }
}

.articol__citat footer {
  color: #6CB644;
  font-size: 14px;
  line-height: 1.3;
}

@media all and (min-width: 640px) {
  .articol__citat footer {
    font-size: 20px;
  }
}

@media all and (min-width: 1030px) {
  .articol-sidebar {
    width: 300px;
    margin-left: 40px;
  }
}

@media all and (min-width: 1390px) {
  .articol-sidebar {
    margin-left: 50px;
    width: 339px;
  }
}

.articol-sidebar &gt; * {
  margin-bottom: 30px;
}

@media all and (min-width: 640px) {
  .articol-sidebar &gt; * {
    margin-bottom: 40px;
  }
}

@media all and (min-width: 1390px) {
  .articol-sidebar .banner {
    padding: 20px 0;
    background-color: #ECF9D3;
  }
}

.galerie-c1 {
  padding-bottom: 0;
  position: relative;
}

@media all and (min-width: 1030px) {
  .galerie-c1 {
    width: 341px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.galerie-c1 .articol__intro {
  display: none;
}

@media all and (min-width: 1030px) {
  .galerie-c1 .articol__intro {
    display: block;
    font-size: 16px;
    font-weight: 300;
  }
}

.galerie-c1 h1 {
  font-size: 20px;
}

@media all and (min-width: 1030px) {
  .galerie-c1 h1 {
    font-size: 28px;
  }
}

.galerie-c1 h1 span {
  color: #6CB644;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: .5px;
}

@media all and (min-width: 1030px) {
  .galerie-c1 h1 span {
    font-size: 32px;
  }
}

.galerie-c1 h1 a {
  display: block;
}

@media (hover: hover) {
  .galerie-c1 h1 a:hover {
    color: #6CB644;
  }
}

.galerie-c1 .link {
  top: 105px;
}

.galerie-c1 .inapoi-link {
  display: none;
}

@media all and (min-width: 1030px) {
  .galerie-c1 .inapoi-link {
    display: block;
  }
}

.galerie-c2 {
  padding-top: 0;
}

@media all and (min-width: 1030px) {
  .galerie-c2 {
    border: none;
    padding-left: 50px;
    padding-right: 0;
  }
}

.galerie-c2 .inapoi-link {
  background-color: #FFF;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  padding: 11px 0 10px;
  -webkit-box-shadow: 50px 0 0 #FFF, -50px 0 0 #FFF;
          box-shadow: 50px 0 0 #FFF, -50px 0 0 #FFF;
  margin-bottom: -10px;
  margin-top: -10px;
}

@media all and (min-width: 1030px) {
  .galerie-c2 .inapoi-link {
    display: none;
  }
}

@media all and (min-width: 1030px) {
  .galerie-c2 .inapoi-link + figure {
    margin-top: 0;
  }
}

.galerie-c2 .thumb {
  padding-bottom: 0;
  height: auto;
  margin-bottom: 40px;
}

@media all and (min-width: 1030px) {
  .galerie-c2 .thumb {
    margin-bottom: 60px;
  }
}

.galerie-c2 .thumb img {
  position: static;
}

.galerie-c2 figcaption {
  font-size: 16px;
  padding: 15px 25px 2px;
  font-weight: 300;
  border-bottom: none;
  margin-top: -40px;
}

@media all and (min-width: 1030px) {
  .galerie-c2 figcaption {
    font-size: 20px;
    padding: 15px 0 10px;
    margin-top: -60px;
  }
}

.inapoi-link {
  z-index: 15;
  pointer-events: none;
}

.inapoi-link__inner {
  pointer-events: auto;
  background-color: #ECF9D3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #6CB644;
  font-weight: 600;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 11px 15px 8px 30px;
  background-image: url(../images/custom/ArrowLeft.svg);
  background-repeat: no-repeat;
  background-position: 11px 8px;
  background-size: 15px;
}

@media (hover: hover) {
  .inapoi-link__inner:hover {
    background-color: #6CB644;
    background-image: url(../images/ArrowLeft-.svg);
    color: #FFF;
  }
}

@media all and (min-width: 1030px) {
  .sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
  }
}

.news-item__show-runners {
  color: #6CB644;
  margin-top: 8px;
}

.news-item__show-time {
  font-weight: 600;
  margin-top: 8px;
}

.body--emisiuni .news-item__title {
  font-size: 28px;
  line-height: 1.2;
}

.body--emisiuni .news-item .thumb {
  padding-bottom: 100%;
  background-color: #6CB644;
}

@media all and (min-width: 900px) {
  .body--emisiuni .widget-news--B .controller {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}

@media all and (min-width: 900px) {
  .body--emisiuni .widget-news--B .widget-news__col {
    margin-left: 0;
  }
}

.link-galerie {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.link-galerie::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #6CB644;
  width: 48px;
  height: 48px;
  bottom: 0;
  left: 0;
  background-image: url(../images/icon-galerie.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.link-galerie span {
  position: absolute;
  left: 49px;
  bottom: 0;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1A1919;
  color: #FFF;
  font-weight: 600;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
}

@media all and (min-width: 640px) {
  .link-galerie span {
    font-size: 20px;
  }
}

@media (hover: hover) {
  .link-galerie span:hover {
    background-color: #6CB644;
  }
}

.link-galerie--video {
  height: 47px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.articol--program {
  max-width: 850px;
  padding-right: 0;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.program__zile {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 1.1;
  padding-top: 7px;
  margin-bottom: 30px;
}

@media all and (min-width: 640px) {
  .program__zile {
    margin-bottom: 40px;
  }
}

.program__zile li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.program__zile li a {
  display: block;
  text-align: center;
  padding: 17px 0 15px;
  border: 1px solid transparent;
  border-bottom-color: #DDD;
  font-size: 0;
}

@media all and (min-width: 640px) {
  .program__zile li a {
    font-size: 16px;
  }
}

.program__zile li a::first-letter {
  font-size: 16px;
}

@media (hover: hover) {
  .program__zile li a:hover {
    color: #6CB644;
    border-bottom-color: #6CB644;
  }
}

.program__zile li a.active {
  color: #6CB644;
  border-color: #DDD;
  border-bottom-color: transparent;
}

.program__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media all and (min-width: 640px) {
  .program__item {
    margin-bottom: 20px;
  }
}

.program__item .thumb {
  width: 86px;
  padding-bottom: 86px;
  background-color: #6CB644;
  background-image: url(../images/logo-srr-mono-alb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media all and (min-width: 640px) {
  .program__item .thumb {
    width: 120px;
    padding-bottom: 120px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media all and (min-width: 900px) {
  .program__item .thumb {
    width: 160px;
    padding-bottom: 160px;
  }
}

.program__c1 {
  width: 58px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.program__ora {
  background-color: #1A1919;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 7px 0 5px;
}

.program__c2 {
  -webkit-box-shadow: inset 1px 0 0 rgba(26, 25, 25, 0.15);
          box-shadow: inset 1px 0 0 rgba(26, 25, 25, 0.15);
  padding-left: 15px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media all and (min-width: 640px) {
  .program__c2 {
    margin-left: 22px;
    padding-left: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.articol .program__titlu,
.program__titlu {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

@media (hover: hover) {
  .articol .program__titlu a:hover,
  .program__titlu a:hover {
    color: #6CB644;
  }
}

.articol .program__titlu + .program__realizatori,
.articol .program__titlu + .program__descriere,
.program__titlu + .program__realizatori,
.program__titlu + .program__descriere {
  margin-top: 3px;
}

.articol .program__realizatori,
.program__realizatori {
  font-size: 16px;
  margin: 0;
  color: #6CB644;
  mix-blend-mode: multiply;
}

.articol .program__realizatori + .program__descriere,
.program__realizatori + .program__descriere {
  margin-top: 10px;
}

.articol .program__descriere,
.program__descriere {
  font-size: 16px;
  margin: 0;
}

.program__item--big {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 640px) {
  .program__item--big {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.program__item--big &gt; .program__c2 {
  background-color: #ECF9D3;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media all and (min-width: 640px) {
  .program__item--big &gt; .program__c2 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-shadow: inset 1px 0 0 rgba(26, 25, 25, 0.15);
            box-shadow: inset 1px 0 0 rgba(26, 25, 25, 0.15);
    padding-top: 25px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.program__item--big .program__item {
  margin-top: 30px;
  margin-bottom: 0;
}

.program__item--big .program__item + .program__item {
  margin-top: 20px;
}

.program__link-podcast {
  display: block;
  width: 58px;
  height: 58px;
  background-color: #6CB644;
  background-image: url(../images/HeadphonesPlay.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
}

@media (hover: hover) {
  .program__link-podcast:hover {
    background-color: #528933;
  }
}

.program__link-podcast--live {
  position: relative;
  background-position: center 5px;
}

.program__link-podcast--live::after {
  content: '';
  display: block;
  content: 'LIVE';
  color: #FFF;
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-weight: 600;
}

.intertitlu-program {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 300;
}

@media all and (min-width: 640px) {
  .intertitlu-program {
    margin-bottom: 40px;
  }
}

.player {
  padding: 45px 0 35px;
  position: relative;
  background-color: #1A1919;
  color: #FFF;
  text-align: center;
}

@media all and (min-width: 640px) {
  .player {
    padding: 40px 0;
    font-size: 18px;
    text-align: left;
  }
}

.player::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  mix-blend-mode: luminosity;
  opacity: .15;
}

.player .controller {
  max-width: 850px;
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 640px) {
  .player .controller {
    padding-right: 245px;
    padding-bottom: 76px;
    width: calc(100% - 100px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 280px;
  }
}

.player .thumb {
  width: 60vw;
  padding-bottom: 60vw;
  margin-bottom: 30px;
  background-color: #6CB644;
  background-image: url(../images/logo-srr-mono-alb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (min-width: 640px) {
  .player .thumb {
    width: 205px;
    padding-bottom: 205px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.player + .widget-live::before {
  display: none;
}

@-webkit-keyframes marcaj--live__dot__3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes marcaj--live__dot__3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.player__indicator-live {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  background-color: #FFF;
  color: #1A1919;
  position: relative;
  line-height: 1;
  padding: 9px 12px 9px 10px;
  text-transform: uppercase;
  pointer-events: none;
  margin-bottom: 22px;
  z-index: 2;
  position: absolute;
  top: calc(60vw - 17px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 640px) {
  .player__indicator-live {
    position: relative;
    top: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.player__indicator-live span {
  margin-top: 3px;
}

.player__indicator-live .widget-live__indicator {
  -webkit-box-shadow: inset 0 0 0 1px rgba(108, 182, 68, 0.8);
          box-shadow: inset 0 0 0 1px rgba(108, 182, 68, 0.8);
}

.player__indicator-live .widget-live__indicator::before {
  background-color: #6CB644;
}

.player__indicator-live .widget-live__indicator::after {
  background-color: #6CB644;
}

.player__titlu {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
  color: #6CB644;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media all and (min-width: 640px) {
  .player__titlu {
    font-size: 48px;
  }
}

.player__realizatori {
  color: #6CB644;
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  text-align: left;
}

@media all and (min-width: 640px) {
  .player__realizatori {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.player__realizatori a {
  -webkit-box-shadow: 0 1px 0 transparent;
          box-shadow: 0 1px 0 transparent;
}

@media (hover: hover) {
  .player__realizatori a:hover {
    -webkit-box-shadow: 0 1px 0 #6CB644;
            box-shadow: 0 1px 0 #6CB644;
  }
}

.player__orar {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  text-align: left;
}

@media all and (min-width: 640px) {
  .player__orar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.player__descriere {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 300;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  text-align: left;
}

@media all and (min-width: 640px) {
  .player__descriere {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.player__btn {
  margin-top: 20px;
  background-color: #6CB644;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  height: 48px;
  padding: 0 21px 0 20px;
  margin-left: 49px;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  width: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 640px) {
  .player__btn {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 28px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.player__btn::before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: -49px;
  background-color: #6CB644;
  background-image: url(../images/PlayCircle-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}

@media (hover: hover) {
  .player__btn:hover {
    background-color: #528933;
  }
  .player__btn:hover::before {
    background-color: #528933;
  }
}

.player__btn__txt-off {
  display: none;
}

.player__btn--off::before {
  background-image: url(../images/StopCircle.svg);
}

.player__btn--off .player__btn__txt-on {
  display: none;
}

.player__btn--off .player__btn__txt-off {
  display: inline;
}

.player__timeline {
  position: relative;
  background-color: #000;
  height: 6px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media all and (min-width: 640px) {
  .player__timeline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
}

.player__timeline__start,
.player__timeline__end {
  position: absolute;
  bottom: 18px;
  font-weight: 600;
  font-size: 16px;
  z-index: 1;
}

.player__timeline__start::before,
.player__timeline__end::before {
  content: '';
  display: block;
  position: absolute;
  height: 18px;
  width: 1px;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.player__timeline__start {
  left: 0;
}

.player__timeline__start::before {
  left: 0;
}

.player__timeline__end {
  right: 0;
}

.player__timeline__end::before {
  right: 0;
}

.player__timeline__progress {
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #6CB644;
}

.cover-concurs {
  max-width: 850px;
  margin: -60px auto 0;
}

@media all and (min-width: 640px) {
  .cover-concurs {
    margin: -80px auto 0;
  }
}

.cover-concurs + .user-zone {
  margin-top: 0;
}

@media all and (min-width: 640px) {
  .cover-concurs + .user-zone {
    margin-top: 0;
  }
}

.intrebare-concurs {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media all and (min-width: 640px) {
  .intrebare-concurs {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.login-concurs {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFF;
  -webkit-box-shadow: 0 5px 30px rgba(108, 182, 68, 0.25);
          box-shadow: 0 5px 30px rgba(108, 182, 68, 0.25);
  padding: 30px;
  margin-top: 10px;
}

@media all and (min-width: 640px) {
  .login-concurs {
    margin-top: 15px;
    padding: 40px;
  }
}

.login-concurs .user-zone__message {
  margin: 0;
}

.user-zone {
  max-width: 850px;
  margin: 30px auto;
  background-color: #ECF9D3;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 640px) {
  .user-zone {
    margin: 40px auto;
    padding: 40px 100px;
  }
}

.user-zone input[type=text],
.user-zone input[type=email],
.user-zone input[type=file],
.user-zone input[type=number],
.user-zone input[type=tel],
.user-zone input[type=url],
.user-zone input[type=password],
.user-zone select {
  margin-bottom: 20px;
}

.user-zone label {
  font-weight: 600;
}

.user-zone input[type=submit] {
  background-color: #6CB644;
  color: #FFF;
  margin-top: 25px;
  font-weight: 600;
  padding: 15px;
  border-radius: 0;
}

@media all and (min-width: 640px) {
  .user-zone input[type=submit] {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 17px 40px 15px;
    margin-top: 15px;
  }
}

.user-zone input[type=submit]:focus, .user-zone input[type=submit]:hover {
  background-color: #528933;
  cursor: pointer;
}

.user-zone a:not(.social-login__button) {
  color: #6CB644;
  border-bottom: 1px solid transparent;
}

.user-zone a:not(.social-login__button):focus, .user-zone a:not(.social-login__button):hover {
  border-color: #6CB644;
}

@media all and (min-width: 640px) {
  .user-zone .rc-wrapper {
    margin-bottom: 15px;
  }
}

.forgot-pass {
  text-align: right;
}

.user-zone__title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
  width: 100%;
}

@media all and (min-width: 640px) {
  .user-zone__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

.user-zone__message {
  width: 100%;
  margin-bottom: 30px;
  margin-top: -15px;
}

.main-error {
  color: red;
  background-color: #FFF;
  padding: 20px 25px;
  margin-bottom: 30px;
}

.field-error {
  font-size: 14px;
  margin-top: -5px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: red;
}

.field-error + input {
  border-color: red;
}

.social-login__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 1.2;
  padding: 13px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #FFF;
}

@media all and (min-width: 640px) {
  .social-login__button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.social-login__button img {
  width: 28px;
  height: 28px;
  margin: 0 15px 0 -5px;
}

.social-login__button + .social-login__button {
  margin-top: 20px;
}

@media all and (min-width: 640px) {
  .social-login__button + .social-login__button {
    margin-top: 0;
    margin-left: 10px;
  }
}

.social-login {
  border-top: 1px solid #DDD;
  margin-top: 30px;
  padding: 30px 0 10px;
}

@media all and (min-width: 640px) {
  .social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding: 50px 0 20px;
  }
}

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.share-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 56px;
  background-color: #ECF9D3;
  line-height: 1.1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 32px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  padding: 13px 20px 12px 56px;
  font-weight: 600;
}

@media all and (min-width: 640px) {
  .share-buttons a {
    background-position: 24px 12px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 14px 34px 12px 68px;
  }
}

@media (hover: hover) {
  .share-buttons a:hover {
    color: #FFF;
  }
}

.share-buttons a + a {
  margin-left: 4px;
}

.share-buttons__fb {
  background-image: url(../images/FacebookLogo.svg);
}

@media (hover: hover) {
  .share-buttons__fb:hover {
    background-image: url(../images/FacebookLogo-.svg);
    background-color: #0A82ED;
  }
}

.share-buttons__wa {
  background-image: url(../images/WhatsappLogo.svg);
}

@media (hover: hover) {
  .share-buttons__wa:hover {
    background-image: url(../images/WhatsappLogo-.svg);
    background-color: #1BD040;
  }
}

.popup-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 9999;
  pointer-events: none;
}

@media all and (min-width: 640px) {
  .popup-search {
    padding-top: 40px;
  }
}

.popup-search .fader {
  pointer-events: none;
}

.popup-search--active .fader {
  opacity: 1;
  pointer-events: auto;
}

.popup-search--active .popup-search__inner {
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
}

.popup-search__inner {
  background-color: #FFF;
  width: 100%;
  position: relative;
  z-index: 10000;
  padding: 50px 37px 60px;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media all and (min-width: 640px) {
  .popup-search__inner {
    max-width: 480px;
    -webkit-transform: translateY(calc(-100% - 50px));
            transform: translateY(calc(-100% - 50px));
    padding: 45px 50px 55px;
  }
}

.popup-search__title {
  font-size: 20px;
  margin-bottom: 10px;
}

@media all and (min-width: 640px) {
  .popup-search__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.popup-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.popup-search__form input[type=search] {
  font-size: 16px;
  border: 1px solid #DDD;
  border-right: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 15px 10px;
  border-radius: 0;
}

@media all and (min-width: 640px) {
  .popup-search__form input[type=search] {
    font-size: 18px;
  }
}

.popup-search__form input[type=search]:focus {
  border-color: #aaaaaa;
}

.popup-search__form button {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: #6CB644;
  color: #FFF;
  font-weight: 600;
  padding: 12px 15px 10px;
  cursor: pointer;
}

@media all and (min-width: 640px) {
  .popup-search__form button {
    font-size: 18px;
    padding: 12px 20px 10px;
  }
}

@media (hover: hover) {
  .popup-search__form button:hover {
    background-color: #528933;
  }
}

.popup-search__form button:focus {
  background-color: #528933;
}

.close {
  position: absolute;
  top: 16px;
  right: 11px;
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

@media all and (min-width: 640px) {
  .close {
    background-size: 30px;
    top: 16px;
    right: 12px;
  }
}

.close::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 9px;
  bottom: 10px;
  left: 9px;
  border-radius: 100px;
  border: 1px solid transparent;
  z-index: 1;
}

@media all and (min-width: 640px) {
  .close::after {
    top: 4px;
    right: 5px;
    bottom: 6px;
    left: 5px;
  }
}

@media (hover: hover) {
  .close:hover::after {
    border-color: rgba(26, 25, 25, 0.75);
  }
}

.popup-user {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 9999;
  pointer-events: none;
}

.popup-user .fader {
  pointer-events: none;
}

.popup-user--active .fader {
  opacity: 1;
  pointer-events: auto;
}

.popup-user--active .popup-user__inner {
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
}

.popup-user__inner {
  background-color: #FFF;
  width: 100%;
  max-width: 250px;
  position: relative;
  z-index: 10000;
  padding: 30px 25px;
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  height: 100vh;
}

@media all and (min-width: 640px) {
  .popup-user__inner {
    max-width: 350px;
  }
}

@media all and (min-width: 1390px) {
  .popup-user__inner {
    max-width: 400px;
  }
}

.popup-user__title {
  font-size: 20px;
  padding: 4px 12px;
  margin-bottom: 10px;
}

@media all and (min-width: 640px) {
  .popup-user__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.popup-user__link {
  display: block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.1;
}

@media all and (min-width: 640px) {
  .popup-user__link {
    padding: 8px 12px;
    font-size: 16px;
  }
}

@media (hover: hover) {
  .popup-user__link:hover {
    background-color: #6CB644;
    color: #FFF;
  }
}

.comentariu + .comentariu {
  border-top: 1px solid #DDD;
  padding-top: 20px;
}

@media all and (min-width: 640px) {
  .comentariu + .comentariu {
    padding-top: 30px;
  }
}

.comentariu__nume-data {
  margin-bottom: 5px;
  font-size: 14px;
}

@media all and (min-width: 640px) {
  .comentariu__nume-data {
    margin-bottom: 10px;
  }
}

.comentariu__text {
  font-size: 16px !important;
}

@media all and (min-width: 640px) {
  .comentariu__text {
    font-size: 18px !important;
    margin-bottom: 26px !important;
  }
}

.comentariu-nou {
  padding-bottom: 20px;
}

@media all and (min-width: 1390px) {
  .comentariu-nou {
    padding-bottom: 0;
  }
}

.comentariu-nou textarea {
  width: 100%;
  border: 1px solid rgba(26, 25, 25, 0.25);
  border-radius: 0;
  padding: 20px;
  height: 150px;
  margin-bottom: 10px;
  font-size: 16px;
}

@media all and (min-width: 640px) {
  .comentariu-nou textarea {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.comentariu-nou textarea:focus {
  outline: none;
  border-color: #1A1919;
}

.comentariu-nou button {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: #6CB644;
  color: #FFF;
  font-weight: 600;
  padding: 12px 25px 10px;
  cursor: pointer;
}

@media all and (min-width: 640px) {
  .comentariu-nou button {
    font-size: 18px;
    padding: 12px 30px 10px;
  }
}

@media (hover: hover) {
  .comentariu-nou button:hover {
    background-color: #528933;
  }
}

.comentariu-nou button:focus {
  background-color: #528933;
}

.titlu-comentarii {
  margin-top: 35px !important;
}

@media all and (min-width: 640px) {
  .titlu-comentarii {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
  }
}

.mesaj-logare-comentarii {
  background-color: #ECF9D3;
  padding: 25px;
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

@media all and (min-width: 640px) {
  .mesaj-logare-comentarii {
    font-size: 18px !important;
    padding: 40px;
  }
}

@media all and (min-width: 1390px) {
  .mesaj-logare-comentarii {
    margin-bottom: 0 !important;
  }
}

.comentariu--moderare .comentariu__nume-data {
  opacity: .4;
}

.comentariu--moderare .comentariu__text {
  opacity: .4;
}

.comentariu__text__moderare {
  font-size: 14px !important;
  color: #6CB644;
  margin-top: -10px;
}

@media all and (min-width: 640px) {
  .comentariu__text__moderare {
    font-size: 16px !important;
    margin-top: -16px;
    margin-bottom: 26px !important;
  }
}

.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1A1919;
  color: #FFF;
  overflow-y: hidden;
  overflow-x: auto;
}

@media all and (min-width: 1030px) {
  .languages {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.languages ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

@media all and (min-width: 640px) {
  .languages ul {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
  }
}

@media all and (min-width: 1390px) {
  .languages ul {
    border: none;
  }
}

.languages a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  padding: 1px 15px 0;
  white-space: nowrap;
  opacity: .65;
}

@media (hover: hover) {
  .languages a:hover {
    background-color: #6CB644;
    opacity: 1;
  }
}

.languages a.selected {
  -webkit-box-shadow: inset 0 -4px 0 #6CB644;
          box-shadow: inset 0 -4px 0 #6CB644;
  opacity: 1;
}

@media print {
  @page {
    size: A4 portrait;
  }
  @page :left {
    margin-left: 3cm;
    @bottom-left {
      margin: 10pt 0 30pt 0;
      border-top: .25pt solid #666;
      content: "A1";
      font-size: 9pt;
      color: #333;
    }
  }
  @page :right {
    margin-left: 4cm;
    @bottom-right {
      content: "Pagina " counter(page) " din " counter(pages);
    }
  }
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img, table, figure {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=default.css.map */</pre></body></html>