/*!
Theme Name: antenasportunu
Theme URI: http://digitalag.ro/
Author: Digital AG
Author URI: https://digitalag.ro/
Description: Antena Sport
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: antenasportunu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


@charset "UTF-8";
@import url(css/reboot.css);
@-webkit-keyframes licurici {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes licurici {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.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: #04DB3B;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #04DB3B;
  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 {
  max-width: 100vw;
  font-size: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #0F0F0F;
  background-color: #FFF;
  padding-top: 67px;
}

@media all and (min-width: 700px) {
  body {
    margin-left: 15vw;
    margin-right: 15vw;
  }
}

@media all and (min-width: 1150px) {
  body {
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (min-width: 1150px) {
  body.article-body {
    margin-bottom: 0;
  }
}

body.article-body .events-band {
  -webkit-box-shadow: 0 1px 0 #C3C3C3;
          box-shadow: 0 1px 0 #C3C3C3;
}

@media all and (min-width: 1150px) {
  .branding-blocker {
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    background-color: #FFF;
    width: 1254px;
    left: calc((100vw - 1254px) / 2);
  }
}

.main-container {
  width: 100vw;
  overflow-x: hidden;
}

@media all and (min-width: 700px) {
  .main-container {
    width: 100%;
    overflow-x: unset;
  }
}

.controller {
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

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

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

strong {
  font-weight: 700;
}

h1,
.ex-h1 {
  font-size: 26px;
}

@media all and (min-width: 1150px) {
  h1,
  .ex-h1 {
    font-size: 36px;
  }
}

h2,
.ex-h2,
h4,
.ex-h4 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 700;
}

@media all and (min-width: 1150px) {
  h2,
  .ex-h2,
  h4,
  .ex-h4 {
    font-size: 28px;
    margin-bottom: 9px;
  }
}

h3,
.ex-h3 {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}

@media all and (min-width: 1150px) {
  h3,
  .ex-h3 {
    font-size: 30px;
  }
}

h5,
.ex-h5 {
  text-transform: uppercase;
  border-bottom: 1px solid #C3C3C3;
  letter-spacing: 1px;
  font-size: 12px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media all and (min-width: 1150px) {
  h5,
  .ex-h5 {
    margin-top: 30px;
  }
}

h6,
.ex-h6 {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

@media all and (min-width: 1150px) {
  h6,
  .ex-h6 {
    margin-bottom: 7px;
  }
}

p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
}

@media all and (min-width: 1150px) {
  p {
    font-size: 18px;
  }
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']),
textarea,
select {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #0F0F0F;
  background-color: #FFF;
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #C3C3C3;
  outline: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 16px 17px 14px;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']).half,
textarea.half,
select.half {
  width: calc((100% - 10px) / 2);
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
textarea:focus,
select:focus {
  background-image: -webkit-gradient(linear, right top, left top, from(#FFF), to(#F4F4F4));
  background-image: linear-gradient(270deg, #FFF 0%, #F4F4F4 100%);
}

select {
  background-image: url(images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
}

button,
input[type=submit] {
  display: inline-block;
  background-color: #04DB3B;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  padding: 16px 35px;
  margin-top: 15px;
  cursor: pointer;
}

button:hover, button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
  background-color: #03b832;
}

.type-none {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

.tablet-only {
  display: none;
}

@media all and (min-width: 700px) {
  .tablet-only {
    display: block;
  }
}

@media all and (min-width: 1150px) {
  .tablet-only {
    display: none;
  }
}

.tablet-and-desktop-only {
  display: none;
}

@media all and (min-width: 700px) {
  .tablet-and-desktop-only {
    display: block;
  }
}

.desktop-only {
  display: none;
}

@media all and (min-width: 1150px) {
  .desktop-only {
    display: block;
  }
}

.header {
  height: 84px;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 1px 0 #C3C3C3;
          box-shadow: 0 1px 0 #C3C3C3;
  background-color: rgba(255, 255, 255, 0);
}

@media all and (min-width: 700px) {
  .header {
    width: 100vw;
    margin-left: -15vw;
  }
}

@media all and (min-width: 1150px) {
  .header {
    width: 100%;
    margin-left: 0;
    height: 131px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  }
}

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

@media all and (min-width: 1150px) {
  .header + .ads {
    padding-top: 0;
  }
}

.logo-band {
  height: 67px;
  overflow: hidden;
  width: 100%;
  background-color: #FFF;
  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: 13px;
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

@media all and (min-width: 1150px) {
  .logo-band {
    padding: 0 144px 0 30px;
    overflow: visible;
  }
}

.logo {
  display: block;
  position: relative;
}

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

@media all and (min-width: 1150px) {
  .logo img {
    width: 254px;
    height: auto;
  }
}

.logo h1 {
  top: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.main-menu {
  display: none;
}

@media all and (min-width: 1150px) {
  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 0;
    margin: 0;
  }
}

.main-menu li a {
  display: block;
  padding: 12px 8px 8px;
}

@media (hover: hover) {
  .main-menu li a:hover {
    color: #04DB3B;
  }
}

.more-menu {
  background-image: url(images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 5px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

@media (hover: hover) {
  .more-menu:hover {
    color: #04DB3B;
    background-image: url(images/dropdown-arrow-red.svg);
  }
  .more-menu:hover a {
    color: #04DB3B;
  }
  .more-menu:hover ul {
    padding: 10px 0;
    height: auto;
  }
  .more-menu:hover ul a {
    color: #FFF;
  }
}

.more-menu ul {
  position: absolute;
  top: 41px;
  right: -10px;
  background-color: #04DB3B;
  color: #FFF;
  list-style-type: none;
  z-index: 1;
  width: 380px;
  padding: 10px 0;
  overflow: hidden;
  height: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more-menu ul li {
  color: #FFF;
  width: 50%;
}

.more-menu ul li a {
  color: #FFF;
  padding: 11px 20px 10px;
  line-height: 1.1;
}

@media (hover: hover) {
  .more-menu ul li a:hover {
    color: #FFF;
    background-color: #03a92e;
  }
}

.menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-item-icon {
  background-color: #F4F4F4;
  display: block;
  margin-left: 5px;
}

@media all and (min-width: 1150px) {
  .menu-item-icon {
    background-color: transparent;
  }
}

@media all and (min-width: 1150px) {
  .menu-item-icon.icon-menu {
    display: none;
  }
}

@media (hover: hover) {
  .menu-item-icon.icon-search:hover {
    background-color: #F4F4F4;
  }
}

.menu-item-icon img {
  width: 41px;
  height: 41px;
}

.social-channels {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 1150px) {
  .social-channels {
    display: none;
  }
}

.social-channels a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #04DB3B;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -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: 361px) {
  .social-channels a {
    font-size: 14px;
  }
}

.social-channels span {
  display: block;
  padding-right: 12px;
}

.social-channels li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.live-band {
  display: block;
  background-color: #0F0F0F;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  width: 100%;
  height: 41px;
  padding: 10px 13px 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 1150px) {
  .live-band {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1px 3px 0 30px;
  }
}

.live-band strong {
  text-transform: uppercase;
  color: #FFF;
  margin-right: 2px;
}

.live-band:hover {
  color: rgba(255, 255, 255, 0.7);
}

.live-band .link-site-geaman {
  position: absolute;
  left: 3px;
  top: 3px;
  height: 41px;
  width: 40px;
  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: #DC0510;
}

@media all and (min-width: 1150px) {
  .live-band .link-site-geaman {
    width: auto;
    padding: 0 12px 0 1px;
  }
}

.live-band .link-site-geaman span {
  display: none;
}

@media all and (min-width: 1150px) {
  .live-band .link-site-geaman span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    margin-top: 1px;
  }
}

.live-band .link-site-geaman img {
  width: 40px;
  height: auto;
}

.live-band .social-channels {
  margin-top: -1px;
  margin-left: auto;
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  margin-left: 10px;
}

@media all and (min-width: 1150px) {
  .live-band .social-channels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 139px;
    width: auto;
  }
}

.live-band .social-channels a {
  background-color: transparent;
  font-size: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (hover: hover) {
  .live-band .social-channels a:hover {
    background-color: #04DB3B;
  }
}

.live-band .social-channels a.site-geaman-desktop:hover {
  background-color: #DC0510;
}

.live-band .social-channels a img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  width: auto;
  height: 41px;
}

@media all and (min-width: 1150px) {
  .live-band .social-channels a img {
    -webkit-transform: none;
            transform: none;
  }
}

.live-band .social-channels li {
  display: none;
}

@media all and (min-width: 1150px) {
  .live-band .social-channels li {
    display: block;
  }
}

.live-band .social-channels li.all-devices {
  display: block;
}

.live-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
  position: relative;
  padding-left: 18px;
}

@media all and (min-width: 1150px) {
  .live-item {
    margin-right: 25px;
    padding-left: 0;
  }
}

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

@media all and (min-width: 1150px) {
  .live-item.live-acum {
    display: block;
  }
}

.live-item.live-acum strong {
  background-color: #04DB3B;
  color: #FFF;
  padding: 1px 4px;
  font-size: 14px;
  margin-right: 8px;
  margin-left: -2px;
}

@media all and (min-width: 1150px) {
  .live-item.live-acum strong {
    margin-left: 0;
  }
}

.bulina {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (min-width: 1150px) {
  .bulina {
    position: static;
    width: 11px;
    height: 11px;
    margin-top: 2px;
    margin-right: 8px;
    -webkit-transform: none;
            transform: none;
  }
}

.bulina.bulina-rosie {
  background-color: #04DB3B;
  -webkit-animation-name: licurici;
          animation-name: licurici;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.bulina.bulina-verde {
  background-color: #DC0510;
}

.bulina.bulina-albastra {
  background-color: #05A0E4;
}

.link-antenaplay {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: absolute;
  right: 11px;
  top: -3px;
  width: 47px;
  height: 47px;
  padding-top: 1px;
}

@media all and (min-width: 1150px) {
  .link-antenaplay {
    width: 115px;
    height: 115px;
    right: 0;
    top: 0;
    background-color: #0F0F0F;
    top: auto;
    padding-bottom: 0;
    bottom: 0;
    z-index: 1001;
  }
}

.link-antenaplay span {
  position: relative;
  display: block;
  color: #FFF;
  font-weight: 700;
  font-size: 8px;
  text-transform: uppercase;
}

@media all and (min-width: 1150px) {
  .link-antenaplay span {
    font-size: 13px;
    margin-top: 5px;
  }
}

.link-antenaplay span.licurici-live {
  position: absolute;
  top: 2px;
  left: -8px;
  margin-bottom: 0;
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}

@media all and (min-width: 1150px) {
  .link-antenaplay span.licurici-live {
    top: -1px;
    left: -14px;
  }
}

.link-antenaplay img {
  width: 24px;
  height: 23px;
  margin: 1px 0;
}

@media all and (min-width: 1150px) {
  .link-antenaplay img {
    width: 38px;
    height: 36px;
    margin-top: 8px;
  }
}

.licurici-live {
  display: inline-block;
  background-color: #04DB3B;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-animation-name: licurici;
          animation-name: licurici;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin-right: 5px;
  margin-bottom: 2px;
}

@media all and (min-width: 1150px) {
  .licurici-live {
    width: 9px;
    height: 9px;
    margin-bottom: 0;
  }
}

.events-band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  height: 43px;
  background-color: #FFF;
  font-size: 14px;
  font-weight: 700;
}

@media all and (min-width: 1150px) {
  .events-band {
    height: 60px;
    background-color: transparent;
    overflow: visible;
    font-size: 16px;
    position: relative;
    z-index: 999;
  }
}

.events-band ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: relative;
}

@media all and (min-width: 1150px) {
  .events-band ul {
    background-color: #FFF;
    width: 1030px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.events-band ul::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 0 4px #FFF;
          box-shadow: inset 0 0 0 4px #FFF;
  pointer-events: none;
}

@media all and (min-width: 1150px) {
  .events-band ul::after {
    -webkit-box-shadow: inset 0 0 0 5px #FFF;
            box-shadow: inset 0 0 0 5px #FFF;
  }
}

.events-band ul li {
  white-space: nowrap;
}

.events-band ul li a {
  display: block;
  padding: 12px 13px 0;
  height: 43px;
  border-right: 1px solid #C3C3C3;
}

@media all and (min-width: 1150px) {
  .events-band ul li a {
    height: 60px;
    padding: 20px 35px 0;
  }
}

@media (hover: hover) {
  .events-band ul li a:hover {
    color: #04DB3B;
  }
}

.events-band ul li:last-child a {
  border-right: none;
}

.thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
          mask-image: -webkit-radial-gradient(white, black);
  background-color: #FFF;
}

.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thumb.video-thumb::before {
  content: '';
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0F0F0F;
  width: 91px;
  height: 87px;
  z-index: 1;
  mix-blend-mode: overlay;
}

@media all and (min-width: 1150px) {
  .thumb.video-thumb::before {
    top: 30px;
    left: 30px;
    -webkit-transform: none;
            transform: none;
  }
}

.thumb.video-thumb::after {
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(images/icon-video.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 2;
}

@media all and (min-width: 1150px) {
  .thumb.video-thumb::after {
    background-position: 30px 30px;
  }
}

.thumb iframe,
.thumb embed,
.thumb video,
.thumb object,
.thumb .ivmWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-item {
  display: block;
  width: 100%;
}

@media (hover: hover) {
  .news-item:hover .thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.news-item-info {
  position: relative;
  padding: 15px 20px 15px;
  background-color: #FFF;
}

.news-item-info h6,
.news-item-info .ex-h6 {
  color: rgba(15, 15, 15, 0.5);
}

.news-item-info h6 .category,
.news-item-info .ex-h6 .category {
  text-transform: uppercase;
  color: #04DB3B;
}

.news-item-info p {
  font-size: 14px;
  color: rgba(15, 15, 15, 0.6);
  margin-bottom: 0;
}

.bumbi {
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  opacity: .6;
  line-height: 1.2;
  list-style-type: square;
}

.bumbi li {
  margin-bottom: 10px;
}

.ads {
  background-color: #F4F4F4;
  padding: 30px 0;
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media all and (min-width: 1150px) {
  .ads {
    background-color: transparent;
  }
}

.ads .banner {
  max-width: 970px;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

@media all and (min-width: 1150px) {
  .ads + .no-title {
    margin-top: -30px;
  }
}

.ads + .titlurile-zilei__container {
  margin-top: 15px;
}

.ads.desktop-only {
  display: none;
}

@media all and (min-width: 1150px) {
  .ads.desktop-only {
    display: block;
  }
}

@media all and (min-width: 1150px) {
  .ads-sub-deschidere {
    margin-top: -60px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
}

@media all and (min-width: 700px) {
  .hero {
    margin-top: 30px;
  }
}

@media all and (min-width: 1150px) {
  .hero {
    margin-top: -60px;
  }
}

@media all and (min-width: 1150px) {
  .hero .controller {
    background-color: #04DB3B;
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1194px;
  }
}

@media all and (min-width: 1150px) {
  .hero .controller::before, .hero .controller::after {
    content: '';
    display: block;
    background-color: #FFF;
    height: 30px;
    position: absolute;
    left: 60px;
    right: 60px;
  }
}

.hero .controller::before {
  top: 0;
}

.hero .controller::after {
  bottom: 0;
}

@media all and (min-width: 1150px) {
  .hero .news-item {
    margin-top: 30px;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero .news-item .titlu-marcaj-wrapper {
  margin-bottom: 12px;
  line-height: 1.25;
}

@media all and (min-width: 1150px) {
  .hero .news-item .titlu-marcaj-wrapper {
    margin-bottom: 9px;
  }
}

.hero .news-item .marcaj {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media all and (min-width: 1150px) {
  .hero .news-item .marcaj {
    margin-right: 8px;
  }
}

@media all and (min-width: 1150px) {
  .hero .thumb {
    width: 696px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 0;
    min-height: 392px;
    height: auto;
  }
}

@media all and (min-width: 1150px) {
  .hero .news-item-info {
    padding: 20px 0 0;
  }
}

.hero .news-item-info p {
  margin-bottom: 0;
}

.hero .bracket {
  background-color: #04DB3B;
  mix-blend-mode: normal;
  opacity: .8;
}

.hero .bracket::before, .hero .bracket::after {
  background-color: #04DB3B;
}

.hero .bracket.red-overlay {
  mix-blend-mode: overlay;
  opacity: 1;
}

@media all and (min-width: 1150px) {
  .hero .bracket {
    display: none;
  }
}

@media all and (min-width: 1150px) {
  .hero + .ads {
    margin-top: -60px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
}

.news-item--breaking-news {
  margin-bottom: 20px;
}

@media all and (min-width: 1150px) {
  .news-item--breaking-news {
    margin-bottom: 0;
  }
}

.news-item--breaking-news .news-item-info {
  background-color: #EBEB00;
}

@media all and (min-width: 1150px) {
  .news-item--breaking-news .news-item-info {
    padding: 20px;
  }
}

.news-item--breaking-news .news-item-info h6 .category,
.news-item--breaking-news .news-item-info .ex-h6 .category {
  color: #0F0F0F;
}

.news-item--breaking-news .marcaj {
  background-color: #0F0F0F;
  color: #EBEB00;
  position: absolute;
  top: -45px;
  font-size: 20px;
}

@media all and (min-width: 1150px) {
  .news-item--breaking-news .marcaj {
    font-size: 26px;
    top: -52px;
  }
}

.hero__inner {
  background-color: #FFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 1150px) {
  .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 30px 30px;
  }
}

@media all and (min-width: 1150px) {
  .hero__inner::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: #C3C3C3;
    top: 0;
    left: 60px;
    right: 60px;
  }
}

.ultimele-stiri {
  font-size: 18px;
  line-height: 1.2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 20px 0 0 20px;
}

@media all and (min-width: 1150px) {
  .ultimele-stiri {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 30px 30px 0 0;
    border-right: 1px solid #C3C3C3;
  }
}

.ultimele-stiri .more {
  margin: 0;
  width: calc(100% - 20px);
}

@media all and (min-width: 1150px) {
  .ultimele-stiri .more {
    float: right;
    margin-bottom: 0;
    margin-top: 17px;
    width: auto;
  }
}

@media all and (min-width: 1150px) {
  .ultimele-stiri .more::before, .ultimele-stiri .more::after {
    background-color: #FFF;
  }
}

.ultimele-stiri h6,
.ultimele-stiri .ex-h6 {
  text-transform: uppercase;
  color: #04DB3B;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
  width: 100vw;
  margin-left: -20px;
  letter-spacing: 0;
}

@media all and (min-width: 700px) {
  .ultimele-stiri h6,
  .ultimele-stiri .ex-h6 {
    width: 100%;
  }
}

@media all and (min-width: 1150px) {
  .ultimele-stiri h6,
  .ultimele-stiri .ex-h6 {
    font-size: 14px;
    letter-spacing: 1px;
    width: auto;
    text-align: left;
  }
}

.ultimele-stiri h6::after,
.ultimele-stiri .ex-h6::after {
  position: absolute;
  width: 100vw;
  content: '';
  display: block;
  border-bottom: 4px double #C3C3C3;
  margin-top: -16px;
}

@media all and (min-width: 700px) {
  .ultimele-stiri h6::after,
  .ultimele-stiri .ex-h6::after {
    width: 100%;
  }
}

@media all and (min-width: 1150px) {
  .ultimele-stiri h6::after,
  .ultimele-stiri .ex-h6::after {
    display: none;
  }
}

.ultimele-stiri h6 span,
.ultimele-stiri h6 h2,
.ultimele-stiri .ex-h6 span,
.ultimele-stiri .ex-h6 h2 {
  display: inline-block;
  background-color: #FFF;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.2;
}

@media all and (min-width: 1150px) {
  .ultimele-stiri h6 span,
  .ultimele-stiri h6 h2,
  .ultimele-stiri .ex-h6 span,
  .ultimele-stiri .ex-h6 h2 {
    font-size: 14px;
  }
}

.ultimele-stiri .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  margin-left: -20px;
}

@media all and (min-width: 1150px) {
  .ultimele-stiri .banner {
    display: none;
  }
}

.ultimele-stiri .banner--top {
  margin-top: -10px;
  padding-bottom: 30px;
}

.ultimele-stiri .banner--bottom {
  padding-top: 30px;
}

.ultimele-stiri__stire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 20px);
  padding: 13px 0 15px;
}

.ultimele-stiri__stire + .ultimele-stiri__stire {
  border-top: 1px solid #C3C3C3;
}

@media (hover: hover) {
  .ultimele-stiri__stire:hover .ultimele-stiri__stire__titlu {
    color: #04DB3B;
  }
}

.ultimele-stiri__stire__ora {
	width: 55px;
	font-weight: 300;
	font-size: 16px;
	color: rgba(15, 15, 15, 0.6);
}

.ultimele-stiri__stire__titlu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  line-height: 1.2;
}

.ultimele-stiri__stire__titlu .marcaj {
  font-size: 14px;
}

@media all and (min-width: 1150px) {
  .ultimele-stiri__stire__titlu .marcaj {
    margin-right: 8px;
  }
}

.more {
  display: inline-block;
  border: 1px solid #04DB3B;
  position: relative;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #04DB3B;
  margin: 0 20px 30px;
  width: 100%;
  padding: 16px 0;
}

@media all and (min-width: 1150px) {
  .more {
    width: auto;
    margin: -7px auto 15px;
    padding: 5px 15px 4px;
  }
}

@media all and (min-width: 1150px) {
  .more::before, .more::after {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    left: 7px;
    right: 7px;
    background-color: #F4F4F4;
  }
}

@media all and (min-width: 1150px) {
  .more::before {
    top: -1px;
  }
}

@media all and (min-width: 1150px) {
  .more::after {
    bottom: -1px;
  }
}

@media (hover: hover) {
  .more:hover {
    color: #04DB3B;
    padding: 5px 10px 4px;
  }
}

.news-listing {
  padding-top: 30px;
}

.news-listing.no-title {
  padding-top: 0;
}

@media all and (min-width: 1150px) {
  .news-listing .banner {
    margin-bottom: 32px;
  }
}

.news-listing .C2 {
  width: 100%;
}

@media all and (min-width: 1150px) {
  .news-listing .C2 {
    width: 31.134%;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-listing .C2 .news-item {
  width: 100%;
  margin-bottom: 0;
}

.news-listing .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 1150px) {
  .news-listing .controller {
    background-color: #F4F4F4;
    padding: 80px 90px 50px;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 1px #C3C3C3, inset 0 0 0 30px #FFF;
            box-shadow: inset 0 0 0 1px #C3C3C3, inset 0 0 0 30px #FFF;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .controller::before, .news-listing .controller::after {
    content: '';
    display: block;
    background-color: #FFF;
    height: 30px;
    position: absolute;
    left: 60px;
    right: 60px;
  }
}

.news-listing .controller::before {
  top: 0;
}

.news-listing .controller::after {
  bottom: 0;
}

.news-listing .controller > h2,
.news-listing .controller > .ex-h2,
.news-listing .controller > h3,
.news-listing .controller > .ex-h3 {
  color: #04DB3B;
  text-align: center;
  margin-bottom: 18px;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
}

@media all and (min-width: 1150px) {
  .news-listing .controller > h2,
  .news-listing .controller > .ex-h2,
  .news-listing .controller > h3,
  .news-listing .controller > .ex-h3 {
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    height: 30px;
    font-size: 30px;
  }
}

.news-listing .controller > h2::after,
.news-listing .controller > .ex-h2::after,
.news-listing .controller > h3::after,
.news-listing .controller > .ex-h3::after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: 4px double #C3C3C3;
  margin-top: -14px;
  width: 100%;
}

@media all and (min-width: 1150px) {
  .news-listing .controller > h2::after,
  .news-listing .controller > .ex-h2::after,
  .news-listing .controller > h3::after,
  .news-listing .controller > .ex-h3::after {
    width: auto;
    border-bottom: none;
    margin-top: 0;
    height: 1px;
    left: 60px;
    right: 60px;
    bottom: 15px;
    background-color: #C3C3C3;
  }
}

.news-listing .controller > h2 span,
.news-listing .controller > .ex-h2 span,
.news-listing .controller > h3 span,
.news-listing .controller > .ex-h3 span {
  display: inline-block;
  background-color: #FFF;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 40px);
  -webkit-box-shadow: 0 3px 0 #FFF, 0 -3px 0 #FFF;
          box-shadow: 0 3px 0 #FFF, 0 -3px 0 #FFF;
}

@media all and (min-width: 1150px) {
  .news-listing .news-item {
    width: 318px;
    margin-bottom: 32px;
    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: 1150px) {
  .news-listing .news-item .bracket.bracket-left {
    left: -40px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item .bracket.bracket-right {
    right: -40px;
  }
}

@media all and (hover: hover) and (min-width: 1150px) {
  .news-listing .news-item:hover .bracket.bracket-left {
    left: 0;
  }
}

@media all and (hover: hover) and (min-width: 1150px) {
  .news-listing .news-item:hover .bracket.bracket-right {
    right: 0;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item.large-news-item {
    width: 65.63%;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item.large-news-item .news-item-info {
    padding: 30px 30px 20px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item.large-news-item .news-item-info h2,
  .news-listing .news-item.large-news-item .news-item-info .ex-h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item.large-news-item .news-item-info h6,
  .news-listing .news-item.large-news-item .news-item-info .ex-h6 {
    margin-bottom: 15px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item.large-news-item .bracket {
    width: 30px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item.large-news-item .bracket.bracket-left {
    left: -60px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item.large-news-item .bracket.bracket-left::before, .news-listing .news-item.large-news-item .bracket.bracket-left::after {
    left: 30px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item.large-news-item .bracket.bracket-right {
    right: -60px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item.large-news-item .bracket.bracket-right::before, .news-listing .news-item.large-news-item .bracket.bracket-right::after {
    right: 30px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item.large-news-item .bracket::before, .news-listing .news-item.large-news-item .bracket::after {
    width: 30px;
    height: 30px;
  }
}

@media all and (hover: hover) and (min-width: 1150px) {
  .news-listing .news-item.large-news-item:hover .bracket.bracket-left {
    left: 0;
  }
}

@media all and (hover: hover) and (min-width: 1150px) {
  .news-listing .news-item.large-news-item:hover .bracket.bracket-right {
    right: 0;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 12px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item-info h2,
  .news-listing .news-item-info h4,
  .news-listing .news-item-info .ex-h2,
  .news-listing .news-item-info .ex-h4 {
    font-size: 22px;
    margin-bottom: 7px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item-info h6,
  .news-listing .news-item-info .ex-h6 {
    margin-bottom: 6px;
  }
}

.news-listing .news-item-info p {
  display: none;
}

@media all and (min-width: 1150px) {
  .news-listing .news-item-info p {
    display: block;
    margin-bottom: 0;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item__large {
    width: 666px;
  }
}

.news-listing.titles-only {
  padding-bottom: 20px;
}

@media all and (min-width: 1150px) {
  .news-listing.titles-only {
    padding-bottom: 0;
  }
}

@media all and (min-width: 1150px) {
  .news-listing.titles-only .news-item {
    margin-bottom: 20px;
    width: calc(50% - 16px);
  }
}

@media (hover: hover) {
  .news-listing.titles-only .news-item:hover .news-item-info h2,
  .news-listing.titles-only .news-item:hover .news-item-info .ex-h2 {
    color: #04DB3B;
  }
}

.news-listing.titles-only .news-item-info {
  padding: 10px 20px 1px;
}

@media all and (min-width: 1150px) {
  .news-listing.titles-only .news-item-info {
    background: transparent;
    padding: 0;
  }
}

.news-listing.titles-only.titles-only-small h2,
.news-listing.titles-only.titles-only-small h4,
.news-listing.titles-only.titles-only-small .ex-h2,
.news-listing.titles-only.titles-only-small .ex-h4 {
  font-size: 18px;
}

@media all and (min-width: 1150px) {
  .news-listing.titles-only.titles-only-small h2,
  .news-listing.titles-only.titles-only-small h4,
  .news-listing.titles-only.titles-only-small .ex-h2,
  .news-listing.titles-only.titles-only-small .ex-h4 {
    font-size: 22px;
  }
}

.news-listing.titles-only.titles-only-small .news-item::after {
  content: '';
  display: block;
  height: 1px;
  width: 33%;
  background-color: #C3C3C3;
  margin: 3px 0 5px 20px;
}

@media all and (min-width: 1150px) {
  .news-listing.titles-only.titles-only-small .news-item::after {
    display: none;
  }
}

.news-listing.titles-only.titles-only-small .news-item:last-child::after {
  display: none;
}

@media all and (max-width: 700px) {
  .news-listing.small-thumbs .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 700px) {
  .news-listing.small-thumbs .news-item + .news-item::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #C3C3C3;
    left: 20px;
    right: 20px;
  }
}

@media all and (max-width: 700px) {
  .news-listing.small-thumbs .thumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90px;
    padding-bottom: 90px;
    margin-right: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media all and (max-width: 700px) {
  .news-listing.small-thumbs .bracket {
    display: none;
  }
}

@media all and (max-width: 700px) {
  .news-listing.small-thumbs .news-item-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: transparent;
  }
}

@media all and (max-width: 700px) {
  .news-listing.small-thumbs .news-item-info h2,
  .news-listing.small-thumbs .news-item-info h4,
  .news-listing.small-thumbs .news-item-info .ex-h2,
  .news-listing.small-thumbs .news-item-info .ex-h4 {
    font-size: 20px;
  }
}

@media all and (min-width: 1150px) {
  .news-listing + .ads {
    margin-top: -30px;
  }
}

.widget-black-friday h3,
.widget-black-friday .ex-h3 {
  color: #0F0F0F;
}

.widget-black-friday .more {
  margin-top: 10px;
}

@media all and (min-width: 1150px) {
  .widget-black-friday .more {
    margin-top: 0;
  }
}

.widget-black-friday .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  text-align: left;
}

@media all and (min-width: 1150px) {
  .widget-black-friday .news-item {
    min-height: 195px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    width: calc((100% - 90px) / 4);
  }
}

@media all and (min-width: 1150px) {
  .widget-black-friday .news-item + .news-item {
    min-height: 211px;
  }
}

.widget-black-friday .news-item + .news-item::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #C3C3C3;
  height: 1px;
  top: 0;
  right: 20px;
  left: 170px;
}

@media all and (min-width: 1150px) {
  .widget-black-friday .news-item + .news-item::before {
    display: none;
  }
}

@media all and (min-width: 1150px) {
  .widget-black-friday .news-item + .news-item::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 333px);
    top: 0;
    right: 0;
    height: 1px;
    background-color: #C3C3C3;
  }
}

.widget-black-friday .news-item .thumb {
  width: 150px;
  padding-bottom: 85px;
}

@media all and (min-width: 1150px) {
  .widget-black-friday .news-item .thumb {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

.widget-black-friday .news-item .news-item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}

@media all and (min-width: 1150px) {
  .widget-black-friday .news-item .news-item-info {
    padding: 20px 20px 12px;
  }
}

.widget-black-friday .news-item .news-item-info h2,
.widget-black-friday .news-item .news-item-info .ex-h2,
.widget-black-friday .news-item .news-item-info h4,
.widget-black-friday .news-item .news-item-info .ex-h4 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.35;
}

@media all and (min-width: 1150px) {
  .widget-black-friday .news-item .news-item-info h2,
  .widget-black-friday .news-item .news-item-info .ex-h2,
  .widget-black-friday .news-item .news-item-info h4,
  .widget-black-friday .news-item .news-item-info .ex-h4 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

.widget-black-friday .news-item .news-item-info p {
  display: none;
}

@media all and (min-width: 1150px) {
  .widget-black-friday .news-item .news-item-info p {
    display: block;
  }
}

.widget-black-friday .news-item .news-item-info h6,
.widget-black-friday .news-item .news-item-info .ex-h6 {
  margin-bottom: 6px;
}

@media all and (min-width: 1150px) {
  .widget-black-friday .news-item .news-item-info h6,
  .widget-black-friday .news-item .news-item-info .ex-h6 {
    margin-bottom: 10px;
  }
}

.widget-black-friday__subtitlu {
  width: calc(100% - 40px);
  text-align: center;
  font-size: 22px;
  color: #FFF;
  background-color: #0F0F0F;
  margin-bottom: 10px;
  line-height: 1.1;
  padding: 8px 0 7px;
}

@media all and (min-width: 1150px) {
  .widget-black-friday__subtitlu {
    font-size: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
}

.news-listing--ultimele-stiri .controller {
  padding-bottom: 15px;
}

@media all and (min-width: 1150px) {
  .news-listing--ultimele-stiri .controller {
    padding-bottom: 60px;
    padding-top: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news-listing--ultimele-stiri .ultimele-stiri__stire {
  width: calc(100% - 40px);
}

@media all and (min-width: 1150px) {
  .news-listing--ultimele-stiri .ultimele-stiri__stire {
    width: calc(50% - 20px);
  }
}

@media all and (min-width: 1150px) {
  .news-listing--ultimele-stiri .ultimele-stiri__stire:nth-child(3) {
    border-top: none;
  }
}

.news-item__large .news-item-info h2,
.news-item__large .news-item-info .ex-h2,
.news-item__large .news-item-info h3,
.news-item__large .news-item-info .ex-h3 {
  text-transform: none;
  line-height: 1.25;
  font-size: 24px;
}

@media all and (min-width: 1150px) {
  .news-item__large .news-item-info h2,
  .news-item__large .news-item-info .ex-h2,
  .news-item__large .news-item-info h3,
  .news-item__large .news-item-info .ex-h3 {
    font-size: 28px;
  }
}

.news-item__large .news-item-info h2 + h6,
.news-item__large .news-item-info h2 + .ex-h6,
.news-item__large .news-item-info .ex-h2 + h6,
.news-item__large .news-item-info .ex-h2 + .ex-h6,
.news-item__large .news-item-info h3 + h6,
.news-item__large .news-item-info h3 + .ex-h6,
.news-item__large .news-item-info .ex-h3 + h6,
.news-item__large .news-item-info .ex-h3 + .ex-h6 {
  margin-bottom: 0;
}

.news-item__large .titlu-marcaj-wrapper {
  margin-bottom: 12px;
}

@media all and (min-width: 1150px) {
  .news-item__large .titlu-marcaj-wrapper {
    margin-bottom: 7px;
  }
}

.news-item__large .marcaj {
  font-size: 20px;
  padding: 2px 8px 1px;
  margin-right: 5px;
}

@media all and (min-width: 1150px) {
  .news-item__large .marcaj {
    font-size: 22px;
    padding-bottom: 0;
    margin-right: 7px;
  }
}

.news-item__large + .small-news-listing-wrapper .news-item__small:first-child {
  padding-top: 0;
}

.news-item__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 15px 0;
}

.news-item__small .bracket {
  display: none;
}

@media all and (min-width: 1150px) {
  .news-item__small .bracket {
    display: block;
  }
}

.news-item__small .thumb {
  width: 150px;
  padding-bottom: 85px;
}

.news-item__small .news-item-info {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}

.news-item__small .news-item-info h2,
.news-item__small .news-item-info .ex-h2,
.news-item__small .news-item-info h3,
.news-item__small .news-item-info .ex-h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.35;
  text-transform: none;
}

@media all and (min-width: 1150px) {
  .news-item__small .news-item-info h2,
  .news-item__small .news-item-info .ex-h2,
  .news-item__small .news-item-info h3,
  .news-item__small .news-item-info .ex-h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.news-item__small .news-item-info h2 + h6,
.news-item__small .news-item-info h2 + .ex-h6,
.news-item__small .news-item-info .ex-h2 + h6,
.news-item__small .news-item-info .ex-h2 + .ex-h6,
.news-item__small .news-item-info h3 + h6,
.news-item__small .news-item-info h3 + .ex-h6,
.news-item__small .news-item-info .ex-h3 + h6,
.news-item__small .news-item-info .ex-h3 + .ex-h6 {
  margin-bottom: 0;
  margin-top: 6px;
}

.news-item__small .news-item-info h6,
.news-item__small .news-item-info .ex-h6 {
  margin-bottom: 6px;
}

.news-item__small .titlu-marcaj-wrapper {
  line-height: 1.35;
  font-size: 16px;
}

@media all and (min-width: 1150px) {
  .news-item__small .titlu-marcaj-wrapper {
    line-height: 1.2;
  }
}

.news-item__small .marcaj {
  font-size: 12px;
  margin-right: 2px;
}

@media all and (min-width: 1150px) {
  .news-item__small .marcaj {
    font-size: 16px;
    margin-right: 4px;
    padding: 1px 6px 0;
  }
}

.news-item__small + .news-item__small::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #C3C3C3;
  height: 1px;
  top: 0;
  right: 20px;
  left: 170px;
}

@media all and (min-width: 1150px) {
  .top-stiri .small-news-listing-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin-left: 30px;
  }
}

@media all and (min-width: 1150px) {
  .top-stiri .small-news-listing-wrapper .news-item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media all and (min-width: 1150px) {
  .top-stiri .news-item__large .news-item-info {
    padding: 20px 30px;
  }
}

@media all and (min-width: 1150px) {
  .top-stiri .news-item__small {
    margin-bottom: 0;
    padding: 18px 0;
  }
}

@media all and (min-width: 1150px) {
  .top-stiri .news-item__small .thumb {
    width: 45px;
    padding-bottom: 45px;
  }
}

@media all and (min-width: 1150px) {
  .top-stiri .news-item__small .thumb img {
    display: none;
  }
}

.top-stiri .news-item__small .top-stiri__numar {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

@media all and (min-width: 1150px) {
  .top-stiri .news-item__small .top-stiri__numar {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media all and (min-width: 1150px) {
  .top-stiri .news-item__small .news-item-info {
    background-color: transparent;
    padding: 0 0 0 15px;
  }
}

@media all and (min-width: 1150px) {
  .top-stiri .news-item__small + .news-item__small::before {
    top: 0;
    right: 0;
    left: 0;
  }
}

@media (hover: hover) {
  .top-stiri .news-item__small:hover .news-item-info h2,
  .top-stiri .news-item__small:hover .news-item-info .ex-h2 {
    color: #04DB3B;
  }
}

@media all and (min-width: 1150px) {
  .acum-pe-homepage .news-item__large {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media all and (min-width: 1150px) {
  .acum-pe-homepage .news-item__large .news-item-info {
    padding: 20px 30px;
  }
}

@media all and (min-width: 1150px) {
  .acum-pe-homepage .banner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.acum-pe-homepage .more {
  margin-top: 10px;
}

@media all and (min-width: 1150px) {
  .acum-pe-homepage .more {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: -7px;
  }
}

.acum-pe-homepage .small-news-listing-wrapper {
  width: 100%;
}

@media all and (min-width: 1150px) {
  .acum-pe-homepage .small-news-listing-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media all and (min-width: 1150px) {
  .acum-pe-homepage .small-news-listing-wrapper .news-item {
    padding: 0;
  }
}

@media all and (min-width: 1150px) {
  .acum-pe-homepage .small-news-listing-wrapper .news-item .thumb {
    width: 100%;
    padding-bottom: 170px;
  }
}

.acum-pe-homepage .small-news-listing-wrapper .news-item .news-item-info {
  width: 100%;
}

@media all and (min-width: 1150px) {
  .acum-pe-homepage .small-news-listing-wrapper .news-item .news-item-info {
    padding: 20px;
  }
}

@media all and (min-width: 1150px) {
  .acum-pe-homepage .news-item__small + .news-item__small::before {
    display: none;
  }
}

@media all and (min-width: 1150px) {
  .widgetA .controller {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media all and (min-width: 1150px) {
  .widgetA .small-news-listing-wrapper {
    width: 318px;
    display: block;
  }
}

@media all and (min-width: 1150px) {
  .widgetA .small-news-listing-wrapper .news-item {
    width: 100%;
  }
}

@media all and (min-width: 1150px) {
  .widgetA .small-news-listing-wrapper .news-item .news-item-info {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media all and (min-width: 1150px) {
  .widgetB .news-item__large {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}

@media all and (min-width: 1150px) {
  .widgetB .news-item__large .thumb {
    width: 507px;
    padding-bottom: 0;
    min-height: 286px;
  }
}

@media all and (min-width: 1150px) {
  .widgetB .small-news-listing-wrapper .news-item .news-item-info {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1150px) {
  .widgetC .controller {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media all and (min-width: 1150px) {
  .widgetC .small-news-listing-wrapper {
    width: 318px;
    display: block;
  }
}

@media all and (min-width: 1150px) {
  .widgetC .small-news-listing-wrapper .news-item {
    width: 100%;
    margin-bottom: 0;
  }
}

@media all and (min-width: 1150px) {
  .widgetC .small-news-listing-wrapper .news-item + .news-item {
    border-top: 1px solid #C3C3C3;
    padding-top: 18px;
    margin-top: 15px;
  }
}

@media all and (min-width: 1150px) {
  .widgetC .small-news-listing-wrapper .news-item .thumb {
    display: none;
  }
}

@media all and (min-width: 1150px) {
  .widgetC .small-news-listing-wrapper .news-item .news-item-info {
    background-color: transparent;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (hover: hover) {
  .widgetC .small-news-listing-wrapper .news-item:hover .news-item-info h2,
  .widgetC .small-news-listing-wrapper .news-item:hover .news-item-info .ex-h2 {
    color: #04DB3B;
  }
}

@media all and (min-width: 1150px) {
  .recomandari .news-item__large,
  .recomandari .news-item__small {
    width: 318px;
    padding: 0;
  }
}

@media all and (min-width: 1150px) {
  .recomandari .news-item__large .thumb,
  .recomandari .news-item__small .thumb {
    width: 318px;
    padding-bottom: 179px;
  }
}

@media all and (min-width: 1150px) {
  .recomandari .news-item__large .news-item-info,
  .recomandari .news-item__small .news-item-info {
    padding: 20px;
  }
}

@media all and (min-width: 1150px) {
  .recomandari .news-item__large .news-item-info h2,
  .recomandari .news-item__large .news-item-info .ex-h2,
  .recomandari .news-item__small .news-item-info h2,
  .recomandari .news-item__small .news-item-info .ex-h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0;
  }
}

@media all and (min-width: 1150px) {
  .recomandari .news-item__large .news-item-info h6,
  .recomandari .news-item__large .news-item-info .ex-h6,
  .recomandari .news-item__small .news-item-info h6,
  .recomandari .news-item__small .news-item-info .ex-h6 {
    margin-top: 8px;
    margin-bottom: 0;
  }
}

@media all and (min-width: 1150px) {
  .recomandari .news-item__small + .news-item__small::before {
    display: none;
  }
}

.recomandari .box-antenaplay {
  width: 100%;
  margin-top: 10px;
}

@media all and (min-width: 1150px) {
  .recomandari .box-antenaplay {
    width: 318px;
    margin-bottom: 32px;
    margin-top: 0;
  }
}

.top-stiri__numar {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #04DB3B;
  color: #FFF;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.partner-name-after {
  text-transform: uppercase;
  color: #04DB3B;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}

.partner-name-after::before {
  content: '–';
  margin: 0 5px;
  color: #0F0F0F;
  font-weight: 400;
}

.video-widget {
  padding: 30px 0 0;
}

@media all and (min-width: 1150px) {
  .video-widget .controller {
    background-color: #04DB3B;
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 1150px) {
  .video-widget .controller::before, .video-widget .controller::after {
    content: '';
    display: block;
    background-color: #FFF;
    height: 30px;
    position: absolute;
    left: 60px;
    right: 60px;
  }
}

.video-widget .controller::before {
  top: 0;
}

.video-widget .controller::after {
  bottom: 0;
}

.video-widget .controller > h2,
.video-widget .controller > .ex-h2,
.video-widget .controller > h3,
.video-widget .controller > .ex-h3 {
  color: #04DB3B;
  background-color: #04DB3B;
  text-align: center;
  margin-bottom: 18px;
  -webkit-box-shadow: inset 0 -2px 0 #FFF;
          box-shadow: inset 0 -2px 0 #FFF;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  font-size: 22px;
}

@media all and (min-width: 1150px) {
  .video-widget .controller > h2,
  .video-widget .controller > .ex-h2,
  .video-widget .controller > h3,
  .video-widget .controller > .ex-h3 {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    height: 30px;
    font-size: 30px;
  }
}

@media all and (min-width: 1150px) {
  .video-widget .controller > h2::after,
  .video-widget .controller > .ex-h2::after,
  .video-widget .controller > h3::after,
  .video-widget .controller > .ex-h3::after {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    left: 90px;
    right: 90px;
    bottom: 15px;
    background-color: #04DB3B;
  }
}

.video-widget .controller > h2 span,
.video-widget .controller > .ex-h2 span,
.video-widget .controller > h3 span,
.video-widget .controller > .ex-h3 span {
  display: inline-block;
  background-color: #FFF;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 3px 0 #FFF, 0 -3px 0 #FFF;
          box-shadow: 0 3px 0 #FFF, 0 -3px 0 #FFF;
}

@media all and (min-width: 1150px) {
  .video-widget .bracket {
    display: none;
  }
}

.trending {
  padding: 30px 0;
}

.trending .controller {
  background-color: #F4F4F4;
  padding: 20px 0 24px;
}

@media all and (min-width: 1150px) {
  .trending .controller {
    position: relative;
    max-width: 970px;
    padding: 33px 30px 15px;
  }
}

.trending h3,
.trending .ex-h3 {
  color: #04DB3B;
  background-color: #04DB3B;
  text-align: center;
  margin-bottom: 18px;
  -webkit-box-shadow: inset 0 -2px 0 #F4F4F4;
          box-shadow: inset 0 -2px 0 #F4F4F4;
  width: 100%;
  position: relative;
}

@media all and (min-width: 1150px) {
  .trending h3,
  .trending .ex-h3 {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    position: relative;
    right: 0;
    left: 0;
    height: 30px;
    margin-bottom: 35px;
  }
}

@media all and (min-width: 1150px) {
  .trending h3::after,
  .trending .ex-h3::after {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 15px;
    background-color: #04DB3B;
  }
}

.trending h3 span,
.trending .ex-h3 span {
  display: inline-block;
  background-color: #F4F4F4;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 3px 0 #F4F4F4, 0 -3px 0 #F4F4F4;
          box-shadow: 0 3px 0 #F4F4F4, 0 -3px 0 #F4F4F4;
}

@media all and (min-width: 1150px) {
  .trending + .ads {
    margin-top: -20px;
  }
}

.listing-trending-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-left: 20px;
}

@media all and (min-width: 1150px) {
  .listing-trending-wrapper {
    padding: 0;
  }
}

.listing-trending {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

@media all and (min-width: 1150px) {
  .listing-trending {
    display: block;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 32px;
            column-gap: 32px;
  }
}

.listing-trending li {
  width: 220px;
  margin-right: 20px;
  position: relative;
  counter-increment: inst;
  padding-top: 38px;
}

@media all and (min-width: 1150px) {
  .listing-trending li {
    display: inline-block;
    width: 100%;
    padding-top: 0;
    padding-left: 38px;
    margin-bottom: 25px;
  }
}

.listing-trending li::before {
  content: counter(inst) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #04DB3B;
  font-size: 24px;
}

@media all and (min-width: 1150px) {
  .listing-trending li::before {
    font-size: 20px;
  }
}

.listing-trending li a {
  display: block;
}

@media (hover: hover) {
  .listing-trending li a:hover {
    color: #04DB3B;
  }
}

@media all and (min-width: 1150px) {
  .listing-trending.editii-observator {
    -webkit-column-count: 1;
            column-count: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.listing-trending.editii-observator li {
  padding-top: 10px;
  margin-bottom: 5px;
  position: relative;
}

@media all and (min-width: 1150px) {
  .listing-trending.editii-observator li {
    padding: 0;
    margin: 0 0 30px;
    width: calc(50% - 16px);
  }
}

.listing-trending.editii-observator li::before {
  display: none;
}

@media (hover: hover) {
  .listing-trending.editii-observator li:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.listing-trending.editii-observator h2,
.listing-trending.editii-observator .ex-h2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  color: #FFF;
  padding: 10px 15px 8px;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
}

@media all and (min-width: 1150px) {
  .listing-trending.editii-observator h2,
  .listing-trending.editii-observator .ex-h2 {
    padding: 100px 20px 18px;
    font-size: 24px;
  }
}

.bracket {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #000;
  mix-blend-mode: overlay;
}

.bracket.bracket-left {
  left: 0;
}

.bracket.bracket-left::before, .bracket.bracket-left::after {
  left: 20px;
}

.bracket.bracket-right {
  right: 0;
}

.bracket.bracket-right::before, .bracket.bracket-right::after {
  right: 20px;
}

.bracket::before, .bracket::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #000;
  position: absolute;
}

.bracket::before {
  top: 0;
}

.bracket::after {
  bottom: 0;
}

.video-widget .news-item-info {
  background-color: #0F0F0F;
  color: #FFF;
}

.video-widget .news-item-info h6,
.video-widget .news-item-info .ex-h6 {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}

.video-widget .news-item-info p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}

.video-widget + .news-listing {
  margin-top: 30px;
}

.more-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  background-color: #0F0F0F;
}

@media all and (min-width: 1150px) {
  .more-videos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 410px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 2px;
  }
  .more-videos::-webkit-scrollbar {
    width: 8px;
    background-color: #0F0F0F;
  }
  .more-videos::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
  }
}

.more-videos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

@media all and (min-width: 1150px) {
  .more-videos-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.more-videos-container .news-item {
  width: 140px;
  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: 1150px) {
  .more-videos-container .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 82px;
    overflow: hidden;
  }
}

.more-videos-container .news-item .thumb {
  background-color: #0F0F0F;
}

@media all and (min-width: 1150px) {
  .more-videos-container .news-item .thumb {
    width: 140px;
    padding-bottom: 79px;
  }
}

.more-videos-container .news-item .news-item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  position: relative;
}

@media all and (min-width: 1150px) {
  .more-videos-container .news-item .news-item-info {
    padding: 12px 10px;
  }
}

@media all and (min-width: 1150px) {
  .more-videos-container .news-item .news-item-info::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 75px;
    bottom: 0;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.more-videos-container .news-item .news-item-info h2,
.more-videos-container .news-item .news-item-info .ex-h2,
.more-videos-container .news-item .news-item-info h3,
.more-videos-container .news-item .news-item-info .ex-h3 {
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: none;
  line-height: 1.25;
}

@media all and (min-width: 1150px) {
  .more-videos-container .news-item .news-item-info h2,
  .more-videos-container .news-item .news-item-info .ex-h2,
  .more-videos-container .news-item .news-item-info h3,
  .more-videos-container .news-item .news-item-info .ex-h3 {
    margin-bottom: 9px;
    max-height: 34px;
    overflow: hidden;
  }
}

.more-videos-container .news-item .news-item-info h6,
.more-videos-container .news-item .news-item-info .ex-h6 {
  font-size: 10px;
  margin-bottom: 5px;
  text-shadow: 0 1px 0 #0F0F0F;
}

@media all and (min-width: 1150px) {
  .more-videos-container .news-item .news-item-info h6,
  .more-videos-container .news-item .news-item-info .ex-h6 {
    margin-bottom: 6px;
  }
}

.more-videos-container .news-item .news-item-info p {
  font-size: 10px;
}

.more-videos-container .news-item.active .thumb {
  background-color: #04DB3B;
}

.more-videos-container .news-item.active .thumb img {
  opacity: .5;
}

.more-videos-container .news-item.active .news-item-info {
  background-color: rgba(255, 255, 255, 0.15);
}

@media all and (hover: hover) and (min-width: 1150px) {
  .more-videos-container .news-item:hover .news-item-info {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media all and (min-width: 1150px) {
  .main-video {
    position: relative;
    width: 63.85%;
  }
}

@media all and (min-width: 1150px) {
  .main-video .news-item-info {
    position: absolute;
    bottom: 0;
    background-color: rgba(15, 15, 15, 0.9);
    padding: 20px 30px 15px;
    width: 100%;
  }
}

.main-video .news-item-info h2,
.main-video .news-item-info .ex-h2,
.main-video .news-item-info h3,
.main-video .news-item-info .ex-h3 {
  text-transform: none;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 12px;
}

@media all and (min-width: 1150px) {
  .main-video .news-item-info h2,
  .main-video .news-item-info .ex-h2,
  .main-video .news-item-info h3,
  .main-video .news-item-info .ex-h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

@media all and (min-width: 1150px) {
  .main-video .news-item-info h6,
  .main-video .news-item-info .ex-h6 {
    margin-bottom: 8px;
  }
}

footer {
  background-color: #F4F4F4;
  padding: 40px 8vw 35px;
  text-align: center;
  position: relative;
}

@media all and (min-width: 1150px) {
  footer {
    background-color: #FFF;
    padding: 40px 0 35px;
  }
}

@media all and (min-width: 1150px) {
  footer .controller {
    padding: 0 100px;
  }
}

footer .logo {
  width: auto;
  margin-bottom: 20px;
}

footer ul {
  list-style-type: none;
  color: #04DB3B;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px;
}

@media all and (min-width: 1150px) {
  footer ul {
    text-align: center;
  }
}

@media all and (min-width: 1150px) {
  footer ul li {
    display: inline-block;
  }
}

footer ul li a {
  display: block;
  padding: 8px 0;
}

@media all and (min-width: 1150px) {
  footer ul li a {
    display: inline-block;
    border-bottom: 1px solid rgba(4, 219, 59, 0);
    padding: 0;
    margin-bottom: 4px;
  }
}

@media (hover: hover) {
  footer ul li a:hover {
    border-bottom: 1px solid #04DB3B;
  }
}

@media all and (min-width: 1150px) {
  footer ul li::after {
    content: '•';
    color: #0F0F0F;
    margin: 0 10px;
  }
}

@media all and (min-width: 1150px) {
  footer ul li:last-child::after {
    display: none;
  }
}

footer p {
  font-size: 14px;
  margin-bottom: 0;
}

.article-wrapper {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}

@media all and (min-width: 1150px) {
  .article-wrapper {
    padding-bottom: 30px;
  }
}

.article-wrapper > * {
  position: relative;
}

.article-wrapper .controller hr {
  display: none;
}

@media all and (min-width: 1150px) {
  .article-wrapper .controller hr {
    display: block;
    margin: 0;
    border: none;
    height: 1px;
    width: 100%;
    background-color: #C3C3C3;
  }
}

.article-wrapper .controller h1,
.article-wrapper .controller .ex-h1 {
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 30px;
}

@media all and (min-width: 1150px) {
  .article-wrapper .controller h1,
  .article-wrapper .controller .ex-h1 {
    max-width: 636px;
    margin-bottom: 25px;
    padding-top: 50px;
  }
}

.article-wrapper p {
  line-height: 1.45;
  color: rgba(15, 15, 15, 0.8);
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 1150px) {
  .article-wrapper p {
    max-width: 636px;
  }
}

.article-wrapper p a {
  color: #04DB3B;
  border-bottom: 1px solid rgba(4, 219, 59, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (hover: hover) {
  .article-wrapper p a:hover {
    border-bottom: 1px solid #04DB3B;
  }
}

.article-wrapper .table-in-article {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-collapse: collapse;
  overflow-x: scroll;
  display: block;
}

@media all and (min-width: 1150px) {
  .article-wrapper .table-in-article {
    width: 636px;
    margin-bottom: 40px;
    display: table;
    overflow-x: visible;
  }
}

.article-wrapper .table-in-article tr {
  border-bottom: 1px solid #C3C3C3;
}

@media (hover: hover) {
  .article-wrapper .table-in-article tr:hover td {
    background-color: #F4F4F4;
  }
}

.article-wrapper .table-in-article th,
.article-wrapper .table-in-article td {
  padding: 10px;
  position: relative;
}

.article-wrapper .table-in-article th:first-child,
.article-wrapper .table-in-article td:first-child {
  padding-left: 0;
}

@media all and (min-width: 1150px) {
  .article-wrapper .table-in-article th:first-child,
  .article-wrapper .table-in-article td:first-child {
    padding-left: 20px;
  }
}

.article-wrapper .table-in-article th:last-child,
.article-wrapper .table-in-article td:last-child {
  text-align: right;
  padding-right: 0;
}

@media all and (min-width: 1150px) {
  .article-wrapper .table-in-article th:last-child,
  .article-wrapper .table-in-article td:last-child {
    padding-right: 20px;
  }
}

.article-wrapper .table-in-article thead {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.article-wrapper .table-in-article thead tr:last-child {
  border-bottom: double #C3C3C3;
}

.article-wrapper .table-in-article a {
  color: #04DB3B;
  border-bottom: 1px solid rgba(4, 219, 59, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (hover: hover) {
  .article-wrapper .table-in-article a:hover {
    border-bottom: 1px solid #04DB3B;
  }
}

.article-wrapper ul:not(.taguri):not(.lista-linkuri-in-article),
.article-wrapper ol {
  line-height: 1.45;
  color: rgba(15, 15, 15, 0.8);
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 20px;
}

@media all and (min-width: 1150px) {
  .article-wrapper ul:not(.taguri):not(.lista-linkuri-in-article),
  .article-wrapper ol {
    padding-left: 40px;
    font-size: 18px;
    max-width: 636px;
  }
}

.article-wrapper ul:not(.taguri):not(.lista-linkuri-in-article) li,
.article-wrapper ol li {
  margin-bottom: 10px;
}

.article-wrapper ul:not(.taguri):not(.lista-linkuri-in-article) a,
.article-wrapper ol a {
  color: #04DB3B;
  border-bottom: 1px solid rgba(4, 219, 59, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (hover: hover) {
  .article-wrapper ul:not(.taguri):not(.lista-linkuri-in-article) a:hover,
  .article-wrapper ol a:hover {
    border-bottom: 1px solid #04DB3B;
  }
}

.article-wrapper h2,
.article-wrapper h3,
.article-wrapper h4,
.article-wrapper .ex-h2,
.article-wrapper .ex-h3,
.article-wrapper .ex-h4 {
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 22px;
  text-transform: none;
  line-height: 1.25;
}

@media all and (min-width: 1150px) {
  .article-wrapper h2,
  .article-wrapper h3,
  .article-wrapper h4,
  .article-wrapper .ex-h2,
  .article-wrapper .ex-h3,
  .article-wrapper .ex-h4 {
    max-width: 636px;
    font-size: 28px;
    margin-top: 45px;
    margin-bottom: 25px;
  }
}

.article-wrapper h2 a,
.article-wrapper h3 a,
.article-wrapper h4 a,
.article-wrapper .ex-h2 a,
.article-wrapper .ex-h3 a,
.article-wrapper .ex-h4 a {
  color: #04DB3B;
  border-bottom: 1px solid rgba(4, 219, 59, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (hover: hover) {
  .article-wrapper h2 a:hover,
  .article-wrapper h3 a:hover,
  .article-wrapper h4 a:hover,
  .article-wrapper .ex-h2 a:hover,
  .article-wrapper .ex-h3 a:hover,
  .article-wrapper .ex-h4 a:hover {
    border-bottom: 1px solid #04DB3B;
  }
}

.article-wrapper .bumbi {
  opacity: 1;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(15, 15, 15, 0.8);
  padding-left: 18px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

@media all and (min-width: 1150px) {
  .article-wrapper .bumbi {
    max-width: 636px;
    font-size: 20px;
  }
}

.article-wrapper .bumbi a {
  color: #04DB3B;
  border-bottom: 1px solid rgba(4, 219, 59, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (hover: hover) {
  .article-wrapper .bumbi a:hover {
    border-bottom: 1px solid #04DB3B;
  }
}

.article-wrapper .thumb {
  padding-bottom: 0;
  height: auto;
}

.article-wrapper .thumb img {
  position: static;
  width: 100%;
  height: auto;
}

.article-wrapper .thumb.video {
  padding-bottom: 56.25%;
  height: 0;
}

.article-wrapper .thumb.video + .link-galerie {
  top: 0;
  left: 0;
}

@media all and (min-width: 1150px) {
  .article-wrapper .thumb.video + .link-galerie {
    top: 60px;
    left: 60px;
  }
}

.article-wrapper .thumb.video .bracket {
  display: none;
}

.article-wrapper .autor__foto {
  width: 75px;
  padding-bottom: 75px;
  border-radius: 200px;
  margin-right: 10px;
  height: 0;
}

@media all and (min-width: 1150px) {
  .article-wrapper .autor__foto {
    margin-right: 15px;
    width: 85px;
    padding-bottom: 85px;
  }
}

.article-wrapper .autor__foto img {
  position: absolute;
  height: 100%;
}

.article-wrapper > .ads {
  margin-bottom: 22px;
}

.article-wrapper > .ads + .article-image {
  margin-top: -22px;
}

.article-wrapper .ads iframe,
.article-wrapper .ig-ads iframe {
  margin: 0 auto !important;
}

.article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media) {
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  -webkit-box-shadow: inset 0 0 0 1px #04DB3B;
          box-shadow: inset 0 0 0 1px #04DB3B;
  display: block;
  position: relative;
  padding: 22px 20px 18px;
  text-align: center;
}

@media all and (min-width: 1150px) {
  .article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media) {
    max-width: 636px;
    padding: 32px 40px 28px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media)::before, .article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media)::after {
  content: '';
  display: block;
  background-color: #FFF;
  height: 5px;
  position: absolute;
  left: 20px;
  right: 20px;
}

@media all and (min-width: 1150px) {
  .article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media)::before, .article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media)::after {
    left: 30px;
    right: 30px;
  }
}

.article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media)::before {
  top: -10px;
  height: 20px;
  background-image: url(images/icon-citat.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media all and (min-width: 1150px) {
  .article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media)::before {
    height: 24px;
  }
}

.article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media)::after {
  bottom: 0;
}

.article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media) p {
  max-width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media all and (min-width: 1150px) {
  .article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media) p {
    font-size: 24px;
    line-height: 1.3;
  }
}

.article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media) p.semnatura-citat {
  font-weight: 300;
  margin-bottom: 0;
}

.article-wrapper iframe:not(#twitter-widget-0),
.article-wrapper embed,
.article-wrapper .instagram-media,
.article-wrapper #video-intelligence {
  display: block;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

@media all and (min-width: 1150px) {
  .article-wrapper iframe:not(#twitter-widget-0),
  .article-wrapper embed,
  .article-wrapper .instagram-media,
  .article-wrapper #video-intelligence {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
    max-width: 970px !important;
  }
}

.article-wrapper .outstream iframe:not(#twitter-widget-0),
.article-wrapper .DAGInScrollContainer iframe:not(#twitter-widget-0) {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media all and (min-width: 1150px) {
  .article-wrapper .outstream iframe:not(#twitter-widget-0),
  .article-wrapper .DAGInScrollContainer iframe:not(#twitter-widget-0) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.article-wrapper .outstream {
  max-width: 636px;
}

.article-wrapper .twitter-tweet,
.article-wrapper #twitter-widget-0 {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

@media all and (min-width: 700px) {
  .article-wrapper .twitter-tweet,
  .article-wrapper #twitter-widget-0 {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
  }
}

@media all and (min-width: 1150px) {
  .article-wrapper .twitter-tweet,
  .article-wrapper #twitter-widget-0 {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
  }
}

.article-wrapper .video-js,
.article-wrapper .video-js.vjs-16-9,
.article-wrapper .video-js.vjs-9-16 {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

@media all and (min-width: 1150px) {
  .article-wrapper .video-js,
  .article-wrapper .video-js.vjs-16-9,
  .article-wrapper .video-js.vjs-9-16 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
    width: 970px !important;
    height: 545px !important;
    padding: 0 !important;
  }
}

@media all and (min-width: 1150px) {
  .article-wrapper .video-js.vjs-9-16 {
    width: calc((95vh - 67px) * 9 / 16) !important;
    height: calc(95vh - 67px) !important;
  }
}

.article-wrapper .breaking-news {
  margin-bottom: 25px;
}

@media all and (min-width: 1150px) {
  .article-wrapper .breaking-news {
    width: 636px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

@media all and (min-width: 1150px) {
  .article-wrapper .breaking-news .bracket {
    display: none;
  }
}

.article-wrapper .breaking-news .news-item-info {
  background-color: #0F0F0F;
  color: #FFF;
  padding-top: 25px;
}

@media all and (min-width: 1150px) {
  .article-wrapper .breaking-news .news-item-info {
    padding: 28px 30px 30px;
    position: static;
  }
}

.article-wrapper .breaking-news h2,
.article-wrapper .breaking-news .ex-h2 {
  background-color: #EBEB00;
  color: #0F0F0F;
  display: inline;
  padding: 0 4px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.article-wrapper .breaking-news h6,
.article-wrapper .breaking-news .ex-h6 {
  color: rgba(255, 255, 255, 0.5);
}

.article-wrapper .breaking-news h3,
.article-wrapper .breaking-news .ex-h3 {
  position: absolute;
  text-transform: uppercase;
  z-index: 10;
  background-color: #EBEB00;
  display: block;
  font-size: 24px;
  letter-spacing: 1px;
  left: 50px;
  right: 50px;
  top: -30px;
  text-align: center;
  color: #0F0F0F;
  height: 40px;
  padding-top: 7px;
  margin: 0;
}

@media all and (min-width: 1150px) {
  .article-wrapper .breaking-news h3,
  .article-wrapper .breaking-news .ex-h3 {
    left: 30px;
    right: auto;
    display: inline-block;
    top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.article-wrapper .header-event-live {
  position: relative;
}

.article-wrapper .header-event-live .live-anchor {
  position: absolute;
  top: -90px;
}

@media all and (min-width: 1150px) {
  .article-wrapper .header-event-live .live-anchor {
    top: -100px;
  }
}

.article-wrapper .header-event-live h2,
.article-wrapper .header-event-live .ex-h2,
.article-wrapper .header-event-live h3,
.article-wrapper .header-event-live .ex-h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.article-wrapper .header-event-live h2 span.event-live-ora,
.article-wrapper .header-event-live .ex-h2 span.event-live-ora,
.article-wrapper .header-event-live h3 span.event-live-ora,
.article-wrapper .header-event-live .ex-h3 span.event-live-ora {
  background-color: #04DB3B;
  color: #FFF;
  font-size: 14px;
  padding: 7px 8px 6px;
}

.article-wrapper .header-event-live h2 span.event-live-titlu,
.article-wrapper .header-event-live .ex-h2 span.event-live-titlu,
.article-wrapper .header-event-live h3 span.event-live-titlu,
.article-wrapper .header-event-live .ex-h3 span.event-live-titlu {
  font-size: 16px;
  background-color: #F4F4F4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 10px 5px;
}

.article-wrapper .small-news-listing-wrapper {
  padding-top: 10px;
}

@media all and (min-width: 1150px) {
  .article-wrapper .small-news-listing-wrapper {
    width: 636px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
}

.article-wrapper .small-news-listing-wrapper .titlu-double-line {
  margin-top: 30px;
  margin-bottom: 3px;
}

@media all and (min-width: 1150px) {
  .article-wrapper .small-news-listing-wrapper .titlu-double-line {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.article-wrapper .news-item__small .news-item-info h2,
.article-wrapper .news-item__small .news-item-info .ex-h2 {
  margin: 0;
  max-width: 100%;
}

@media all and (min-width: 1150px) {
  .article-wrapper .news-item__small + .news-item__small::before {
    right: 0;
  }
}

.article-wrapper .ivmWrapper iframe:not(#twitter-widget-0) {
  margin: 0 !important;
}

.article-hero {
  padding: 25px 20px 2px;
}

@media all and (min-width: 1150px) {
  .article-hero {
    padding: 0;
  }
}

@media all and (min-width: 1150px) {
  .article-hero .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FFF));
    background-image: linear-gradient(180deg, #F4F4F4 0%, #FFF 100%);
    padding: 60px 90px 40px;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 1px #C3C3C3, inset 0 0 0 30px #FFF;
            box-shadow: inset 0 0 0 1px #C3C3C3, inset 0 0 0 30px #FFF;
    max-width: 970px;
  }
}

@media all and (min-width: 1150px) {
  .article-hero .controller::after {
    content: '';
    display: block;
    background-color: #FFF;
    height: 30px;
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 0;
  }
}

.article-hero h6,
.article-hero .ex-h6 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

@media all and (min-width: 1150px) {
  .article-hero h6,
  .article-hero .ex-h6 {
    font-size: 14px;
  }
}

.article-hero h6 a,
.article-hero .ex-h6 a {
  color: #04DB3B;
  border-bottom: 1px solid rgba(4, 219, 59, 0);
}

@media (hover: hover) {
  .article-hero h6 a:hover,
  .article-hero .ex-h6 a:hover {
    border-bottom: 1px solid #04DB3B;
  }
}

.article-hero h6 .last,
.article-hero .ex-h6 .last {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.article-hero p {
  max-width: 100%;
}

.article-hero p.live-pe-acelasi-subiect {
  margin-bottom: 12px;
  font-size: 16px;
}

@media all and (min-width: 1150px) {
  .article-hero p.live-pe-acelasi-subiect {
    font-size: 18px;
  }
}

.article-hero p.live-pe-acelasi-subiect:last-child {
  margin-bottom: 20px;
}

@media all and (min-width: 1150px) {
  .article-hero .article-hero-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media all and (min-width: 1150px) {
  .article-hero .banner {
    width: 300px;
    margin-left: 32px;
  }
}

.title-wrapper {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

@media all and (min-width: 1150px) {
  .title-wrapper {
    font-size: 36px;
  }
}

.title-wrapper h1,
.title-wrapper .ex-h1 {
  display: inline;
}

.title-wrapper h2,
.title-wrapper .ex-h2 {
  display: inline;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
}

@media all and (min-width: 1150px) {
  .title-wrapper h2,
  .title-wrapper .ex-h2 {
    font-size: 36px;
  }
}

.title-wrapper .marcaj {
  font-size: 22px;
  padding: 2px 7px 1px;
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media all and (min-width: 1150px) {
  .title-wrapper .marcaj {
    font-size: 26px;
    padding: 3px 10px 2px;
    margin-right: 13px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@media (hover: hover) {
  a.title-wrapper:hover {
    color: #04DB3B;
  }
  a.title-wrapper:hover h2,
  a.title-wrapper:hover .ex-h2 {
    color: #04DB3B;
  }
}

.autor-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media all and (min-width: 1150px) {
  .autor-data {
    margin: 20px 0;
  }
}

.autor-data p {
  font-size: 16px;
  color: rgba(15, 15, 15, 0.6);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 27px;
}

@media all and (min-width: 1150px) {
  .autor-data p {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: auto;
    max-width: 300px;
    margin: 0;
    padding-right: 15px;
  }
}

.autor-data p a {
  color: #04DB3B;
  font-weight: 700;
  border-bottom: 1px solid rgba(4, 219, 59, 0);
}

@media (hover: hover) {
  .autor-data p a:hover {
    border-bottom: 1px solid #04DB3B;
  }
}

.autor-data p br {
  display: none;
}

@media all and (min-width: 1150px) {
  .autor-data p br {
    display: inline;
  }
}

.autor__spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #C3C3C3;
}

.autor__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
}

@media all and (min-width: 1150px) {
  .autor__social {
    margin-left: 10px;
  }
}

.autor__social a {
  display: block;
  margin-left: 5px;
}

.autor__social img {
  width: 40px;
  height: 40px;
}

.article-image .controller {
  max-width: 970px;
}

@media all and (min-width: 1150px) {
  .article-image .bracket {
    display: none;
  }
}

.article-image .article-image-container {
  position: relative;
  display: block;
}

@media all and (min-width: 1150px) {
  .article-image .article-image-container {
    background-color: #F4F4F4;
    padding: 30px;
  }
}

@media all and (min-width: 1150px) {
  .article-image .article-image-container::before, .article-image .article-image-container::after {
    content: '';
    display: block;
    background-color: #FFF;
    height: 30px;
    position: absolute;
    left: 60px;
    right: 60px;
  }
}

.article-image .article-image-container::before {
  top: 0;
}

.article-image .article-image-container::after {
  bottom: 0;
}

.article-image iframe,
.article-image embed,
.article-image .video-js,
.article-image .video-js.vjs-16-9,
.article-image .video-js.vjs-9-16 {
  margin: 0 !important;
}

@media all and (min-width: 1150px) {
  .article-image .video-js,
  .article-image .video-js.vjs-16-9,
  .article-image .video-js.vjs-9-16 {
    width: 100% !important;
    height: 100% !important;
    padding-top: 56.25% !important;
  }
}

.article-image + .article-image {
  margin-top: -23px;
}

@media all and (min-width: 1150px) {
  .article-image + .article-image {
    margin-top: -30px;
  }
}

.article-image + .ads {
  margin-top: -23px;
}

@media all and (min-width: 1150px) {
  .article-image + .ads {
    margin-top: -30px;
  }
}

.main-article-image .bracket {
  background-color: #04DB3B;
  mix-blend-mode: normal;
  opacity: .8;
}

.main-article-image .bracket::before, .main-article-image .bracket::after {
  background-color: #04DB3B;
}

.main-article-image .bracket.red-overlay {
  mix-blend-mode: overlay;
  opacity: 1;
}

@media all and (min-width: 1150px) {
  .main-article-image .article-image-container {
    background-color: #04DB3B;
  }
}

.link-galerie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  left: 40px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 12px 10px 10px;
  font-size: 12px;
  letter-spacing: 1px;
}

@media all and (min-width: 1150px) {
  .link-galerie {
    font-size: 18px;
    padding: 20px 30px 20px 28px;
    top: 60px;
    left: 60px;
  }
}

.link-galerie::before, .link-galerie::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0F0F0F;
  z-index: 1;
}

.link-galerie::before {
  mix-blend-mode: overlay;
}

.link-galerie::after {
  opacity: .7;
}

.link-galerie > * {
  position: relative;
  z-index: 2;
}

.link-galerie img {
  width: 25px;
  height: 23px;
  margin-right: 10px;
}

@media all and (min-width: 1150px) {
  .link-galerie img {
    width: 50px;
    height: 46px;
    margin-right: 15px;
  }
}

@media (hover: hover) {
  .link-galerie:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .link-galerie:hover span {
    color: #FFF;
  }
}

.photo-caption {
  padding: 5px 0 15px;
  border-bottom: 1px dashed #C3C3C3;
  margin-bottom: 22px;
  position: relative;
}

@media all and (min-width: 1150px) {
  .photo-caption {
    border-bottom: none;
    padding: 7px 0 15px;
    margin-top: -30px;
  }
}

@media all and (min-width: 1150px) {
  .photo-caption::after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 90px;
    right: 90px;
    top: 29px;
    background-color: #C3C3C3;
  }
}

.photo-caption p {
  color: rgba(15, 15, 15, 0.6);
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}

@media all and (min-width: 1150px) {
  .photo-caption p {
    font-size: 16px;
    background-color: #FFF;
    -webkit-box-shadow: 30px 0 0 #FFF, -30px 0 0 #FFF;
            box-shadow: 30px 0 0 #FFF, -30px 0 0 #FFF;
    position: relative;
    z-index: 1;
  }
}

.photo-caption p.photo-credits {
  font-weight: 700;
}

.photo-caption p.photo-credits::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(images/icon-photo-credits.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 6px;
}

@media all and (min-width: 1150px) {
  .photo-caption .share-buttons {
    width: auto;
    position: absolute;
    top: 0;
    left: auto;
    right: 257px;
    margin: 0;
    z-index: 1;
    width: 136px;
  }
}

@media all and (min-width: 1150px) {
  .photo-caption .share-buttons .buton-share {
    width: 68px;
    height: 60px;
    padding: 0;
  }
}

@media all and (min-width: 1150px) {
  .photo-caption.gallery-caption p {
    padding-right: 166px;
    min-height: 46px;
  }
}

@media all and (min-width: 1150px) {
  .photo-caption.gallery-caption p.photo-credits {
    min-height: 0;
  }
}

@media all and (min-width: 1150px) {
  .article-intro {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

@media all and (min-width: 1150px) {
  .article-intro .controller {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0;
    margin-right: 34px;
  }
}

@media all and (min-width: 1150px) {
  .article-intro .video-js,
  .article-intro .video-js.vjs-16-9,
  .article-intro .video-js.vjs-9-16 {
    width: 636px !important;
    height: 357px !important;
  }
}

.article-intro h3:first-child,
.article-intro .ex-h3:first-child {
  margin-top: 0;
}

@media all and (min-width: 1150px) {
  .article-intro h5,
  .article-intro .ex-h5 {
    margin-top: 0;
  }
}

.article-intro .autor-data {
  margin-bottom: 5px;
}

.banner-in-article {
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media all and (min-width: 1150px) {
  .banner-in-article {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.banner-aside {
  display: none;
}

@media all and (min-width: 1150px) {
  .banner-aside {
    display: block;
    position: relative;
  }
}

.banner-aside .banner {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.linkuri-in-article {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #04DB3B;
          box-shadow: inset 0 0 0 1px #04DB3B;
  position: relative;
  padding: 18px 20px;
}

@media all and (min-width: 1150px) {
  .linkuri-in-article {
    max-width: 636px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    padding: 30px 30px 28px;
  }
}

.linkuri-in-article::before, .linkuri-in-article::after {
  content: '';
  display: block;
  background-color: #FFF;
  height: 5px;
  position: absolute;
  left: 20px;
  right: 20px;
}

@media all and (min-width: 1150px) {
  .linkuri-in-article::before, .linkuri-in-article::after {
    left: 30px;
    right: 30px;
  }
}

.linkuri-in-article::before {
  top: 0;
}

.linkuri-in-article::after {
  bottom: 0;
}

.linkuri-in-article h6,
.linkuri-in-article .ex-h6 {
  color: #04DB3B;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media all and (min-width: 1150px) {
  .linkuri-in-article h6,
  .linkuri-in-article .ex-h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.linkuri-in-article ul {
  list-style-type: none;
}

.linkuri-in-article ul li {
  position: relative;
}

.linkuri-in-article ul li::after {
  content: '';
  display: block;
  height: 1px;
  width: 75px;
  background-color: #C3C3C3;
}

.linkuri-in-article ul li a {
  display: block;
  padding: 10px 0 12px;
}

@media all and (min-width: 1150px) {
  .linkuri-in-article ul li a {
    padding: 15px 0 17px;
  }
}

@media (hover: hover) {
  .linkuri-in-article ul li a:hover {
    color: #04DB3B;
  }
}

.linkuri-in-article ul li:last-child::after {
  display: none;
}

.linkuri-in-article ul li:last-child a {
  padding-bottom: 2px;
}

@media all and (min-width: 1150px) {
  .linkuri-in-article ul li:last-child a {
    padding-bottom: 7px;
  }
}

.cifra {
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  -webkit-box-shadow: inset 0 0 0 1px #04DB3B;
          box-shadow: inset 0 0 0 1px #04DB3B;
  display: block;
  position: relative;
  padding: 28px 20px 20px;
  text-align: center;
}

@media all and (min-width: 1150px) {
  .cifra {
    max-width: 636px;
    padding: 32px 40px 28px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.cifra::before, .cifra::after {
  content: '';
  display: block;
  background-color: #FFF;
  height: 5px;
  position: absolute;
  left: 20px;
  right: 20px;
}

@media all and (min-width: 1150px) {
  .cifra::before, .cifra::after {
    left: 30px;
    right: 30px;
  }
}

.cifra::before {
  top: -10px;
  height: 20px;
  background-image: url(images/icon-cifra.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media all and (min-width: 1150px) {
  .cifra::before {
    height: 24px;
  }
}

.cifra::after {
  bottom: 0;
}

.cifra h3,
.cifra .ex-h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1.2;
}

@media all and (min-width: 1150px) {
  .cifra h3,
  .cifra .ex-h3 {
    font-size: 36px;
  }
}

.cifra p {
  max-width: 100%;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.4;
}

@media all and (min-width: 1150px) {
  .cifra p {
    font-size: 20px;
  }
}

.highlight-area {
  background-color: #F4F4F4;
  padding: 30px 10px 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 1150px) {
  .highlight-area {
    max-width: 636px;
    padding: 30px 30px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.sharev2 {
  max-width: calc(100% - 36px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 1150px) {
  .sharev2 {
    max-width: 636px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.sharev2 a {
  display: block;
  margin-right: 8px;
  width: 42px;
  height: 42px;
  padding: 2px;
  border: 1px solid rgba(4, 219, 59, 0.5);
  border-radius: 50%;
}

@media (hover: hover) {
  .sharev2 a:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.sharev2 img {
  width: 36px;
  height: 36px;
}

.taguri {
  max-width: calc(100% - 36px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  list-style-type: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 1150px) {
  .taguri {
    max-width: 636px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.taguri li a {
  display: block;
  color: #04DB3B;
  margin-right: 2px;
  margin-bottom: 3px;
  padding: 3px 10px;
  background: #F4F4F4;
  border-radius: 20px;
}

@media (hover: hover) {
  .taguri li a:hover {
    background-color: #04DB3B;
    color: #FFF;
  }
}

.share-buttons {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  height: 48px;
  margin-bottom: 30px;
}

@media all and (min-width: 1150px) {
  .share-buttons {
    max-width: 636px;
    position: static;
    margin-bottom: 45px;
    margin-top: 30px;
    height: auto;
  }
}

@media all and (min-width: 1150px) {
  .share-buttons.gallery-share-buttons {
    display: none;
  }
}

.share-buttons .buton-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 20px center;
  padding: 12px 30px 10px 55px;
  line-height: 1.1;
}

@media all and (min-width: 1150px) {
  .share-buttons .buton-share {
    font-size: 14px;
    padding: 14px 30px 12px 55px;
    background-size: 30px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 220px;
  }
}

.share-buttons .buton-share.buton-share-facebook {
  background-color: #3b5998;
  background-image: url(images/icon-facebook.svg);
}

@media (hover: hover) {
  .share-buttons .buton-share.buton-share-facebook:hover {
    background-color: #4264aa;
  }
}

.share-buttons .buton-share.buton-share-whatsapp {
  background-color: #6AAF4C;
  background-image: url(images/icon-whatsapp.svg);
}

@media (hover: hover) {
  .share-buttons .buton-share.buton-share-whatsapp:hover {
    background-color: #78b85c;
  }
}

.share-buttons .buton-share span {
  width: 100%;
}

.tags-title-wrapper {
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 30px;
}

@media all and (min-width: 1150px) {
  .tags-title-wrapper {
    max-width: 636px;
    margin-bottom: -15px;
    margin-top: 45px;
  }
}

.tags-title-wrapper h1,
.tags-title-wrapper .ex-h1 {
  display: inline;
  font-size: 14px;
  font-weight: 700;
}

.gallery-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (min-width: 1150px) {
  .gallery-nav-wrapper {
    max-width: 970px;
    margin-bottom: 0;
    padding-top: 20px;
  }
}

.gallery-nav-wrapper 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;
  width: calc((100% - 10px) / 2);
  background-color: #F4F4F4;
  color: #04DB3B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  height: 60px;
}

.gallery-nav-wrapper a span {
  margin-left: 15px;
  margin-top: 2px;
  display: none;
}

@media all and (min-width: 1150px) {
  .gallery-nav-wrapper a span {
    display: block;
  }
}

@media (hover: hover) {
  .gallery-nav-wrapper a:hover {
    background-color: #ececec;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FFF));
    background-image: linear-gradient(180deg, #F4F4F4 0%, #FFF 100%);
    background-image: none;
    background-color: #F4F4F4;
    padding: 60px 90px 40px;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 1px #C3C3C3, inset 0 0 0 30px #FFF;
            box-shadow: inset 0 0 0 1px #C3C3C3, inset 0 0 0 30px #FFF;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .controller::after {
    content: '';
    display: block;
    background-color: #FFF;
    height: 30px;
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 0;
  }
}

.listing-categorie h1,
.listing-categorie .ex-h1 {
  padding: 18px 20px 16px;
  margin-bottom: 0;
  background-color: #04DB3B;
  color: #FFF;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: .5px;
  width: 100%;
}

@media all and (min-width: 1150px) {
  .listing-categorie h1,
  .listing-categorie .ex-h1 {
    background-color: transparent;
    color: #0F0F0F;
    padding: 15px 0 30px;
    letter-spacing: 0;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .news-item {
    width: 100%;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .news-item .bracket.bracket-left {
    left: -40px;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .news-item .bracket.bracket-right {
    right: -40px;
  }
}

@media all and (hover: hover) and (min-width: 1150px) {
  .listing-categorie .news-item:hover .bracket.bracket-left {
    left: 0;
  }
}

@media all and (hover: hover) and (min-width: 1150px) {
  .listing-categorie .news-item:hover .bracket.bracket-right {
    right: 0;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .thumb {
    width: 302px;
    padding-bottom: 0;
    height: auto;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .news-item-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 12px;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .news-item-info h2,
  .listing-categorie .news-item-info .ex-h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .news-item-info h6,
  .listing-categorie .news-item-info .ex-h6 {
    margin-bottom: 12px;
  }
}

.listing-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.banner-column {
  display: none;
}

@media all and (min-width: 1150px) {
  .banner-column {
    display: block;
    margin-left: 32px;
    width: 300px;
  }
}

.banner-column .banner {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  position: relative;
}

@media all and (min-width: 1150px) {
  .pagination-wrapper {
    border-bottom: 1px solid #C3C3C3;
    margin-top: -20px;
  }
}

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

@media all and (min-width: 1150px) {
  .pagination {
    padding: 20px 0 50px;
    width: auto;
  }
}

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

@media all and (min-width: 1150px) {
  .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: 1150px) {
  .pagination li.page-selector {
    display: none;
  }
}

@media all and (min-width: 700px) {
  .pagination li.back-to {
    width: calc(50% - 5px);
  }
}

.pagination li.back-to a {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.pagination li.back-to a span {
  margin-left: 5px;
}

.pagination li.back-to:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pagination li.back-to:last-child {
  width: 80px;
}

@media all and (min-width: 700px) {
  .pagination li.back-to:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}

.pagination li.back-to:last-child span {
  display: none;
}

@media all and (min-width: 700px) {
  .pagination li.back-to:last-child span {
    display: inline;
  }
}

.pagination a,
.pagination div {
  width: 52px;
  height: 52px;
  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: #F4F4F4;
  font-weight: 400;
  font-size: 18px;
}

.pagination a {
  color: #04DB3B;
  border: 1px solid rgba(4, 219, 59, 0);
  background-color: #F4F4F4;
}

@media (hover: hover) {
  .pagination a:hover {
    border: 1px solid #04DB3B;
  }
}

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

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

.pagination div {
  background-color: transparent;
  font-weight: 400;
  margin: 0 -4px 0 -3px;
}

.pagination div span {
  margin-top: 5px;
  font-size: 12px;
}

.pagination select {
  height: 52px;
  padding-top: 16px;
  margin: 0 5px 0 0;
  width: 100%;
  background-color: #FFF;
  border: 1px solid rgba(4, 219, 59, 0);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background-color: #F4F4F4;
}

.pagination select:focus {
  border: 1px solid #04DB3B;
}

.pagination.alfabet {
  padding: 0;
}

@media all and (min-width: 1150px) {
  .pagination.alfabet {
    padding: 20px 30px 40px;
  }
}

.pagination.alfabet li {
  margin-right: 3px;
}

.pagination.alfabet li.page-selector {
  margin-right: 0;
}

.pagination.alfabet a {
  font-size: 16px;
  width: 34px;
  height: 34px;
}

.pagination.alfabet select {
  margin: 0;
}

.poll {
  background-color: #F4F4F4;
  margin-bottom: 20px;
  padding: 25px 20px;
  border-top-left-radius: 3px;
}

@media all and (min-width: 1150px) {
  .poll {
    width: 636px;
    margin: 45px auto;
    padding: 30px;
  }
}

.poll h5,
.poll .ex-h5 {
  margin-left: -30px;
  margin-bottom: 25px;
}

.poll h2,
.poll .ex-h2 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.25;
}

.poll input[type=submit] {
  background-image: #04DB3B;
  font-size: 14px;
  height: 40px;
  margin: 0;
  padding: 4px 25px 0;
  width: auto;
}

@media all and (min-width: 1150px) {
  .poll input[type=submit] {
    padding-top: 2px;
  }
}

.poll input[type=submit]:hover, .poll input[type=submit]:focus {
  background-image: #04DB3B;
}

.poll .poll-options {
  padding-bottom: 20px;
}

.poll .poll-option-wrapper {
  margin-bottom: 10px;
}

.poll .poll-option-wrapper input {
  display: none;
}

.poll .poll-option-wrapper input:checked + .poll-option-label .poll-checkbox {
  background: url(images/checkbox.svg), #04DB3B;
}

.poll .poll-option-wrapper .thumb {
  margin-top: 20px;
}

.poll .poll-option-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.poll .poll-checkbox {
  width: 40px;
  height: 40px;
  background-color: #dbdbdb;
  background-image: url(images/checkbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.poll .poll-option-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #FFF;
  margin-left: -20px;
  padding: 11px 15px 1px 35px;
  min-height: 40px;
  position: relative;
}

.poll .poll-option-text p {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.1;
  position: relative;
  max-width: 100%;
}

.poll .poll-option-text p.votes-no {
  font-size: 14px;
  margin-top: -3px;
  margin-bottom: 8px;
}

.poll .poll-option-percent {
  background-image: url(images/shade-light.png);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.poll .voted-option p {
  font-weight: 700;
}

.poll.voted-poll .poll-option-label {
  cursor: default;
}

.poll.voted-poll .poll-checkbox {
  background-image: none;
}

.poll.voted-poll input[type=submit] {
  background: none;
  background-color: #dbdbdb;
  color: #0F0F0F;
  text-transform: none;
  cursor: default;
}

@media (hover: hover) {
  .poll:not(.voted-poll) .poll-option-wrapper:hover .poll-option-text {
    background-color: #f7f7f7;
  }
  .poll:not(.voted-poll) .poll-option-wrapper:hover .poll-checkbox {
    background-color: #d5d5d5;
  }
}

@media all and (min-width: 1150px) {
  .poll.side-by-side .poll-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 12px;
  }
}

@media all and (min-width: 1150px) {
  .poll.side-by-side .poll-option-wrapper {
    width: calc(50% - 5px);
  }
}

@media all and (min-width: 1150px) {
  .poll.side-by-side .poll-option-wrapper .thumb {
    margin-top: 0;
  }
}

.video-in-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

@media all and (min-width: 1150px) {
  .video-in-article {
    width: 790px;
    margin: 0 auto;
    overflow-x: hidden;
  }
}

.related-video__nav-wrapper {
  display: none;
}

@media all and (min-width: 1150px) {
  .related-video__nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 0;
    padding: 0 24px;
  }
}

.related-video__nav {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 54px;
  background-repeat: no-repeat;
  background-position: center;
}

.related-video__nav--prev {
  background-image: url(images/pagination-prev.svg);
}

@media (hover: hover) {
  .related-video__nav--prev:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

.related-video__nav--next {
  background-image: url(images/pagination-next.svg);
}

@media (hover: hover) {
  .related-video__nav--next:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.related-video__more {
  margin: 20px 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #C3C3C3;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

@media all and (min-width: 1150px) {
  .related-video__more {
    margin: 0 90px 15px;
  }
}

.related-video {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px 0 20px;
}

@media all and (min-width: 1150px) {
  .related-video {
    margin: 0 0 30px;
    padding: 0;
  }
}

.related-video .video-thumb::before {
  display: none;
}

.related-video .video-thumb::after {
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
  background-size: contain;
  width: 36px;
  height: 35px;
}

@media all and (min-width: 1150px) {
  .related-video .video-thumb::after {
    background-position: center;
    width: 54px;
    height: 53px;
  }
}

.related-video .news-item__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 150px;
  margin-right: 15px;
  padding-bottom: 0;
}

@media all and (min-width: 1150px) {
  .related-video .news-item__small {
    width: 244px;
    margin-right: 29px;
  }
}

.related-video .news-item__small .thumb {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.related-video .news-item__small .news-item-info {
  padding: 10px 0 0;
}

@media all and (min-width: 1150px) {
  .related-video .news-item__small .news-item-info {
    padding: 15px 0 0;
  }
}

.related-video .news-item__small .news-item-info h2,
.related-video .news-item__small .news-item-info .ex-h2 {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

@media all and (min-width: 1150px) {
  .related-video .news-item__small .news-item-info h2,
  .related-video .news-item__small .news-item-info .ex-h2 {
    font-size: 18px;
  }
}

@media all and (min-width: 1150px) {
  .related-video .news-item__small + .news-item__small::before {
    display: none;
  }
}

@media all and (min-width: 1150px) {
  .related-video--scroll {
    -webkit-transform: translateX(-819px);
            transform: translateX(-819px);
  }
}

.mai-multe__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 25px;
  padding: 0 20px;
}

@media all and (min-width: 1150px) {
  .mai-multe__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

.mai-multe {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #04DB3B;
  color: #04DB3B;
  background-image: url(images/sageata-mai-multe.svg);
  background-repeat: no-repeat;
  background-position: 12px 12px;
  padding: 14px 15px 12px 38px;
  text-align: center;
}

@media (hover: hover) {
  .mai-multe:hover {
    color: #04DB3B;
    background-color: rgba(4, 219, 59, 0.1);
  }
}

.sumar {
  margin: 30px 0 40px 20px;
  max-width: 636px;
  position: relative;
}

@media all and (min-width: 1150px) {
  .sumar {
    margin: 30px auto 55px;
    padding-left: 30px;
  }
}

.sumar h2,
.sumar .ex-h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  position: relative;
}

@media all and (min-width: 1150px) {
  .sumar h2,
  .sumar .ex-h2 {
    margin-top: 0;
  }
}

.sumar h2::before,
.sumar .ex-h2::before {
  position: absolute;
  margin-left: -20px;
  margin-top: 11px;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  background-color: #0F0F0F;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 5px #FFF;
          box-shadow: 0 0 0 5px #FFF;
}

@media all and (min-width: 1150px) {
  .sumar h2::before,
  .sumar .ex-h2::before {
    margin-left: -30px;
    margin-top: 15px;
  }
}

.sumar__link {
  position: relative;
}

.sumar__link::before {
  position: absolute;
  margin-left: -20px;
  margin-top: 9px;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  background-color: #04DB3B;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 5px #FFF;
          box-shadow: 0 0 0 5px #FFF;
}

@media all and (min-width: 1150px) {
  .sumar__link::before {
    margin-left: -30px;
  }
}

.sumar__link::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #C3C3C3;
  width: 1px;
  top: -40px;
  bottom: 0;
  left: -17px;
}

@media all and (min-width: 1150px) {
  .sumar__link::after {
    left: -27px;
  }
}

.sumar__link:nth-child(3)::after {
  top: -55px;
}

@media all and (min-width: 1150px) {
  .sumar__link:nth-child(3)::after {
    top: -58px;
  }
}

.sumar__link:last-child::after {
  bottom: auto;
  height: 52px;
}

.acum-ceva-timp {
  font-size: 14px;
  color: rgba(15, 15, 15, 0.8);
  margin-bottom: 0;
}

.acum-ceva-timp + p a {
  word-break: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.fader {
  display: none;
  background-color: rgba(15, 15, 15, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
}

.close {
  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;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F4F4F4;
}

@media all and (min-width: 1150px) {
  .close {
    width: 50px;
    height: 50px;
  }
}

@media (hover: hover) {
  .close:hover {
    background-color: #e7e7e7;
  }
}

.close img {
  height: auto;
  width: auto;
}

.search-modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  width: 100%;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  pointer-events: none;
}

.search-modal .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}

@media all and (min-width: 1150px) {
  .search-modal .controller {
    padding-top: 60px;
  }
}

.search-modal form {
  width: calc(100% - 80px);
  padding: 20px 20px 25px;
  background-color: #FFF;
  position: relative;
  pointer-events: auto;
}

@media all and (min-width: 1150px) {
  .search-modal form {
    width: 600px;
    padding: 48px 60px 60px;
  }
}

.search-modal form .bracket {
  top: -20px;
  bottom: -20px;
  background-color: #04DB3B;
  mix-blend-mode: normal;
}

.search-modal form .bracket::before, .search-modal form .bracket::after {
  background-color: #04DB3B;
}

.search-modal form .bracket.bracket-left {
  left: -20px;
}

.search-modal form .bracket.bracket-right {
  right: -20px;
}

.search-modal label {
  font-weight: 700;
  font-size: 24px;
}

@media all and (min-width: 1150px) {
  .search-modal label {
    font-size: 26px;
  }
}

.search-modal .search-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-modal .search-inner-wrapper input:not([type='checkbox']):not([type='radio']):not([type='submit']) {
  margin: 0;
  border-right: none;
  padding-right: 0;
}

.search-modal .search-inner-wrapper button {
  margin: 0;
  font-weight: 700;
  text-transform: none;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding: 0 22px 0 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #FFF;
  background-image: url(images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #C3C3C3;
  border-left: none;
  width: 59px;
}

.search-modal .search-inner-wrapper button:hover, .search-modal .search-inner-wrapper button:focus {
  background-size: 80%;
}

.popup-meniu {
  position: relative;
  position: fixed;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  z-index: 1150;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  font-size: 15px;
}

@media all and (min-width: 1150px) {
  .popup-meniu {
    display: none;
  }
}

.popup-meniu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-meniu ul li {
  width: 100%;
}

.popup-meniu ul li > a {
  display: block;
  border-bottom: 1px dotted #C3C3C3;
  padding: 10px 10px 8px;
}

.popup-meniu ul li:last-child a {
  border-bottom: none;
}

.popup-meniu ul li ul {
  padding-top: 0;
}

.popup-meniu ul li ul li a {
  font-weight: 400;
  font-size: 13px;
}

.popup-meniu .bracket {
  top: -20px;
  bottom: -20px;
  background-color: #04DB3B;
  mix-blend-mode: normal;
}

.popup-meniu .bracket::before, .popup-meniu .bracket::after {
  background-color: #04DB3B;
}

.popup-meniu .bracket.bracket-left {
  left: -20px;
}

.popup-meniu .bracket.bracket-right {
  right: -20px;
}

@media all and (min-width: 1150px) {
  .pe-acelasi-subiect {
    max-width: 804px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
  }
}

.pe-acelasi-subiect.widget-in-articol .subiect-item h3,
.pe-acelasi-subiect.widget-in-articol .subiect-item .ex-h3 {
  font-size: 24px;
}

.pe-acelasi-subiect.widget-in-articol .subiect-item.more-subiect h6,
.pe-acelasi-subiect.widget-in-articol .subiect-item.more-subiect .ex-h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: #04DB3B;
}

.pe-acelasi-subiect.widget-in-articol .subiect-item.more-subiect h6::before,
.pe-acelasi-subiect.widget-in-articol .subiect-item.more-subiect .ex-h6::before {
  border: 1px solid #04DB3B;
  background-color: #FFF;
  width: 27px;
  height: 27px;
  content: '»';
  line-height: 1;
  text-align: center;
  padding-top: 4px;
  left: 25px;
  top: 15px;
}

.pe-acelasi-subiect.widget-in-articol .subiect-item.more-subiect span {
  border-bottom: 1px solid rgba(4, 219, 59, 0);
}

@media (hover: hover) {
  .pe-acelasi-subiect.widget-in-articol .subiect-item.more-subiect:hover span {
    border-bottom: 1px solid #04DB3B;
  }
}

.subiect-title {
  background-color: #F4F4F4;
  padding: 20px 20px 20px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subiect-title .subiect-no {
  margin-right: 10px;
  background-color: #04DB3B;
  color: #FFF;
  width: 41px;
  height: 41px;
  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;
  border-radius: 500px;
}

.subiect-title .subiect-no span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.subiect-title > span:not(.subiect-no) {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.1;
}

@media all and (min-width: 1150px) {
  .subiect-title > span:not(.subiect-no) {
    padding-left: 15px;
    padding-right: 85px;
  }
}

.subiect-title a {
  color: #04DB3B;
  border-bottom: 1px solid rgba(4, 219, 59, 0);
}

@media (hover: hover) {
  .subiect-title a:hover {
    border-bottom: 1px solid #04DB3B;
  }
}

.subiect-item {
  padding: 20px 0 10px 68px;
  display: block;
  position: relative;
}

.subiect-item::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 38px;
  background-color: #C3C3C3;
}

.subiect-item:nth-child(2)::before {
  top: 30px;
}

.subiect-item:last-child::before {
  bottom: auto;
  height: 20px;
}

@media (hover: hover) {
  .subiect-item:hover h3,
  .subiect-item:hover .ex-h3 {
    color: #04DB3B;
  }
}

.subiect-item h6,
.subiect-item .ex-h6 {
  letter-spacing: 0;
  padding-right: 30px;
}

@media all and (min-width: 1150px) {
  .subiect-item h6,
  .subiect-item .ex-h6 {
    padding-left: 15px;
    padding-right: 85px;
  }
}

.subiect-item h6::before,
.subiect-item .ex-h6::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #04DB3B;
  border-radius: 500px;
  vertical-align: middle;
  position: absolute;
  left: 31px;
}

.subiect-item h3,
.subiect-item .ex-h3 {
  margin: 0;
  padding-right: 30px;
  max-width: 100%;
}

@media all and (min-width: 1150px) {
  .subiect-item h3,
  .subiect-item .ex-h3 {
    padding-left: 15px;
    padding-right: 85px;
  }
}

.subiect-item p {
  margin: 10px 0 0;
  padding-right: 30px;
}

@media all and (min-width: 1150px) {
  .subiect-item p {
    padding-left: 15px;
    padding-right: 85px;
  }
}

.subiect-item .ads {
  overflow: hidden;
  padding: 20px 0 0;
  text-align: left;
  background-color: transparent;
  margin-left: -30px;
  width: auto;
}

@media all and (min-width: 1150px) {
  .subiect-item .ads {
    text-align: center;
    padding-right: 40px;
  }
}

.stire-actualizata {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 48px;
  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: #04DB3B;
  color: #FFF;
  width: 100vw;
  z-index: 1000;
  font-size: 14px;
  padding-right: 10px;
}

@media all and (min-width: 1150px) {
  .stire-actualizata {
    bottom: 0;
    font-size: 20px;
    height: 60px;
  }
}

.stire-actualizata img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

@media all and (min-width: 1150px) {
  .stire-actualizata img {
    margin-right: 15px;
  }
}

@media (hover: hover) {
  .stire-actualizata:hover {
    color: #FFF;
  }
  .stire-actualizata:hover img {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.promo-aplicatie {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 450px;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

@media all and (min-width: 1150px) {
  .promo-aplicatie {
    display: none;
  }
}

.article-body .promo-aplicatie {
  bottom: 48px;
}

.promo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px 20px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}

.promo-link img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.promo-link h6,
.promo-link .ex-h6 {
  margin: 8px 0 0;
  text-transform: uppercase;
  color: #04DB3B;
}

.promo-ios .android {
  display: none;
}

.promo-android .ios {
  display: none;
}

.appstores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 10px;
}

@media all and (min-width: 1150px) {
  .appstores {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.appstores a {
  display: block;
  width: 100%;
  text-align: center;
}

@media all and (min-width: 700px) {
  .appstores a {
    width: auto;
  }
}

.appstores img {
  width: 180px;
  height: auto;
  margin-bottom: 15px;
}

@media all and (min-width: 700px) {
  .appstores img {
    width: auto;
    height: 38px;
    margin: 0 5px 15px;
  }
}

@media all and (min-width: 1150px) {
  .appstores img {
    height: 45px;
  }
}

.box-antenaplay {
  padding: 25px 20px 10px;
  margin-bottom: 0;
  background-color: #FFF;
  position: relative;
}

@media all and (min-width: 1150px) {
  .box-antenaplay {
    padding: 20px;
  }
}

.box-antenaplay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #C3C3C3;
}

@media all and (min-width: 1150px) {
  .box-antenaplay::before {
    display: none;
  }
}

.box-antenaplay__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(15, 15, 15, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px;
}

.box-antenaplay__header span {
  margin-left: 12px;
  border-left: 1px solid #C3C3C3;
  padding-left: 12px;
  display: block;
  padding-top: 1px;
}

.box-antenaplay__tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 -1px 0 #C3C3C3;
          box-shadow: inset 0 -1px 0 #C3C3C3;
  margin-bottom: 20px;
}

.box-antenaplay__tabs li {
  margin-right: 1px;
}

.box-antenaplay__tabs a {
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  -webkit-box-shadow: inset 0 -3px 0 #C3C3C3;
          box-shadow: inset 0 -3px 0 #C3C3C3;
  padding-top: 7px;
}

@media (hover: hover) {
  .box-antenaplay__tabs a:hover {
    -webkit-box-shadow: inset 0 -3px 0 #00A1E4;
            box-shadow: inset 0 -3px 0 #00A1E4;
    background-color: rgba(0, 161, 228, 0.25);
  }
}

.box-antenaplay__tabs a.selected {
  background-color: #00A1E4;
  -webkit-box-shadow: inset 0 -3px 0 #006FB8;
          box-shadow: inset 0 -3px 0 #006FB8;
  color: #FFF;
}

@media (hover: hover) {
  .box-antenaplay__tabs a.selected:hover {
    background-color: #00A1E4;
    -webkit-box-shadow: inset 0 -3px 0 #006FB8;
            box-shadow: inset 0 -3px 0 #006FB8;
  }
}

.box-antenaplay__tabel {
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
}

.box-antenaplay__tabel tr {
  border-bottom: 1px solid #C3C3C3;
  vertical-align: middle;
}

.box-antenaplay__tabel tr:last-child {
  border: none;
}

.box-antenaplay__tabel td {
  vertical-align: middle;
  text-align: center;
}

.box-antenaplay__tabel td:first-child {
  text-align: left;
  padding: 10px 10px 10px 0;
}

.box-antenaplay__tabel td:last-child {
  text-align: left;
  font-weight: 700;
  padding: 10px 0 10px 10px;
}

.box-antenaplay__tabel img {
  max-height: 30px;
  max-width: 40px;
  width: auto;
  height: auto;
}

.box-antenaplay__tabel a {
  display: block;
}

@media (hover: hover) {
  .box-antenaplay__tabel a:hover {
    color: #04DB3B;
  }
}

@media all and (min-width: 1150px) {
  .subhero {
    margin-top: -60px;
  }
}

@media all and (min-width: 1150px) {
  .subhero .controller {
    max-width: 1014px;
    background-color: #FFF;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

.subhero .controller::before, .subhero .controller::after {
  display: none;
}

@media all and (min-width: 1150px) {
  .subhero .news-item {
    width: 318px;
  }
}

@media all and (min-width: 1150px) {
  .subhero .news-item-info {
    padding-left: 0;
    padding-right: 0;
  }
}

.subhero .titlu-marcaj-wrapper {
  margin-bottom: 12px;
  line-height: 1.15;
}

@media all and (min-width: 1150px) {
  .subhero .titlu-marcaj-wrapper {
    margin-bottom: 7px;
  }
}

.subhero .marcaj {
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 2px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media all and (min-width: 1150px) {
  .subhero .marcaj {
    margin-right: 6px;
  }
}

.titlu-double-line {
  text-align: center;
  color: #04DB3B;
  position: relative;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  width: 100%;
}

@media all and (min-width: 1150px) {
  .titlu-double-line {
    font-size: 30px;
    margin-bottom: 35px;
  }
}

.titlu-double-line::after {
  position: absolute;
  width: 100%;
  content: '';
  display: block;
  border-bottom: 4px double #C3C3C3;
  margin-top: -14px;
}

@media all and (min-width: 1150px) {
  .titlu-double-line::after {
    margin-top: -17px;
  }
}

@media all and (min-width: 1150px) {
  .titlu-double-line br {
    display: none;
  }
}

.titlu-double-line span,
.titlu-double-line h1,
.titlu-double-line h2 {
  display: inline-block;
  background-color: #FFF;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1;
}

@media all and (min-width: 1150px) {
  .titlu-double-line span,
  .titlu-double-line h1,
  .titlu-double-line h2 {
    font-size: 30px;
  }
}

.titlu-double-line .autor__item {
  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;
  padding: 0 0 15px;
  margin: 0;
  width: 100%;
}

.titlu-double-line .autor__item .thumb {
  position: relative;
  left: auto;
}

.titlu-double-line .autor__nume {
  margin-bottom: 4px;
}

.descriere-categorie {
  padding: 5px 20px 20px;
  border-bottom: 1px solid #C3C3C3;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  color: rgba(15, 15, 15, 0.6);
}

@media all and (min-width: 1150px) {
  .descriere-categorie {
    margin-bottom: 40px;
    margin-top: -20px;
  }
}

@media all and (min-width: 1150px) {
  .descriere-categorie span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-top: -5px;
  }
}

.descriere-categorie .autor__social {
  margin-left: 0;
  padding-right: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.stories {
  padding: 20px 0;
}

.stories .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media all and (min-width: 1150px) {
  .stories .controller {
    width: 100%;
  }
}

.stories__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

@media all and (min-width: 1150px) {
  .stories__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
  }
}

.stories__item {
  width: 160px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.stories__item + .stories__item {
  margin-left: 12px;
}

.stories__item .thumb {
  width: 160px;
  padding-bottom: 177.5%;
}

.stories__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.stories__item::before {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url(images/icon-story-video.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  left: 15px;
  top: 15px;
}

@media (hover: hover) {
  .stories__item:hover .thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.stories__title {
  position: absolute;
  bottom: 0;
  color: #FFF;
  z-index: 1;
  padding: 0 15px 12px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
}

.titlurile-zilei {
  padding: 30px 0 20px;
  position: relative;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei {
    padding: 20px 0 40px;
  }
}

.titlurile-zilei .titlu-double-line {
  margin-bottom: 10px;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei .titlu-double-line {
    margin-bottom: 35px;
  }
}

.titlurile-zilei__container {
  width: 100%;
  position: relative;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container {
    padding-right: 330px;
    max-width: 1014px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.titlurile-zilei__container .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  text-align: left;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item {
    min-height: 195px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item + .news-item {
    padding-top: 16px;
    min-height: 211px;
  }
}

.titlurile-zilei__container .news-item + .news-item::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #C3C3C3;
  height: 1px;
  top: 0;
  right: 20px;
  left: 170px;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item + .news-item::before {
    display: none;
  }
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item + .news-item::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 333px);
    top: 0;
    right: 0;
    height: 1px;
    background-color: #C3C3C3;
  }
}

.titlurile-zilei__container .news-item .thumb {
  width: 150px;
  padding-bottom: 85px;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item .thumb {
    width: 318px;
    padding-bottom: 179px;
  }
}

.titlurile-zilei__container .news-item .bracket {
  display: none;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item .bracket {
    display: block;
  }
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item .bracket.bracket-left {
    left: -40px;
  }
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item .bracket.bracket-right {
    right: -40px;
  }
}

.titlurile-zilei__container .news-item .news-item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item .news-item-info {
    padding: 7px 20px 20px 25px;
  }
}

.titlurile-zilei__container .news-item .news-item-info h2,
.titlurile-zilei__container .news-item .news-item-info .ex-h2,
.titlurile-zilei__container .news-item .news-item-info h3,
.titlurile-zilei__container .news-item .news-item-info .ex-h3,
.titlurile-zilei__container .news-item .news-item-info h4,
.titlurile-zilei__container .news-item .news-item-info .ex-h4 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.35;
  text-transform: none;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item .news-item-info h2,
  .titlurile-zilei__container .news-item .news-item-info .ex-h2,
  .titlurile-zilei__container .news-item .news-item-info h3,
  .titlurile-zilei__container .news-item .news-item-info .ex-h3,
  .titlurile-zilei__container .news-item .news-item-info h4,
  .titlurile-zilei__container .news-item .news-item-info .ex-h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

.titlurile-zilei__container .news-item .news-item-info p {
  display: none;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item .news-item-info p {
    display: block;
  }
}

.titlurile-zilei__container .news-item .news-item-info h6,
.titlurile-zilei__container .news-item .news-item-info .ex-h6 {
  margin-bottom: 6px;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item .news-item-info h6,
  .titlurile-zilei__container .news-item .news-item-info .ex-h6 {
    margin-bottom: 10px;
  }
}

@media (hover: hover) {
  .titlurile-zilei__container .news-item:hover .bracket.bracket-left {
    left: 0;
  }
  .titlurile-zilei__container .news-item:hover .bracket.bracket-right {
    right: 0;
  }
}

.titlurile-zilei__container .news-item__large {
  display: block;
  width: 100%;
  padding-bottom: 11px;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item__large {
    padding-bottom: 20px;
  }
}

.titlurile-zilei__container .news-item__large .thumb {
  width: 100%;
  padding-bottom: 56.25%;
}

.titlurile-zilei__container .news-item__large .news-item-info {
  padding: 15px 20px 15px;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item__large .news-item-info {
    padding: 20px 0 0;
  }
}

.titlurile-zilei__container .news-item__large .news-item-info h6,
.titlurile-zilei__container .news-item__large .news-item-info .ex-h6 {
  margin-bottom: 10px;
}

.titlurile-zilei__container .news-item__large .news-item-info h2,
.titlurile-zilei__container .news-item__large .news-item-info .ex-h2,
.titlurile-zilei__container .news-item__large .news-item-info h3,
.titlurile-zilei__container .news-item__large .news-item-info .ex-h3 {
  font-size: 24px;
  line-height: 1.25;
  text-transform: none;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item__large .news-item-info h2,
  .titlurile-zilei__container .news-item__large .news-item-info .ex-h2,
  .titlurile-zilei__container .news-item__large .news-item-info h3,
  .titlurile-zilei__container .news-item__large .news-item-info .ex-h3 {
    font-size: 28px;
  }
}

.titlurile-zilei__container .news-item__large .marcaj {
  font-size: 20px;
  padding: 2px 8px 1px;
  margin-right: 5px;
}

.titlurile-zilei__container .news-item__large .bracket {
  display: block;
}

.titlurile-zilei__container .news-item__large + .news-item {
  padding-top: 0;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .news-item__large + .news-item {
    padding-top: 16px;
  }
}

.titlurile-zilei__container .news-item__large + .news-item::before, .titlurile-zilei__container .news-item__large + .news-item::after {
  display: none;
}

.titlurile-zilei__container .titlu-marcaj-wrapper {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.35;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .titlu-marcaj-wrapper {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

.titlurile-zilei__container .marcaj {
  font-size: 12px;
  margin-right: 2px;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .marcaj {
    font-size: 16px;
    margin-right: 4px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.titlurile-zilei__container .more {
  width: calc(100% - 40px);
  margin: 10px 20px 5px;
}

@media all and (min-width: 1150px) {
  .titlurile-zilei__container .more {
    width: auto;
  }
}

.titlurile-zilei__container .more::before, .titlurile-zilei__container .more::after {
  background-color: #FFF;
}

.banner-aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  padding-bottom: 16px;
}

.banner-aside .banner {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.autori {
  background-color: #F4F4F4;
  padding: 35px 0 15px;
  margin-bottom: 10px;
  position: relative;
}

@media all and (min-width: 1150px) {
  .autori {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 35px 0 40px;
    margin-bottom: 40px;
  }
}

.autori .titlu-double-line {
  margin-bottom: 5px;
}

@media all and (min-width: 1150px) {
  .autori .titlu-double-line {
    margin-bottom: 22px;
  }
}

.autori .titlu-double-line span,
.autori .titlu-double-line h2 {
  background-color: #F4F4F4;
}

.autor__item {
  display: block;
  padding: 20px 0 20px 95px;
  position: relative;
  width: calc(100% - 40px);
  margin-left: 20px;
}

@media all and (min-width: 1150px) {
  .autor__item {
    width: 293px;
    padding: 10px 30px;
    text-align: center;
    margin-left: 0;
  }
}

.autor__item + .autor__item {
  border-top: 1px dashed #C3C3C3;
}

@media all and (min-width: 1150px) {
  .autor__item + .autor__item {
    border-top: none;
    border-left: 1px dashed #C3C3C3;
  }
}

.autor__item .thumb {
  width: 75px;
  padding-bottom: 75px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 8px;
  position: absolute;
  left: -2px;
}

@media all and (min-width: 1150px) {
  .autor__item .thumb {
    position: relative;
    left: auto;
    width: 100px;
    padding-bottom: 100px;
  }
}

@media (hover: hover) {
  .autor__item:hover .thumb {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .autor__item:hover .autor__titlu {
    color: #04DB3B;
  }
}

.autor__nume,
.autor__data {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media all and (min-width: 1150px) {
  .autor__nume,
  .autor__data {
    margin-bottom: 3px;
  }
}

.autor__nume {
  color: #04DB3B;
}

.autor__data {
  color: rgba(15, 15, 15, 0.5);
}

.autor__titlu {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 8px;
}

@media all and (min-width: 1150px) {
  .autor__titlu {
    margin-top: 13px;
  }
}

.autor__titlu .marcaj {
  font-size: 14px;
}

@media all and (min-width: 1150px) {
  .autor__titlu .marcaj {
    margin-right: 8px;
  }
}

.marcaj {
  display: inline-block;
  background-color: #04DB3B;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  padding: 2px 5px 1px;
  margin-right: 7px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  font-weight: 700;
}

@media all and (min-width: 1150px) {
  .marcaj {
    font-size: 20px;
    padding: 2px 7px 1px;
    margin-right: 10px;
  }
}

.titlu-marcaj-wrapper h2,
.titlu-marcaj-wrapper .ex-h2,
.titlu-marcaj-wrapper h3,
.titlu-marcaj-wrapper .ex-h3 {
  display: inline;
}

.fii-observator-form {
  text-align: left;
  padding: 20px;
}

@media all and (min-width: 1150px) {
  .fii-observator-form {
    padding: 0;
  }
}

.fii-observator-form input[type=file] {
  display: none;
}

.fii-observator-form label span {
  opacity: .5;
}

.fii-observator-form input,
.fii-observator-form textarea {
  margin-bottom: 25px;
}

.fii-observator-form input[type=submit] {
  margin-bottom: 0;
  width: 100%;
}

@media all and (min-width: 1150px) {
  .fii-observator-form input[type=submit] {
    width: auto;
  }
}

.rc-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.rc-group input {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 10px;
  cursor: pointer;
}

.rc-group label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  cursor: pointer;
}

.rc-group label a {
  color: #04DB3B;
}

@media (hover: hover) {
  .rc-group label a:hover {
    text-decoration: underline;
  }
}

.rc-group.error {
  background-color: #EBEB00;
  padding: 5px 10px;
}

.buton-upload__label {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border: 1px solid #04DB3B;
  color: #04DB3B;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: 1px;
  padding: 24px 20px 22px;
  cursor: pointer;
}

@media (hover: hover) {
  .buton-upload__label:hover {
    background-color: #04DB3B;
    color: #FFF;
  }
}

.upload-container {
  margin-bottom: 30px;
  background-color: #F4F4F4;
  padding: 20px 20px 25px;
}

@media all and (min-width: 1150px) {
  .upload-container {
    padding: 30px 30px 35px;
  }
}

.progress {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.rail {
  background-color: #FFF;
  height: 10px;
  width: 100%;
  margin-top: 10px;
  border-radius: 100px;
}

.bar {
  background-color: #04DB3B;
  height: 10px;
  border-radius: 100px;
}

label.error {
  background-color: #EBEB00;
  padding: 0 4px;
}

input.error,
textarea.error {
  background-color: #EBEB00;
  border-color: #0F0F0F;
}

.error-msg {
  background-color: #EBEB00;
  padding: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media all and (min-width: 1150px) {
  .error-msg {
    padding: 30px;
  }
}

.video-container {
  position: relative;
}

.video-container .close {
  display: none;
  position: absolute;
  height: 36px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background-image: url(images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46%;
  bottom: -36px;
  right: 0;
  z-index: 1;
  cursor: pointer;
  border-radius: 0 0 8px 8px;
  border: 1px solid #C3C3C3;
  border-top: none;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  width: 48px;
  background-size: 32%;
  top: 100%;
}

@media all and (min-width: 700px) {
  .video-container .close {
    top: -7px;
    right: -7px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-transform: none;
            transform: none;
    background-size: 46%;
    border: 2px solid #04DB3B;
  }
}

.sticky-replacement {
  display: none;
  position: absolute;
  background-color: #000;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media all and (min-width: 1150px) {
  .sticky-replacement {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
}

.sticky-replacement span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
}

.sticky-video {
  background-color: #dbdbdb;
  padding-bottom: 56.25%;
}

@media all and (min-width: 1150px) {
  .sticky-video {
    height: 572px;
  }
}

.sticky-video .sticky-replacement {
  display: block;
}

.sticky-video .video-container {
  position: fixed;
  top: 67px;
  left: 20px;
  z-index: 999;
  -webkit-box-shadow: 0 -120px 30px 80px #FFF;
          box-shadow: 0 -120px 30px 80px #FFF;
}

@media all and (min-width: 700px) {
  .sticky-video .video-container {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 97px;
    right: 30px;
    left: auto;
  }
}

.sticky-video .video-container .close {
  display: block;
}

.sticky-video .video-container .video {
  width: calc(100vw - 40px);
}

@media all and (min-width: 700px) {
  .sticky-video .video-container .video {
    width: 400px;
  }
}

.abonare-newsletter {
  background-color: #F4F4F4;
  text-align: center;
  padding: 55px 20px 20px;
  margin: 0 0 30px;
  background-image: url(images/icon-newsletter.svg);
  background-repeat: no-repeat;
  background-position: center 22px;
  background-size: 30px;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 1150px) {
  .abonare-newsletter {
    margin: 30px auto;
    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;
    padding: 60px 20px 40px;
    background-position: center 30px;
  }
}

.abonare-newsletter h2,
.abonare-newsletter .ex-h2 {
  font-size: 24px !important;
  margin-bottom: 8px !important;
  margin-top: 0 !important;
}

@media all and (min-width: 1150px) {
  .abonare-newsletter h2,
  .abonare-newsletter .ex-h2 {
    font-size: 36px !important;
    margin-bottom: 15px !important;
  }
}

.abonare-newsletter p {
  font-size: 12px;
  max-width: 630px;
}

@media all and (min-width: 1150px) {
  .abonare-newsletter p {
    font-size: 16px;
    margin-bottom: 28px;
  }
}

.abonare-newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 1150px) {
  .abonare-newsletter form {
    width: 100%;
    max-width: 525px;
  }
}

.abonare-newsletter input {
  font-size: 12px !important;
  margin: 0 !important;
}

@media all and (min-width: 1150px) {
  .abonare-newsletter input {
    font-size: 16px !important;
  }
}

.abonare-newsletter input[type=email] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 12px;
  border-right: none;
}

@media all and (min-width: 1150px) {
  .abonare-newsletter input[type=email] {
    padding: 10px 20px;
  }
}

.abonare-newsletter input[type=submit] {
  width: auto;
  padding: 10px 12px;
  border: 1px solid #04DB3B;
  background-color: #FFF;
  color: #04DB3B;
  text-transform: none;
}

@media all and (min-width: 1150px) {
  .abonare-newsletter input[type=submit] {
    padding: 10px 20px;
  }
}

.abonare-newsletter input[type=submit]:hover, .abonare-newsletter input[type=submit]:focus {
  background-color: #04DB3B;
  color: #FFF;
}

.eroare__body {
  padding: 0;
  margin: 0;
}

.eroare {
  padding: 25px;
  text-align: center;
  width: 100%;
  min-height: 98vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 1000px) {
  .eroare {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 100px;
  }
}

@media all and (min-width: 1000px) {
  .eroare__text {
    margin-left: 80px;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 530px;
  }
}

.eroare__text h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 30px 0;
}

@media all and (min-width: 1000px) {
  .eroare__text h1 {
    font-size: 64px;
    margin: 35px 0 30px;
  }
}

@media all and (min-width: 1150px) {
  .eroare__text h1 {
    font-size: 72px;
  }
}

.eroare__logo {
  display: block;
  margin-top: 30px;
}

@media all and (min-width: 1000px) {
  .eroare__logo {
    margin-top: 25px;
  }
}

.eroare__link {
  display: inline-block;
  color: #04DB3B;
  font-weight: 700;
  font-size: 20px;
}

@media all and (min-width: 1000px) {
  .eroare__link {
    font-size: 32px;
  }
}

@media (hover: hover) {
  .eroare__link:hover {
    color: #04DB3B;
    -webkit-box-shadow: inset 0 -1px 0 #04DB3B;
            box-shadow: inset 0 -1px 0 #04DB3B;
  }
}

.gallery-link-section {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.gallery-link-section .mai-multe {
  display: inline-block;
  margin: 20px 0 10px;
}

.gallery-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-link .grid-item {
  width: calc(50% - 1px);
  margin-bottom: 2px;
  position: relative;
}

.gallery-link .grid-item .grid-thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background: #04DB3B;
}

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

.grid-two-wrapper .grid-item {
  width: calc(50% - 1px);
}

.grid-three-wrapper .grid-item:first-child {
  width: 100%;
}

.grid-three-wrapper .grid-item:first-child .grid-thumb {
  padding-bottom: 50%;
}

.grid-four-wrapper .grid-item {
  width: calc(33.3333% - 1px);
  margin-bottom: 2px;
}

.grid-four-wrapper .grid-item:first-child {
  width: 100%;
}

.grid-four-wrapper .grid-item:first-child .grid-thumb {
  padding-bottom: 50%;
}

.grid-fourplus-wrapper .grid-item {
  width: calc(33.3333% - 1px);
  margin-bottom: 2px;
}

.grid-fourplus-wrapper .grid-item:first-child {
  width: 100%;
}

.grid-fourplus-wrapper .grid-item:first-child .grid-thumb {
  padding-bottom: 50%;
}

.plus-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 32px;
  font-weight: 700;
  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;
  color: #FFF;
}

@media all and (min-width: 1150px) {
  .w-superprieteni .controller > h2 span {
    -webkit-transform: translateY(-17px);
            transform: translateY(-17px);
  }
}

.w-superprieteni .controller > h2 span img {
  width: 120px;
}

.w-superprieteni .news-item-info h6 .category,
.w-superprieteni .news-item-info .ex-h6 .category {
  color: #FF0000;
}

.w-superprieteni .controller > h2::after,
.w-superprieteni .controller > .ex-h2::after,
.w-superprieteni .controller > h3::after,
.w-superprieteni .controller > .ex-h3::after {
  margin-top: -28px;
}

.w-superprieteni .marcaj {
  background-color: #FF0000;
}

.w-superprieteni .more {
  border-color: #FF0000;
  color: #FF0000;
}

.w-superprieteni .powered img {
  width: 150px;
}

.w-superprieteni.w-video .small-news-listing-wrapper .news-item.selected::before {
  border-color: transparent #FF0000 transparent transparent;
}

.powered {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(15, 15, 15, 0.5);
  width: 100%;
  margin-top: -10px;
}

@media all and (min-width: 1150px) {
  .powered {
    margin-top: -30px;
  }
}

.powered span {
  display: block;
}

.powered img {
  margin-bottom: 20px;
  width: 250px;
}

@media all and (min-width: 1150px) {
  .w-video .news-item__large {
    width: 492px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

@media all and (min-width: 1150px) {
  .w-video .small-news-listing-wrapper {
    width: 492px;
    border-left: 1px solid rgba(15, 15, 15, 0.25);
    padding-left: 29px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin-bottom: 32px;
  }
}

@media all and (min-width: 1150px) {
  .w-video .small-news-listing-wrapper .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media all and (min-width: 1150px) {
  .w-video .small-news-listing-wrapper .news-item:last-child {
    margin-bottom: 0;
  }
}

@media all and (min-width: 1150px) {
  .w-video .small-news-listing-wrapper .news-item .thumb {
    width: 230px;
    padding-bottom: 130px;
  }
}

@media all and (min-width: 1150px) {
  .w-video .small-news-listing-wrapper .news-item .news-item-info {
    padding-top: 0;
    padding-left: 20px;
  }
}

.w-video .small-news-listing-wrapper .news-item .news-item-info h3,
.w-video .small-news-listing-wrapper .news-item .news-item-info .ex-h3 {
  font-size: 18px;
}

.w-video .small-news-listing-wrapper .news-item.selected {
  position: relative;
}

.w-video .small-news-listing-wrapper .news-item.selected::before {
  content: '';
  position: absolute;
  display: block;
  left: -40px;
  top: 56px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 11px 9px 0;
  border-color: transparent #04DB3B transparent transparent;
  background-color: transparent;
}

.fb_iframe_widget > span {
  width: 100% !important;
  height: 100% !important;
}

.t-a-b-o-o-l-a-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px !important;
}

@media all and (min-width: 1150px) {
  .t-a-b-o-o-l-a-container {
    margin-top: 30px;
    max-width: 1150px;
    padding: 30px 0 0 !important;
  }
}

.alternating-observator .trc_rbox_header,
.alternating-observator .syndicatedItem .video-title,
.alternating-observator .syndicatedItem .branding,
.alternating-observator .video-label,
.alternating-observator .sponsored,
.alternating-observator .sponsored-url {
  font-family: "Roboto", sans-serif !important;
}

.trc_elastic .trc_rbox {
  overflow: visible !important;
  position: relative !important;
}

.alternating-observator .trc_rbox_header {
  background-color: #04DB3B !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  text-align: center !important;
  color: #04DB3B !important;
  width: 100vw !important;
  margin-left: -20px !important;
  margin-bottom: 20px !important;
}

@media all and (min-width: 1150px) {
  .alternating-observator .trc_rbox_header {
    width: auto !important;
    margin-left: 0 !important;
    background-color: transparent !important;
    position: absolute !important;
    top: -94px !important;
    right: -30px !important;
    left: -30px !important;
    height: 30px !important;
    font-size: 30px !important;
  }
}

@media all and (min-width: 1150px) {
  .alternating-observator .trc_rbox_header::after {
    position: absolute !important;
    content: '' !important;
    display: block !important;
    height: 1px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 15px !important;
    background-color: #C3C3C3 !important;
  }
}

.alternating-observator [class*=span] {
  display: inline-block !important;
  background-color: #FFF !important;
  padding: 0 20px !important;
  position: relative !important;
  z-index: 1 !important;
}

@media all and (min-width: 1150px) {
  .trc_related_container {
    background-color: #F4F4F4 !important;
    padding: 80px 90px 50px !important;
    position: relative !important;
    -webkit-box-shadow: inset 0 0 0 1px #C3C3C3, inset 0 0 0 30px #FFF !important;
            box-shadow: inset 0 0 0 1px #C3C3C3, inset 0 0 0 30px #FFF !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media all and (min-width: 1150px) {
  .trc_related_container::before, .trc_related_container::after {
    content: '' !important;
    display: block !important;
    background-color: #FFF !important;
    height: 30px !important;
    position: absolute !important;
    left: 60px !important;
    right: 60px !important;
  }
}

.trc_related_container::before {
  top: 0 !important;
}

.trc_related_container::after {
  bottom: 0 !important;
}

@media all and (min-width: 1150px) {
  .related-antenasport {
    width: 636px;
    margin-left: auto;
    margin-right: auto;
  }
}

.related-antenasport .news-item {
  margin-left: 20px;
  width: calc(100% - 40px);
}

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

@media all and (min-width: 1150px) {
  .related-antenasport .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (min-width: 1150px) {
  .related-antenasport .news-item .thumb {
    width: 318px;
    height: 179px;
  }
}

.related-antenasport .news-item-info {
  background-color: #F4F4F4;
  padding: 20px;
}

@media all and (min-width: 1150px) {
  .related-antenasport .news-item-info {
    width: 318px;
    min-height: 179px;
  }
}

.related-antenasport .news-item-info h4,
.related-antenasport .news-item-info .ex-h4 {
  margin: 0;
  max-width: 100%;
}

@media all and (min-width: 1150px) {
  .related-antenasport .news-item-info h4,
  .related-antenasport .news-item-info .ex-h4 {
    font-size: 22px;
  }
}

.related-antenasport__logo {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.related-antenasport__logo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #C3C3C3;
}

.related-antenasport__logo a {
  display: inline-block;
  background-color: #FFF;
  padding: 0 20px;
  position: relative;
}

.related-antenasport__logo img {
  height: 30px;
  width: auto;
}

@media all and (min-width: 1150px) {
  .related-antenasport__logo img {
    height: 45px;
    width: auto;
  }
}

.corona-widget {
  color: #FFF;
  background-image: url(images/bg-corona.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24px 20px 20px;
  text-shadow: 0 1px 0 rgba(15, 15, 15, 0.25);
  margin: 30px auto;
  position: relative;
}

@media all and (min-width: 1150px) {
  .corona-widget {
    max-width: 1134px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
}

.corona-widget h2,
.corona-widget .ex-h2,
.corona-widget h3,
.corona-widget .ex-h3 {
  font-size: 24px;
  margin: 0 0 17px;
  line-height: 1.1;
  text-transform: uppercase;
}

@media all and (min-width: 1150px) {
  .corona-widget h2,
  .corona-widget .ex-h2,
  .corona-widget h3,
  .corona-widget .ex-h3 {
    text-align: center;
    font-size: 30px;
  }
}

.corona-widget h4,
.corona-widget .ex-h4 {
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.5px;
}

@media all and (min-width: 1150px) {
  .corona-widget h4,
  .corona-widget .ex-h4 {
    font-size: 40px;
  }
}

.corona-widget p {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.1;
  padding-right: 20px;
}

@media all and (min-width: 1150px) {
  .corona-widget p {
    padding-right: 0;
  }
}

.corona-teritoriu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 22px 0 6px;
}

@media all and (min-width: 1150px) {
  .corona-teritoriu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.corona-item {
  width: calc((100vw - 60px) / 2);
  margin-bottom: 13px;
}

@media all and (min-width: 1150px) {
  .corona-item {
    width: calc((100% - 90px) / 4);
  }
}

.corona-footer {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0 3px;
  margin: 0;
}

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

.corona-footer li::after {
  content: '•';
  margin: 0 10px;
}

.corona-footer li:last-child::after {
  display: none;
}

.corona-footer a {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  text-decoration: none;
}

@media (hover: hover) {
  .corona-footer a:hover {
    border-bottom: 1px solid #FFF;
  }
}

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

@media all and (min-width: 1150px) {
  .logo img {
    width: auto;
    height: 47px;
  }
}

.live-item.live-acum strong {
  color: #0F0F0F;
}

.more-menu ul {
  left: 0;
  right: auto;
  width: 188px;
  display: block;
}

.more-menu ul li {
  width: 100%;
}

.news-listing.clasamente .controller {
  padding: 50px 50px 50px;
}

.clasamente .clear {
  clear: both;
}

.clasamente .stripe {
  background: #fff;
  width: 100%;
  margin-bottom: 7px;
  height: 60px;
}

.clasamente .stripe .head {
  padding: 10px;
  height: 60px;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clasamente .stripe .head .sports {
  display: inline-block;
  background: #fff;
  border: 1px solid #04DB3B;
  color: #222;
  text-transform: uppercase;
  padding: 7px 13px !important;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}

.clasamente .stripe .head .sports:hover {
  background: #04DB3B;
  color: #fff;
}

.clasamente .stripe .head .sports.selectat {
  background: #04DB3B;
  color: #fff;
}

.clasamente .stripe .calendar {
  color: red;
  height: 40px;
  width: auto;
  margin-left: auto;
  float: right;
  display: block;
}

.clasamente .stripe .etapa {
  float: right;
  display: block;
  margin-left: 5px;
}

.clasamente .stripe .etapa .left, .clasamente .stripe .etapa .right {
  display: block;
  height: 40px;
  float: left;
}

.clasamente .stripe .etapa .select {
  float: left;
  width: 100px;
  border: 1px solid #e2e2e2;
  height: 40px;
  margin: 0 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #4f4f4f;
  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;
  font-weight: 700;
}

.clasamente .accordion {
  width: 100%;
  background: transparent;
}

.clasamente .accordion .card {
  background-color: transparent;
  background-clip: border-box;
  border: 0;
}

.clasamente .accordion .card .card-header {
  height: 60px;
  padding: 10px;
  background: #FFF;
  border: 0;
  margin-bottom: 7px;
}

.clasamente .accordion .card .card-header button {
  margin-top: 0;
  height: 40px;
  width: 100%;
  background-color: #fff;
}

.clasamente .accordion .card .card-header:hover {
  background: #fff;
}

.clasamente .accordion .card .card-header .btn-link {
  font-weight: 700;
  color: #222;
  text-decoration: none;
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: center left, center right;
  padding-left: 40px;
}

.clasamente .accordion .card .card-body {
  padding: 0;
}

.clasamente .accordion .card .card-body .match {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
  padding: 10px 10px;
  position: relative;
}

.clasamente .accordion .card .card-body .status-finished {
  color: #222;
}

.clasamente .accordion .card .card-body .status {
  border-left-color: transparent;
  height: 100%;
  left: 0;
  font-size: 14px;
  position: absolute;
  padding: 12px 10px 10px 10px;
  top: 0;
  width: 130px;
  text-align: left;
}

.clasamente .accordion .card .card-body .team-logo {
  max-height: 30px;
  max-width: 30px;
  margin: 0  5px  0  5px;
}

.clasamente .accordion .card .card-body .secondTeam {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 60px;
  text-align: left;
  line-height: 1em !important;
}

.clasamente .accordion .card .card-body .team {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.clasamente .accordion .card .card-body .firstTeam {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 60px;
  text-align: right;
  line-height: 1em !important;
}

.clasamente .accordion .card .card-body .result {
  background: #04DB3B;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  margin: 3px 5px;
}

.clasamente .accordion .card .card-body .team-name {
  font-size: 14px;
  font-weight: 700;
}

.clasamente.articol .controller {
  max-width: 636px;
}

.clasamente.articol h2 {
  margin-top: 0;
}

.clasamente.articol .accordion .card .card-body .result {
  padding: 4px 9px;
}

.clasamente.articol .accordion .card .card-body .stripe.meci {
  height: auto;
}

.clasamente.articol .accordion .card .card-body .firstTeam {
  padding-top: 28px;
  padding-left: 10px;
  line-height: 1em;
}

.clasamente.articol .accordion .card .card-body .secondTeam {
  padding-top: 28px;
  padding-right: 10px;
  line-height: 1em;
}

.clasamente.articol .accordion .card .card-body .result {
  margin-top: 28px;
}

.clasamente.articol .accordion .card .card-body .status {
  width: 100%;
  text-align: center;
}

.clasamente.articol .accordion .card .card-header button {
  font-size: 16px;
}

.clasamente.categorie .controller {
  max-width: 100%;
  margin-bottom: 20px;
}

.clasamente.categorie h2 {
  margin-top: 0;
}

@media (max-width: 900px) {
  .clasamente.news-listing {
    padding-top: 10px;
  }
  .clasamente.news-listing .controller {
    background-color: #F4F4F4;
    padding: 20px !important;
  }
  .clasamente.news-listing .controller .stripe {
    height: auto;
  }
  .clasamente.news-listing .controller .head {
    text-align: center;
    height: auto;
  }
  .clasamente.news-listing .controller .etapa {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .clasamente.news-listing .controller .etapa .select {
    width: calc(100% - 94px);
  }
  .clasamente.news-listing .controller .accordion .card .card-body .result {
    padding: 4px 9px;
  }
  .clasamente.news-listing .controller .accordion .card .card-body .stripe.meci {
    height: auto;
  }
  .clasamente.news-listing .controller .accordion .card .card-body .firstTeam {
    padding-top: 28px;
    padding-left: 10px;
    line-height: 1em;
  }
  .clasamente.news-listing .controller .accordion .card .card-body .secondTeam {
    padding-top: 28px;
    padding-right: 10px;
    line-height: 1em;
  }
  .clasamente.news-listing .controller .accordion .card .card-body .result {
    margin-top: 28px;
  }
  .clasamente.news-listing .controller .accordion .card .card-body .status {
    width: 100%;
    text-align: center;
  }
  .clasamente.news-listing .controller .accordion .card .card-header button {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .team-logo {
    display: none;
  }
  .card-header {
    height: auto !important;
  }
  .card-header button {
    font-size: 14px !important;
    padding-right: 24px;
    height: auto !important;
  }
  .match {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .match .result {
    margin-top: 5px !important;
  }
  .match .secondTeam {
    padding-top: 5px !important;
  }
}

.gallery-body {
  border: none;
  margin: 50px 0;
  padding: 0;
}

@media all and (min-width: 1150px) {
  .gallery-body {
    margin: 0;
    padding: 0;
  }
}

.dag-gallery {
  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: #000;
}

@media all and (min-width: 1150px) {
  .dag-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.dag-gallery__logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  padding: 0 0 0 13px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 1150px) {
  .dag-gallery__logo {
    display: block;
    position: absolute;
    width: 300px;
    height: 70px;
    padding: 14px 0 0 18px;
  }
}

.dag-gallery__logo img {
  max-height: 30px;
  max-width: calc(100vw - 250px);
}

@media all and (min-width: 1150px) {
  .dag-gallery__logo img {
    max-height: 42px;
  }
}

.dag-gallery__logo span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: block;
  top: 25px;
  left: 100px;
  opacity: 0;
}

@media (hover: hover) {
  .dag-gallery__logo:hover span {
    left: 80px;
    opacity: 1;
  }
}

.dag-gallery__share {
  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;
  position: fixed;
  background-color: #333;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 50px;
  padding: 0 15px;
  position: fixed;
  right: 50px;
  top: 0;
  z-index: 101;
}

@media all and (min-width: 1150px) {
  .dag-gallery__share {
    position: absolute;
    height: 70px;
    right: 70px;
    padding: 0 20px;
  }
}

.dag-gallery__share a {
  opacity: .3;
  padding: 0 5px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 1150px) {
  .dag-gallery__share a {
    padding: 0 7px;
  }
}

@media (hover: hover) {
  .dag-gallery__share a:hover {
    opacity: 1;
  }
}

.dag-gallery__share img {
  width: 26px;
  height: 26px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__share img {
    width: 36px;
    height: 36px;
  }
}

.dag-gallery__close {
  display: block;
  position: fixed;
  z-index: 105;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background-color: #333;
  background-image: url(images/gallery-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__close {
    width: 70px;
    height: 70px;
    background-size: 24px;
  }
}

@media (hover: hover) {
  .dag-gallery__close:hover {
    background-color: #04DB3B;
  }
}

.dag-gallery__ads {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

@media all and (min-width: 1150px) {
  .dag-gallery__ads {
    padding-top: 0;
    padding-bottom: 0;
    width: 300px;
    height: 100vh;
    padding-top: 70px;
    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: 1150px) and (min-height: 750px) {
  .dag-gallery__ads {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.dag-gallery__wrapper {
  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: 1150px) {
  .dag-gallery__wrapper {
    width: calc(100% - 300px);
    height: 100vh;
  }
}

@media all and (min-width: 1150px) {
  .dag-gallery__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin: 20px 70px;
    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;
  }
}

.dag-gallery__main-link {
  display: block;
  width: 100%;
  text-align: center;
}

@media all and (min-width: 1150px) {
  .dag-gallery__main-link {
    position: relative;
    height: calc(100vh - 210px);
    padding-bottom: 0;
  }
}

@media all and (min-width: 1150px) {
  .dag-gallery__main-link img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}

.dag-gallery__video-thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

@media all and (min-width: 1150px) {
  .dag-gallery__video-thumb {
    position: relative;
    height: calc(100vh - 210px);
    padding-bottom: 0;
  }
}

.dag-gallery__video-thumb iframe,
.dag-gallery__video-thumb embed {
  width: 100%;
  height: 56.25vw;
}

@media all and (min-width: 1150px) {
  .dag-gallery__video-thumb iframe,
  .dag-gallery__video-thumb embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}

@media all and (min-width: 1150px) {
  .dag-gallery__video-thumb .video-js.vjs-fluid,
  .dag-gallery__video-thumb .video-js.vjs-16-9,
  .dag-gallery__video-thumb .video-js.vjs-4-3 {
    padding-top: 0;
    height: 100%;
  }
}

.dag-gallery__nav {
  position: fixed;
  bottom: 0;
  background-color: #333;
  z-index: 101;
  width: 51px;
  height: 50px;
  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: 1150px) {
  .dag-gallery__nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    height: auto;
    background-color: transparent;
  }
}

.dag-gallery__nav img {
  width: 14px;
  height: 26px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__nav img {
    width: 24px;
    height: 46px;
  }
}

@media (hover: hover) {
  .dag-gallery__nav:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.dag-gallery__nav--prev {
  left: 0;
  border-right: 1px solid #000;
}

@media all and (min-width: 1150px) {
  .dag-gallery__nav--prev {
    left: -70px;
    border-right: none;
  }
}

.dag-gallery__nav--next {
  right: 0;
  border-left: 1px solid #000;
}

@media all and (min-width: 1150px) {
  .dag-gallery__nav--next {
    right: -70px;
    border-left: none;
  }
}

.dag-gallery__about {
  color: #fff;
  padding: 15px;
  font-size: 18px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__about {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px 380px 0 70px;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
}

.dag-gallery__number {
  font-weight: 700;
  position: fixed;
  text-align: center;
  height: 50px;
  left: 51px;
  right: 51px;
  z-index: 102;
  bottom: 0;
  background-color: #333;
  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: 1150px) {
  .dag-gallery__number {
    position: static;
    display: block;
    height: auto;
    text-align-last: left;
    background-color: transparent;
    margin-right: 12px;
    line-height: 1.2;
  }
}

@media all and (min-width: 1150px) {
  .dag-gallery__desc {
    line-height: 1.2;
  }
}

.dag-gallery__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 10px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__all {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 140px);
    margin-left: 70px;
    margin-bottom: 0;
    padding-bottom: 5px;
    scrollbar-color: #555 #333;
    height: 100px;
  }
  .dag-gallery__all::-webkit-scrollbar {
    height: 15px;
    background-color: #333;
  }
  .dag-gallery__all::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 0;
  }
}

.dag-gallery__all__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dag-gallery__thumb {
  display: block;
  width: 140px;
  height: 0;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  background-color: #0f0f0f;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
          mask-image: -webkit-radial-gradient(white, black);
  margin-right: 5px;
}

.dag-gallery__thumb:last-child {
  margin-right: 0;
}

.dag-gallery__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.dag-gallery__thumb::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid transparent;
  -webkit-box-shadow: inset 0 0 10px 4px transparent;
  box-shadow: inset 0 0 10px 4px transparent;
}

@media (hover: hover) {
  .dag-gallery__thumb:hover::after {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.25);
  }
}

.dag-gallery__thumb--active::after {
  border-color: #04DB3B;
  -webkit-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.25);
}

.gallery-body {
  border: none;
  margin: 50px 0;
  padding: 0;
}

@media all and (min-width: 1150px) {
  .gallery-body {
    margin: 0;
    padding: 0;
  }
}

.dag-gallery {
  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: #000;
}

@media all and (min-width: 1150px) {
  .dag-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100vh;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.dag-gallery__logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  padding: 0 0 0 13px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 1150px) {
  .dag-gallery__logo {
    display: block;
    position: absolute;
    width: 300px;
    height: 70px;
    padding: 14px 0 0 18px;
  }
}

.dag-gallery__logo img {
  max-height: 30px;
  max-width: calc(100vw - 250px);
}

@media all and (min-width: 1150px) {
  .dag-gallery__logo img {
    max-height: 42px;
  }
}

.dag-gallery__logo span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  top: 25px;
  left: 100px;
  opacity: 0;
}

@media (hover: hover) {
  .dag-gallery__logo:hover span {
    left: 80px;
    opacity: 1;
  }
}

.dag-gallery__share {
  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;
  position: fixed;
  background-color: #333;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 50px;
  padding: 0 15px;
  position: fixed;
  right: 50px;
  top: 0;
  z-index: 101;
}

@media all and (min-width: 1150px) {
  .dag-gallery__share {
    position: absolute;
    height: 70px;
    right: 70px;
    padding: 0 20px;
  }
}

.dag-gallery__share a {
  opacity: .3;
  padding: 0 5px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 1150px) {
  .dag-gallery__share a {
    padding: 0 7px;
  }
}

@media (hover: hover) {
  .dag-gallery__share a:hover {
    opacity: 1;
  }
}

.dag-gallery__share img {
  width: 26px;
  height: 26px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__share img {
    width: 36px;
    height: 36px;
  }
}

.dag-gallery__close {
  display: block;
  position: fixed;
  z-index: 105;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background-color: #333;
  background-image: url(images/gallery/gallery-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__close {
    width: 70px;
    height: 70px;
    background-size: 24px;
  }
}

@media (hover: hover) {
  .dag-gallery__close:hover {
    background-color: #DC0510;
  }
}

.dag-gallery__ads {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

@media all and (min-width: 1150px) {
  .dag-gallery__ads {
    padding-top: 0;
    padding-bottom: 0;
    width: 300px;
    height: 100vh;
    padding-top: 70px;
    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: 1150px) and (min-height: 750px) {
  .dag-gallery__ads {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.dag-gallery__wrapper {
  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: 1150px) {
  .dag-gallery__wrapper {
    width: calc(100% - 300px);
    height: 100vh;
  }
}

@media all and (min-width: 1150px) {
  .dag-gallery__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    margin: 20px 70px;
    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;
  }
}

.dag-gallery__main-link {
  display: block;
  width: 100%;
  text-align: center;
}

@media all and (min-width: 1150px) {
  .dag-gallery__main-link {
    position: relative;
    height: calc(100vh - 210px);
    padding-bottom: 0;
  }
}

@media all and (min-width: 1150px) {
  .dag-gallery__main-link img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.dag-gallery__video-thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

@media all and (min-width: 1150px) {
  .dag-gallery__video-thumb {
    position: relative;
    height: calc(100vh - 210px);
    padding-bottom: 0;
  }
}

.dag-gallery__video-thumb iframe,
.dag-gallery__video-thumb embed {
  width: 100%;
  height: 56.25vw;
}

@media all and (min-width: 1150px) {
  .dag-gallery__video-thumb iframe,
  .dag-gallery__video-thumb embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

@media all and (min-width: 1150px) {
  .dag-gallery__video-thumb .video-js.vjs-fluid,
  .dag-gallery__video-thumb .video-js.vjs-16-9,
  .dag-gallery__video-thumb .video-js.vjs-4-3 {
    padding-top: 0;
    height: 100%;
  }
}

.dag-gallery__nav {
  position: fixed;
  bottom: 0;
  background-color: #333;
  z-index: 101;
  width: 51px;
  height: 50px;
  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: 1150px) {
  .dag-gallery__nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    height: auto;
    background-color: transparent;
  }
}

.dag-gallery__nav img {
  width: 14px;
  height: 26px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__nav img {
    width: 24px;
    height: 46px;
  }
}

@media (hover: hover) {
  .dag-gallery__nav:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.dag-gallery__nav--prev {
  left: 0;
  border-right: 1px solid #000;
}

@media all and (min-width: 1150px) {
  .dag-gallery__nav--prev {
    left: -70px;
    border-right: none;
  }
}

.dag-gallery__nav--next {
  right: 0;
  border-left: 1px solid #000;
}

@media all and (min-width: 1150px) {
  .dag-gallery__nav--next {
    right: -70px;
    border-left: none;
  }
}

.dag-gallery__about {
  color: #fff;
  padding: 15px;
  font-size: 18px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__about {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px 380px 0 70px;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}

.dag-gallery__about h1 {
  font-size: 16px;
  margin-bottom: 0;
}

@media all and (min-width: 1150px) {
  .dag-gallery__about h1 {
    font-size: 14px;
  }
}

.dag-gallery__about h1 span {
  display: inline-block;
}

.dag-gallery__caption {
  padding: 0 15px 15px;
  font-size: 16px;
  margin-top: -5px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__caption {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    font-size: 14px;
    padding: 0;
    margin: 0;
    height: 0;
    position: relative;
  }
}

@media all and (min-width: 1150px) {
  .dag-gallery__caption::before {
    content: 'i';
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 23px;
    top: -47px;
    padding-right: 1px;
  }
}

.dag-gallery__caption span {
  color: rgba(255, 255, 255, 0.5);
}

@media all and (min-width: 1150px) {
  .dag-gallery__caption span {
    color: #0F0F0F;
    display: block;
    position: absolute;
    left: 15px;
    width: 400px;
    top: 0;
    padding: 15px;
    background-color: #FFF;
    opacity: 0;
    pointer-events: none;
  }
}

@media all and (min-width: 1150px) {
  .dag-gallery__caption span::before {
    position: absolute;
    content: '';
    display: block;
    top: -7px;
    left: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #FFF transparent;
  }
}

@media all and (hover: hover) and (min-width: 1150px) {
  .dag-gallery__caption:hover span {
    opacity: 1;
  }
}

.dag-gallery__number {
  font-weight: bold;
  position: fixed;
  text-align: center;
  height: 50px;
  left: 51px;
  right: 51px;
  z-index: 102;
  bottom: 0;
  background-color: #333;
  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: 1150px) {
  .dag-gallery__number {
    position: static;
    display: block;
    height: auto;
    text-align-last: left;
    background-color: transparent;
    margin-right: 12px;
    line-height: 1.2;
    display: none;
  }
}

@media all and (min-width: 1150px) {
  .dag-gallery__desc {
    line-height: 1.2;
  }
}

.dag-gallery__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 10px;
}

@media all and (min-width: 1150px) {
  .dag-gallery__all {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(100% - 140px);
    margin-left: 70px;
    margin-bottom: 0;
    padding-bottom: 5px;
    scrollbar-color: #555 #333;
    height: 100px;
  }
  .dag-gallery__all::-webkit-scrollbar {
    height: 15px;
    background-color: #333;
  }
  .dag-gallery__all::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 0;
  }
}

.dag-gallery__all__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dag-gallery__thumb {
  display: block;
  width: 140px;
  height: 0;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  background-color: #0F0F0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
          mask-image: -webkit-radial-gradient(white, black);
  margin-right: 5px;
}

.dag-gallery__thumb:last-child {
  margin-right: 0;
}

.dag-gallery__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dag-gallery__thumb::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0);
}

@media (hover: hover) {
  .dag-gallery__thumb:hover::after {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.25);
  }
}

.dag-gallery__thumb--active::after {
  border-color: #DC0510;
  -webkit-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.25);
}

@media all and (min-width: 1150px) {
  .widget-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px 30px;
  }
}

@media all and (min-width: 1150px) {
  .widget-listing .news-item {
    width: 300px;
  }
}

.show-news {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media all and (min-width: 1150px) {
  .show-news {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.show-news .controller {
  max-width: 100%;
}

@media all and (min-width: 700px) {
  .show-news .controller {
    max-width: 540px;
  }
}

@media all and (min-width: 1150px) {
  .show-news .controller {
    max-width: 1020px;
  }
}

.show-news h5,
.show-news .ex-h5 {
  margin-left: 20px;
}

.show-news .widget-listing {
  margin-left: 20px;
  margin-right: 20px;
}

@media all and (min-width: 700px) {
  .show-news .widget-listing {
    margin-left: 0;
    margin-right: 0;
  }
}

.show-news .widget-listing .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  /*&:nth-child(even) {
				flex-direction: row-reverse;
				@media all and (min-width: 1150px) {
					flex-direction: column;
				}
			}*/
}

