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

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

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

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

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

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

body {
  font-family: "amfibia", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #201A38;
  background-color: #FFF;
  padding-top: 65px;
}

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

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

body.article-body {
  margin-bottom: 48px;
}

@media all and (min-width: 700px) {
  body.article-body {
    padding-top: 65px;
  }
}

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

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

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

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

strong {
  font-weight: bold;
}

h1,
.ex-h1 {
  font-size: 26px;
  font-family: "amfibia", sans-serif;
  font-weight: bold;
}

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

h2,
.ex-h2 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-family: "amfibia", sans-serif;
  font-weight: bold;
}

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

h3,
.ex-h3 {
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
  font-family: "amfibia", sans-serif;
  font-weight: bold;
}

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

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

@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: bold;
}

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

p {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
}

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

input,
textarea,
select {
  font-family: "amfibia", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #201A38;
  background-color: #FFF;
  font-weight: normal;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #C3C1C9;
  outline: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 16px 17px 14px;
}

input.half,
textarea.half,
select.half {
  width: calc((100% - 10px) / 2);
}

input:focus,
textarea:focus,
select:focus {
  background-image: -webkit-gradient(linear, right top, left top, from(#FFF), to(#F2F2F3));
  background-image: linear-gradient(270deg, #FFF 0%, #F2F2F3 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: #F20000;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  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: #ce0000;
}

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

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

.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: 90px;
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 10;
}

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

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

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

@media all and (min-width: 1150px) {
  .header + .ads-div .controller {
    -webkit-box-shadow: inset 0 1px 0 #C3C1C9;
            box-shadow: inset 0 1px 0 #C3C1C9;
    padding-top: 30px;
  }
}

.logo-band {
  height: 65px;
  overflow: hidden;
  width: 100%;
  background-color: #F20000;
  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: 0 13px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media all and (min-width: 1150px) {
  .logo-band {
    height: 65px;
    padding: 0 144px 0 0;
    overflow: visible;
    background-size: 400px;
    background-position: -40px -80px;
  }
}

.logo-band h1 {
  margin: 0;
  font-size: 0;
  padding: 0 12px;
}

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

.logo,
.logo-container {
  display: block;
  height: 49px;
  padding: 0 12px;
}

@media all and (min-width: 1150px) {
  .logo,
  .logo-container {
    padding: 0 30px;
  }
}

.logo img,
.logo-container img {
  height: 49px;
}

@media (hover: hover) {
  .logo:hover,
  .logo-container:hover {
    display: block;
  }
}

.logo-container {
  background-image: url(../images/spy-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0;
  height: 49px;
  width: 202px;
}

.main-menu {
  display: none;
  color: #FFF;
}

@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: bold;
    font-size: 15px;
    padding: 0;
    margin: 0;
  }
}

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

.main-menu li > a::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  background-color: #FFF;
  opacity: 0;
}

@media (hover: hover) {
  .main-menu li:hover > a::after {
    opacity: 1;
  }
}

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

@media (hover: hover) {
  .more-menu:hover ul {
    padding: 12px 0;
    height: auto;
  }
  .more-menu:hover ul a {
    color: #201A38;
  }
}

.more-menu ul {
  position: absolute;
  top: 41px;
  left: -12px;
  background-color: transparent;
  color: #FFF;
  list-style-type: none;
  z-index: 1;
  width: 220px;
  padding: 0;
  overflow: hidden;
  height: 0;
  padding: 0;
}

.more-menu ul li {
  color: #201A38;
}

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

.more-menu ul li a:last-child {
  -webkit-box-shadow: 0 12px 0 #F20000;
          box-shadow: 0 12px 0 #F20000;
}

@media (hover: hover) {
  .more-menu ul li a:hover {
    color: #FFF;
    background-color: #bf0000;
  }
  .more-menu ul li a:hover::after {
    display: none;
  }
}

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

.menu-item-icon {
  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: #F20000;
  }
}

.live-band {
  display: block;
  background-color: #201A38;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  width: 100%;
  height: 47px;
  padding: 10px 13px;
  position: relative;
}

@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: 3px 30px 0;
  }
}

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

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

.live-band.standalone {
  height: auto;
}

@media all and (min-width: 1150px) {
  .live-band.standalone {
    height: 47px;
    margin-top: 30px;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }
}

.live-band.standalone .link-antenaplay {
  top: 8px;
}

