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

.live-item.live-acum strong {
  color: #0F0F0F;
}

.descriere-categorie span {
  background: #fff;
}

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

@media (min-width: 1150px) {
  .article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media) span a {
    color: #04DB3B;
  }
}
.article-image-container.video .thumb::after {
  background-image: url(../images/icon-video.svg);
}

.video-widget .controller > h2, .video-widget .controller > .ex-h2, .video-widget .controller > h3, .video-widget .controller > .ex-h3 {
  background-color: #fff;
}

.video-widget {
  padding: 30px 0 0;
}
@media all and (min-width: 1150px) {
  .video-widget .controller::before, .video-widget .controller::after {
    background-color: #FFF;
  }
}
.video-widget .controller > h2,
.video-widget .controller > .ex-h2,
.video-widget .controller > h3,
.video-widget .controller > .ex-h3 {
  color: #04DB3B;
}
@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 {
    background-color: #04DB3B;
  }
}
.video-widget .controller > h2 span,
.video-widget .controller > .ex-h2 span,
.video-widget .controller > h3 span,
.video-widget .controller > .ex-h3 span {
  background-color: #FFF;
  box-shadow: 0 3px 0 #FFF, 0 -3px 0 #FFF;
}
@media all and (min-width: 1150px) {
  .video-widget .bracket {
    display: none;
  }
}

.video-widget .news-item-info {
  background-color: #FFF;
  color: #0F0F0F;
}
.video-widget .news-item-info h6,
.video-widget .news-item-info .ex-h6 {
  color: rgba(255, 255, 255, 0.5);
}
.video-widget .news-item-info p {
  color: rgba(15, 15, 15, 0.5);
}

.more-videos {
  background-color: #FFF;
}
@media all and (min-width: 1150px) {
  .more-videos::-webkit-scrollbar {
    background-color: #0F0F0F;
  }
  .more-videos::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
  }
}

@media all and (min-width: 1150px) {
  .more-videos-container .news-item .news-item-info::after {
    background-color: #C3C3C3;
  }
}
.more-videos-container .news-item .news-item-info h6,
.more-videos-container .news-item .news-item-info .ex-h6 {
  text-shadow: 0 1px 0 #0F0F0F;
}
.more-videos-container .news-item.active .thumb {
  background-color: #04DB3B;
}
.more-videos-container .news-item.active .thumb img {
  opacity: 0.5;
}
.more-videos-container .news-item.active .news-item-info {
  background-color: rgba(15, 15, 15, 0.15);
}
@media all and (hover: hover) and (min-width: 1150px) {
  .more-videos-container .news-item:hover .news-item-info {
    background-color: rgba(15, 15, 15, 0.1);
  }
}

.thumb {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: -webkit-radial-gradient(white, black);
  background-color: #FFF;
}
.thumb.video-thumb::before {
  background-color: #0F0F0F;
}
.thumb.video-thumb::after {
  background-image: url(../images/icon-video.svg);
}

select {
  background-image: url(../images/dropdown-arrow.svg);
}

.more-menu {
  background-image: url(../images/dropdown-arrow.svg);
}

.article-wrapper blockquote:not(.twitter-tweet):not(.instagram-media)::before {
  background-image: url(../images/icon-citat.svg);
}

.photo-caption p.photo-credits::before {
  background-image: url(../images/icon-photo-credits.svg);
}

.cifra::before {
  background-image: url(../images/icon-cifra.svg);
}

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

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

.poll .poll-checkbox {
  background-image: url(../images/checkbox.svg);
}

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

.poll .poll-option-percent {
  background-image: url(../images/shade-light.png);
}

.search-modal .search-inner-wrapper button {
  background-image: url(../images/icon-search.svg);
}

.stories__item::before {
  background-image: url(../images/icon-story-video.svg);
}

.video-container .close {
  background-image: url(../images/close.svg);
}

.more-menu {
  background-image: url(../images/dropdown-arrow.svg);
}

.article-image-container.video .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;
}

.video-widget .controller > h2::after, .video-widget .controller > .ex-h2::after, .video-widget .controller > h3::after, .video-widget .controller > .ex-h3::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  left: 90px;
  right: 90px;
  bottom: 15px;
  background-color: #04DB3B;
}

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