@media all and (min-width: 700px) {
  .show-news .widget-listing .news-item {
    margin: 0 20px 20px;
  }
}

@media all and (min-width: 1150px) {
  .show-news .widget-listing .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 300px;
    margin: 0;
  }
}

.show-news .widget-listing .news-item .thumb {
  width: 120px;
  padding-bottom: 120px;
}

@media all and (min-width: 700px) {
  .show-news .widget-listing .news-item .thumb {
    width: 250px;
    padding-bottom: 167px;
  }
}

@media all and (min-width: 1150px) {
  .show-news .widget-listing .news-item .thumb {
    width: 100%;
    padding-bottom: 66.66%;
  }
}

.show-news .widget-listing .news-item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #F4F4F4;
  padding: 0 0 12px 15px;
}

@media all and (min-width: 1150px) {
  .show-news .widget-listing .news-item-info {
    padding: 20px 0;
    background-color: transparent;
    border-bottom: none;
  }
}

.show-news .widget-listing .news-item-info h2,
.show-news .widget-listing .news-item-info .ex-h2 {
  font-size: 18px;
  line-height: 1.15;
}

@media all and (min-width: 700px) {
  .show-news .widget-listing .news-item-info h2,
  .show-news .widget-listing .news-item-info .ex-h2 {
    font-size: 20px;
  }
}