@media all and (min-width: 1150px) {
  .live-band.standalone .link-antenaplay {
    top: 0;
    height: 47px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media all and (min-width: 1150px) {
  .live-band.standalone .link-antenaplay img {
    width: 24px;
    margin-top: 1px;
    margin-right: 20px;
  }
}

@media all and (min-width: 1150px) {
  .live-band.standalone .link-antenaplay > span {
    font-size: 14px;
    margin-top: 2px;
  }
}

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

.bulina {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 2px;
}

@media all and (min-width: 1150px) {
  .bulina {
    width: 11px;
    height: 11px;
    margin-top: 3px;
    margin-right: 8px;
  }
}

.bulina.bulina-rosie {
  background-color: #F20000;
}

.bulina.bulina-verde {
  background-color: #428bca;
}

.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: 10px;
  top: 0;
  width: 47px;
  height: 47px;
  padding-top: 1px;
}

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

.link-antenaplay span {
  position: relative;
  display: block;
  color: #FFF;
  font-weight: bold;
  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;
}

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

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

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

.licurici-live {
  display: inline-block;
  background-color: #F20000;
  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: bold;
}

@media all and (min-width: 1150px) {
  .events-band {
    height: 47px;
    background-color: transparent;
    overflow: visible;
    font-size: 16px;
  }
}

.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: 100%;
    margin: 0;
    -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: 14px 13px 0;
  height: 43px;
  border-right: 1px solid #C3C1C9;
}

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

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

.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: #C3C1C9;
}

.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: #201A38;
  border-radius: 100px;
  width: 87px;
  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:not(#twitter-widget-0),
.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: 20px 20px 15px;
  background-color: #FFF;
}

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

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

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

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

p.bumbi {
  padding-left: 0;
  font-weight: normal;
  opacity: 1;
  font-size: 16px;
  line-height: 1.3;
}

p.bumbi.link-decoration {
  color: #F20000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid rgba(242, 0, 0, 0);
  display: inline-block;
}

p.bumbi.link-decoration:hover {
  border-bottom: 1px solid #F20000;
}

.ads-div {
  background-color: #F2F2F3;
  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;
}

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

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

.ads-div .banner-photo {
  max-width: 1150px;
}

.banner-photo {
  max-width: 1150px;
}

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

@media all and (min-width: 1150px) {
  .hero .controller {
    position: relative;
  }
}

@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;
    display: none;
  }
}

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

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

@media all and (min-width: 1150px) {
  .hero .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 1150px) {
  .hero .thumb {
    width: 63.85%;
    padding-bottom: 0;
    height: auto;
  }
}

.hero .news-item-info {
  background-color: #201A38;
  color: #FFF;
}

@media all and (min-width: 1150px) {
  .hero .news-item-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 394px;
    padding: 30px 30px 20px;
  }
}

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

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

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

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

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

.hero.breaking-news .news-item-info {
  padding-top: 25px;
  position: relative;
}

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

.hero.breaking-news .news-item-info h3,
.hero.breaking-news .news-item-info .ex-h3 {
  position: absolute;
  z-index: 10;
  background-color: #FFDC00;
  display: block;
  font-size: 24px;
  letter-spacing: 1px;
  left: 50px;
  right: 50px;
  top: -30px;
  text-align: center;
  color: #201A38;
  height: 40px;
  padding-top: 10px;
}

@media all and (min-width: 1150px) {
  .hero.breaking-news .news-item-info h3,
  .hero.breaking-news .news-item-info .ex-h3 {
    top: 30px;
    left: 30px;
    right: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255, 220, 0, 0.9);
  }
}

.hero.breaking-news .breaking-news-title {
  margin: 0 0 12px;
}