.video-widget .controller > h2, .video-widget .controller > .ex-h2, .video-widget .controller > h3, .video-widget .controller > .ex-h3 {
  background-color: transparent;
}

.current {
  color: #fff;
  background: #04DB3B;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.extend {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.article-wrapper figure {
  width: 100% !important;
  height: auto;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  /*    background-color: #F4F4F4;*/
  /*   padding: 30px 30px 0 30px;*/
  margin-bottom: 20px;
}

.article-wrapper figure img::before {
  content: "";
  display: block;
  background-color: #FFF;
  height: 30px;
  position: absolute;
  left: 60px;
  right: 60px;
  top: 0;
}

.article-wrapper figure img::after {
  content: "";
  display: block;
  background-color: #FFF;
  height: 30px;
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 30px;
}

.article-wrapper figcaption {
  font-size: 16px;
  /*  background-color: #FFF;
    box-shadow: 30px 0 0 #FFF, -30px 0 0 #FFF;*/
  position: relative;
  z-index: 1;
  color: rgba(15, 15, 15, 0.6);
  margin-bottom: 0;
  margin: 0px auto 0;
  max-width: calc(100% - 247px);
  display: block;
  text-align: left;
  position: relative;
  padding-top: 18px;
  padding-left: 60px;
  padding-right: 60px;
  /*  height: 30px;*/
}

.article-wrapper figcaption::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: -10px;
  top: 27px;
  background-color: #C3C3C3;
  width: 47px;
}

.article-wrapper figcaption::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -10px;
  top: 27px;
  background-color: #C3C3C3;
  width: 47px;
}

.article-wrapper figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .article-wrapper figcaption {
    max-width: 100%;
    height: auto;
    padding: 10px;
    padding-top: 10px;
  }

  .article-wrapper figure::before {
    content: none;
    background-color: transparent;
  }

  .article-wrapper figure::after {
    content: none;
    background-color: transparent;
  }

  .article-wrapper figcaption::before {
    content: none;
    background-color: transparent;
  }

  .article-wrapper figcaption::after {
    content: none;
    background-color: transparent;
  }

  .article-wrapper figure {
    margin-bottom: 20px;
  }
}
/*colaj*/
.gridzyItemContent span {
  color: rgba(15, 15, 15, 0.6);
  font-size: 16px;
}

#totalpoll {
  width: 636px !important;
  margin: 45px auto !important;
  padding: 30px !important;
  background-color: #F4F4F4 !important;
  margin-bottom: 20px !important;
  padding: 30px !important;
  border-top-left-radius: 3px !important;
}

.totalpoll-question-content p {
  margin-top: 0 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  font-family: "Roboto", sans-serif !important;
  line-height: 1.25 !important;
  color: #0F0F0F !important;
}

.totalpoll-question-choices-item-selector-box {
  background-image: url(../images/checkbox.svg) !important;
  border-radius: 0 !important;
}

.totalpoll-question-choices-item-selector.totalpoll-question-choices-item-selector-single input {
  display: none !important;
}

.totalpoll-question-choices {
  padding-bottom: 10px !important;
}

.totalpoll-question-choices-item-control {
  margin-bottom: 10px !important;
}

