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

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

body {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #2E2A1E;
  background-color: #CBCAC7;
  font-weight: 400;
  margin-top: 46px;
}

body.contains-gallery {
  margin: 0;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 24px;
  letter-spacing: -.2px;
  line-height: 1.2;
  font-family: "Barlow", sans-serif;
  margin: 0;
  font-weight: 700;
}

h2 {
  font-size: 21px;
  letter-spacing: -.2px;
  line-height: 1.15;
  font-family: "Barlow", sans-serif;
  margin: 0;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.16;
  font-family: "Barlow", sans-serif;
  margin: 0;
  font-weight: 700;
}

h6 {
  font-size: 11px;
  letter-spacing: .2px;
  line-height: 1.1;
  font-family: "Barlow", sans-serif;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #E01B2F;
}

p {
  font-size: 18px;
  font-family: "Merriweather", serif;
  line-height: 1.55;
  margin-bottom: 20px;
  font-weight: 300;
}

input:not([type='checkbox']):not([type='radio']),
textarea,
select {
  font-family: "Merriweather", serif;
  font-size: 18px;
  line-height: 1.55;
  color: #2E2A1E;
  background-color: #FFF;
  font-weight: 400;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #CBCAC7;
  outline: none;
  width: 100%;
  margin: 0 0 15px;
  padding: 12px 15px 10px;
}

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

input:not([type='checkbox']):not([type='radio']):focus,
textarea:focus,
select:focus {
  border: 1px solid rgba(224, 27, 47, 0.5);
}

input[type='checkbox'] {
  margin: 20px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}

input[type='checkbox'] + label {
  margin: 15px 0 5px;
  vertical-align: top;
  width: calc(100% - 40px);
}

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: #E01B2F;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 13px 35px 14px;
  margin-top: 15px;
  cursor: pointer;
}

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

.spacer.x10 {
  height: 10px;
}

.spacer.x15 {
  height: 15px;
}

.spacer.x20 {
  height: 20px;
}

.spacer.x25 {
  height: 25px;
}

.spacer.x30 {
  height: 30px;
}

.more {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #E01B2F;
  background-color: #F5F5F3;
  border: 1px solid #F5F5F3;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
  border-radius: 5px;
}

@media (hover: hover) {
  .more:hover {
    border: 1px solid #E01B2F;
    color: #E01B2F;
  }
}