.hero.breaking-news h2,
.hero.breaking-news .ex-h2 {
  background-color: #FFDC00;
  color: #201A38;
  display: inline;
  padding: 4px 4px 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.hero.breaking-news-no-photo .news-item-info {
  padding-top: 20px;
  text-align: center;
}

@media all and (min-width: 1150px) {
  .hero.breaking-news-no-photo .news-item-info {
    padding-top: 30px;
    min-height: 0;
  }
}

.hero.breaking-news-no-photo .news-item-info h3,
.hero.breaking-news-no-photo .news-item-info .ex-h3 {
  position: static;
  font-size: 10vw;
  height: auto;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media all and (min-width: 1150px) {
  .hero.breaking-news-no-photo .news-item-info h3,
  .hero.breaking-news-no-photo .news-item-info .ex-h3 {
    background-color: #FFDC00;
    font-size: 48px;
    margin-bottom: 25px;
    padding-top: 14px;
  }
}

.hero.breaking-news-no-photo h2,
.hero.breaking-news-no-photo .ex-h2 {
  color: #FFDC00;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  font-size: 30px;
}

@media all and (min-width: 1150px) {
  .hero.breaking-news-no-photo h2,
  .hero.breaking-news-no-photo .ex-h2 {
    font-size: 48px;
  }
}

.hero.breaking-news-no-photo .bumbi {
  list-style-type: none;
}

@media all and (min-width: 1150px) {
  .hero.breaking-news-no-photo .bumbi {
    font-size: 18px;
  }
}

.hero.hero-big {
  min-height: 440px;
}

@media all and (min-width: 1150px) {
  .hero.hero-big .news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 1150px) {
  .hero.hero-big .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media all and (min-width: 1150px) {
  .hero.hero-big .news-item-info {
    width: auto;
    min-height: 0;
    margin: -90px 90px 0;
  }
}

.hero.hero-big .news-item-info h2,
.hero.hero-big .news-item-info .ex-h2 {
  margin-bottom: 0;
}

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

.hero.hero-big .news-item-info .bumbi {
  margin-top: 12px;
}

@media all and (min-width: 1150px) {
  .hero.hero-big .news-item-info .bumbi {
    margin-top: 18px;
  }
}

.hero.hero-big.exclusiv .news-item-info::before {
  content: '';
  display: block;
  position: absolute;
  bottom: calc(100% - 22px);
  right: 20px;
  width: 94px;
  height: 43px;
  background-image: url(../images/exclusiv.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (min-width: 1150px) {
  .hero.hero-big.exclusiv .news-item-info::before {
    right: 30px;
    width: 168px;
    height: 77px;
    bottom: calc(100% - 40px);
  }
}

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

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

@media all and (min-width: 1150px) {
  .hero-secundar .controller {
    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) {
  .hero-secundar .news-item {
    width: calc((100% - 2px) / 3);
    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) {
  .hero-secundar .news-item + .news-item {
    -webkit-box-shadow: -1px 0 0 rgba(32, 26, 56, 0.9);
            box-shadow: -1px 0 0 rgba(32, 26, 56, 0.9);
  }
}

.hero-secundar .news-item-info {
  background-color: #201A38;
  color: #FFF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.hero-secundar .news-item-info h2,
.hero-secundar .news-item-info .ex-h2 {
  margin-bottom: 0;
}

@media all and (min-width: 1150px) {
  .hero-secundar .news-item-info h2,
  .hero-secundar .news-item-info .ex-h2 {
    font-size: 22px;
    line-height: 1.25;
  }
}

.hero-secundar .bumbi {
  margin-top: 12px;
}

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

@media all and (max-width: 700px) {
  .hero-secundar.small-thumbs .news-item {
    background-color: #201A38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 700px) {
  .hero-secundar.small-thumbs .news-item + .news-item::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    left: 20px;
    right: 20px;
  }
}

@media all and (max-width: 700px) {
  .hero-secundar.small-thumbs .thumb {
    width: 90px;
    padding-bottom: 90px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media all and (max-width: 700px) {
  .hero-secundar.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) {
  .hero-secundar.small-thumbs .news-item-info h2,
  .hero-secundar.small-thumbs .news-item-info .ex-h2 {
    font-size: 20px;
    margin-bottom: 7px;
  }
}

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

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

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

@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: #FFF;
    padding: 16px 45px 15px;
  }
}

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

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

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

@media all and (min-width: 1150px) {
  .news-listing.no-title .controller {
    padding-top: 30px;
  }
}

@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: #F2F2F3;
    padding: 33px 90px 30px;
    position: relative;
    -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;
    display: none;
  }
}

.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: #201A38;
  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;
  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 {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    position: static;
    margin-bottom: 25px;
    font-size: 30px;
  }
}

@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 {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    left: 90px;
    right: 90px;
    bottom: 15px;
    background-color: #F20000;
    display: none;
  }
}

.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 0 2px;
  position: relative;
  z-index: 1;
  border-bottom: 5px solid #F20000;
}

@media all and (min-width: 1150px) {
  .news-listing .controller > h2 span,
  .news-listing .controller > .ex-h2 span,
  .news-listing .controller > h3 span,
  .news-listing .controller > .ex-h3 span {
    border-bottom: 7px solid #F20000;
    background-color: transparent;
  }
}

@media all and (min-width: 1150px) {
  .news-listing .news-item {
    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;
  }
}

@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 .ex-h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

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

.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;
  }
}

@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: #F20000;
  }
}

.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 {
  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 {
    font-size: 22px;
  }
}

.news-listing.titles-only.titles-only-small .news-item::after {
  content: '';
  display: block;
  height: 1px;
  width: 33%;
  background-color: #C3C1C9;
  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:not(.large-news-item) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 700px) {
  .news-listing.small-thumbs .news-item:not(.large-news-item) .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 .news-item:not(.large-news-item) .bracket {
    display: none;
  }
}

@media all and (max-width: 700px) {
  .news-listing.small-thumbs .news-item:not(.large-news-item) .news-item-info {
    width: calc(100vw - 110px);
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: transparent;
  }
}

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

@media all and (max-width: 700px) {
  .news-listing.small-thumbs .news-item:not(.large-news-item) .news-item-info .bumbi {
    width: calc(100vw - 40px);
  }
}

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

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

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

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

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

@media all and (min-width: 1150px) {
  .video-widget {
    padding-top: 70px;
  }
}

@media all and (min-width: 1150px) {
  .video-widget .controller {
    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;
    display: none;
  }
}

.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: #201A38;
  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: -60px;
    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: #F20000;
    display: none;
  }
}