@media all and (min-width: 1150px) {
  .show-news .widget-listing .news-item-info h2,
  .show-news .widget-listing .news-item-info .ex-h2 {
    font-size: 22px;
    line-height: 1.1;
  }
}

.show-news .widget-listing .news-item-info h6,
.show-news .widget-listing .news-item-info .ex-h6 {
  font-size: 11px;
}

@media all and (min-width: 1150px) {
  .show-news .widget-listing .news-item-info h6,
  .show-news .widget-listing .news-item-info .ex-h6 {
    font-size: 14px;
  }
}

.new-show-news {
  background-color: #fff;
  padding-top: 0;
  position: relative;
}

@media all and (min-width: 1150px) {
  .new-show-news {
    background-color: transparent;
    padding-top: 30px;
  }
}

@media all and (min-width: 1150px) {
  .new-show-news::before {
    content: '';
    display: block;
    position: absolute;
    width: 1080px;
    height: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    top: 0;
  }
}

@media all and (min-width: 1150px) {
  .new-show-news .controller {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

@media all and (min-width: 1150px) {
  .new-show-news .widget-show-wide {
    margin-top: 0;
  }
}

@media all and (min-width: 1150px) {
  .new-show-news--non-full .bg-show-holder {
    max-width: 1020px;
    margin: 0 auto;
    -webkit-box-shadow: 30px 0 0 #fff, -30px 0 0 #fff;
            box-shadow: 30px 0 0 #fff, -30px 0 0 #fff;
  }
}

.sub-galerie {
  padding-top: 30px;
}

@media all and (min-width: 1150px) {
  .sub-galerie {
    padding-top: 50px;
  }
}

.sub-galerie::before {
  display: none;
}

@media all and (min-width: 1150px) {
  .sub-galerie .widget-listing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (min-width: 1150px) {
  .sub-galerie .widget-listing .news-item {
    margin: 0 15px 15px;
  }
}

.icon-galerie {
  width: 30px;
  height: 30px;
  background: #DC0510;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

@media all and (min-width: 1150px) {
  .icon-galerie {
    width: 50px;
    height: 50px;
  }
}

.icon-galerie img {
  width: 30px;
  height: 30px;
}

@media all and (min-width: 1150px) {
  .icon-galerie img {
    width: 50px;
    height: 50px;
  }
}

@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 */


/*suplimentar WP*/
.more-menu, .menu-item-has-children {
  background-image: url(images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 5px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
@media (hover: hover) {
  .more-menu, .menu-item-has-children:hover {
    color: #04DB3B;
    background-image: url(images/dropdown-arrow-red.svg);
  }
  .more-menu, .menu-item-has-children:hover a {
    color: #04DB3B;
  }
  .more-menu, .menu-item-has-children:hover ul {
    padding: 10px 0;
    height: auto;
  }
  .more-menu, .menu-item-has-children:hover ul a {
    color: #FFF;
  }
}
.more-menu, .menu-item-has-children ul {
  position: absolute;
  top: 41px;
  left: 0;
  background-color: #04DB3B;
  color: #FFF;
  list-style-type: none;
  z-index: 1;
  width: 188px;
  padding: 10px 0;
  overflow: hidden;
  height: 0;
  padding: 0;
}
.more-menu, .menu-item-has-children ul li {
  color: #FFF;
}
.more-menu, .menu-item-has-children ul li a {
  color: #FFF;
  padding: 11px 20px 10px;
  line-height: 1.1;
}
@media (hover: hover) {
  .more-menu, .menu-item-has-children ul li a:hover {
    color: #FFF;
    background-color: #03a92e;
  }
}
.breadcrumbs {
  line-height: 1.1;
  font-size: 12px;
  position: relative;
  margin-bottom: 10px;
  color: #04DB3B;
  font-weight: 400;
}

.breadcrumbs a {
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}
.logo span {
  top: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.center {
  width: 1014px;
  margin: 0 auto 20px;
}
.red {
  background: #dc0510 !important;
}
.yellow {
  background-color: #ebeb00 !important;
  color: #222 !important;
}
footer .cookiepro {
    margin-bottom: 20px;
}
.controller {
  background-color: #fff;
}

/*END suplimentar WP*/