.main-container {
  margin: 0 auto;
  max-width: 450px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-container > * {
  width: 100%;
}

.main-container.gallery-container {
  height: 100vh;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.controller {
  margin: 0 auto;
  max-width: 1236px;
}

.banner {
  background-color: #DEDED8;
  text-align: center;
  width: 100%;
}

.banner.branding {
  display: none;
  margin-bottom: 12px;
  background-color: transparent;
}

.banner.stick-to-top {
  margin-top: -12px;
}

.banner.x970x250 {
  display: none;
}

.banner.mobile-only {
  padding: 20px 0;
}

.banner.article-top {
  padding: 14px 0;
}

.banner.article-top .x728x90 {
  display: none;
}

.banner.article-top .x970x250 {
  display: none;
}

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

.news-item .comments-no {
  position: absolute;
  font-size: 11px;
  line-height: 1.1;
  right: 0;
  top: 0;
  color: #FFF;
  padding: 8px 8px 7px 24px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/comment-w.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 10px 10px;
  border-radius: 0 0 0 10px;
  opacity: .75;
}

.thumb {
  background-color: #00326A;
  background-image: -webkit-gradient(linear, right top, left top, from(#005F6A), to(#00326A));
  background-image: linear-gradient(to left, #005F6A 0%, #00326A 100%);
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.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 .8s ease;
  transition: all .8s ease;
}

.thumb .breaking-news {
  background-color: rgba(255, 182, 0, 0.85);
  position: absolute;
  bottom: 0;
  right: 0;
  color: #2E2A1E;
  height: 24px;
  width: 100%;
  text-align: right;
  padding: 6px 15px 0 0;
}

.thumb .video-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
}

.thumb .video-icon img {
  width: 58px;
  height: 58px;
  position: static;
  border-radius: 200px;
  border: 3px solid #FFF;
}

.marcaj {
  display: inline-block;
  background: #FFB600;
  text-transform: uppercase;
  padding: 2px 8px 3px;
  font-size: 15px;
  vertical-align: top;
  margin: 3px 8px 0 0;
  border-radius: 2px;
  font-weight: 700;
  color: #2E2A1E;
}

.gallery-link {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 41px;
  color: #FFF;
  font-size: 16px;
  height: 39px;
  line-height: 1.1;
  font-weight: 700;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 9px 0 46px;
  background-image: url(../images/icon-gallery.svg);
  background-repeat: no-repeat;
  background-position: 9px 6px;
  text-transform: uppercase;
}

.gallery-link span {
  color: #FFB600;
}

@media (hover: hover) {
  .gallery-link:hover {
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFF;
  }
}

@media (hover: hover) {
  .news-item:hover .thumb img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .C1 .news-item:hover .thumb img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .photo-of-the-day .C2:hover .thumb img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.text-container h6 {
  position: relative;
  padding: 16px 0 0 16px;
  display: block;
  width: auto;
  vertical-align: top;
  margin: -24px 0 0;
  max-width: calc(100% - 88px);
}

.text-container h6::before {
  position: absolute;
  content: '';
  height: 85px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(71%, #FFF));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFF 71%);
  top: 0;
  left: 0;
  width: calc(100% - 51px);
}

.text-container h6::after {
  position: absolute;
  content: '';
  width: 219px;
  height: 85px;
  background-image: url(../images/h6shape-white.svg);
  background-repeat: repeat-x;
  background-size: 219px 85px;
  top: 0;
  left: calc(100% - 52px);
}

.text-container h6 span {
  position: relative;
  z-index: 1;
}

.text-container h6.no-shape {
  margin-top: -5px;
  padding-top: 21px;
}

.text-container h6.no-shape::before, .text-container h6.no-shape::after {
  display: none;
}

.text-container h2 {
  padding: 8px 15px 17px;
  position: relative;
  width: 100%;
}

.header {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}

.header .logo-container {
  position: relative;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .logo-container .gradient-left {
  background-image: -webkit-gradient(linear, left top, right top, from(#EB003C), to(#F1202B));
  background-image: linear-gradient(to right, #EB003C 0%, #F1202B 100%);
  width: 110px;
  height: 65px;
  -webkit-box-shadow: 1px 0 0 #F1202B;
          box-shadow: 1px 0 0 #F1202B;
}

.header .logo-container .shape-under-logo {
  background-image: url(../images/shape-under-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 85px;
  height: 65px;
  position: relative;
}

.header .logo-container .shape-under-logo .dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  pointer-events: auto;
}

.header .logo-container .logo {
  height: 46px;
  width: 125px;
  background-image: url(../images/logo-gsp.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 16px;
  display: block;
  pointer-events: auto;
}

.header .menu-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  pointer-events: auto;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#F6391D), color-stop(200%, #FF6C00));
  background-image: linear-gradient(to right, #F6391D 0%, #FF6C00 200%);
  -webkit-box-shadow: -1px 0 0 #F6391D;
          box-shadow: -1px 0 0 #F6391D;
}

.header .menu-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
}

.header .menu-container ul a {
  height: 46px;
  display: block;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

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

.header .menu-container ul.main-menu a {
  height: 52px;
  display: block;
  padding: 15px 18px 0;
}

.header .menu-container ul.icons-menu {
  margin-left: -15px;
}

.header .menu-container ul.icons-menu a {
  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;
}

.header .menu-container ul.icons-menu a span {
  padding: 0 6px 1px;
  margin-left: -12px;
}

.header.of-the-gallery {
  height: 50px;
  background-color: #000;
  position: static;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.header.of-the-gallery .logo-container {
  display: none;
}

.header.of-the-gallery .banner {
  background-color: transparent;
  overflow: hidden;
}

.header.of-the-gallery .banner.x320x50 {
  display: block;
}

.header.of-the-gallery .banner.x728x90 {
  display: none;
}

.header.of-the-gallery .menu-container {
  display: none;
}

.sub-header {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #FFF;
  border-bottom: 1px solid #DEDED8;
  padding: 0;
  margin: 0;
  -webkit-box-ordinal-group: -9;
      -ms-flex-order: -10;
          order: -10;
}

.sub-header a {
  font-size: 11px;
  color: #E01B2F;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  height: 45px;
  padding: 14px 11px 0;
  border-right: 1px solid #DEDED8;
}

@media (hover: hover) {
  .sub-header a:hover {
    background-color: #F5F5F3;
  }
}

.sub-header li:last-child a {
  border-right: none;
}

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

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

.hero .C1 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.hero .C1 .text-container h2 .marcaj {
  font-size: 13px;
  padding: 2px 7px;
  margin: 3.5px 7px 0 0;
}

.hero .C2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.hero .C2 .news-item {
  background-image: -webkit-gradient(linear, right top, left top, from(#005F6A), to(#00326A));
  background-image: linear-gradient(270deg, #005F6A 0%, #00326A 100%);
}

@media (hover: hover) {
  .hero .C2 .news-item:hover .text-container h2 {
    color: #FFB600;
  }
}

.hero .C2 .text-container h6 {
  color: #FFB600;
}

.hero .C2 .text-container h6::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 50, 106, 0)), color-stop(71%, #00326A));
  background-image: linear-gradient(to top, rgba(0, 50, 106, 0) 0%, #00326A 71%);
}

.hero .C2 .text-container h6::after {
  background-image: url(../images/h6shape-blue.svg);
}

.hero .C2 .text-container h2 {
  color: #FFF;
}

.hero .C3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

.hero .C3 .x300x250 {
  padding: 20px 0;
}

.hero .C3 .x300x600 {
  display: none;
}

.hero .C3 .x728x90 {
  display: none;
}

.teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: #F5F5F3;
}

.teams .controller {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
}

.teams .controller .shadow-maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  overflow-y: hidden;
}

.teams .controller a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 8px;
}

.teams .controller a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.news-block .C1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.news-block .C1 .text-container h2 .marcaj {
  font-size: 13px;
  padding: 2px 7px;
  margin: 3.5px 7px 0 0;
}

.news-block .C2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.news-block .C3 {
  display: none;
}

.news-block .C3 .banner {
  padding: 0;
}

@media (hover: hover) {
  .news-block .news-item:hover h2 {
    color: #E01B2F;
  }
}

.blogsport {
  position: relative;
  padding-bottom: 17px;
  overflow: hidden;
}

.blogsport::before {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  top: -10px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.blogsport .logo-blogsport {
  padding: 18px 15px 8px;
  display: block;
}

.blogsport .logo-blogsport img {
  width: 150px;
}

.blogsport .prev-next {
  display: none;
}

.blogsport .blogsport-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.blogsport .blogsport-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-right: 15px;
}

.blogsport .news-item {
  width: 275px;
  height: 206px;
  overflow: hidden;
  margin-left: 10px;
  border-radius: 10px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.blogsport .news-item:first-child {
  margin-left: 15px;
}

@media (hover: hover) {
  .blogsport .news-item:hover h2 {
    color: #FFB600;
  }
}

.blogsport .thumb {
  padding-bottom: 206px;
  background-image: -webkit-gradient(linear, right top, left top, from(#005F6A), to(#00326A));
  background-image: linear-gradient(to left, #005F6A 0%, #00326A 100%);
}

@-webkit-keyframes fadeInHalf {
  from {
    opacity: 0;
  }
  to {
    opacity: .5;
  }
}

@keyframes fadeInHalf {
  from {
    opacity: 0;
  }
  to {
    opacity: .5;
  }
}

.blogsport .thumb > img {
  opacity: .5;
  mix-blend-mode: overlay;
}

.blogsport .thumb > img.fadeIn {
  -webkit-animation-name: fadeInHalf;
  animation-name: fadeInHalf;
}

.blogsport .thumb .author {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 16px;
  left: 15px;
  border-radius: 200px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.blogsport .text-container {
  position: absolute;
  bottom: 0;
  left: 0;
}

.blogsport .text-container h6 {
  color: #FFB600;
}

.blogsport .text-container h6::before, .blogsport .text-container h6::after {
  display: none;
}

.blogsport .text-container h2 {
  font-size: 20px;
  letter-spacing: -.1px;
  color: #FFF;
  padding: 0;
  margin: 8px 15px 17px;
  max-height: 72px;
  overflow: hidden;
}

.gazeta-digitala {
  display: block;
}

@media (hover: hover) {
  .gazeta-digitala:hover h2 {
    color: #2E2A1E !important;
  }
}

.gazeta-digitala .logo {
  width: 180px;
  margin: 5px 0 8px 2px;
}

.gazeta-digitala .cover {
  background-image: url(../images/bg-gazeta-digitala.png);
  width: 276px;
  height: 240px;
  background-size: contain;
  text-align: center;
}

.gazeta-digitala .cover img {
  vertical-align: top;
  height: 240px;
}

.gazeta-digitala h2 {
  padding: 13px 3px 14px;
  border-bottom: 1px solid #DEDED8;
}

.gazeta-digitala h2:last-child {
  padding-bottom: 5px;
  border-bottom: none;
}

@media (hover: hover) {
  .gazeta-digitala h2:hover {
    color: #E01B2F !important;
  }
}

.statistics,
.agenda {
  position: relative;
}

.statistics table,
.agenda table {
  width: 100%;
  font-size: 16px;
}

.statistics table th, .statistics table td,
.agenda table th,
.agenda table td {
  text-align: center;
  padding: 0 12px;
  border-bottom: 1px solid #DEDED8;
}

.statistics table th.no, .statistics table td.no,
.agenda table th.no,
.agenda table td.no {
  padding: 0;
  border-bottom: 1px solid #FFF !important;
}

.statistics table th.no span, .statistics table td.no span,
.agenda table th.no span,
.agenda table td.no span {
  height: 35px;
  width: 35px;
  background-color: #F5F5F3;
  background-image: url(../images/mask-no.svg);
  background-size: contain;
  display: block;
  font-size: 11px;
  font-weight: 700;
  padding: 13px 12px 0 0;
}

.statistics table th.no span.ch-league, .statistics table td.no span.ch-league,
.agenda table th.no span.ch-league,
.agenda table td.no span.ch-league {
  background-color: #DFF4C7;
}

.statistics table th.no span.eu-league, .statistics table td.no span.eu-league,
.agenda table th.no span.eu-league,
.agenda table td.no span.eu-league {
  background-color: #FFE8AB;
}

.statistics table th.no span.relegated, .statistics table td.no span.relegated,
.agenda table th.no span.relegated,
.agenda table td.no span.relegated {
  background-color: #FBDDE0;
}

.statistics table th.team-logo, .statistics table td.team-logo,
.agenda table th.team-logo,
.agenda table td.team-logo {
  padding: 0 5px 0 0;
  border-bottom: 1px solid #FFF !important;
}

.statistics table th.team-logo span, .statistics table td.team-logo span,
.agenda table th.team-logo span,
.agenda table td.team-logo span {
  height: 35px;
  width: 35px;
  padding: 3px;
  display: block;
}

.statistics table th.team-logo span img, .statistics table td.team-logo span img,
.agenda table th.team-logo span img,
.agenda table td.team-logo span img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.statistics table th.team-name, .statistics table td.team-name,
.agenda table th.team-name,
.agenda table td.team-name {
  text-align: left;
  width: 100%;
  font-weight: 700;
  padding-left: 0;
}

.statistics table th.matches, .statistics table th.wins, .statistics table th.draws, .statistics table th.losses, .statistics table th.goals, .statistics table td.matches, .statistics table td.wins, .statistics table td.draws, .statistics table td.losses, .statistics table td.goals,
.agenda table th.matches,
.agenda table th.wins,
.agenda table th.draws,
.agenda table th.losses,
.agenda table th.goals,
.agenda table td.matches,
.agenda table td.wins,
.agenda table td.draws,
.agenda table td.losses,
.agenda table td.goals {
  display: none;
}

.statistics table th.points, .statistics table td.points,
.agenda table th.points,
.agenda table td.points {
  text-align: right;
  padding-right: 0;
}

.statistics table th,
.agenda table th {
  font-size: 11px;
  color: rgba(46, 42, 30, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (hover: hover) {
  .statistics table tbody tr:hover td,
  .agenda table tbody tr:hover td {
    border-bottom: 1px solid #2E2A1E;
  }
}

.statistics .results,
.agenda .results {
  display: none;
}

.statistics .results > *,
.agenda .results > * {
  border-bottom: 1px solid #DEDED8;
}

.statistics .results .matchday select,
.agenda .results .matchday select {
  border: none;
  padding: 8px 30px 8px 0;
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(46, 42, 30, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto;
  background-image: url(../images/dropdown-arrow-gray.svg);
}

.statistics .results .matchday ul,
.agenda .results .matchday ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  color: rgba(46, 42, 30, 0.5);
  text-transform: uppercase;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}

.statistics .results .matchday ul li:first-child,
.agenda .results .matchday ul li:first-child {
  padding: 8px 4px;
}

.statistics .results .matchday ul a,
.agenda .results .matchday ul a {
  display: block;
  width: 100%;
  padding: 8px 4px;
}

.statistics .results .matchday ul a.played,
.agenda .results .matchday ul a.played {
  color: #2E2A1E;
}

.statistics .results .matchday ul a.current,
.agenda .results .matchday ul a.current {
  color: #E01B2F;
}

@media (hover: hover) {
  .statistics .results .matchday ul a:hover,
  .agenda .results .matchday ul a:hover {
    background-color: #F5F5F3;
  }
}

.statistics .results .match,
.agenda .results .match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.4375;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 35px;
}

@media (hover: hover) {
  .statistics .results .match:hover,
  .agenda .results .match:hover {
    border-bottom: 1px solid #2E2A1E;
  }
}

.statistics .results .match .team-wrapper,
.agenda .results .match .team-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.statistics .results .match .team-wrapper:last-child,
.agenda .results .match .team-wrapper:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.statistics .results .match .team-wrapper:last-child .scorers .wrapper div,
.agenda .results .match .team-wrapper:last-child .scorers .wrapper div {
  bottom: auto;
  top: 0;
  padding-bottom: 0;
  padding-top: 3px;
}

.statistics .results .match .team-wrapper:last-child .team-logos div,
.agenda .results .match .team-wrapper:last-child .team-logos div {
  padding: 1px 3px 5px;
}

.statistics .results .match .team-wrapper:last-child .score,
.agenda .results .match .team-wrapper:last-child .score {
  border-radius: 0 0 3px 3px;
  padding: 0 0 3px;
}

.statistics .results .match .date-time,
.agenda .results .match .date-time {
  width: 35px;
  font-size: 11px;
  line-height: 1.18;
  position: absolute;
  top: 17px;
  left: 0;
}

.statistics .results .match .date-time.links,
.agenda .results .match .date-time.links {
  display: none;
}

.statistics .results .match .team-logos,
.agenda .results .match .team-logos {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.statistics .results .match .team-logos div,
.agenda .results .match .team-logos div {
  height: 35px;
  width: 35px;
  padding: 5px 3px 1px;
}

.statistics .results .match .team-logos img,
.agenda .results .match .team-logos img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.statistics .results .match .team-names,
.agenda .results .match .team-names {
  font-weight: 700;
  padding: 0 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.statistics .results .match .scorers,
.agenda .results .match .scorers {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: 10px;
  line-height: 1.18;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 7px;
  overflow: hidden;
}

.statistics .results .match .scorers .wrapper,
.agenda .results .match .scorers .wrapper {
  position: relative;
  height: 35px;
}

.statistics .results .match .scorers .wrapper div,
.agenda .results .match .scorers .wrapper div {
  position: absolute;
  right: 0;
  padding-bottom: 3px;
  bottom: 0;
}

.statistics .results .match .scorers .wrapper div span,
.agenda .results .match .scorers .wrapper div span {
  display: inline-block;
  margin-left: 5px;
}

.statistics .results .match .score,
.agenda .results .match .score {
  width: 27px;
  background-color: #F5F5F3;
  border-radius: 3px 3px 0 0;
  text-align: center;
  font-weight: 700;
  padding: 3px 0 0;
}

.statistics .results .match.in-progress .score,
.agenda .results .match.in-progress .score {
  background-color: #FFB600;
}

.statistics .results .general-info,
.agenda .results .general-info {
  padding: 15px 0 7px;
  border-bottom: none;
}

.statistics .results .general-info span,
.agenda .results .general-info span {
  font-size: 11px;
  display: block;
}

.statistics .results .general-info span a,
.agenda .results .general-info span a {
  color: #E01B2F;
}

@media (hover: hover) {
  .statistics .results .general-info span a:hover,
  .agenda .results .general-info span a:hover {
    text-decoration: underline;
  }
}

#statistics,
#agenda {
  position: absolute;
  height: 0;
  width: 0;
  top: -65px;
}

#standings {
  width: 100%;
}

.box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-image: url(../images/diagonal-lines.svg);
  background-size: contain;
}

.box-header h2 {
  margin-bottom: 10px;
}

.box-header .competition-selector {
  margin: 1px 0 10px 10px;
  width: 21px;
  height: 21px;
  border: 1px solid #2E2A1E;
  border-radius: 100px;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: center 5px;
}

.box-header .competition-selector select {
  padding: 0;
  width: 19px;
  height: 19px;
  border: none;
  margin: 0;
  opacity: 0;
}

.box-header .tabs {
  list-style-type: none;
  margin: 1px 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.box-header .tabs li {
  margin-left: 4px;
}

.box-header .tabs li a {
  display: block;
  padding: 1px 9px;
  border: 1px solid #E01B2F;
  border-radius: 100px;
  color: #E01B2F;
  text-align: center;
}

@media (hover: hover) {
  .box-header .tabs li a:hover {
    background-color: #FFB600;
    border: 1px solid #FFB600;
    color: #2E2A1E;
  }
}

.box-header .tabs li a.selected {
  background-color: #E01B2F;
  color: #FFF;
  border: 1px solid #E01B2F;
}

.C3 .statistics .matches,
.C3 .statistics .wins,
.C3 .statistics .draws,
.C3 .statistics .losses,
.C3 .statistics .goals {
  display: none;
}

.agenda .tabs li {
  margin-left: 2px;
}

.agenda .tabs li a {
  padding: 1px 0;
  width: 28px;
  letter-spacing: 0;
}

.agenda .overflower {
  margin-bottom: 15px;
}

.agenda table th,
.agenda table td {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 7px;
}

.agenda table th:first-child,
.agenda table td:first-child {
  padding-left: 0;
  width: 62px;
}

.agenda table th:nth-child(2),
.agenda table td:nth-child(2) {
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
}

.agenda table th h3,
.agenda table td h3 {
  margin: 2px 0 3px;
}

.agenda table th span,
.agenda table td span {
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}

.agenda table tr:nth-child(n+7) {
  display: none;
}

.poll-container {
  margin-top: -25px;
  border-radius: 0 0 10px 10px !important;
}

.poll {
  background-color: #F5F5F3;
  padding: 12px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.poll img {
  width: 28px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 8px;
}

.poll h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 8px;
  padding-right: 10px;
}

.poll .poll-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 38px;
  background-color: #FFF;
  margin-top: 4px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.poll .poll-option .check {
  width: 38px;
  text-align: center;
  color: rgba(46, 42, 30, 0.25);
  font-size: 20px;
  margin-top: 1px;
  position: relative;
}

.poll .poll-option .option {
  line-height: 1.16;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 10px 5px 0;
  position: relative;
}

.poll .poll-option .option span {
  font-size: 11px;
  display: block;
  margin: 2px 0;
}

.poll .poll-option .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #FFB600;
}

.poll .poll-option.voted .check {
  color: #2E2A1E;
}

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

.poll .poll-option.not-voted .check {
  opacity: 0;
}

@media (hover: hover) {
  .poll .poll-option:hover {
    background-color: #FFE8AB;
  }
  .poll .poll-option:hover.voted, .poll .poll-option:hover.not-voted {
    background-color: #FFF;
    cursor: auto;
  }
}

.poll .total {
  font-size: 11px;
  font-weight: 700;
  padding: 10px 10px 0 38px;
}

.partners {
  display: none;
  padding: 30px 0;
}

.partners .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partners .news-item {
  width: calc((100% - 36px) / 4);
  overflow: visible;
  border-radius: 0;
  display: block;
}

.partners .news-item .thumb {
  margin-bottom: 12px;
  border-radius: 10px;
}

.partners .news-item h6 {
  padding: 0 1px;
  margin-bottom: 12px;
}

.partners .news-item h2 {
  font-size: 16px;
  padding: 0;
}

@media (hover: hover) {
  .partners .news-item:hover h2 {
    color: #E01B2F;
  }
}

.partners .partner-wrapper {
  width: calc((100% - 36px) / 4);
}

.partners .partner-wrapper .news-item {
  width: 100%;
  border-bottom: 1px solid #DEDED8;
  padding: 15px 0;
}

.partners .partner-wrapper .news-item:first-child {
  border-bottom: none;
  padding: 0;
}

.partners .partner-wrapper .news-item:nth-child(2) {
  padding-top: 0;
}

.partners .partner-wrapper .news-item:last-child {
  border-bottom: none;
}

.partners.mobile-only {
  display: block;
  padding: 17px 0;
  background-color: #F5F5F3;
}

.partners.mobile-only .news-item {
  width: 150px;
  margin-left: 10px;
  background-color: transparent;
}

.partners.mobile-only .news-item::before {
  display: none;
}

.partners.mobile-only .news-item:first-child {
  margin-left: 15px;
}

.partners.mobile-only .news-item h2 {
  padding: 0 5px 0 0;
  font-size: 16px;
}

.partners.mobile-only .news-item h6 {
  padding: 0 0 0 1px;
  margin-bottom: 10px;
}

.partners.mobile-only .news-item .thumb {
  margin-bottom: 10px;
}

.partners-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.partners-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-right: 15px;
}

.best-of-today .box-header {
  margin-bottom: 20px;
}

.best-of-today .box-header .tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.best-of-today .box-header .tabs li {
  margin-left: 0;
}

.best-of-today .news-item {
  border-bottom: 1px solid #DEDED8;
}

.best-of-today .news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.best-of-today .thumb {
  margin-bottom: 12px;
}

.best-of-today .text-container .no {
  width: 35px;
  height: 35px;
  background-color: #FFB600;
  background-image: url(../images/mask-no.svg);
  font-size: 11px;
  font-weight: 700;
  padding: 13px 12px 0 0;
  text-align: center;
}

.best-of-today .text-container h2 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 10px 10px !important;
}

.news-block .best-of-today .news-item {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.news-block .best-of-today .thumb {
  border-radius: 5px;
}

.news-block .C3 .box-header h2 {
  font-size: 24px !important;
  letter-spacing: -.2px !important;
  width: 100%;
}

.photo-of-the-day {
  display: none;
  background-color: #F5F5F3;
  padding: 40px 0;
}

.photo-of-the-day .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.photo-of-the-day .C1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.photo-of-the-day .C1 .text-wrapper {
  margin-bottom: 12px;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.photo-of-the-day .C1 .text-wrapper h2 {
  padding: 6px 15px 12px 50px;
}

@media (hover: hover) {
  .photo-of-the-day .C1 .text-wrapper:hover h2 {
    color: #E01B2F;
  }
}

.photo-of-the-day .C2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 20px 0;
  padding: 12px;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.photo-of-the-day .C2 .thumb {
  border-radius: 5px;
}

.photo-of-the-day .x300x250 {
  display: none;
}

.icon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-header img {
  height: 36px;
  width: 36px;
  margin: 0 14px 0 0;
}

.icon-header h3 {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}

.share-it-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.share-it-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 25px;
}

.share-it-item {
  background-color: #00326A;
  background-image: -webkit-gradient(linear, right top, left top, from(#005F6A), to(#00326A));
  background-image: linear-gradient(to left, #005F6A 0%, #00326A 100%);
  width: 275px;
  margin-left: 10px;
  border-radius: 10px;
  color: #FFF;
  padding: 20px 20px 36px;
  position: relative;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.375;
}

.share-it-item::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: 15px;
  width: 34px;
  height: 26px;
  background-image: url(../images/icon-quote.svg);
  background-size: cover;
}

.share-it-item:first-child {
  margin-left: 15px;
}

.share-it-item .signature {
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #FFB600;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  width: 100%;
  line-height: 1.8;
  margin-top: 8px;
  letter-spacing: .2px;
}

.share-it-item .share-buttons-wrapper {
  position: absolute;
  bottom: -25px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share-it-item .share-buttons-wrapper > * {
  margin-left: 3px;
}

.share-button {
  width: 84px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  padding: 11px 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share-button.facebook {
  background-color: #3A559F;
}

.share-button.whatsapp {
  background-color: #4CAF50;
}

.share-button.comments-no {
  background-color: #FFB600;
}

.share-button.comments-no span {
  color: #2E2A1E;
}

@media (hover: hover) {
  .share-button img {
    opacity: .8;
  }
  .share-button:hover img {
    opacity: 1;
  }
}

.share-button img {
  height: 28px;
  width: 28px;
}

.share-button span {
  margin-left: 12px;
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -2px;
}

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

.share-container .share-button {
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 11px 19px 11px 17px;
}

.debate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.debate .icon-header {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

footer {
  display: none;
  text-align: center;
  padding: 55px 50px 50px;
}

footer p {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
}

footer p a {
  color: #E01B2F;
}

@media (hover: hover) {
  footer p a:hover {
    text-decoration: underline;
    color: #E01B2F;
  }
}

.article .controller {
  max-width: 1058px;
}

.article p,
.article h1,
.article h2,
.article ul,
.article ol {
  margin-left: 15px;
  margin-right: 15px;
}

.article p a,
.article h1 a,
.article h2 a,
.article ul a,
.article ol a {
  color: #E01B2F;
  border-bottom: 1px dotted rgba(224, 27, 47, 0);
}

@media (hover: hover) {
  .article p a:hover,
  .article h1 a:hover,
  .article h2 a:hover,
  .article ul a:hover,
  .article ol a:hover {
    border-bottom: 1px dotted #E01B2F;
  }
}

.article p .highlighted,
.article h1 .highlighted,
.article h2 .highlighted,
.article ul .highlighted,
.article ol .highlighted {
  background-color: #FFE8AB;
}

.article ul,
.article ol {
  font-size: 18px;
  font-family: "Merriweather", serif;
  line-height: 1.55;
  margin-bottom: 20px;
  font-weight: 300;
}

.article ul li,
.article ol li {
  margin-bottom: 10px;
}

.article ul {
  list-style-type: circle;
}

.article .poll {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  margin-bottom: 22px;
}

.article .data-autor {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
}

.article h1 {
  margin-bottom: 20px;
}

.article h1 .back-from-comments {
  display: block;
  background-color: #F5F5F3;
  border-radius: 10px;
  font-size: 11px;
  color: #E01B2F;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 35px 14px;
  margin-top: 15px;
  line-height: 1.55;
}

.article h1 a {
  color: #2E2A1E;
}

@media (hover: hover) {
  .article h1 a:hover {
    color: #E01B2F;
  }
}

.article h2 {
  margin-top: 30px;
}

.article h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-image: url(../images/diagonal-lines.svg);
  background-size: contain;
  margin-bottom: 20px;
  margin-top: 7px;
  opacity: .75;
}

.article h2.no-underline {
  margin-bottom: 20px;
  font-size: 20px;
}

.article h2.no-underline::after {
  display: none;
}

.article .cifra {
  background-color: #F5F5F3;
  border-radius: 10px;
  padding: 12px 15px 18px 50px;
  font-family: "Barlow", sans-serif;
  background-image: url(../images/icon-number.svg);
  background-repeat: no-repeat;
  background-position: 13px 18px;
}

.article .cifra .numar {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}

.article .cifra .descriere-numar {
  font-size: 20px;
  line-height: 1.15;
  display: block;
}

.article .poll h3 {
  font-size: 20px;
}

.article .poll .poll-option {
  font-size: 20px;
}

.article blockquote {
  background-image: url(../images/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: 15px 5px;
  padding: 0 15px 0 50px;
  font-style: italic;
}

.article blockquote .semnatura {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-top: 12px;
}

.article table {
  margin: 0 15px 20px;
  line-height: 1.15;
  width: calc(100% - 30px);
}

.article table thead {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(46, 42, 30, 0.5);
}

.article table th,
.article table td {
  border-bottom: 1px solid #DEDED8;
  padding: 10px 5px;
}

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

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

.article table tr:last-child td {
  border-bottom: none;
}

.article .photo-in-article {
  position: relative;
}

.article .photo-in-article img {
  width: 100%;
}

.article .photo-in-article .gallery-link {
  bottom: 17px;
}

.article .read-more {
  list-style-type: none;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  padding-left: 50px;
  margin-bottom: 40px;
}

.article .read-more li {
  margin-bottom: 20px;
}

.article .read-more li a {
  position: relative;
}

@media (hover: hover) {
  .article .read-more li a:hover {
    border-bottom: 1px dotted #E01B2F;
  }
}

.article .read-more li a::before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -50px;
  top: 3px;
}

.article .read-more li a.more-video::before {
  background-image: url(../images/icon-video.svg);
}

.article .read-more li a.more-link::before {
  background-image: url(../images/icon-link.svg);
}

.article .read-more li a.more-photo::before {
  background-image: url(../images/icon-photo.svg);
}

.article .icon-link {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  padding-left: 40px;
  margin-bottom: 24px;
  margin-top: 29px;
  display: block;
  position: relative;
  min-height: 32px;
}

@media (hover: hover) {
  .article .icon-link:hover {
    border-bottom: 1px dotted transparent;
    color: #2E2A1E;
  }
  .article .icon-link:hover::before {
    border: 2px solid #2E2A1E;
  }
}

.article .icon-link::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 200px;
  border: 2px solid #FFB600;
}

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

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

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

.article-hero,
.article-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.article-body h6 {
  font-size: 14px;
  border-bottom: 1px solid #DEDED8;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}

.article-body h6::before, .article-body h6::after {
  display: none;
}

.banner-container {
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner-container .banner {
  position: relative;
  background-color: transparent;
}

.banner-container .banner .sticker {
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
  padding-bottom: 35px;
}

.article-container {
  width: 100%;
}

.article-container .banner {
  margin-bottom: 22px;
}

.article-container > h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 30px 15px 20px;
}

.info {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.info .icon {
  border-radius: 200px;
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/icon-info.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #FFF;
}

.info .tooltip {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  width: 200px;
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 15px 13px;
  border-radius: 10px;
}

.info .tooltip::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -12px;
  right: 12px;
  border-left: 12px solid transparent;
  border-right: 0 solid transparent;
  border-top: 12px solid rgba(0, 0, 0, 0.75);
}

.info:hover .icon {
  background-color: rgba(0, 0, 0, 0.75);
}

.info:hover .tooltip {
  display: block;
}

.related {
  padding-top: 20px;
  padding-bottom: 20px;
}

.related > h3 {
  display: none;
}

.related .controller {
  width: 100%;
}

.related .related-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.related .related-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-right: 15px;
}

.related .news-item {
  width: 300px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.related .news-item:first-child {
  margin-left: 15px;
}

.related .news-item h2 {
  font-size: 18px;
}

.related-big {
  display: none;
}

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

.stiri-nebune {
  background-color: #ff910c;
  background-image: url(../images/stiri-nebune-hp.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 75px !important;
}

.stiri-nebune .news-item {
  background-color: #ff910c;
}

.partners.stiri-nebune-mici {
  padding-top: 0;
  margin-top: -10px;
  background-color: #ff910c;
}

.comments {
  padding-top: 20px;
  padding-bottom: 30px;
}

.comments .controller {
  max-width: 1058px;
}

.comments .article-container {
  margin: 0 15px;
}

.comments .article-container .banner.x300x250 {
  margin: 0 -15px 22px;
  padding: 20px 0;
  width: 100vw;
}

.comments .article-container .banner.x728x90 {
  display: none;
}

.comments .box-header {
  margin-bottom: 20px;
}

.comments .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  position: relative;
}

.comments .thumb {
  width: 40px;
  padding-bottom: 40px;
  border-radius: 200px;
  margin-right: 10px;
  margin-bottom: 16px;
}

.comments .thumb.team-logo {
  display: none;
  width: 65px;
  padding-bottom: 63px;
  background: #FFF;
  border: 1px solid #DEDED8;
}

.comments .thumb.team-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 49px;
  width: 49px;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  -o-object-position: center;
     object-position: center;
}

.comments .name-and-date {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.1;
  margin-bottom: 16px;
}

.comments .comment-actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
}

.comments .comment-actions a {
  text-align: center;
  display: block;
  background-color: #F5F5F3;
  width: calc((100% - 9px) / 4);
  padding: 9px 0 7px;
  border-radius: 10px;
  position: relative;
}

.comments .comment-actions a span {
  display: block;
  width: 100%;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -3px;
  letter-spacing: .5px;
}

.comments .comment-actions a .actions-no {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background-color: #E01B2F;
  color: #FFF;
  font-weight: 700;
  font-size: 11px;
  padding: 2px 4px 0;
  height: 14px;
  min-width: 14px;
  text-align: center;
  line-height: 1;
  border-radius: 100px;
}

@media (hover: hover) {
  .comments .comment-actions a:hover {
    background-color: #DEDED8;
  }
}

.comments p {
  font-size: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.comments p.moderated {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: rgba(46, 42, 30, 0.5);
  line-height: 1.285;
  margin-top: -4px;
}

.comments blockquote {
  background-image: url(../images/icon-quote-comment.svg);
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding: 5px 0 0 48px;
  margin-bottom: 0;
  width: 100%;
}

.comments blockquote .name-and-date {
  font-size: 14px;
  margin-bottom: 5px;
  color: rgba(46, 42, 30, 0.5);
}

.comments blockquote p {
  font-size: 14px;
}

.comments .more {
  margin-top: 5px;
  margin-bottom: 26px;
}

.comments .login {
  font-family: "Barlow", sans-serif;
  line-height: 1.25;
  margin-top: -5px;
  margin-bottom: 20px;
}

.comments .login a {
  text-decoration: underline;
}

@media (hover: hover) {
  .comments .login a:hover {
    color: #E01B2F;
  }
}

.comments form textarea {
  font-size: 16px;
  height: 180px;
  margin-bottom: -7px;
  background-color: transparent;
}

.comments form button {
  width: 100%;
}

.comments form label {
  font-size: 16px;
}

.comments form label a {
  text-decoration: underline;
}

@media (hover: hover) {
  .comments form label a:hover {
    color: #E01B2F;
  }
}

.comments form label.ch-count {
  text-align: right;
  width: 100%;
  padding: 5px 15px;
  background-color: #FFF;
  margin-top: -40px;
  margin-bottom: 9px;
  display: block;
  color: rgba(46, 42, 30, 0.3);
  font-size: 14px;
}

.tags {
  margin: 0 15px 20px;
  font-size: 12px;
  line-height: 1.8;
}

.tags .tag {
  display: inline;
  margin: 0 0 5px 0;
  vertical-align: middle;
  text-transform: lowercase;
  background-color: #F5F5F3;
  padding: 2px 8px 3px;
  border-radius: 100px;
}

.tags .tag::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon-tag.svg);
  background-size: contain;
  vertical-align: middle;
  margin: 0 3px 0 0;
}

@media (hover: hover) {
  .tags .tag:hover {
    background-color: #FFB600;
  }
}

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

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

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

.pagination a,
.pagination div {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F5F3;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
}

.pagination a {
  color: #E01B2F;
  border: 1px solid #F5F5F3;
}

@media (hover: hover) {
  .pagination a:hover {
    border: 1px solid #FFB600;
    background-color: #FFB600;
  }
  .pagination a:hover span {
    color: #2E2A1E;
  }
}

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

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

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

.pagination select {
  height: 46px;
  padding-top: 10px;
  margin: 0 5px 0 0;
  width: 100%;
  background-color: #F5F5F3;
  border: 1px solid #F5F5F3;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

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

.menu-modal {
  position: fixed;
  width: 320px;
  right: -320px;
  top: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 100001;
}

.menu-modal h1 {
  text-transform: uppercase;
  color: #E01B2F;
  margin-bottom: 8px;
}

.menu-modal h1 a {
  border-bottom: 1px solid rgba(224, 27, 47, 0);
}

@media (hover: hover) {
  .menu-modal h1 a:hover {
    border-bottom: 1px solid #E01B2F;
  }
}

.menu-modal .close {
  top: 0;
  right: 0;
  position: absolute;
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E01B2F;
}

@media (hover: hover) {
  .menu-modal .close:hover {
    background-color: #FF6C00;
  }
}

.menu-modal .modal-item {
  margin: 16px 0 20px;
}

.menu-modal .modal-item.loose {
  margin: 26px 0;
}

.menu-modal .box-header {
  margin-bottom: 5px;
}

.menu-modal .box-header h2 {
  font-size: 20px;
  margin-bottom: 8px;
}

@media (hover: hover) {
  .menu-modal .box-header h2 a:hover {
    color: #E01B2F;
  }
}

.menu-modal .all-the-news {
  color: #E01B2F;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

@media (hover: hover) {
  .menu-modal .all-the-news:hover {
    text-decoration: underline;
  }
}

.menu-modal .menu-modal-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 70px 20px 20px;
}

.menu-modal .menu-modal-wrapper img {
  width: 100%;
}

.menu-modal .sports-menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.2;
}

.menu-modal .sports-menu li {
  display: inline-block;
  margin-right: 10px;
}

.menu-modal .sports-menu li a {
  display: block;
  padding: 4px 0 0;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
}

@media (hover: hover) {
  .menu-modal .sports-menu li a:hover {
    color: #E01B2F;
  }
}

.menu-modal .sports-menu.secondary li a {
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #E01B2F;
  border-bottom: 1px solid rgba(224, 27, 47, 0);
}

@media (hover: hover) {
  .menu-modal .sports-menu.secondary li a:hover {
    border-bottom: 1px solid #E01B2F;
  }
}

.menu-modal .competition-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1px 0 5px;
}

.menu-modal .competition-logo {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.menu-modal .competition-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.menu-modal .competition-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #DEDED8;
  padding-bottom: 5px;
}

.menu-modal .competition-wrapper h3 {
  width: calc(100% - 28px);
  height: 28px;
  padding-top: 5px;
}

@media (hover: hover) {
  .menu-modal .competition-wrapper h3 a:hover {
    color: #E01B2F;
  }
}

.menu-modal .competition-wrapper ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 5px;
  width: 100%;
}

.menu-modal .competition-wrapper ul li {
  display: inline-block;
}

.menu-modal .competition-wrapper ul li::after {
  content: '/';
  display: inline;
  font-size: 11px;
  color: #E01B2F;
  margin: 0 5px;
}

.menu-modal .competition-wrapper ul li:last-child::after {
  display: none;
}

.menu-modal .competition-wrapper ul li a {
  padding: 0;
  height: auto;
  color: #E01B2F;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  display: inline;
  font-weight: 700;
}

@media (hover: hover) {
  .menu-modal .competition-wrapper ul li:hover a {
    background-color: #FFF;
    text-decoration: underline;
  }
}

.menu-modal .competition-wrapper label {
  background-image: url(../images/icon-expand.svg);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin: 0;
}

.menu-modal .competition-wrapper input[type=checkbox] {
  display: none;
}

.menu-modal .competition-wrapper input[type=checkbox]:checked + label {
  background-image: url(../images/icon-expanded.svg);
}

.menu-modal .competition-wrapper input[type=checkbox]:checked + label + ul {
  display: block;
}

.menu-shadow {
  display: none;
  position: fixed;
  width: 100vw;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100000;
  cursor: default;
}

.search {
  margin-right: 46px;
}

.search input[type=search] {
  height: 46px;
  margin: 0;
  border: none;
  padding: 0 10px 0 50px;
  font-size: 16px;
  border-radius: 0;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  background-color: #DEDED8;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 16px 13px;
}

.search input[type=search]:focus {
  background-color: #F5F5F3;
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 #E01B2F;
          box-shadow: inset 0 -1px 0 #E01B2F;
}

.category-title {
  background-color: #00326A;
  background-image: -webkit-gradient(linear, right top, left top, from(#005F6A), to(#00326A));
  background-image: linear-gradient(to left, #005F6A 0%, #00326A 100%);
}

.category-title .controller {
  padding: 20px 15px;
}

.category-title h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1.1;
  margin-bottom: 10px;
}

.category-title h1 a {
  display: inline-block;
}

@media (hover: hover) {
  .category-title h1 a:hover {
    color: #FFB600;
  }
}

.category-title ul {
  list-style-type: none;
  padding: 0;
  margin: 5px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.category-title ul li {
  display: inline-block;
  margin-right: 10px;
}

.category-title ul li.title {
  display: block;
}

.category-title ul li a {
  color: #FFB600;
}

@media (hover: hover) {
  .category-title ul li a:hover {
    border-bottom: 1px dotted #FFB600;
  }
}

.category-title ul input[type=radio] {
  margin: 0 8px 3px 0;
  vertical-align: middle;
}

.category-title ul label {
  color: #FFB600;
  border-bottom: 1px dotted transparent;
  margin-bottom: 0;
}

@media (hover: hover) {
  .category-title ul label:hover {
    border-bottom: 1px dotted #FFB600;
    cursor: pointer;
  }
  .category-title ul input[type=radio]:hover {
    cursor: pointer;
  }
  .category-title ul input[type=radio]:hover + label {
    border-bottom: 1px dotted #FFB600;
  }
}

.category-pagination {
  padding: 25px 15px 0;
}

.tv-programmes {
  background-color: #F5F5F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tv-day-wrapper {
  margin: 0;
  padding: 15px;
  background-color: #FFF;
  width: 100%;
}

.tv-day {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}

.tv-day td {
  padding: 8px 0 9px;
  border-bottom: 1px solid #DEDED8;
}

.tv-day tr td:first-child {
  width: 62px;
}

.tv-day tr:last-child td {
  border-bottom: none;
}

.tv-day thead td {
  color: #E01B2F;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 8px 0 12px;
}

@media (hover: hover) {
  .tv-day tr:hover td {
    border-bottom: 1px solid #2E2A1E;
  }
  .tv-day thead tr:hover td {
    border-bottom: 1px solid #DEDED8;
  }
}

.search-results .C1 .text-container h6 .date {
  color: rgba(46, 42, 30, 0.5);
}

.search-results .C1 .text-container p {
  display: none;
}

.search-results .C1 .pagination {
  margin: 10px 0;
}

.search-results .C1 .news-item .text-container h6 {
  padding-right: 0;
}

.search-results .C2 .wrapper {
  background-color: #F5F5F3;
  padding: 25px 15px;
  border-bottom: 1px solid #DEDED8;
}

.search-results .C2 .box-header {
  margin-bottom: 20px;
}

.search-results .C2 form {
  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;
}

.search-results .C2 label {
  font-size: 16px;
  width: 100%;
}

.search-results .C2 input[type=text],
.search-results .C2 select {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
}

.search-results .C2 input[type=text].zi,
.search-results .C2 select.zi {
  width: 25%;
}

.search-results .C2 input[type=text].luna,
.search-results .C2 select.luna {
  width: 45%;
}

.search-results .C2 input[type=text].an,
.search-results .C2 select.an {
  width: 25%;
}

.search-results .C2 span {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

.search-results .C2 h6 {
  margin-bottom: 12px;
}

.search-results .C2 ul {
  font-size: 16px;
  padding-left: 18px;
  margin-bottom: 24px;
}

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

.gallery {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.gallery .photos-container {
  width: 100%;
  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;
}

.gallery .close-share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  pointer-events: none;
}

.gallery .close-share-container .back-to-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 10px;
  border-radius: 10px;
  padding: 0 20px 0;
  height: 50px;
  pointer-events: auto;
}

.gallery .close-share-container .back-to-article .back-to {
  display: none;
}

.gallery .close-share-container .back-to-article .close-to {
  display: block;
  font-size: 36px;
  font-weight: 400;
  margin-top: -5px;
}

.gallery .close-share-container .share-container {
  margin: 10px;
  pointer-events: auto;
}

.gallery .close-share-container .share-container .share-button {
  margin-bottom: 0;
  padding: 11px 17px;
}

.gallery .main-photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  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: #2E2A1E;
}

.gallery .main-photo .thumb {
  padding-bottom: 0;
  height: 100%;
  background: #2E2A1E;
}

.gallery .main-photo .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.gallery .main-photo .photo-gallery-banner {
  margin: auto;
  position: relative;
}

.gallery .main-photo.banner-interstitial .prev-photo,
.gallery .main-photo.banner-interstitial .next-photo {
  width: calc((100% - 300px) / 2);
  min-width: 40px;
}

.gallery .photo-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.gallery .photo-caption span {
  display: inline-block;
  padding: 80px 30px 15px;
  max-width: 728px;
}

.gallery .prev-photo,
.gallery .next-photo {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
}

.gallery .prev-photo img,
.gallery .next-photo img {
  margin: 10px;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}

@media (hover: hover) {
  .gallery .prev-photo img,
  .gallery .next-photo img {
    display: none;
  }
}

.gallery .prev-photo {
  left: 0;
  width: 25%;
  cursor: url(../images/prev-photo.png), w-resize;
}

.gallery .next-photo {
  right: 0;
  width: 75%;
  cursor: url(../images/next-photo.png), e-resize;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.gallery .all-photos {
  height: 90px;
  width: 100%;
  background-color: #000;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.gallery .all-photos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0 5px;
}

.gallery .all-photos-container .thumb {
  width: 90px;
  padding-bottom: 57px;
  border: 5px solid #000;
  border-radius: 10px;
}

.gallery .all-photos-container .thumb.selected {
  border: 5px solid #FFB600;
}

@media (hover: hover) {
  .gallery .all-photos-container .thumb:hover {
    border: 5px solid #48483d;
  }
}

.gallery .banner {
  display: none;
}

.load-more {
  background-color: #FFF;
  padding: 20px 15px;
}

.load-more .controller {
  display: block;
  text-align: center;
  border-radius: 10px;
  background-color: #FFB600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px;
}

@media (hover: hover) {
  .load-more .controller:hover {
    background-color: #E01B2F;
    color: #FFF;
  }
}

.cookieInfo, .cookieInfoFooter {
  display: block;
  background-color: #00326A;
  background-image: -webkit-gradient(linear, right top, left top, from(#005F6A), to(#00326A));
  background-image: linear-gradient(to left, #005F6A 0%, #00326A 100%);
  color: #fff;
  font-size: 16px;
  height: auto;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  border-radius: 0;
}

.cookieInfo.footer {
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  height: auto;
  padding: 18px 10px 20px;
}

.cookieInfo.footer a {
  color: #FFB600;
}

@media (hover: hover) {
  .cookieInfo.footer a:hover {
    text-decoration: underline;
  }
}

.top-championships {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
          box-shadow: inset 0 0 0 1px #FFF;
  position: relative;
}

.top-championships::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  bottom: 0;
  left: 0;
}

.top-championships .championship {
  width: 50%;
  height: 120px;
  padding: 20px;
  border-bottom: 1px solid #DEDED8;
  border-right: 1px solid #DEDED8;
  display: block;
}

.top-championships .championship img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}

.top-championships .championship:nth-child(even) {
  border-right: none;
}

@media (hover: hover) {
  .top-championships .championship:hover {
    background-color: #F5F5F3;
  }
}

.widget-team-list .entry {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-minus-sidebar-1 {
  width: calc(100% - 312px);
}

.grid:not(.no-gutters) > * {
  padding-left: 0;
  padding-right: 0;
}

.form-select select {
  margin-bottom: 0;
  font-family: "Barlow", sans-serif;
}

.widget-carousel-matches p {
  font-family: "Barlow", sans-serif;
}

.col-1 {
  margin-bottom: 12px;
}

.widget-livescore-list .entry {
  margin-bottom: 0;
  border-bottom: 1px solid #DEDED8;
}

.widget-livescore-list .widget-odds {
  margin-bottom: 0;
  border-bottom: none;
}

.widget-livescore-list .section-header .flag {
  margin-bottom: 8px;
}

.widget-view-more-load .label {
  font-family: "Barlow", sans-serif;
}

.datepicker {
  font-family: "Barlow", sans-serif !important;
}

.widget-carousel-livescore-dates .arrows button {
  margin-top: 0;
}

.widget-carousel-matches .arrows button {
  margin-top: 0;
}

.widget-odds .odds-provider {
  border-radius: 3px;
  overflow: hidden;
}

.widget-odds .bet-odds {
  border-radius: 3px;
  border: none;
  background-color: #DEDED8;
}

.widget-odds .match-bet li:first-child .bet-odds {
  border-top-left-radius: 3px;
}

.widget-odds .match-bet li:last-child .bet-odds {
  border-top-right-radius: 3px;
}

.heading-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
  margin-top: 0;
}

.widget-heading-small {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-team-vote .vote-action .btn-generic {
  color: #E01B2F;
}

.widget-team-vote .vote-action .btn-generic:hover {
  color: #FFF !important;
}

.widget-news-article-share .share-media {
  margin-bottom: 0;
}

.widget-team-ranking .team-ranking-players .player-name {
  margin-bottom: 0;
}

.widget-news-article-share .share-count {
  color: #2E2A1E;
}

.wrap-width {
  max-width: 1226px;
}

.widget-livescore-list .section-header .name {
  margin-bottom: 0;
}

.table-foot {
  padding: 0;
}

.widget-carousel-matches .match-finished h6,
.widget-carousel-matches .match-live h6 {
  color: #FFF;
}

.widget-heading-small + .box-generic, .widget-heading-large + .box-generic {
  margin-top: 20px;
}

.widget-team-vote .vote-count {
  font-family: "Barlow", sans-serif;
}

.widget-header-breadcrumb {
  padding-top: 0;
  padding-bottom: 30px;
}

.ls-header {
  background-color: #FFF !important;
}

.widget-carousel-livescore-dates {
  background-color: #FFF !important;
}

.wrap-width {
  width: 100%;
}

.heading-tabs .calendar-trigger {
  background-color: #FFF;
  border: none;
}

.widget-team-accordion .section-header {
  padding-top: 0;
}

.widget-team-accordion .section-header .name {
  margin-bottom: 0;
}

.calendar-trigger {
  padding: 0;
}

.widget-carousel-livescore-dates .day {
  margin-bottom: 0;
  margin-top: 8px;
}

.widget-livescore-list .section-header {
  padding-top: 0;
}

.widget-livescore-list .section-header .flag {
  margin-bottom: 0;
}

.widget-livescore-list .section-header h5 {
  margin-bottom: 0;
}

.widget-header-mobile-breadcrumb {
  width: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#005F6A), to(#00326A));
  background-image: linear-gradient(to left, #005F6A 0%, #00326A 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget-header-mobile-breadcrumb h5 {
  margin-bottom: 0;
}

.widget-heading-mobile-league {
  width: 100%;
  background-color: #F5F5F3;
}

.widget-category-dropdown {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.widget-tabs-lined .tab-nav {
  margin-bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.widget-category-dropdown {
  width: 100%;
}

.widget-header-mobile-breadcrumb .toggle-switch .toggle-switch-label {
  margin: 0;
}

.widget-header-mobile-breadcrumb .toggle-switch-label::before {
  border: none;
}

.widget-header-mobile-breadcrumb .toggle-switch .toggle-switch-label::after {
  top: 0;
  left: 0;
}

.widget-category-nav {
  background-color: #F5F5F3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-top: -10px;
}

.widget-category-nav .content {
  background-color: transparent;
}

.widget-category-nav .content h5 {
  margin-bottom: 0;
}

.widget-livescore-list .widget-odds {
  margin: 10px 0 0 0;
}

.widget-tabs-lined-mobile {
  width: 100%;
}

.widget-heading-generic {
  margin-top: 0;
  background-color: #FFF;
}

.widget-standings-list .st-table-foot {
  display: block;
  padding: 0;
}

.widget-carousel-livescore-dates {
  background-color: #F5F5F3;
  -webkit-box-shadow: 0 -20px 0 #F5F5F3;
          box-shadow: 0 -20px 0 #F5F5F3;
}

.calendar-trigger {
  background-color: #F5F5F3;
}

.widget-carousel-livescore-dates + .calendar-trigger {
  margin-top: -10px;
}

.toggle-switch .toggle-switch-label {
  margin: 0;
}

.widget {
  width: 100%;
}

.widget-team-vote .vote-action button {
  color: #2E2A1E;
  margin-top: 0;
}

.bar-wrap ul {
  margin-bottom: 0;
}

.widget-prediction-poll-mobile {
  margin: 0;
  padding: 0;
}

.widget-prediction-poll-mobile .widget-odds {
  margin: 0;
  padding-bottom: 20px;
}

.widget-team-squad .squad-list .player-name {
  margin-bottom: 0;
}

.widget-team-squad .squad-list .player {
  padding: 15px 10px;
}

.widget-team-squad .squad-list .player-image {
  margin-bottom: 5px;
}

.widget-team-squad .squad-list .player-rank {
  font-size: 12px;
}

.widget-header-mobile-breadcrumb .watch-live .label {
  color: #FFB600;
  font-size: 10px;
  vertical-align: middle;
}

.widget-header-mobile-breadcrumb .watch-live .icon.icon-event-livetv-small {
  background-image: url(../src/image/icon/i_event_livetv_small-yellow.png);
}

.widget-livescore-list .team-name,
.widget-livescore-list .dashboard-result {
  font-size: 15px;
}

.widget-livescore-list .widget-odds .bet-odds,
.widget-livescore-list .widget-odds .bet-label {
  font-size: 12px;
}

.widget-tabs-lined .tab-nav a {
  font-size: 15px;
}

.widget-league-scorer .sc-table,
.widget-league-standings .st-table {
  font-size: 15px;
}

.widget-team-list-vertical .name {
  font-size: 15px;
}

.match-timeline-list h6,
.prediction-content h6,
.match-goals h6,
.match-teams-generic h6 {
  font-size: 15px !important;
  text-transform: none;
  color: #2E2A1E;
}

.widget-match-inline-mobile .timeline-event {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-match-inline-mobile .timeline-event-text {
  padding-bottom: 0;
}

.widget-match-inline-mobile .timeline-event-text span {
  font-size: 13px;
  display: block;
  margin-top: 3px;
}

.widget-match-topscorers .player-name {
  font-size: 15px;
  margin-bottom: 0;
}

.widget-match-topscorers .match-people-left .player-text .player-position {
  font-size: 12px;
}

.match-compare-generic .team-league .name {
  font-size: 15px;
  margin-bottom: 0;
}

.match-compare-generic.footer .link {
  font-size: 12px;
}

.match-season-text {
  font-size: 15px;
}

.player-table {
  font-size: 15px;
}

.player-table .name {
  font-size: 15px;
}

.player-table .cell {
  font-size: 12px;
}

.widget-odds-main-container {
  position: relative !important;
}

.widget-odds-main-container .odds-container {
  background-color: transparent !important;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .widget-odds-main-container .odds-container {
    padding: 0 30px;
  }
}

@media all and (min-width: 1024px) {
  .widget-odds-main-container .odds-container {
    padding: 0;
  }
}

.widget-odds-main-container .odds-view {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: none !important;
  margin-bottom: 8px !important;
}

.widget-odds-main-container .odds-view .odd-brand {
  width: 125px !important;
  height: 36px !important;
  display: block !important;
  padding: 0 !important;
  border-radius: 3px !important;
  background-color: #00326A !important;
}

.widget-odds-main-container .odds-view .odd-brand .brand-image-container {
  width: 125px !important;
  height: 36px !important;
}

@media (max-width: 768px) {
  .widget-odds-main-container .odds-view .odd-brand .brand-image-container {
    width: 248px !important;
    margin-top: 19px !important;
    border-radius: 3px !important;
  }
}

.widget-odds-main-container .odds-view .odd-brand img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center;
     object-position: center;
  height: 100% !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  .widget-odds-main-container .odds-view .odd-brand {
    width: 248px !important;
  }
}

.widget-odds-main-container .odds-view .team-logo {
  width: 62px !important;
  height: 62px !important;
  padding: 0 !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  background-image: url(../images/bg-odds.svg) !important;
  background-repeat: repeat-x;
  background-position: center;
  margin: 0 4px !important;
}

.widget-odds-main-container .odds-view .team-logo img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.widget-odds-main-container .odds-view .odds-coefficient .odd-1,
.widget-odds-main-container .odds-view .odds-coefficient .odd-x,
.widget-odds-main-container .odds-view .odds-coefficient .odd-2 {
  position: relative !important;
  width: 60px !important;
  height: 36px !important;
  background-color: #EBEBE7 !important;
  border-radius: 3px !important;
  margin: 0 2px !important;
  border: none !important;
}

.widget-odds-main-container .odds-view .odds-coefficient .odd-1 .odd-label,
.widget-odds-main-container .odds-view .odds-coefficient .odd-x .odd-label,
.widget-odds-main-container .odds-view .odds-coefficient .odd-2 .odd-label {
  position: absolute !important;
  width: 100% !important;
  top: -15px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.widget-odds-main-container .odds-view .odds-coefficient .odd-1 span:last-child,
.widget-odds-main-container .odds-view .odds-coefficient .odd-x span:last-child,
.widget-odds-main-container .odds-view .odds-coefficient .odd-2 span:last-child {
  border: none !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  padding-top: 2px !important;
}

@media (max-width: 768px) {
  .widget-odds-main-container .odds-view .odds-coefficient .odd-1,
  .widget-odds-main-container .odds-view .odds-coefficient .odd-x,
  .widget-odds-main-container .odds-view .odds-coefficient .odd-2 {
    padding-top: 5px !important;
    height: 45px !important;
  }
}

@media (max-width: 768px) {
  .widget-odds-main-container .odds-view .odds-coefficient {
    border: none !important;
  }
}

.widget-odds-main-container .odds-view .odds-link {
  width: 125px !important;
  height: 36px !important;
  border-radius: 3px !important;
  background-color: #EBEBE7 !important;
  margin: 0 !important;
  text-align: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.widget-odds-main-container .odds-view .odds-link > a {
  display: block !important;
  width: 100%;
  color: #E01B2F !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
}

.widget-odds-main-container .odds-view .odds-link > a::after {
  display: none;
}

@media (max-width: 768px) {
  .widget-odds-main-container .odds-view .odds-link {
    display: none !important;
  }
}

.widget-odds-main-container .odds-view.theme-pinnaclesports .odd-brand {
  background-color: #101928 !important;
}

.widget-odds-main-container .odds-view.theme-betfair .odd-brand {
  background-color: #fec101 !important;
}

.widget-odds-main-container .odds-view.theme-bet365 .odd-brand {
  background-color: #027B5B !important;
}

.widget-odds-main-container .odds-view.theme-bwin .odd-brand {
  background-color: #000 !important;
}

.widget-odds-main-container .odds-view.theme-skybet .odd-brand {
  background-color: #fff !important;
}

.widget-odds-main-container .odds-view.theme-willhill .odd-brand {
  background-color: #022E49 !important;
}

.widget-odds-main-container .odds-view.theme-marathonbet .odd-brand {
  background-color: #CB2129 !important;
}

.widget-odds-main-container .odds-view.theme-efbet .odd-brand {
  background-color: #000 !important;
}

.widget-odds-main-container .odds-view:first-child {
  margin-bottom: 2px !important;
}

div[data-widgetId='widget-match-header'] .widget-match-header {
  background: #F5F5F3 !important;
  border-radius: 10px !important;
  padding: 20px 20px 1px !important;
  font-family: "Barlow", sans-serif !important;
}

div[data-widgetId='widget-match-header'] .widget-match-header .championshipName {
  color: #E01B2F !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.2px;
}

div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .goalInfo {
  width: 90px !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  font-size: 28px !important;
}

div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .goalInfo .goals {
  background-color: #FFB600;
  border-radius: 3px;
  padding: 7px 3px 8px;
}

div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam,
div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam {
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam .homeTeamName,
div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam .homeTeamName {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam .homeTeamName,
  div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam .homeTeamName {
    font-size: 16px;
  }
}

div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam .awayTeamName,
div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam .awayTeamName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin-left: 0 !important;
}

@media (max-width: 768px) {
  div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam .awayTeamName,
  div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam .awayTeamName {
    font-size: 16px;
  }
}

div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam .homeTeamLogo,
div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam .awayTeamLogo,
div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam .homeTeamLogo,
div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam .awayTeamLogo {
  width: 62px !important;
  height: 62px !important;
}

div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam .homeTeamLogo img,
div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam .awayTeamLogo img,
div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam .homeTeamLogo img,
div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam .awayTeamLogo img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 768px) {
  div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam .homeTeamLogo,
  div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .homeTeam .awayTeamLogo,
  div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam .homeTeamLogo,
  div[data-widgetId='widget-match-header'] .widget-match-header .teamsInfo .awayTeam .awayTeamLogo {
    width: 35px !important;
    height: 35px !important;
  }
}

div[data-widgetId='widget-match-header'] .widget-match-header .widget-odds-main-container .odds-view .odds-coefficient .odd-1,
div[data-widgetId='widget-match-header'] .widget-match-header .widget-odds-main-container .odds-view .odds-coefficient .odd-x,
div[data-widgetId='widget-match-header'] .widget-match-header .widget-odds-main-container .odds-view .odds-coefficient .odd-2 {
  background-color: #FFF !important;
}

div[data-widgetId='widget-match-header'] .widget-match-header .widget-odds-main-container .odds-view .odds-coefficient .odd-1 span:last-child,
div[data-widgetId='widget-match-header'] .widget-match-header .widget-odds-main-container .odds-view .odds-coefficient .odd-x span:last-child,
div[data-widgetId='widget-match-header'] .widget-match-header .widget-odds-main-container .odds-view .odds-coefficient .odd-2 span:last-child {
  background-color: #FFF !important;
  border-radius: 3px !important;
}

div[data-widgetId='widget-match-header'] .widget-match-header .widget-odds-main-container .odds-view .team-logo {
  display: block !important;
}

div[data-widgetId='widget-match-header'] .widget-match-header .widget-odds-main-container .odds-view .team-logo img {
  display: none !important;
}

div[data-widgetId='widget-match-header'] .widget-match-header .widget-odds-main-container .odds-view .odds-link {
  background-color: #FFF !important;
}

.news-item .thumb div[data-widgetId='odds-listing'] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  position: absolute !important;
  bottom: 0 !important;
  padding: 100px 0 10px;
  width: 100%;
}

.news-item .thumb .widget-odds-main-container {
  width: 100%;
}

.news-item .thumb .widget-odds-main-container .odds-container {
  margin-bottom: 0;
}

.news-item .thumb .widget-odds-main-container .odds-view {
  padding: 0 12px;
}

.news-item .thumb .widget-odds-main-container .odds-view .odd-brand img {
  position: relative !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

@media (max-width: 768px) {
  .news-item .thumb .widget-odds-main-container .odds-view .odd-brand .brand-image-container {
    margin-top: 0 !important;
    position: relative;
    z-index: 1;
  }
}

.news-item .thumb .widget-odds-main-container .odds-view .odds-coefficient .odd-1,
.news-item .thumb .widget-odds-main-container .odds-view .odds-coefficient .odd-x,
.news-item .thumb .widget-odds-main-container .odds-view .odds-coefficient .odd-2 {
  background-color: #FFF !important;
}

.news-item .thumb .widget-odds-main-container .odds-view .odds-coefficient .odd-1 .odd-label,
.news-item .thumb .widget-odds-main-container .odds-view .odds-coefficient .odd-x .odd-label,
.news-item .thumb .widget-odds-main-container .odds-view .odds-coefficient .odd-2 .odd-label {
  color: #FFF !important;
}

.news-item .thumb .widget-odds-main-container .odds-view .odds-coefficient .odd-1 span:last-child,
.news-item .thumb .widget-odds-main-container .odds-view .odds-coefficient .odd-x span:last-child,
.news-item .thumb .widget-odds-main-container .odds-view .odds-coefficient .odd-2 span:last-child {
  background-color: #FFF !important;
  border-radius: 3px !important;
}

.news-item .thumb .widget-odds-main-container .odds-view .team-logo {
  display: block !important;
}

.news-item .thumb .widget-odds-main-container .odds-view .odds-link {
  background-color: #FFF !important;
}

.news-item:hover .thumb .widget-odds-main-container .odds-view .odd-brand img {
  -webkit-transform: none !important;
          transform: none !important;
}

.news-item:hover .thumb .widget-odds-main-container .odds-view .team-logo img {
  -webkit-transform: none !important;
          transform: none !important;
}

.standings-container {
  border: none !important;
}

.standings-container > .table-container ul li.goal-difference {
  width: 100px !important;
  max-width: 100px !important;
}

.standings-container > .table-container ul li.logo {
  width: 32px !important;
  max-width: 32px !important;
  text-align: center !important;
  border-bottom: none !important;
}

.standings-container > .table-container ul li.id {
  width: 35px !important;
  height: 35px !important;
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .standings-container > .table-container ul li.id {
    max-width: 35px !important;
  }
}

.standings-container > .table-container ul li.id span {
  background-image: url(../images/mask-no.svg) !important;
  background-size: contain !important;
  background-color: #F5F5F3 !important;
  width: 35px !important;
  height: 35px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 5px 12px 0 0 !important;
  margin-top: -3px !important;
}

@media (max-width: 768px) {
  .standings-container > .table-container ul li.id span {
    text-align: center !important;
  }
}

.standings-container > .table-container ul li.id span.championsleague {
  background-color: #DFF4C7 !important;
}

.standings-container > .table-container ul li.id span.uefacup {
  background-color: #FFE8AB !important;
}

.standings-container > .table-container ul li.id span.relegation {
  background-color: #FBDDE0 !important;
}

.standings-container > .table-container ul li.team {
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}

.standings-container > .table-container ul li.matches-played, .standings-container > .table-container ul li.wins, .standings-container > .table-container ul li.draws, .standings-container > .table-container ul li.loses, .standings-container > .table-container ul li.points {
  width: 33px !important;
  max-width: 33px !important;
}

.standings-container > .table-container ul li.points {
  text-align: right !important;
}

.standings-container .table-header {
  padding-right: 0 !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  height: 34px !important;
}

.standings-container .table-row {
  padding: 0 !important;
  height: auto !important;
}

.standings-container .table-row:nth-child(2n + 1) {
  background-color: #FFF !important;
}

.standings-container ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.standings-container ul > li {
  font-size: 16px !important;
  color: #2E2A1E !important;
  border-bottom: 1px solid #DEDED8 !important;
  background-color: none !important;
  padding-top: 2px !important;
  padding-bottom: 6px !important;
}

.standings-container ul.tb-head > li {
  padding: 8px 0 0 !important;
  color: rgba(46, 42, 30, 0.5) !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-weight: 700 !important;
}

.standings-container ul.tb-head > li.id {
  font-size: 0 !important;
}

.standings-container a {
  color: #2E2A1E !important;
}

.statistics .results div[data-widgetId='odds-listing'] {
  background-color: #FFF !important;
  -webkit-box-shadow: 0 -5px 0 #FFF !important;
          box-shadow: 0 -5px 0 #FFF !important;
  position: relative;
  margin-top: -6px;
}

@media (max-width: 768px) {
  .statistics .results div[data-widgetId='odds-listing'] {
    margin-top: 11px !important;
    -webkit-box-shadow: 0 -13px 0 #FFF !important;
            box-shadow: 0 -13px 0 #FFF !important;
  }
}

.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-container {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-container {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view {
    padding-bottom: 30px !important;
    max-height: 64px !important;
  }
}

.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .team-logo {
  height: 25px !important;
}

.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .team-logo img {
  display: none !important;
}

.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odd-brand {
  width: 115px !important;
  height: 25px !important;
}

.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odd-brand .brand-image-container {
  width: 115px !important;
  height: 25px !important;
}

.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-link {
  width: 115px !important;
  height: 25px !important;
}

.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-1,
.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-x,
.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-2 {
  height: 25px !important;
  width: 47px !important;
}

@media (max-width: 768px) {
  .statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-1,
  .statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-x,
  .statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-2 {
    padding-top: 0 !important;
  }
}

.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-1 .odd-label,
.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-x .odd-label,
.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-2 .odd-label {
  font-size: 9px !important;
  opacity: .5 !important;
}

.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-1 span:last-child,
.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-x span:last-child,
.statistics .results div[data-widgetId='odds-listing'] .widget-odds-main-container .odds-view .odds-coefficient .odd-2 span:last-child {
  font-size: 16px !important;
  font-weight: 400 !important;
  display: block !important;
  padding-top: 0 !important;
  margin-top: -4px !important;
}

@media all and (max-width: 767px) {
  .news-item {
    overflow: hidden;
  }
  .news-item::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    top: -10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .news-item.poll-container {
    margin-top: -5px;
    padding-top: 0 !important;
  }
  .news-item.poll-container::before {
    display: none;
  }
  .C1,
  .C3 {
    width: 100%;
  }
  .C1 .news-item,
  .C3 .news-item {
    padding: 17px 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .C1 .news-item .thumb,
  .C3 .news-item .thumb {
    width: 77px;
    padding-bottom: 77px;
    border-radius: 10px;
  }
  .C1 .news-item .text-container,
  .C3 .news-item .text-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .C1 .news-item .text-container h6,
  .C3 .news-item .text-container h6 {
    padding: 0;
    margin: -1px 0 6px;
    max-width: 100%;
    padding-right: 40px;
  }
  .C1 .news-item .text-container h6::before, .C1 .news-item .text-container h6::after,
  .C3 .news-item .text-container h6::before,
  .C3 .news-item .text-container h6::after {
    display: none;
  }
  .C1 .news-item .text-container h2,
  .C3 .news-item .text-container h2 {
    padding: 0;
    font-size: 18px;
    letter-spacing: -.1px;
  }
  .C1 .news-item .comments-no,
  .C3 .news-item .comments-no {
    color: #2E2A1E;
    background-color: transparent;
    background-image: url(../images/comment.svg);
    padding: 16px 15px 6px 24px;
    background-position: 10px 18px;
  }
  .C2 {
    width: 100%;
  }
  .C2 .news-item:nth-child(n+2) {
    padding: 17px 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .C2 .news-item:nth-child(n+2) .thumb {
    width: 77px;
    padding-bottom: 77px;
    border-radius: 10px;
  }
  .C2 .news-item:nth-child(n+2) .text-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .C2 .news-item:nth-child(n+2) .text-container h6 {
    padding: 0 40px 0 0;
    margin: -1px 0 6px;
    max-width: 100%;
  }
  .C2 .news-item:nth-child(n+2) .text-container h6::before, .C2 .news-item:nth-child(n+2) .text-container h6::after {
    display: none;
  }
  .C2 .news-item:nth-child(n+2) .text-container h2 {
    padding: 0;
    font-size: 18px;
    letter-spacing: -.1px;
  }
  .C2 .news-item:nth-child(n+2) .text-container h2 .marcaj {
    font-size: 13px;
    padding: 2px 7px;
    margin: 3.5px 7px 0 0;
  }
  .C2 .news-item:nth-child(n+2) .comments-no {
    color: #2E2A1E;
    background-color: transparent;
    background-image: url(../images/comment.svg);
    padding: 16px 15px 6px 24px;
    background-position: 10px 18px;
  }
  .hero .C1 .news-item:nth-child(1)::before {
    display: none;
  }
  .hero .C2 .news-item .comments-no {
    padding: 9px 15px 8px 31px;
    background-position: 17px 11px;
    border-radius: 0 0 0 5px;
  }
  .news-block.branded {
    background-color: #FFF !important;
  }
  .news-block .C2 .news-item:first-child .comments-no {
    padding: 9px 15px 8px 31px;
    background-position: 17px 11px;
    border-radius: 0 0 0 5px;
  }
  .statistics,
  .agenda,
  .share-it,
  .debate {
    overflow: hidden;
    position: relative;
    padding: 17px 15px;
  }
  .statistics::before,
  .agenda::before,
  .share-it::before,
  .debate::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    top: -10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .related,
  .comments,
  .tv-day-wrapper {
    overflow: hidden;
    position: relative;
  }
  .related::before,
  .comments::before,
  .tv-day-wrapper::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    top: -10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .share-it {
    padding: 17px 0;
  }
  .share-it .icon-header {
    margin: 5px 15px;
  }
  .debate {
    padding: 17px 0 0;
  }
  .debate .icon-header {
    margin: 5px 15px 20px;
  }
  .debate .news-item::before {
    display: none;
  }
  .article h6 {
    position: relative;
    padding: 16px 0 0 16px;
    display: block;
    width: auto;
    vertical-align: top;
    margin: -24px 0 8px;
    max-width: calc(100% - 88px);
    z-index: 1;
  }
  .article h6::before {
    position: absolute;
    content: '';
    height: 85px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(71%, #FFF));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFF 71%);
    top: 0;
    left: 0;
    width: calc(100% - 51px);
  }
  .article h6::after {
    position: absolute;
    content: '';
    width: 219px;
    height: 85px;
    background-image: url(../images/h6shape-white.svg);
    background-repeat: repeat-x;
    background-size: 219px 85px;
    top: 0;
    left: calc(100% - 51px);
    pointer-events: none;
  }
  .article h6 span {
    position: relative;
    z-index: 1;
  }
  .article h1 {
    position: relative;
    z-index: 2;
  }
  .article.comments-hero h6 {
    margin-top: 0;
  }
  .article-hero .article-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-hero .thumb {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .article-body h6 {
    max-width: none;
    margin: 30px 15px 20px;
    padding: 0 0 10px;
  }
  .article-container {
    width: 100%;
    overflow-x: hidden;
  }
  .related .news-item {
    width: 150px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .related .news-item::after {
    position: absolute;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, white), color-stop(100%, white));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, white), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    height: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
  }
  .related .news-item h2 {
    padding: 4px 0 0;
    font-size: 16px;
    max-height: 82px;
    overflow: hidden;
  }
  .related .news-item .text-container h6 {
    margin-top: 10px;
    padding: 0;
    max-width: none;
  }
  .related .news-item .text-container h6::before, .related .news-item .text-container h6::after {
    display: none;
  }
  .related .thumb {
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .related .thumb .video-icon img {
    width: 29px;
    height: 29px;
    border: 1.5px solid #FFF;
  }
  .related .comments-no {
    border-radius: 0 10px;
  }
  .related-big {
    display: block;
  }
  .related-big .thumb {
    margin-bottom: 5px;
  }
  .related-big .text-container h2 {
    font-size: 16px;
  }
  .related-big + .related .news-item:first-child {
    display: none;
  }
  .related-big + .related .news-item:nth-child(2) {
    margin-left: 15px;
  }
  .partners.stiri-nebune {
    display: block;
    background-size: calc(100% - 30px);
    background-position: center 8px;
    padding-top: 65px !important;
  }
  .partners.stiri-nebune .news-item {
    width: calc(100% - 30px);
    margin-left: 15px;
    display: none;
  }
  .partners.stiri-nebune .news-item:first-child {
    display: block;
  }
  .share-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .share-container .share-button {
    padding: 11px;
  }
  .share-container .share-button span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .share-container .share-button.facebook span {
    display: none;
  }
  .share-container .share-button.whatsapp span {
    display: none;
  }
  .share-container .share-button.comments-no {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .share-container .share-button.comments-no span {
    line-height: 1.1;
    margin-left: 5px;
  }
  .widget-livescore-list .section-header h5 {
    margin-bottom: 0;
  }
  .widget-livescore-list .section-header .flag {
    margin-bottom: 0;
  }
  .widget-category-dropdown {
    background-color: #F5F5F3;
  }
}

@media all and (min-width: 375px) {
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .header .menu-container ul.icons-menu {
    margin-left: 0;
  }
  .header .menu-container ul.icons-menu a {
    padding: 0 3px;
  }
  .header .menu-container ul.icons-menu a span {
    margin-left: -3px;
    margin-right: 0;
    padding: 0 15px 1px 0;
  }
  .sub-header a {
    padding: 14px 23px 0;
  }
  .statistics table th.wins, .statistics table th.draws, .statistics table th.losses, .statistics table td.wins, .statistics table td.draws, .statistics table td.losses {
    display: table-cell;
  }
  .statistics .results .match .team-names {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .statistics .results .match .scorers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery .main-photo.banner-interstitial .prev-photo {
    width: 25%;
  }
  .gallery .main-photo.banner-interstitial .next-photo {
    width: 75%;
  }
  .gallery .main-photo .photo-gallery-banner {
    z-index: 15;
  }
}

@media all and (min-width: 375px) and (max-width: 767px) {
  .C1 .news-item .thumb,
  .C3 .news-item .thumb {
    width: 87px;
    padding-bottom: 87px;
  }
  .C1 .news-item .text-container h2,
  .C3 .news-item .text-container h2 {
    font-size: 20px;
  }
  .C2 .news-item:nth-child(n+2) .thumb {
    width: 87px;
    padding-bottom: 87px;
  }
  .C2 .news-item:nth-child(n+2) .text-container h2 {
    font-size: 20px;
  }
}

@media all and (max-width: 767px) and (orientation: landscape) {
  body {
    margin-top: 0 !important;
  }
  .header {
    position: static;
    margin-bottom: -19px;
    -webkit-box-ordinal-group: -10;
        -ms-flex-order: -11;
            order: -11;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  body {
    margin-top: 0 !important;
  }
  .header {
    position: static;
    margin-bottom: -22px;
    -webkit-box-ordinal-group: -10;
        -ms-flex-order: -11;
            order: -11;
  }
}

@media all and (min-width: 768px) {
  body {
    margin-top: 52px;
  }
  body.contains-gallery {
    margin: 0;
  }
  .main-container {
    margin: 0 auto;
    max-width: 100%;
  }
  .controller {
    width: calc(100% - 60px);
  }
  .banner.branding {
    display: block;
  }
  .banner.mobile-only {
    display: none;
  }
  .banner.article-top {
    padding: 20px 0;
  }
  .banner.article-top .x320x50 {
    display: none;
  }
  .banner.article-top .x728x90 {
    display: block;
  }
  .news-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
  }
  .header .logo-container {
    height: 74px;
  }
  .header .logo-container .gradient-left {
    width: 270px;
    height: 74px;
  }
  .header .logo-container .shape-under-logo {
    width: 97px;
    height: 74px;
    background-image: url(../images/shape-under-logo-.svg);
  }
  .header .logo-container .logo {
    width: 264px;
    height: 47px;
    top: 14px;
    left: 20px;
  }
  .header .menu-container {
    height: 52px;
  }
  .header .menu-container ul {
    height: 52px;
  }
  .header .menu-container ul.icons-menu a {
    height: 52px;
  }
  .header.of-the-gallery {
    height: 90px;
  }
  .header.of-the-gallery .banner.x320x50 {
    display: none;
  }
  .header.of-the-gallery .banner.x728x90 {
    display: block;
    height: 90px;
  }
  .hero .controller {
    padding: 30px 0;
  }
  .hero .thumb {
    height: auto;
    padding-bottom: 0;
  }
  .hero .news-item {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  .hero .news-item .comments-no {
    border-radius: 0 10px;
  }
  .hero .C1 .news-item {
    background-image: -webkit-gradient(linear, right top, left top, from(#005F6A), to(#00326A));
    background-image: linear-gradient(270deg, #005F6A 0%, #00326A 100%);
    height: 294px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero .C1 .news-item .thumb {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .hero .C1 .news-item:first-child {
    margin-bottom: 12px;
  }
}

@media all and (min-width: 768px) and (hover: hover) {
  .hero .C1 .news-item:hover .text-container h2 {
    color: #FFB600;
  }
}

@media all and (min-width: 768px) {
  .hero .C1 .text-container h6 {
    color: #FFB600;
  }
  .hero .C1 .text-container h6::before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 50, 106, 0)), color-stop(71%, #00326A));
    background-image: linear-gradient(to top, rgba(0, 50, 106, 0) 0%, #00326A 71%);
  }
  .hero .C1 .text-container h6::after {
    background-image: url(../images/h6shape-blue.svg);
  }
  .hero .C1 .text-container h2 {
    color: #FFF;
    padding: 6px 15px 15px;
  }
  .hero .C1 .text-container h2 .marcaj {
    font-size: 11px;
    margin: 2px 7px 0 0;
    padding: 1px 7px 2px;
  }
  .hero .C2.has-breaking-news {
    margin-left: 0;
  }
  .hero .C2 .news-item {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero .C2 .news-item .thumb {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .hero .C2 .text-container h2 {
    font-size: 30px;
    line-height: 1.1;
    padding: 9px 20px 22px;
  }
  .hero .C2 .text-container h2 .marcaj {
    font-size: 19px;
    padding: 3px 9px;
    margin: 4px 9px 0 0;
  }
  .hero .C2 .text-container h6 {
    padding: 21px 0 0 21px;
  }
  .hero .C3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
  }
  .hero .C3 .x300x250 {
    display: none;
  }
  .hero .C3 .x728x90 {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .hero .C1,
  .news-block .C1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 300px;
  }
  .hero .C1 h2,
  .news-block .C1 h2 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .hero .C1 .agenda h2,
  .news-block .C1 .agenda h2 {
    font-size: 24px;
    letter-spacing: -.2px;
  }
  .hero .C2,
  .news-block .C2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 12px;
  }
  .news-block {
    padding: 30px 0 18px;
    background-color: #F5F5F3;
  }
  .news-block .news-item {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    padding: 12px;
  }
  .news-block .news-item .comments-no {
    top: 12px;
    right: 12px;
    border-radius: 0 5px 0 10px;
  }
  .news-block .thumb {
    border-radius: 5px 5px 0 0;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  .news-block .text-container h2 {
    padding: 6px 3px 3px;
  }
  .news-block .text-container h6 {
    padding: 16px 0 0 4px;
  }
  .news-block .C1 .text-container h2 .marcaj {
    font-size: 11px;
    margin: 2px 7px 0 0;
    padding: 1px 7px 2px;
  }
  .news-block .C2 .thumb {
    padding-bottom: 80%;
  }
  .news-block .C2 .text-container h2 {
    padding: 9px 7px 10px;
  }
  .news-block .C2 .text-container h6 {
    padding: 21px 0 0 8px;
  }
  .news-block + .news-block,
  .news-block + .mobile-only + .news-block,
  .news-block + .banner + .news-block {
    padding-top: 0;
  }
  .news-block.branded + .news-block,
  .news-block.branded + .mobile-only + .news-block {
    padding-top: 30px;
  }
  .news-block + .news-block.branded,
  .news-block + .mobile-only + .news-block.branded,
  .news-block.related-big + .news-block {
    padding-top: 30px;
  }
  .blogsport {
    padding-bottom: 30px;
  }
  .blogsport .controller {
    width: 100%;
  }
  .blogsport .logo-blogsport {
    padding: 20px 30px 14px;
  }
  .blogsport .blogsport-container {
    padding-right: 30px;
  }
  .blogsport .news-item {
    width: 300px;
    height: 225px;
    margin-left: 12px;
  }
  .blogsport .news-item:first-child {
    margin-left: 30px;
  }
  .blogsport .news-item h2 {
    font-size: 24px;
    letter-spacing: -.2px;
    max-height: 84px;
  }
  .blogsport .thumb {
    padding-bottom: 225px;
  }
  .teams .controller a {
    height: 58px;
    width: 58px;
    padding: 10px;
  }
  .statistics,
  .agenda {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    background-color: #FFF;
    padding: 15px;
  }
  #statistics,
  #agenda {
    top: -82px;
  }
  .agenda .overflower {
    overflow-y: scroll;
    overflow-x: auto;
    max-height: 440px;
  }
  .agenda .tabs li a {
    width: 23.5px;
  }
  .agenda table tr:nth-child(n+7) {
    display: table-row;
  }
  .partners {
    display: block;
    height: auto;
    padding: 30px 0;
    opacity: 1;
  }
  .partners + .news-block,
  .partners + .photo-of-the-day {
    padding-top: 30px;
  }
  .partners.mobile-only {
    display: none;
  }
  .photo-of-the-day {
    display: block;
  }
  .photo-of-the-day + .news-block {
    padding-top: 0;
  }
  .share-it .icon-header {
    margin-bottom: 10px;
  }
  .share-it-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .share-it-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
  }
  .share-it-item {
    margin-left: 0;
    margin-bottom: 55px;
    width: 100%;
  }
  .share-it-item:first-child {
    margin-left: 0;
  }
  .article {
    padding-top: 30px;
  }
  .article p,
  .article h1,
  .article h2,
  .article h6,
  .article ul,
  .article ol {
    margin-left: 30px;
    margin-right: 30px;
  }
  .article p,
  .article ul,
  .article ol {
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .article .controller {
    width: 100%;
  }
  .article h1 {
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 1.1;
    letter-spacing: -.3px;
  }
  .article h2 {
    font-size: 28px;
  }
  .article h2::after {
    margin-bottom: 24px;
  }
  .article h6 {
    margin-bottom: 10px;
  }
  .article .data-autor {
    margin-bottom: 14px;
  }
  .article .cifra {
    padding: 24px 30px 32px 85px;
    background-position: 23px 28px;
    background-size: 40px 40px;
    margin-bottom: 30px;
  }
  .article .cifra .numar {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .article .cifra .descriere-numar {
    font-size: 22px;
    line-height: 1.27;
  }
  .article .poll {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    border-radius: 10px;
    padding: 26px 20px 25px;
  }
  .article .poll img {
    width: 42px;
    height: 40px;
    margin-left: 3px;
    margin-right: 20px;
    margin-bottom: 23px;
  }
  .article .poll h3 {
    font-size: 22px;
    margin-bottom: 23px;
  }
  .article .poll .poll-option {
    font-size: 22px;
  }
  .article .poll .poll-option .option {
    padding: 9px 10px 11px 0;
  }
  .article .poll .poll-option .check {
    font-size: 24px;
    width: 65px;
    padding-right: 5px;
  }
  .article .poll .total {
    padding: 10px 10px 0 66px;
  }
  .article blockquote {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 0 0 85px;
    background-size: 53px 40px;
    background-position: 0 5px;
  }
  .article blockquote p {
    font-size: 22px;
    line-height: 1.45;
    margin-left: 0;
    margin-right: 15px;
  }
  .article blockquote .semnatura {
    font-size: 18px;
  }
  .article table {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    font-size: 22px;
  }
  .article .photo-in-article .gallery-link {
    bottom: 20px;
  }
  .article-hero .thumb {
    margin-bottom: 25px;
  }
  .article-container > h3 {
    margin: 30px 30px 24px;
    font-size: 20px;
  }
  .article-container .banner {
    margin-bottom: 30px;
    background-color: transparent;
  }
  .related > h3 {
    display: block;
    text-transform: uppercase;
    color: #E01B2F;
    width: 100%;
    text-align: center;
    margin: -5px 0 17px;
  }
  .gallery-link {
    left: 20px;
    bottom: 20px;
  }
  .info {
    right: 27px;
    bottom: 27px;
  }
  .info .tooltip {
    width: 400px;
  }
  .related .related-container {
    padding-right: 30px;
  }
  .related .news-item:first-child {
    margin-left: 30px;
  }
  .related .text-container h2 {
    padding-top: 10px;
  }
  .tablet-and-desktop-only {
    display: inline-block;
  }
  .comments {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .comments .article-container {
    width: calc(100% - 170px);
    margin-right: 85px;
  }
  .comments .article-container .banner.x728x90 {
    display: block;
    width: 100vw;
    margin-left: -115px;
    padding: 20px 0;
    background-color: #DEDED8;
  }
  .comments .article-container .banner.x300x250 {
    display: none;
  }
  .comments .thumb {
    width: 65px;
    padding-bottom: 65px;
    position: absolute;
    top: -3px;
    left: -85px;
    margin: 0;
  }
  .comments .thumb.team-logo {
    display: block;
    left: auto;
    right: -85px;
  }
  .comments .box-header {
    margin-bottom: 33px;
  }
  .comments .box-header h2 {
    font-size: 28px;
  }
  .comments .comment {
    padding-bottom: 18px;
  }
  .comments .login {
    margin-top: -15px;
  }
  .comments .comment-actions a .actions-no {
    padding-top: 1px;
  }
  footer {
    display: block;
  }
  .share-container {
    margin: 0 30px 40px;
  }
  .tags {
    margin: 0 30px 20px;
  }
  .tags .tag {
    display: inline-block;
  }
  .menu-modal .menu-modal-wrapper {
    padding-top: 75px;
  }
  .menu-modal .close {
    width: 52px;
    height: 52px;
  }
  .menu-modal .close img {
    width: 52px;
    height: 52px;
  }
  .search {
    margin-right: 52px;
  }
  .search input[type=search] {
    background-position: 16px 16px;
    height: 52px;
  }
  .category-title.tv-title {
    text-align: center;
  }
  .category-title .controller {
    padding: 20px 12px;
  }
  .category-pagination {
    padding: 25px 0 0;
  }
  .tv-programmes {
    padding: 30px 30px 20px;
  }
  .tv-day-wrapper {
    width: 290px;
    margin: 0 6px 12px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    padding: 8px 15px 18px;
  }
  .tv-day td {
    padding: 8px 0 9px;
  }
  .tv-day tr:last-child td {
    border-bottom: 1px solid #DEDED8;
  }
}

@media all and (min-width: 768px) and (hover: hover) {
  .tv-day tr:hover td {
    border-bottom: 1px solid #2E2A1E;
  }
}

@media all and (min-width: 768px) {
  .tv-day thead td {
    padding: 8px 0 12px;
  }
  .search-results {
    padding: 50px 0;
  }
  .search-results .C1 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
  }
  .search-results .C1 .news-item {
    border-radius: 0;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .search-results .C1 .thumb {
    width: 120px;
    padding-bottom: 120px;
    border-radius: 10px;
  }
  .search-results .C1 .text-container {
    width: calc(100% - 130px);
  }
  .search-results .C1 .text-container h6 {
    margin-top: 0;
    padding-top: 0;
  }
  .search-results .C1 .text-container h6::before, .search-results .C1 .text-container h6::after {
    display: none;
  }
  .search-results .C1 .text-container h2 {
    padding-bottom: 10px;
  }
  .search-results .C1 .text-container p {
    padding: 0 15px;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
  }
  .search-results .C2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
  .search-results .C2 .wrapper {
    width: 48.5%;
    padding: 25px;
    border-bottom: none;
    border-radius: 10px;
  }
  .gallery .close-share-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: transparent;
    padding: 10px 10px 0;
  }
  .gallery .close-share-container .back-to-article {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .gallery .close-share-container .back-to-article .back-to {
    display: block;
  }
  .gallery .close-share-container .back-to-article .close-to {
    display: none;
  }
  .load-more {
    background-color: #F5F5F3;
    border-top: 1px solid #DEDED8;
    padding: 40px 0;
  }
}

@media all and (min-width: 1024px) {
  .header.of-the-gallery .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 90px;
    padding: 0 20px;
  }
  .header.of-the-gallery .logo-container .logo {
    position: static;
    width: 123px;
  }
  .header.of-the-gallery .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header.of-the-gallery .menu-container ul {
    height: 90px;
  }
  .header.of-the-gallery .menu-container ul a {
    height: 90px;
    width: 120px;
  }
  .news-block .C2 .thumb {
    padding-bottom: 66.66%;
  }
  .statistics table th.matches, .statistics table th.goals, .statistics table td.matches, .statistics table td.goals {
    display: table-cell;
  }
  .article .controller {
    width: calc(100% - 60px);
  }
  .article p,
  .article h1,
  .article h2,
  .article h6,
  .article ul,
  .article ol,
  .article blockquote {
    margin-left: 0;
    margin-right: 0;
  }
  .article .poll,
  .article table {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-container {
    width: calc(100% - 330px);
    min-height: 920px;
  }
  .article-container > h3 {
    margin: 30px 0 24px;
  }
  .article-hero .article-container {
    min-height: 635px;
  }
  .comments-hero .article-container {
    min-height: 0;
  }
  .comments-hero .article-container h1 {
    margin-bottom: 0;
  }
  .comments .article-container {
    width: calc(100% - 500px);
    min-height: 0;
  }
  .comments .article-container .banner.x728x90 {
    width: auto;
    margin-left: -85px;
    margin-right: -85px;
    padding: 0;
    background-color: transparent;
  }
  .comments .article-body {
    min-height: 600px;
  }
  .comments form textarea {
    height: 220px;
  }
  .share-container {
    margin: 0 0 40px;
  }
  .tags {
    margin: 0 0 20px;
  }
  .statistics .results .match {
    padding: 0 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .statistics .results .match .team-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
  }
  .statistics .results .match .team-wrapper:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .statistics .results .match .team-wrapper:last-child .team-logos div {
    padding: 3px;
  }
  .statistics .results .match .team-wrapper:last-child .team-names {
    text-align: left;
  }
  .statistics .results .match .team-wrapper:last-child .scorers {
    text-align: left;
    padding-right: 0;
    padding-left: 44px;
  }
  .statistics .results .match .team-wrapper:last-child .scorers .wrapper div {
    right: auto;
    left: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .statistics .results .match .team-wrapper:last-child .scorers .wrapper div span {
    margin-left: 0;
    margin-right: 5px;
  }
  .statistics .results .match .team-wrapper:last-child .score {
    margin-left: 1px;
    margin-right: 8px;
    padding: 3px 0;
    border-radius: 3px;
  }
  .statistics .results .match .date-time {
    width: 60px;
  }
  .statistics .results .match .date-time.links {
    left: auto;
    right: 0;
    text-align: right;
    display: block;
  }
  .statistics .results .match .date-time a {
    color: #E01B2F;
  }
  .statistics .results .match .date-time a:hover {
    text-decoration: underline;
  }
  .statistics .results .match .team-logos div {
    padding: 3px;
  }
  .statistics .results .match .team-names {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
  .statistics .results .match .scorers {
    width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: 44px;
  }
  .statistics .results .match .scorers .wrapper {
    height: auto;
  }
  .statistics .results .match .scorers .wrapper div {
    bottom: auto;
    top: 0;
    position: static;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .statistics .results .match .score {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 1px;
    margin-left: 8px;
    padding: 3px 0;
    border-radius: 3px;
  }
  .statistics .results .general-info {
    text-align: center;
  }
  .search-results .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media all and (min-width: 1024px) and (hover: hover) {
  .search-results .C1 .news-item:hover h2 {
    color: #E01B2F;
  }
}

@media all and (min-width: 1024px) {
  .search-results .C2 {
    width: 300px;
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-results .C2 .wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .gallery .photos-container {
    width: calc(100% - 300px);
  }
}

@media all and (min-width: 1024px) and (hover: hover) {
  .gallery .close-share-container .back-to-article:hover .back-to {
    color: #FFB600;
  }
}

@media all and (min-width: 1024px) {
  .gallery .banner {
    display: block;
    width: 300px;
  }
}

@media all and (min-width: 1280px) {
  .header .menu-container ul.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu-container ul.main-menu li {
    position: relative;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .header .menu-container ul.main-menu li:hover > a {
    background-color: #E01B2F;
  }
  .header .menu-container ul.main-menu li:hover > ul {
    height: auto;
    opacity: 1;
    padding: 10px 0;
  }
  .header .menu-container ul.main-menu li:hover .mega-menu {
    height: auto;
    opacity: 1;
    padding: 15px 0 4px 20px;
  }
}

@media all and (min-width: 1280px) {
  .header .menu-container ul.main-menu li > ul {
    position: absolute;
    width: 180px;
    background-color: #FFF;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: -1;
    padding: 0;
  }
  .header .menu-container ul.main-menu li > ul li {
    display: block;
    width: 100%;
  }
  .header .menu-container ul.main-menu li > ul li a {
    height: 40px;
    padding: 8px 20px 0;
    color: #2E2A1E;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .header .menu-container ul.main-menu li > ul li:hover > a {
    background-color: #F5F5F3;
    color: #E01B2F;
  }
}

@media all and (min-width: 1280px) {
  .header .menu-container ul.main-menu li > ul.two-cols {
    width: 300px;
  }
  .header .menu-container ul.main-menu li > ul.two-cols li {
    width: 50%;
  }
  .header .menu-container ul.main-menu li .mega-menu {
    height: 0;
    opacity: 0;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: -1;
    background-color: #FFF;
    width: 710px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .menu-container ul.main-menu li .other-mega-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #DEDED8;
    margin: 5px 20px 0 0;
    padding-top: 16px;
  }
  .header .menu-container ul.main-menu li .mega-item {
    margin-right: 20px;
    width: 210px;
  }
  .header .menu-container ul.main-menu li .mega-item .box-header {
    margin-bottom: 21px;
  }
  .header .menu-container ul.main-menu li .mega-item .box-header h2 {
    margin-bottom: 8px;
  }
  .header .menu-container ul.main-menu li .mega-item .box-header h2 a {
    padding: 0;
    color: #2E2A1E;
    height: auto;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.2px;
    text-transform: none;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .header .menu-container ul.main-menu li .mega-item .box-header h2 a:hover {
    color: #E01B2F;
  }
}

@media all and (min-width: 1280px) {
  .header .menu-container ul.main-menu li .competition-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .header .menu-container ul.main-menu li .competition-logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 0;
  }
  .header .menu-container ul.main-menu li .competition-logo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
  .header .menu-container ul.main-menu li .competition-wrapper h3 a {
    height: auto;
    color: #2E2A1E;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
    display: inline;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .header .menu-container ul.main-menu li .competition-wrapper h3 a:hover {
    color: #E01B2F;
  }
}

@media all and (min-width: 1280px) {
  .header .menu-container ul.main-menu li .competition-wrapper ul {
    height: auto;
    margin-top: -6px;
  }
  .header .menu-container ul.main-menu li .competition-wrapper ul li {
    display: inline;
  }
  .header .menu-container ul.main-menu li .competition-wrapper ul li::after {
    content: '/';
    display: inline;
    font-size: 11px;
    color: #E01B2F;
    margin: 0 5px;
  }
  .header .menu-container ul.main-menu li .competition-wrapper ul li:last-child::after {
    display: none;
  }
  .header .menu-container ul.main-menu li .competition-wrapper ul li a {
    padding: 0;
    height: auto;
    color: #E01B2F;
    text-transform: none;
    font-size: 11px;
    letter-spacing: 0;
    display: inline;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .header .menu-container ul.main-menu li .competition-wrapper ul li:hover a {
    background-color: #FFF;
    text-decoration: underline;
  }
}

@media all and (min-width: 1280px) {
  .header .menu-container ul.main-menu li .all-the-news {
    padding: 15px 0;
    color: #E01B2F;
    font-size: 11px;
    border-top: 1px solid #DEDED8;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .header .menu-container ul.main-menu li .all-the-news:hover {
    text-decoration: underline;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .header .menu-container ul.icons-menu li:hover > a {
    background-color: #E01B2F;
  }
}

@media all and (min-width: 1280px) {
  .sub-header {
    background-color: #F5F5F3;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .sub-header a:hover {
    background-color: #DEDED8;
  }
}

@media all and (min-width: 1280px) {
  .teams {
    background-color: #FFF;
  }
  .teams .controller {
    padding: 0;
  }
  .teams .controller .shadow-maker {
    position: relative;
  }
  .teams .controller .shadow-maker::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    top: -10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .teams .controller a {
    height: 84px;
    width: 84px;
    padding: 18px;
  }
  .hero {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .hero .C3 {
    width: 300px;
    margin: 0 0 0 12px;
  }
  .hero .C3 .x728x90 {
    display: none;
  }
  .hero .C3 .x300x600 {
    display: block;
    padding: 0;
  }
  .news-block .C3 {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 12px;
    width: 300px;
  }
  .news-block .C3 > * {
    margin-bottom: 12px;
  }
  .news-block .C3 h2 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .news-block .C3 .statistics {
    padding: 12px;
  }
  .news-block .C3 .statistics .more {
    margin-top: 15px;
  }
  .news-block .C3.video-of-the-day .icon-header {
    margin-bottom: 20px;
  }
  .news-block + .banner + .news-block {
    padding-top: 30px;
  }
  .blogsport::before {
    display: none;
  }
  .blogsport .controller {
    width: 1236px;
    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;
  }
  .blogsport .prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 40px;
    height: 42px;
    width: 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 3px 10px rgba(46, 42, 30, 0.25);
            box-shadow: 0 3px 10px rgba(46, 42, 30, 0.25);
    -webkit-transform: translate(0, 157px);
            transform: translate(0, 157px);
    background-color: #FFF;
    position: relative;
    z-index: 10;
    margin-right: -21px;
  }
  .blogsport .prev-next:first-child {
    margin-right: 0;
    margin-left: -21px;
  }
  .blogsport .prev-next img {
    width: 14px;
    height: 14px;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .blogsport .prev-next:hover {
    background-color: #FFB600;
  }
}

@media all and (min-width: 1280px) {
  .blogsport .blogsport-wrapper {
    overflow: hidden;
  }
  .blogsport .blogsport-container {
    padding-right: 0;
  }
  .blogsport .news-item:first-child {
    margin-left: 0;
  }
  .banner.x970x250 {
    display: block;
    padding: 30px 0;
  }
  .banner.article-top {
    padding: 30px 0;
  }
  .banner.article-top .x728x90 {
    display: none;
  }
  .banner.article-top .x970x250 {
    display: block;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .news-item:hover .comments-no {
    opacity: 1;
    background-color: #2E2A1E;
  }
}

@media all and (min-width: 1280px) {
  .teams {
    position: relative;
  }
  .teams::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    top: -10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .teams .controller {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .teams .controller .shadow-maker {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .teams .controller .shadow-maker::before {
    display: none;
  }
  .teams .controller a {
    width: calc(1236px / 17);
    padding: 15px;
  }
}

@media all and (min-width: 1280px) and (hover: hover) {
  .teams .controller a:hover {
    background-color: rgba(46, 42, 30, 0.1);
  }
}

@media all and (min-width: 1280px) {
  .statistics .results .matchday select,
  .agenda .results .matchday select {
    display: none;
  }
  .statistics .results .matchday ul,
  .agenda .results .matchday ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .photo-of-the-day {
    display: block;
  }
  .photo-of-the-day .x300x250 {
    display: block;
  }
  .photo-of-the-day .x728x90 {
    display: none;
  }
  .photo-of-the-day .controller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .photo-of-the-day .C1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 300px;
  }
  .photo-of-the-day .C1 .text-wrapper {
    min-height: 362px;
  }
  .photo-of-the-day .C1 .text-wrapper h2 {
    padding: 12px 15px 5px 50px;
  }
  .photo-of-the-day .C2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 12px;
  }
  .partners .news-item h6 {
    padding: 0 15px;
    margin-bottom: 12px;
  }
  .partners .news-item h2 {
    font-size: 18px;
    padding: 0 15px;
  }
  .related .related-wrapper {
    width: 100%;
  }
  .related .related-container {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
  }
  .related .news-item {
    margin-left: 0;
  }
  .related .news-item:first-child {
    margin-left: 0;
  }
  .best-of-today-container {
    padding: 30px 0 10px !important;
    background-color: #FFF;
  }
  .best-of-today-container .best-of-today {
    -webkit-box-shadow: none;
            box-shadow: none;
    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;
  }
  .best-of-today-container .best-of-today .news-item {
    width: calc((100% - 48px) / 5);
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .best-of-today-container .C3 {
    width: 100%;
    margin-left: 0;
  }
  .best-of-today-container .C3 .statistics {
    padding: 0;
  }
  .best-of-today-container .C3 .box-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
  .best-of-today-container .C3 .box-header h2 {
    width: auto;
  }
  .best-of-today-container .C3 .box-header .tabs {
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .best-of-today-container .C3 .box-header .tabs li {
    margin-left: 4px;
  }
  .pagination li {
    display: block;
  }
  .pagination li.page-selector {
    display: none;
  }
  .category-title .controller {
    padding: 30px 12px;
  }
  .category-title h1 {
    font-size: 36px;
  }
  .search-results .C2 {
    width: 360px;
  }
  .search-results .C2 .wrapper {
    padding: 30px;
  }
  .article .controller {
    max-width: 1088px;
  }
  .article-container {
    width: calc(100% - 360px);
  }
  .comments .controller {
    max-width: 1088px;
  }
  .comments .article-container {
    width: calc(100% - 530px);
  }
}

@media all and (min-width: 1440px) {
  .blogsport .prev-next {
    margin-right: -60px;
  }
  .blogsport .prev-next:first-child {
    margin-left: -60px;
  }
}
/*# sourceMappingURL=default.css.map */