.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 0 2px;
  position: relative;
  z-index: 1;
  border-bottom: 5px solid #F20000;
}

@media all and (min-width: 1150px) {
  .video-widget .controller > h2 span,
  .video-widget .controller > .ex-h2 span,
  .video-widget .controller > h3 span,
  .video-widget .controller > .ex-h3 span {
    border-bottom: 7px solid #F20000;
  }
}

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

.trending {
  padding: 30px 0;
  font-family: "amfibia", sans-serif;
}

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

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

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

@media all and (min-width: 1150px) {
  .trending .controller > h2,
  .trending .controller > .ex-h2,
  .trending .controller > h3,
  .trending .controller > .ex-h3 {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    position: static;
    top: -60px;
    right: 0;
    left: 0;
    height: 30px;
    margin-bottom: 36px;
    font-size: 30px;
  }
}

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

.trending .controller > h2 span,
.trending .controller > .ex-h2 span,
.trending .controller > h3 span,
.trending .controller > .ex-h3 span {
  display: inline-block;
  padding: 0 0 2px;
  position: relative;
  z-index: 1;
  border-bottom: 5px solid #F20000;
}

@media all and (min-width: 1150px) {
  .trending .controller > h2 span,
  .trending .controller > .ex-h2 span,
  .trending .controller > h3 span,
  .trending .controller > .ex-h3 span {
    border-bottom: 7px solid #F20000;
  }
}

@media all and (min-width: 1150px) {
  .trending + .ads-div {
    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: bold;
  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: #F20000;
  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: #F20000;
  }
}

@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;
  display: none !important;
}

.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: #201A38;
  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: normal;
  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: #201A38;
}

@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: 415px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 2px;
  }
  .more-videos::-webkit-scrollbar {
    width: 8px;
    background-color: #201A38;
  }
  .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: bold;
  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: 83px;
    overflow: hidden;
  }
}

.more-videos-container .news-item .thumb {
  background-color: #201A38;
}

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

.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 {
  font-size: 14px;
  margin-bottom: 4px;
}

@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 {
    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 #201A38;
}

@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: #F20000;
}

.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(32, 26, 56, 0.9);
    padding: 20px 30px 15px;
    width: 100%;
  }
}

@media all and (min-width: 1150px) {
  .main-video .news-item-info h2,
  .main-video .news-item-info .ex-h2 {
    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: #F2F2F3;
  padding: 40px 8vw 35px;
  text-align: center;
}

@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;
  display: none;
}

footer ul {
  list-style-type: none;
  color: #F20000;
  font-size: 14px;
  font-weight: bold;
  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(242, 0, 0, 0);
    padding: 0;
    margin-bottom: 4px;
  }
}

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

@media all and (min-width: 1150px) {
  footer ul li::after {
    content: '•';
    color: #201A38;
    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;
}

.logos-holder {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logos-holder a {
  width: auto;
  position: relative;
  display: inline-block;
  margin: 0 18px 10px;
}

.logos-holder a.logo-a1 {
  width: 38px;
  height: 45px;
}

.logos-holder a.logo-observator {
  width: 150px;
  height: 28px;
}

.logos-holder a.logo-antenasport {
  width: 176px;
  height: 28px;
}

.logos-holder a.logo-antenastars {
  width: 109px;
  height: 44px;
}

.logos-holder a.logo-happy {
  width: 90px;
  height: 37px;
}

.logos-holder a.logo-zutv {
  width: 56px;
  height: 52px;
}

.logos-holder a.logo-lajumate {
  width: 83px;
  height: 42px;
}

.logos-holder a.logo-radiozu {
  width: 62px;
  height: 37px;
}

.logos-holder a.logo-retete {
  width: 160px;
  height: 30px;
}

.logos-holder a.logo-catine {
  width: 143px;
  height: 24px;
}

.logos-holder a.logo-spynews {
  width: 126px;
  height: 23px;
}

.logos-holder a.logo-social-footer {
  width: 45px;
  height: 45px;
}

.logos-holder a img {
  position: absolute;
  left: 0;
}

.logos-holder a:hover .logo-bw {
  opacity: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.logos-holder--social {
  margin-top: 30px;
}

.logos-holder--social a {
  margin: 0 4px 10px;
}

.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 .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: #C3C1C9;
  }
}

.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: 0px;
}

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

.article-wrapper p {
  line-height: 1.45;
  color: rgba(32, 26, 56, 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: #F20000;
  border-bottom: none;
  -webkit-box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #FFF;
          box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #FFF;
  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: none;
    -webkit-box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #F20000;
            box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #F20000;
  }
}

.article-wrapper ul:not(.taguri):not(.lista-linkuri-in-article),
.article-wrapper ol {
  line-height: 1.45;
  color: rgba(32, 26, 56, 0.8);
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  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: 20px;
    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: #F20000;
  border-bottom: none;
  -webkit-box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #FFF;
          box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #FFF;
  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: none;
    -webkit-box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #F20000;
            box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #F20000;
  }
}