.totalpoll-question-choices-item-selector-box {
  width: 40px !important;
  height: 40px !important;
  background-color: #dbdbdb !important;
  background-image: url(../images/checkbox.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  z-index: 1 !important;
}

.totalpoll-question-choices-item-label {
  flex: 1 !important;
  margin-left: -20px !important;
  min-height: 40px !important;
  position: relative !important;
  padding: 0 !important;
}

.totalpoll-question-choices-item-label:hover {
  background-color: #F4F4F4 !important;
}

.totalpoll-question-choices-item-control {
  cursor: pointer !important;
  display: flex !important;
}

.totalpoll-question-choices-item-label span {
  padding: 0px 15px 1px 35px !important;
  line-height: 40px !important;
  font-size: 18px !important;
  position: relative !important;
  max-width: 100% !important;
  display: block;
  font-family: "Roboto", sans-serif !important;
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-type-text input:checked + .totalpoll-question-choices-item-selector-box {
  background: url(../images/checkbox.svg), #04DB3B !important;
}

.totalpoll-button.totalpoll-button-primary.totalpoll-buttons-vote {
  display: inline-block !important;
  background-color: #04DB3B !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none !important;
  outline: none !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  padding: 16px 35px !important;
  margin-top: 15px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 4px 25px 0 !important;
  padding-top: 4px !important;
  width: auto !important;
  padding-top: 2px !important;
  font-family: "Roboto", sans-serif !important;
}

.totalpoll-buttons-results {
  display: inline-block !important;
  background-color: #fff !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none !important;
  outline: none !important;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  padding: 16px 35px !important;
  margin-top: 15px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 4px 25px 0 !important;
  padding-top: 4px !important;
  width: auto !important;
  padding-top: 2px !important;
  margin-right: 10px !important;
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase !important;
}

.totalpoll-buttons-back {
  display: inline-block !important;
  background-color: #fff !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none !important;
  outline: none !important;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  padding: 16px 35px !important;
  margin-top: 15px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 4px 25px 0 !important;
  padding-top: 4px !important;
  width: auto !important;
  padding-top: 2px !important;
  margin-right: 10px !important;
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase !important;
  margin-top: 20px !important;
}

.totalpoll-question-choices-item-selector-box svg {
  display: none !important;
}

.totalpoll-question-choices-item-control {
  border: 0 !important;
  background: #fff !important;
}

.totalpoll-question-choices-item-control:hover {
  background-color: #F4F4F4 !important;
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-type-text {
  padding: 0 !important;
}

.totalpoll-buttons {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
}

.totalpoll-question-choices-item-selector-box {
  border-color: transparent !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15) !important;
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-type-text {
  margin-left: 8px !important;
}

.totalpoll-question-choices-item-selector.totalpoll-question-choices-item-selector-single {
  padding: 0 !important;
}

.gridzyItemContent span {
  color: rgba(15, 15, 15, 0.6);
  font-size: 16px;
}

.gridzy {
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  #totalpoll {
    width: auto !important;
  }
}
.totalpoll-question-choices-item-label {
  background: #fff !important;
}

.totalpoll-question-choices-item-votes-bar {
  background-image: url(../images/shade-light.png) !important;
  position: absolute !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.totalpoll-question-choices-item-label span {
  display: block !important;
  color: #000 !important;
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-results.totalpoll-question-choices-item-type-text {
  margin-bottom: 10px !important;
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-results.totalpoll-question-choices-item-type-text span::before {
  content: "";
  display: block;
  background-color: #dbdbdb;
  height: 40px;
  width: 40px;
  position: absolute;
  left: -20px;
  right: 60px;
  top: 0px;
  z-index: 9999;
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-results.totalpoll-question-choices-item-type-text span {
  display: block !important;
  margin-left: 20px !important;
}

.totalpoll-question-choices-item-votes-text {
  font-size: 14px !important;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  font-family: "Roboto", sans-serif !important;
  margin-left: 58px !important;
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-results.totalpoll-question-choices-item-type-text:first-child span::before {
  content: "";
  display: block;
  background: url(../images/checkbox.svg), #04DB3B !important;
  height: 40px;
  width: 40px;
  position: absolute;
  left: -20px;
  right: 60px;
  top: 0px;
  z-index: 9999;
}

.totalpoll-question-choices-item-votes {
  margin-top: 2px !important;
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-results.totalpoll-question-choices-item-type-text:first-child span {
  font-weight: bold !important;
  margin-top: -2px !important;
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-results.totalpoll-question-choices-item-type-text span {
  padding-left: 37px !important;
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-results.totalpoll-question-choices-item-type-text:last-child {
  margin-bottom: -20px !important;
}

.center {
  width: 1014px;
  margin: 0 auto 20px;
}

.breadcrumbs {
  line-height: 1.1;
  font-size: 12px;
  position: relative;
  margin-bottom: 10px;
  color: #04DB3B;
  font-weight: 700;
}

.breadcrumbs a {
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.red {
  background: #dc0510 !important;
}

.yellow {
  background-color: #ebeb00 !important;
  color: #222 !important;
}

.branding-blocker {
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 1254px;
  left: calc((100vw - 1254px)/2);
}

@media (min-width: 1150px) {
  footer {
    position: relative;
  }

  .header {
    position: relative;
    z-index: 99;
  }
}

/*# sourceMappingURL=sport.css.map */