.article-wrapper h2,
.article-wrapper .ex-h2,
.article-wrapper h3,
.article-wrapper .ex-h3 {
  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 .ex-h2,
  .article-wrapper h3,
  .article-wrapper .ex-h3 {
    max-width: 636px;
    font-size: 28px;
    margin-top: 45px;
    margin-bottom: 25px;
  }
}

.article-wrapper h2 a,
.article-wrapper .ex-h2 a,
.article-wrapper h3 a,
.article-wrapper .ex-h3 a {
  color: #F20000;
  border-bottom: 1px solid rgba(242, 0, 0, 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 .ex-h2 a:hover,
  .article-wrapper h3 a:hover,
  .article-wrapper .ex-h3 a:hover {
    border-bottom: 1px solid #F20000;
  }
}

.article-wrapper .bumbi {
  opacity: 1;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(32, 26, 56, 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: #F20000;
  border-bottom: 1px solid rgba(242, 0, 0, 0);
}

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

.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: 30px;
    left: 30px;
  }
}

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

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

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

.article-wrapper .ads-div iframe:not(#twitter-widget-0),
.article-wrapper .ig-ads iframe:not(#twitter-widget-0) {
  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;
  background-color: #F2F2F3;
  display: block;
  position: relative;
  padding: 50px 20px 18px;
  text-align: center;
}

@media all and (min-width: 1150px) {
  .article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media) {
    max-width: 636px;
    padding: 68px 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;
  display: none;
}

@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: 20px;
  height: 20px;
  background-image: url(../images/icon-citat.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  display: block;
}

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

.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: bold;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "amfibia", sans-serif;
}

@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: normal;
  margin-bottom: 0;
  font-family: "amfibia", sans-serif;
}

.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: 1150px !important;
  }
}

.article-wrapper .main-article-image iframe:not(#twitter-widget-0),
.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 .main-article-image iframe:not(#twitter-widget-0),
  .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 {
  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 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
    width: 1090px !important;
    height: 613px !important;
    padding: 0 !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: #201A38;
  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: #FFDC00;
  color: #201A38;
  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: #FFDC00;
  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: -68px;
}

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

.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 h3 span.event-live-ora,
.article-wrapper .header-event-live .ex-h3 span.event-live-ora {
  background-color: #F20000;
  color: #FFF;
  font-size: 14px;
  padding: 7px 8px 6px;
}

.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: #F2F2F3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 10px 5px;
}

.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;
    padding: 40px 0 30px;
    position: relative;
  }
}

@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;
  margin-bottom: 18px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #F20000;
  letter-spacing: .25px;
}

@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: #F20000;
  border-bottom: none;
  -webkit-box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #FFF;
          box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #FFF;
  font-weight: bold;
  font-weight: normal;
}

@media (hover: hover) {
  .article-hero h6 a:hover,
  .article-hero .ex-h6 a:hover {
    border-bottom: none;
    -webkit-box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #F20000;
            box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #F20000;
  }
}

.article-hero h6 .breadcrumbs__titlu,
.article-hero .ex-h6 .breadcrumbs__titlu {
  text-transform: none;
}

.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;
    width: calc(100% - 332px);
  }
}

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

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

.title-wrapper {
  font-size: 26px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  font-family: "amfibia", sans-serif;
}

@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: bold;
}

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

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

.autor-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

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

.autor-data p {
  font-size: 14px;
  color: rgba(32, 26, 56, 0.6);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}

.autor-data p a {
  color: #F20000;
  font-weight: bold;
  line-height: 1.2;
}

.autor__foto {
  width: 70px !important;
  padding-bottom: 70px !important;
  border-radius: 200px;
  margin-right: 15px;
  margin-left: -2px;
  height: 0 !important;
}

@media all and (min-width: 1150px) {
  .autor__foto {
    margin-right: 20px;
    width: 80px;
    padding-bottom: 80px;
  }
}

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

.deschidere-autor .autor__foto {
  margin-right: -2px;
  margin-left: 15px;
}

@media all and (min-width: 1150px) {
  .deschidere-autor .autor__foto {
    width: 120px !important;
    height: 120px !important;
    margin-left: 30px;
  }
}

h6 + .deschidere-autor,
.ex-h6 + .deschidere-autor {
  padding-top: 15px;
}

@media all and (min-width: 1150px) {
  h6 + .deschidere-autor,
  .ex-h6 + .deschidere-autor {
    padding-top: 25px;
  }
}

.deschidere-autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 20px 20px;
  width: 100%;
}

@media all and (min-width: 1150px) {
  .deschidere-autor {
    padding: 0 0 35px;
  }
}

.deschidere-autor__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.deschidere-autor h1,
.deschidere-autor .ex-h1 {
  padding: 0 !important;
}

.deschidere-autor p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

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

@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: #F2F2F3;
    padding: 0;
  }
}

@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;
    display: none;
  }
}

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

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

.article-image iframe:not(#twitter-widget-0),
.article-image embed,
.article-image .video-js,
.article-image .video-js.vjs-16-9 {
  margin: 0 !important;
}

@media all and (min-width: 1150px) {
  .article-image .video-js,
  .article-image .video-js.vjs-16-9 {
    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: 0;
  }
}

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

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

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

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

.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: #F20000;
  }
}

.link-galerie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  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: 30px;
    left: 30px;
  }
}

.link-galerie::before, .link-galerie::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #201A38;
  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;
  margin-right: 10px;
}

@media all and (min-width: 1150px) {
  .link-galerie img {
    width: 50px;
    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 #C3C1C9;
  margin-bottom: 22px;
  position: relative;
}

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

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

.photo-caption p {
  color: rgba(32, 26, 56, 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: bold;
}

.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 {
    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 iframe:not(#twitter-widget-0) {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

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

.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: 82px;
}

.linkuri-in-article {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #F2F2F3;
  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;
  display: none;
}

@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: #F20000;
  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;
  font-family: "amfibia", sans-serif;
}

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

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

.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: #F20000;
  }
}

.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;
  background-color: #F2F2F3;
  display: block;
  position: relative;
  padding: 60px 20px 20px;
  text-align: center;
}

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

.cifra::before, .cifra::after {
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  left: 20px;
  right: 20px;
  display: none;
}

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

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

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

.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: normal;
  margin-bottom: 0;
  line-height: 1.4;
}

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

.highlight-area {
  background-color: #F2F2F3;
  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;
  }
}

.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: #F20000;
  margin-right: 2px;
  margin-bottom: 3px;
  padding: 3px 10px;
  background: #F2F2F3;
  border-radius: 20px;
}

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

.share-buttons {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 48px;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

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

@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: bold;
  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: 16px;
    padding: 22px 30px 20px 55px;
    background-size: 30px;
  }
}

.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-family: "amfibia", sans-serif;
}

.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: #F2F2F3;
  color: #F20000;
  text-transform: uppercase;
  font-weight: bold;
  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: #eaeaec;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 46px 90px 1px;
    position: relative;
  }
}

@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 .controller > h6,
.listing-categorie .controller > .ex-h6 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: normal;
  padding: 25px 20px 0;
}

.listing-categorie .controller > .ex-h6 .breadcrumbs__titlu {
  color: #F20000;
  font-weight:bold;
}

@media all and (min-width: 1150px) {
  .listing-categorie .controller > h6,
  .listing-categorie .controller > .ex-h6 {
    font-size: 14px;
    padding: 0;
  }
}

.listing-categorie .controller > h6 a,
.listing-categorie .controller > .ex-h6 a {
  color: #F20000;
  border-bottom: none;
  -webkit-box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #FFF;
          box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #FFF;
  font-weight: bold;
}

@media (hover: hover) {
  .listing-categorie .controller > h6 a:hover,
  .listing-categorie .controller > .ex-h6 a:hover {
    border-bottom: none;
    -webkit-box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #F20000;
            box-shadow: inset 0 -3px 0 #FFF, inset 0 -4px 0 #F20000;
  }
}

.listing-categorie h1,
.listing-categorie .ex-h1 {
  padding: 20px 20px 14px;
  margin-bottom: 0;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: .5px;
  width: 100%;
  font-family: "amfibia", sans-serif;
}

@media all and (min-width: 1150px) {
  .listing-categorie h1,
  .listing-categorie .ex-h1 {
    padding: 21px 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 .news-item.first-news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 1150px) {
  .listing-categorie .news-item.first-news-item .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}

@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;
    background-color: #F2F2F3;
  }
}

@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: 82px;
}

.descriere-categorie {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
}

@media all and (min-width: 1150px) {
  .descriere-categorie {
    padding: 0;
    margin-top: -20px;
  }
}

.descriere-categorie__more {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.descriere-categorie__more::before {
  content: '';
  display: block;
  position: absolute;
  height: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 15%, rgba(255, 255, 255, 0) 100%);
}

@media all and (min-width: 1150px) {
  .descriere-categorie__more::before {
    height: 100px;
  }
}

.descriere-categorie__more img {
  width: 20px;
  position: relative;
  z-index: 1;
}

.descriere-categorie--less {
  max-height: none;
  padding-bottom: 30px;
}

.descriere-categorie--less .descriere-categorie__more::before {
  height: 0;
}

.descriere-categorie--less .descriere-categorie__more img {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.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;
  }
}

.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: #FFF;
  font-weight: normal;
  font-size: 18px;
}

.pagination a {
  color: #F20000;
  border: 1px solid rgba(242, 0, 0, 0);
  font-weight: bold;
}

@media all and (min-width: 1150px) {
  .pagination a {
    background-color: #F2F2F3;
  }
}

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

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

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

.pagination div {
  background-color: transparent;
  font-weight: normal;
  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(242, 0, 0, 0);
  font-family: "amfibia", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background-color: #F2F2F3;
}

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

.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: #F2F2F3;
  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: #F20000;
  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: #F20000;
}

.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), #F20000;
}

.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: #d7d7db;
  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: bold;
}

.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: #d7d7db;
  color: #201A38;
  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: #d2d2d6;
  }
}

@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-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 #C3C1C9;
  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 #F20000;
  }
}

.sticky-replacement {
  display: none;
  position: absolute;
  background-color: #000;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.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: #d7d7db;
  padding-bottom: 56.25%;
}

@media all and (min-width: 1150px) {
  .sticky-video {
    height: 647px;
  }
}

.sticky-video .sticky-replacement {
  display: block;
}

.sticky-video .video-container {
  position: fixed;
  top: 65px;
  left: 20px;
  -webkit-box-shadow: 0 -120px 30px 80px #FFF;
          box-shadow: 0 -120px 30px 80px #FFF;
  z-index: 990;
}

@media all and (min-width: 700px) {
  .sticky-video .video-container {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 97px;
    right: 30px;
    left: auto;
  }
}

@media all and (min-width: 1150px) {
  .sticky-video .video-container {
    z-index: 1010;
  }
}

.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;
  }
}

.fader {
  display: none;
  background-color: rgba(32, 26, 56, 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: #F2F2F3;
}

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

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

.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: #F20000;
  mix-blend-mode: normal;
}

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

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

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

.search-modal label {
  font-weight: bold;
  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 {
  margin: 0;
  border-right: none;
  padding-right: 0;
}

.search-modal .search-inner-wrapper button {
  margin: 0;
  font-weight: bold;
  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-rosu.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #C3C1C9;
  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: bold;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-meniu ul li {
  width: 100%;
}

.popup-meniu ul li:last-child a {
  border-bottom: none;
}

.popup-meniu ul li ul {
  padding: 0 0 10px 0;
  overflow: auto;
}

.popup-meniu ul li ul li:last-child a {
  border-bottom: 1px dotted #C3C1C9;
}

.popup-meniu ul li ul a {
  color: #201A38;
  font-size: 15px;
  padding: 8px 10px 5px;
}

.popup-meniu ul a {
  display: block;
  border-bottom: 1px dotted #C3C1C9;
  padding: 10px 10px 8px;
  color: #F20000;
  font-size: 17px;
}

.popup-meniu .bracket {
  top: -20px;
  bottom: -20px;
  background-color: #F20000;
  mix-blend-mode: normal;
}

.popup-meniu .bracket::before, .popup-meniu .bracket::after {
  background-color: #F20000;
}

.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;
  }
}

.subiect-title {
  background-color: #F2F2F3;
  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: #F20000;
  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: bold;
  line-height: 1;
}

.subiect-title > span:not(.subiect-no) {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -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-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: #C3C1C9;
}

.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: #F20000;
  }
}

.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: #F20000;
  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-div {
  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-div {
    text-align: center;
    padding-right: 40px;
  }
}

.stire-actualizata {
  position: fixed;
  bottom: 48px;
  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: #F20000;
  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;
  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);
  }
}

.slider-deschidere {
  padding-bottom: 30px;
}

@media all and (min-width: 1150px) {
  .slider-deschidere {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.slider-deschidere .thumb {
  padding-bottom: 53.93%;
}

.main-image .thumb {
  display: none;
}

@media all and (min-width: 700px) {
  .main-image .thumb {
    display: block;
  }
}

.main-image .thumb.thumb-mobile {
  display: block;
  padding-bottom: 147%;
}

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

.elemente-slide {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (min-width: 1150px) {
  .elemente-slide {
    padding-top: 10px;
  }
}

.elemente-slide li {
  width: calc((100% - 20px) / 5);
  position: relative;
}

@media all and (min-width: 1150px) {
  .elemente-slide li {
    width: calc((100% - 40px) / 5);
  }
}

.elemente-slide li::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid rgba(242, 0, 0, 0);
  cursor: pointer;
}

@media all and (min-width: 1150px) {
  .elemente-slide li::after {
    border-width: 8px;
  }
}

.elemente-slide li.active::after {
  border-color: #F20000;
}

.elemente-slide li:hover::after {
  border-color: rgba(255, 255, 255, 0.5);
}

.related-in-articol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 20px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (min-width: 1150px) {
  .related-in-articol {
    padding: 30px 0 20px;
    max-width: 970px;
    margin: 20px auto 0;
  }
}

.related-in-articol > p {
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  margin-bottom: 15px;
}

.related-in-articol .news-item {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}

@media all and (min-width: 1150px) {
  .related-in-articol .news-item {
    width: calc((100% - 60px) / 4);
  }
}

.related-in-articol .thumb {
  height: 0;
  padding-bottom: 56.25%;
}

.related-in-articol .news-item-info {
  padding: 15px 0;
  background-color: transparent;
}

.related-in-articol .news-item-info h6,
.related-in-articol .news-item-info .ex-h6 {
  margin-bottom: 5px;
}

.related-in-articol .news-item-info h2,
.related-in-articol .news-item-info .ex-h2 {
  margin: 0;
  max-width: 100%;
  font-size: 16px;
}

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

.sticky-banner-bottom {
  position: fixed;
  bottom: 48px;
  left: 0;
  right: 0;
  z-index: 10000;
}

@media all and (min-width: 700px) {
  .sticky-banner-bottom {
    display: none;
  }
}

.sticky-banner-bottom__container {
  height: 100px;
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.sticky-banner-bottom__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  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: #FFF;
  width: 50px;
  height: 30px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.sticky-banner-bottom__close img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-top: 1px;
}

.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: "amfibia", sans-serif !important;
}

.trc_elastic .trc_rbox {
  overflow: visible !important;
  position: relative !important;
}

.alternating-observator .trc_rbox_header {
  background-color: #F20000 !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  text-align: center !important;
  color: #F20000 !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: #C3C1C9 !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: #F2F2F3 !important;
    padding: 80px 90px 50px !important;
    position: relative !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 {
    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;
}

.cover-dosar {
  padding-bottom: 15px;
}

.cover-dosar .thumb {
  margin-bottom: 20px;
}

@media all and (min-width: 1150px) {
  .cover-dosar .thumb {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
    margin-bottom: 30px;
  }
}

.cover-dosar p {
  margin-left: 20px;
  margin-right: 20px;
}

@media all and (min-width: 1150px) {
  .cover-dosar p {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }
}

.cover-dosar h4,
.cover-dosar .ex-h4,
.cover-dosar h2,
.cover-dosar .ex-h2 {
  text-transform: uppercase;
  margin: 30px 20px 5px;
  font-size: 18px;
  line-height: 1.4;
}

@media all and (min-width: 1150px) {
  .cover-dosar h4,
  .cover-dosar .ex-h4,
  .cover-dosar h2,
  .cover-dosar .ex-h2 {
    margin: 40px 0 10px;
  }
}

.thumbnails-a .trc_rbox_header,
.thumbnails-a .syndicatedItem .video-title,
.thumbnails-a .syndicatedItem .branding,
.trc_related_container .logoDiv,
.organic-Spynews .video-label,
.organic-Spynews .sponsored,
.organic-Spynews .sponsored-url,
.organic-Spynews .syndicatedItem .video-title {
  font-family: "amfibia", sans-serif !important;
  color: #201A38 !important;
}

.trc_rbox_header {
  text-align: center !important;
}

.trc_rbox_header_span {
  text-transform: uppercase !important;
  border-bottom: 7px solid #F20000 !important;
  margin-bottom: 20px !important;
  display: inline-block !important;
  line-height: 1 !important;
  font-size: 22px !important;
}

@media all and (min-width: 1150px) {
  .trc_rbox_header_span {
    font-size: 30px !important;
  }
}

.gallery-link-section {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gallery-link-section .more {
  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: #F20000;
}

.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: bold;
  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;
}

.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(32, 26, 56, 0.25);
}

@media all and (min-width: 1150px) {
  .corona-widget {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
}

.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 h3,
  .corona-widget .ex-h3 {
    text-align: center;
    font-size: 30px;
  }
}

.corona-widget h4,
.corona-widget .ex-h4 {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -.5px;
}

.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: bold;
  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;
  }
}

.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: #F20000;
  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: #201A38;
    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;
  }
}


.ads-div{
  position: relative;
  z-index: 9;
}


.branding-blocker{
    width: 1150px !important;
    left: calc((100vw - 1150px)/2) !important;
    background: #fff;
    position: fixed;
    display: block;
    height: 100%;
    z-index:0;
    top: 0;
}
article{
  position: relative;
  z-index: 9
}
footer {
    position: relative;
    z-index: 9;
}


.news-item {
    position: relative;
    z-index: 9
}
/*# sourceMappingURL=default.css.map */


.antena-brand {
  width: 78px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -39px;
  background: url(../images/antena.png); no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.header .main-menu {
  display: none;
}

.header .menu-items {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
}

.header  .menu-item-icon.icon-search {
  position: absolute;
  right: 0;
}

.header  .menu-item-icon.icon-menu {
  position: absolute;
  left: 0;
  display: block;
}

.header .logo {
  width: 225px;
  height: 49px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -113px;
}

.popup-meniu {
  display: block;
  z-index: 99999;
}

.header .search-modal {
  z-index: 999999;
}

@media all and (min-width: 1150px) {
  .header .menu-item-icon.icon-search {
    right: 140px
  }