﻿@charset "UTF-8";
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/*@mixin font-face($fontFamily: myFont, $eotFileSrc: 'myFont.eot', $woffFileSrc: 'myFont.woff', $ttfFileSrc: 'myFont.ttf') {
  font-family: $fontFamily;
  src: url($eotFileSrc)  format('eot'),
       url($woffFileSrc) format('woff'),
       url($ttfFileSrc)  format('truetype');
}*/
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/*FONT REM PX CONVERT*/
/*rem*/
/**
 * Computes a bottom-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Gives a card depth effect.
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 *
 * @link https://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 *
 * @requires {function} top-shadow
 * @requires {function} bottom-shadow
 */
/* Black To White Scale */
/* #fcfcfc */
/* #fafafa */
/* #f7f7f7 */
/* #f5f5f5 */
/* #f2f2f2 */
/* #f0f0f0 */
/* #ededed */
/* #ebebeb */
/* #e8e8e8 */
/* #e6e6e6 */
/* #d9d9d9 */
/* #cccccc */
/* #bfbfbf */
/* #b3b3b3 */
/* #a6a6a6 */
/* #999999 */
/* #8c8c8c */
/* #808080 */
/* #737373 */
/* #666666 */
/* #595959 */
/* #4d4d4d */
/* #404040 */
/* #333333 */
/* #262626 */
/* #1a1a1a */
/* #0d0d0d */
/* Category Color */
/* Ana Renk */
/* Gündem */
/* Dünya */
/* Ekonomi */
/* Spor */
/* Teknoloji */
/* Yaşam */
/* Foto */
/* Video */
/* Bildirimler */
/* Yazarlar */
/* Gazeteler */
/* Piyasalar */
/* Canlı Yayın */
/* Hava Durumu */
/* Namaz Vakti */
/* Ramazan */
/* Spor Color */
/* Avrupa Sampiyonasi */
/* Dunya Kupasi */
/* Sampiyonlar Ligi*/
/* Uefa Ligi */
/* Custom Color */
/* Spor */
/* Spor 2 */
/* Flat Pallette Color */
/* Font */
/* Thin (Hairline), Extra Light (Ultra Light) */
/* Light */
/* Normal, Regular */
/* Medium, Semi Bold (Demi Bold) */
/* Bold */
/* Light */
/* Regular, Normal  */
/* Medium, Semi Bold (Demi Bold) */
/* Bold */
/* Extra Bold (Ultra Bold) */
/* Light */
/* Regular, Normal  */
/* Medium, Semi Bold (Demi Bold) */
/* Bold */
/* Extra Bold (Ultra Bold) */
/* Font Icon Sets */
/* Font Icon Sets */
/* Rules */
.content .live-content article .tabs .tab-content .broadage-widgets-body .broadage-wrapper .broadage-footer-logo {
  display: none !important;
}
.content.sport {
  padding-bottom: 72px;
}
.content.sport .stats-content {
  position: relative;
  display: block;
  padding: 0;
  margin: 10px;
  -webkit-box-shadow: 0 0 2px #d9d9d9;
  -khtml-box-shadow: 0 0 2px #d9d9d9;
  -moz-box-shadow: 0 0 2px #d9d9d9;
  -ms-box-shadow: 0 0 2px #d9d9d9;
  -o-box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px #d9d9d9;
  border-radius: 2px;
  overflow: hidden;
  background: #ffffff;
}
.content.sport .stats-content .head .title {
  display: block;
  padding: 0 20px;
  font: 1.6rem/4.8rem helveticaneue-bold;
  color: #333333;
  background: #d9d9d9;
}
.content.sport .stats-content .slider-scores {
  position: relative;
  padding: 16px 0 10px;
}
.content.sport .stats-content .slider-scores .score-item {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.content.sport .stats-content .slider-scores .score-item .score-widget .home, .content.sport .stats-content .slider-scores .score-item .score-widget .away {
  width: calc((100% - 160px) / 2);
}
.content.sport .stats-content .slider-scores .score-item .score-widget .result {
  width: 160px;
  margin-top: 10px;
}
.content.sport .stats-content .swiper-bullet {
  display: block;
  text-align: center;
}
.content.sport .stats-content .swiper-bullet .swiper-pagination-bullet-active {
  background: #52a25d;
}
.content.sport .stats-content .button-sc .swiper-button-prev, .content.sport .stats-content .button-sc .swiper-button-next {
  margin-top: -15px;
}
.content.sport .stats-content .score-item {
  position: relative;
  font-family: helveticaneue-medium;
  border-radius: 2px;
}
.content.sport .stats-content .list-score {
  padding: 0 10px;
}
.content.sport .stats-content .list-more a {
  display: block;
  padding: 10px;
  color: #52a25d;
}
.content.sport .stats-content .list-more a span {
  display: inline-block;
  font: 1.4rem/2.4rem helveticaneue-medium;
}
.content.sport .stats-content .list-more a i {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 0 5px;
}
.content.sport .stats-content .list-more a i.icon-go-forward {
  font-size: 1.2rem;
}
.content.sport .stats-content .list-info {
  padding: 10px;
}
.content.sport .stats-content .list-info li {
  position: relative;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 44px;
  background: #f2f2f2;
  padding: 10px 16px;
  margin-bottom: 8px;
}
.content.sport .stats-content .list-info li .title {
  font: 1.2rem/2.4rem helveticaneue-medium;
  color: #1a1a1a;
}
.content.sport .stats-content .list-info li .value {
  position: absolute;
  right: 0;
  margin: 0 10px;
  display: inline-block;
  text-align: center;
  background: #ffd743;
  font: 1.3rem/2.4rem helveticaneue-medium;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  width: 48px;
}
.content.sport .full-content {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 0 2px #d9d9d9;
  -khtml-box-shadow: 0 0 2px #d9d9d9;
  -moz-box-shadow: 0 0 2px #d9d9d9;
  -ms-box-shadow: 0 0 2px #d9d9d9;
  -o-box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px #d9d9d9;
  overflow: hidden;
  background: #ffffff;
}
.content.sport .head-content .news .text .title {
  font: 1.4rem/1.6rem opensans-bold;
}
.content.sport .slider-content {
  position: relative;
  display: block;
  margin: 10px;
  -webkit-box-shadow: 0 0 2px #d9d9d9;
  -khtml-box-shadow: 0 0 2px #d9d9d9;
  -moz-box-shadow: 0 0 2px #d9d9d9;
  -ms-box-shadow: 0 0 2px #d9d9d9;
  -o-box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px #d9d9d9;
  border-radius: 2px;
  overflow: hidden;
  background: #ffffff;
}
.content.sport .slider-content .slider-index {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
.content.sport .slider-content .slider-index .icon-group {
  margin-bottom: 3px;
}
.content.sport .slider-content .slider-index .square-group {
  margin-bottom: 2px;
}
.content.sport .slider-content .slider-index .square-group span {
  background: #ffd743;
  background: rgba(255, 215, 67, 0.8);
  color: black;
  padding: 0 5px;
}
.content.sport .slider-content .slider-index .square-group span.category {
  background: #ffd743;
}
.content.sport .slider-content .slider-index .info-group span {
  font: 1rem/1.2rem opensans-bold;
}
.content.sport .slider-content .slider-index .news {
  height: auto;
}
.content.sport .slider-content .slider-index .news .state {
  left: 10px;
  top: 10px;
  border-radius: 1px;
}
.content.sport .slider-content .slider-index .news .image {
  width: 100%;
}
.content.sport .slider-content .slider-index .news .image img, .content.sport .slider-content .slider-index .news .image amp-img {
  width: 100%;
  height: auto;
}
.content.sport .slider-content .slider-index .news figcaption {
  padding-bottom: 4px;
}
.content.sport .slider-content .slider-index .news figcaption .init {
  color: #ffffff;
  font: 2.6rem/2.4rem opensans-extrabold;
}
.content.sport .slider-content .slider-index .title-group.group-1 {
  padding: 6px 0;
}
.content.sport .slider-content .swiper-bullet {
  box-shadow: none;
  background: #d9d9d9;
}
.content.sport .media-content .item .text .title {
  font: 1.4rem/1.6rem opensans-bold;
}
.content.sport .news-content .news-list .news:first-child .text .title {
  max-height: 70px;
  font: 2.2rem/2.2rem opensans-extrabold;
}
.content.sport .newspaper-content:before {
  background: #52a25d;
}
.content.sport .newspaper-content .slider-newspaper .swiper-bullet .swiper-pagination-bullet-active {
  background: #52a25d;
}
.content.sport .teams-content {
  display: block;
  padding: 0;
  margin: 10px auto;
}
.content.sport .teams-content .slider-teams {
  display: block;
}
.content.sport .teams-content .slider-teams .swiper-slide:first-child {
  margin-left: 5px;
}
.content.sport .teams-content .slider-teams .swiper-slide:last-child {
  margin-right: 10px;
}
.content.sport .teams-content .slider-teams .swiper-bullet {
  bottom: 8px;
  height: 16px;
  width: 100%;
  position: absolute;
  display: block;
  text-align: center;
}
.content.sport .teams-content .team-item {
  position: relative;
  font-family: helveticaneue-medium;
  width: 45px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 2px #d9d9d9;
  -khtml-box-shadow: 0 0 2px #d9d9d9;
  -moz-box-shadow: 0 0 2px #d9d9d9;
  -ms-box-shadow: 0 0 2px #d9d9d9;
  -o-box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px #d9d9d9;
  border-radius: 2px;
  margin-left: 5px;
}
.content.sport .teams-content .team-item a {
  display: block;
  padding: 5px;
}
.content.sport .other-content {
  display: block;
  padding: 0;
  -webkit-box-shadow: 0 0 2px #d9d9d9;
  -khtml-box-shadow: 0 0 2px #d9d9d9;
  -moz-box-shadow: 0 0 2px #d9d9d9;
  -ms-box-shadow: 0 0 2px #d9d9d9;
  -o-box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px #d9d9d9;
  background: #ffffff;
  border-radius: 2px;
  margin: 10px;
}
.content.sport .other-content .other-list {
  display: block;
  margin: 0 auto;
  padding: 6px;
  padding-bottom: 8px;
}
.content.sport .other-content .other-list li {
  display: inline-block;
  width: 50%;
  padding: 6px;
}
.content.sport .other-content .other-list .head {
  position: relative;
  display: block;
  margin-bottom: 2px;
  background: #ffd743;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  color: black;
  padding: 0 24px 0 48px;
}
.content.sport .other-content .other-list .head strong {
  display: inline-block;
  font: 1.4rem/3rem helveticaneue-medium;
  height: 30px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content.sport .other-content .other-list .head .image {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
  font-size: 4.8rem;
  line-height: 3rem;
}
.content.sport .other-content .other-list .head .forward {
  position: absolute;
  top: 0;
  right: 6px;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3rem;
}
.content.sport .other-content .other-list .news {
  position: relative;
  display: block;
  background: #ffffff;
  margin-bottom: 6px;
  font-size: 0;
}
.content.sport .other-content .other-list .news a {
  display: block;
}
.content.sport .other-content .other-list .news figure {
  position: relative;
  display: block;
}
.content.sport .other-content .other-list .news figure .image {
  width: 100%;
  text-align: center;
}
.content.sport .other-content .other-list .news figure .image img, .content.sport .other-content .other-list .news figure .image amp-img {
  width: 100%;
  padding: 0;
}
.content.sport .other-content .other-list .news figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}
.content.sport .other-content .other-list .news figcaption .icon-group {
  position: absolute;
  top: auto;
  left: 6px;
  bottom: 6px;
  z-index: 4;
}
.content.sport .other-content .other-list .news figcaption .icon-group span.number {
  font-family: helveticaneue-medium;
}
.content.sport .other-content .other-list .news .text {
  display: block;
  padding: 6px 0;
  overflow: hidden;
}
.content.sport .other-content .other-list .news .text .title {
  display: block;
  max-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font: 1.4rem/1.5rem helveticaneue-medium;
  margin-bottom: 4px;
}
.content.sport .other-content .other-list .news .text .info-group {
  margin-bottom: 4px;
}
.content.sport .other-content .other-list .news .text .info-group span.time {
  display: block;
  color: #b3b3b3;
  margin-bottom: 4px;
}
.content.sport .sport-content {
  display: block;
  margin: 10px auto;
}
.content.sport .sport-content .sport-menu {
  display: block;
  padding: 0 10px;
}
.content.sport .sport-content .sport-menu ul {
  display: block;
  -webkit-box-shadow: 0 0 2px #d9d9d9;
  -khtml-box-shadow: 0 0 2px #d9d9d9;
  -moz-box-shadow: 0 0 2px #d9d9d9;
  -ms-box-shadow: 0 0 2px #d9d9d9;
  -o-box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px #d9d9d9;
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
.content.sport .sport-content .sport-menu ul.menu-box li {
  border-left: solid 2px #52a25d;
}
.content.sport .sport-content .sport-menu ul.menu-box li .item {
  position: relative;
  display: block;
  padding: 8px;
  border-bottom: solid 1px #f2f2f2;
}
.content.sport .sport-content .sport-menu ul.menu-box li .item .icon {
  display: inline-block;
  width: 48px;
}
.content.sport .sport-content .sport-menu ul.menu-box li .item .icon i {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  color: #666666;
}
.content.sport .sport-content .sport-menu ul.menu-box li .item .group {
  display: inline-block;
  width: calc(100% - 96px);
  padding: 4px 8px;
  vertical-align: middle;
}
.content.sport .sport-content .sport-menu ul.menu-box li .item .group strong, .content.sport .sport-content .sport-menu ul.menu-box li .item .group span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content.sport .sport-content .sport-menu ul.menu-box li .item .group strong {
  font: 1.6rem/2.4rem helveticaneue-medium;
  color: #666666;
}
.content.sport .sport-content .sport-menu ul.menu-box li .item .group span {
  font: 1.4rem/1.6rem helveticaneue-regular;
  color: #bfbfbf;
}
.content.sport .sport-content .sport-menu ul.menu-box li .item .arrow {
  display: inline-block;
  width: 48px;
}
.content.sport .sport-content .sport-menu ul.menu-box li .item .arrow i {
  display: inline-block;
  margin: 8px;
  height: 32px;
  width: 32px;
  font-size: 2rem;
  line-height: 3.2rem;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  color: #ffffff;
  background: #52a25d;
  text-align: center;
}
.content.sport .day-match {
  display: block;
  margin: 10px auto;
  padding: 0 10px;
}
.content.sport .day-match .match-item {
  position: relative;
  background: url(../images/stadium.jpg) no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 2px #d9d9d9;
  -khtml-box-shadow: 0 0 2px #d9d9d9;
  -moz-box-shadow: 0 0 2px #d9d9d9;
  -ms-box-shadow: 0 0 2px #d9d9d9;
  -o-box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px #d9d9d9;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.content.sport .day-match .match-item:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.content.sport .day-match .match-item .match-title {
  position: relative;
  display: block;
  z-index: 2;
  padding-bottom: 8px;
  margin: 16px auto 0;
  text-align: center;
}
.content.sport .day-match .match-item .match-title h3 {
  display: inline-block;
  height: 24px;
  padding: 0 16px;
  background: #ffd743;
  color: black;
  font: 1.2rem/2.4rem opensans-bold;
}
.content.sport .day-match .match-item .match-title .live {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  background: #52a25d;
  color: #ffffff;
  height: 12px;
  font: 0.8rem/1.2rem opensans-extrabold;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.content.sport .day-match .match-item .score-item {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  margin-bottom: 16px;
}
.content.sport .day-match .match-item .score-item .team-widget .team .name {
  color: #ffffff;
}
.content.sport .day-match .match-item .score-item .score-widget .home, .content.sport .day-match .match-item .score-item .score-widget .away {
  width: calc((100% - 160px) / 2);
}
.content.sport .day-match .match-item .score-item .score-widget .result {
  width: 160px;
  margin-top: 20px;
}
.content.sport .day-match .match-item .score-item .score-widget .result .vs {
  color: #ffffff;
}
.content.sport .day-match .match-item .score-item .score-widget .compare {
  color: #ffffff;
}
.content.sport .day-match .match-item .score-item .score-widget .text {
  color: #ffffff;
}
.content.sport .day-match .match-item .score-item .score-widget .text .location,
.content.sport .day-match .match-item .score-item .score-widget .text .date,
.content.sport .day-match .match-item .score-item .score-widget .text .time {
  display: block;
  margin: 6px 0;
}
.content.sport .day-match .match-item .score-item .score-widget .text .time {
  font: 1.5rem/1.6rem helveticaneue-bold;
}
.content.sport .content-group .detail-height {
  overflow: hidden;
}
.content.sport .content-group .detail-head .title,
.content.sport .content-group .detail-spot .title {
  font: 3.2rem/3.3rem opensans-extrabold;
  padding-bottom: 2px;
}
.content.sport .content-group .detail-head .spot,
.content.sport .content-group .detail-spot .spot {
  font: 1.9rem/2.3rem opensans-bold;
  padding-bottom: 6px;
}
.content.sport .content-group .detail-publisher {
  margin: 0 auto;
}
.content.sport .content-group .detail-publisher ul {
  margin-bottom: 10px;
}
.content.sport .content-group .detail-share {
  margin: 0 auto;
}
.content.sport .detail-text {
  font: 1.6rem/2.6rem opensans-regular;
  color: #333333;
}
.content.sport .detail-text h1, .content.sport .detail-text strong, .content.sport .detail-text b {
  font-family: opensans-bold;
  font-weight: normal;
}
.content.sport .detail-text > blockquote {
  font-family: opensans-extrabold;
}
.content.sport .detail-text figure.inside {
  margin-left: 0;
  width: 100%;
  padding: 10px;
  border: solid 1px #e6e6e6;
  background: #ffffff;
  border-radius: 2px;
}
.content.sport .detail-text figure.inside h3.title {
  font: 1.8rem/1.9rem opensans-bold;
}
.content.sport .detail-text figure.inside figcaption {
  padding: 0;
}
.content.sport .detail-text figure.inside.photo, .content.sport .detail-text figure.inside[data-type^=photo] {
  padding: 0;
  margin-left: -16px !important;
  width: calc(100% + 32px) !important;
  border: none !important;
  border-radius: 0;
}
.content.sport .detail-text figure.inside.photo figcaption, .content.sport .detail-text figure.inside[data-type^=photo] figcaption {
  padding: 0 16px;
}
.content.sport .detail-text figure.inside-news .text h5 {
  font: 1.8rem/1.9rem opensans-bold;
}
.content.sport .detail-text figure.inside-news .text .spot {
  font-family: opensans-regular;
}
.content.sport .detail-text .rich h4 {
  font-family: opensans-bold;
}
.content.sport .author-content {
  position: relative;
  display: block;
  padding: 0;
  margin: 10px;
}
.content.sport .author-content .slider-author {
  display: block;
  -webkit-box-shadow: 0 0 2px #d9d9d9;
  -khtml-box-shadow: 0 0 2px #d9d9d9;
  -moz-box-shadow: 0 0 2px #d9d9d9;
  -ms-box-shadow: 0 0 2px #d9d9d9;
  -o-box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px #d9d9d9;
  background: #ffffff;
  border-radius: 2px;
  padding-bottom: 26px;
}
.content.sport .author-content .slider-author:before {
  content: "";
  position: absolute;
  top: 36px;
  height: 30px;
  width: 100%;
  background: #e6e6e6;
}
.content.sport .author-content .slider-author .swiper-slide:last-child {
  margin-right: 10px;
}
.content.sport .author-content .slider-author .swiper-bullet {
  bottom: 0;
  height: 16px;
  width: 100%;
  position: absolute;
  display: block;
  text-align: center;
}
.content.sport .author-content .slider-author .swiper-bullet .swiper-pagination-bullet-active {
  background: #595959;
}
.content.sport .author-content .author {
  position: relative;
  font-family: helveticaneue-medium;
}
.content.sport .author-content .author a {
  display: block;
  padding: 5px;
}
.content.sport .author-content .author .group {
  position: relative;
  display: block;
  z-index: 5;
}
.content.sport .author-content .author .group .name {
  display: block;
  font: 1.3rem/3rem helveticaneue-light;
  color: #595959;
  padding-left: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content.sport .author-content .author .group .name strong {
  font-weight: normal;
  font-family: helveticaneue-bold;
}
.content.sport .author-content .author .group .info-group {
  display: block;
  color: #595959;
  padding: 9px 0 9px 60px;
  white-space: nowrap;
}
.content.sport .author-content .author .group .info-group span {
  color: #595959;
  display: inline-block;
}
.content.sport .author-content .author .image {
  position: absolute;
  top: 5px;
  display: block;
  height: 60px;
}
.content.sport .author-content .author .image img, .content.sport .author-content .author .image amp-img {
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.content.sport .author-content .author .text {
  display: block;
  margin-top: 5px;
  padding: 0 10px;
  height: 146px;
  overflow: hidden;
}
.content.sport .author-content .author .text .title {
  display: block;
  margin-bottom: 2px;
  font: 1.8rem/1.8rem opensans-bold;
  color: black;
}
.content.sport .author-content .author .text .spot {
  display: block;
  padding: 0;
  font-size: 13px;
  line-height: 16px;
  font: 1.5rem/1.8rem helveticaneue-light;
  color: black;
}

.team-widget .image {
  display: block;
  text-align: center;
  position: relative;
  margin: 5px auto;
}
.team-widget .image img, .team-widget .image amp-img {
  margin: 0 auto;
  width: 25px;
  height: 25px;
  z-index: 2;
}
.team-widget .team {
  margin: 7px auto 2px auto;
}
.team-widget .team .name {
  display: block;
  text-align: center;
  font: 1rem/1.2rem helveticaneue-medium;
  color: #616161;
  /*color: $gray-55;*/
}
.team-widget .leagues {
  margin: 5px 0 2px;
  padding-top: 5px;
  border-top: solid 1px #f2f2f2;
  text-align: center;
}
.team-widget .leagues li {
  display: inline-block;
  width: 33.3333333333%;
}
.team-widget .leagues li img, .team-widget .leagues li amp-img {
  width: 100%;
  height: auto;
}

.score-widget {
  display: block;
}
.score-widget .match {
  display: block;
  margin: 0 auto 2px;
  text-align: center;
  font-size: 0;
}
.score-widget .match .home, .score-widget .match .away {
  display: inline-block;
  width: calc((100% - 120px) / 2);
}
.score-widget .match .home .image img, .score-widget .match .home .image amp-img, .score-widget .match .away .image img, .score-widget .match .away .image amp-img {
  width: 36px;
  height: 36px;
}
.score-widget .match .result {
  display: inline-block;
  width: 120px;
}
.score-widget .match .result .top {
  display: block;
  margin-bottom: 5px;
}
.score-widget .match .result .top .goal {
  display: inline-block;
  width: 32px;
  height: 28px;
  text-align: center;
  background: #e6e6e6;
  color: black;
  font: 1.6rem/2.8rem helveticaneue-bold;
  border-radius: 2px;
}
.score-widget .match .result .top .vs {
  display: inline-block;
  width: 24px;
  text-align: center;
  font: 1.6rem/2.8rem helveticaneue-regular;
  color: black;
}
.score-widget .match .result .bottom {
  display: block;
  width: 88px;
  margin: 0 auto;
}
.score-widget .match .result .bottom .line {
  display: block;
  height: 3px;
  width: 100%;
  margin-bottom: 5px;
  background: #e6e6e6;
}
.score-widget .match .result .bottom .line::-webkit-progress-bar {
  background: transparent;
}
.score-widget .match .result .bottom .line::-webkit-progress-value {
  background: #52a25d;
}
.score-widget .match .result .bottom .line::-moz-progress-bar {
  background: #52a25d;
}
.score-widget .match .result .bottom .bar {
  position: relative;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  background: #e6e6e6;
}
.score-widget .match .result .bottom .bar .percent {
  position: absolute;
  background: #52a25d;
  top: 0;
  left: 0;
  height: 3px;
}
.score-widget .match .result .bottom .info {
  position: relative;
}
.score-widget .match .result .bottom .info .minutes {
  display: block;
  text-align: center;
  font: 1.2rem/1.4rem helveticaneue-medium;
  color: #52a25d;
}
.score-widget .match .result .bottom .info .card {
  position: absolute;
  top: 0;
  width: 12px;
  height: 14px;
  font: 1rem/1.4rem helveticaneue-bold;
  background: #cb0102;
  color: #ffffff;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.score-widget .match .result .bottom .info .card.home {
  left: 0;
}
.score-widget .match .result .bottom .info .card.away {
  right: 0;
}
.score-widget .match .result .bottom .info .live {
  position: absolute;
  display: block;
  top: 1px;
  width: 40px;
  background: #52a25d;
  color: #ffffff;
  height: 12px;
  font: 0.8rem/1.2rem opensans-extrabold;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.score-widget .match .result .bottom .info .time {
  display: block;
  text-align: right;
  font: 1.2rem/1.4rem helveticaneue-bold;
  color: gray;
}
.score-widget .match .result .bottom .info .time.end {
  text-align: center;
}
.score-widget .match .result .start {
  display: inline-block;
  margin: 2px auto;
  width: 60px;
  font: 1.2rem/2rem helveticaneue-medium;
}
.score-widget .match .result .start .time {
  display: inline-block;
  padding: 0 6px;
  background: #52a25d;
  color: #ffffff;
  border-radius: 2px;
}
.score-widget .compare {
  display: inline-block;
  text-align: center;
  font: 1rem/1.2rem helveticaneue-regular;
  color: black;
}
.score-widget .compare span {
  padding: 0 12px;
}
.score-widget .text {
  display: block;
  text-align: center;
  margin: 6px 0 0;
  color: black;
}
.score-widget .text .head {
  font: 1.4rem/1.4rem helveticaneue-medium;
  margin-bottom: 8px;
}
.score-widget .text .location {
  font: 1.2rem/1.2rem helveticaneue-medium;
}
.score-widget .text .date {
  font: 1.2rem/1.2rem helveticaneue-regular;
}
.score-widget .text .time {
  font: 1.2rem/1.2rem helveticaneue-bold;
}
.score-widget .text .league {
  font: 1.2rem/1.2rem helveticaneue-light;
}
.score-widget .last ul li {
  display: inline-block;
  text-align: center;
}
.score-widget .last ul li i {
  font-size: 1.4rem;
}
.score-widget .last ul li .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font: 1.2rem/2rem helveticaneue-bold;
  margin: 0 2px;
}
.score-widget .last ul li .circle.small {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font: 0.8rem/1.4rem helveticaneue-bold;
  margin: 0 1px;
}
.score-widget .last strong {
  font: 1.5rem/1.5rem helveticaneue-bold;
  color: #ffffff;
}

.list-title {
  display: block;
  padding: 0 10px;
  color: #52a25d;
}
.list-title a {
  color: #52a25d;
}
.list-title h1 {
  font: 2.4rem/4.8rem helveticaneue-medium;
}
.list-title h2 {
  font: 2rem/4.8rem helveticaneue-medium;
}
.list-title h3 {
  font: 1.6rem/4.8rem helveticaneue-medium;
}
.list-title h4 {
  font: 1.4rem/4.8rem helveticaneue-medium;
}
.list-title h5 {
  font: 1.2rem/4.8rem helveticaneue-medium;
}
.list-title i {
  display: inline;
  font-size: 150%;
  margin-right: 5px;
}
.list-title .category {
  display: inline;
  font-family: helveticaneue-light;
  color: #52a25d;
}

.list-table li {
  display: block;
  position: relative;
  font: 1.3rem/4rem helveticaneue-regular;
  border-left: solid 2px transparent;
  padding: 0 5px;
}
.list-table li.head h3 {
  padding: 10px;
  font: 1.4rem/1.6rem helveticaneue-medium;
  color: #999999;
}
.list-table li.head .team {
  font: 1.3rem/4rem helveticaneue-medium;
}
.list-table li.item {
  padding: 0 5px;
  background: #fafafa;
}
.list-table li.item .point-group {
  background: #fafafa;
}
.list-table li.item:nth-child(2n+1) {
  background: #f2f2f2;
}
.list-table li.item:nth-child(2n+1) .point-group {
  background: #f2f2f2;
}
.list-table li.item.case-1 {
  border-left: solid 2px #52a25d;
}
.list-table li.item.case-2 {
  border-left: solid 2px #aed581;
}
.list-table li.item.case-3 {
  border-left: solid 2px #cb0102;
}
.list-table .button {
  display: block;
  text-align: center;
  background: #fafafa;
  cursor: pointer;
}
.list-table .button .icon-sort-circle {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 4rem;
  color: #ffd743;
}
.list-table .last ul li {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  width: 10px;
  text-align: center;
}
.list-table .team {
  display: inline-block;
  white-space: nowrap;
}
.list-table .team .order {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px 2px;
  text-align: center;
  color: #b3b3b3;
  font: 1.2rem/2rem helveticaneue-bold;
}
.list-table .team .order.circle {
  background: #ffd743;
  color: black;
  border-radius: 50%;
}
.list-table .team i {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 10px 2px;
}
.list-table .team i.icon-sort-up {
  color: #52a25d;
}
.list-table .team i.icon-sort-down {
  color: #cb0102;
}
.list-table .team i.icon-sort-circle {
  color: #b3b3b3;
  font-size: 1rem;
}
.list-table .team .logo {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px 2px;
}
.list-table .team .name {
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4d4d4d;
}
.list-table .point-group {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding-right: 5px;
  display: inline-block;
  text-align: center;
}
.list-table .point-group li {
  width: 32px;
  display: inline-block;
  font: 1.3rem/4rem helveticaneue-medium;
  color: gray;
}
.list-table .point-group li.image img, .list-table .point-group li.image amp-img {
  width: 16px;
  height: 16px;
  margin: 12px 0;
}
.list-table .point-group li.total {
  color: black;
}
.list-table .point-group li.double {
  width: 64px;
}

.list-fixture {
  padding: 10px;
}
.list-fixture li.head {
  padding: 10px 0 5px;
  font: 1.3rem/2rem helveticaneue-medium;
}
.list-fixture li.item {
  padding: 5px 0;
  border-top: solid 1px #f2f2f2;
  font: 1.3rem/2rem helveticaneue-regular;
}
.list-fixture .team {
  display: inline-block;
  width: calc(100% - 75px);
}
.list-fixture .team i {
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  line-height: 32px;
}
.list-fixture .team i.icon-sort-up {
  color: #52a25d;
}
.list-fixture .team i.icon-sort-down {
  color: #cb0102;
}
.list-fixture .team i.icon-sort-circle {
  color: #ffd743;
}
.list-fixture .team .name {
  display: inline-block;
}
.list-fixture .start {
  display: inline-block;
  margin-right: 10px;
  width: 60px;
}
.list-fixture .start .time {
  display: inline-block;
  padding: 0 12px;
  background: #52a25d;
  color: #ffffff;
  border-radius: 2px;
}
.list-fixture .date {
  color: gray;
}
.list-fixture .live {
  position: relative;
}
.list-fixture .live:after {
  content: "";
  position: absolute;
  right: -8px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ffd743;
}

.list-score {
  display: block;
}
.list-score a {
  padding: 9px 0;
}
.list-score > li {
  border-top: solid 1px #f2f2f2;
}
.list-score > li:first-child {
  border-top: none;
}
.list-score .match {
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.list-score .match .home, .list-score .match .away {
  display: inline-block;
  width: calc((100% - 66px) / 2);
}
.list-score .match .home .team, .list-score .match .away .team {
  display: inline-block;
  width: calc(100% - 24px);
  margin: 0;
}
.list-score .match .home .team .name, .list-score .match .away .team .name {
  display: block;
  height: 24px;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 1.3rem/2.4rem helveticaneue-regular;
}
.list-score .match .home .image, .list-score .match .away .image {
  display: inline-block;
  width: 24px;
  margin: 0;
  position: relative;
}
.list-score .match .home .image img, .list-score .match .home .image amp-img, .list-score .match .away .image img, .list-score .match .away .image amp-img {
  margin: 2px 0;
  width: 20px;
  height: 20px;
}
.list-score .match .home .name {
  text-align: right;
}
.list-score .match .home .last ul {
  padding-right: 24px;
  text-align: right;
}
.list-score .match .away .name {
  text-align: left;
}
.list-score .match .away .last ul {
  padding-left: 24px;
  text-align: left;
}
.list-score .match .result {
  display: inline-block;
  width: 66px;
  padding: 0 3px;
}
.list-score .match .result .top {
  display: block;
  margin: 2px 0;
}
.list-score .match .result .top .goal {
  display: inline-block;
  width: 24px;
  height: 20px;
  text-align: center;
  background: #e6e6e6;
  color: black;
  font: 1.3rem/2rem helveticaneue-bold;
  border-radius: 2px;
}
.list-score .match .result .top .vs {
  display: inline-block;
  width: 12px;
  text-align: center;
  font: 1.3rem/2rem helveticaneue-regular;
  color: black;
}
.list-score .match .result .time {
  display: block;
}
.list-score .match .result .time .line {
  display: block;
  height: 2px;
  width: 100%;
  margin-bottom: 3px;
  background: #e6e6e6;
}
.list-score .match .result .time .line::-webkit-progress-bar {
  background: transparent;
}
.list-score .match .result .time .line::-webkit-progress-value {
  background: #52a25d;
}
.list-score .match .result .time .line::-moz-progress-bar {
  background: #52a25d;
}
.list-score .match .result .time .minutes {
  display: block;
  text-align: center;
  font: 1.2rem/1.2rem helveticaneue-medium;
  color: #52a25d;
}
.list-score .text {
  text-align: center;
  padding: 0;
}
.list-score .text .date {
  font: 1rem/1rem helveticaneue-light;
  color: black;
}
.list-score .text .time {
  font: 1rem/1rem helveticaneue-regular;
  color: black;
}
.list-score .text .league,
.list-score .text .location {
  font: 1rem/1rem helveticaneue-medium;
  color: black;
}

.list-channel {
  padding: 10px;
}
.list-channel > li {
  border-top: dashed 1px #e6e6e6;
  padding: 10px 20px;
}
.list-channel > li:first-child {
  border-top: none;
}
.list-channel .channel {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 150px;
  font: 1.2rem/2rem helveticaneue-medium;
  padding-bottom: 6px;
  border-bottom: solid 1px whitesmoke;
}
.list-channel .channel span {
  display: inline-block;
  padding: 0 16px;
  background: #ffd743;
  color: black;
  border-radius: 2px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-channel .match {
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.list-channel .match .result {
  display: inline-block;
  padding: 0 6px;
}
.list-channel .match .result .start {
  margin: 8px auto;
}
.list-channel .match .result .start .time {
  font: 1.4rem/2.4rem helveticaneue-bold;
}
.list-channel .text .date,
.list-channel .text .time {
  display: block;
  color: gray;
}
.list-channel .text .location {
  display: block;
}

.list-desc {
  display: block;
  margin: 10px auto;
  padding: 0 12px;
  text-align: center;
}
.list-desc li {
  display: inline-block;
  margin-right: 1.2rem;
  font: 1rem/1.8rem helveticaneue-regular;
  color: #999999;
}
.list-desc li .code {
  font-family: helveticaneue-medium;
}
.list-desc li .description {
  font-family: helveticaneue-medium;
}
.list-desc li i {
  line-height: 1.8rem;
}

.list-match {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}
.list-match:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  background: #e6e6e6;
  z-index: 1;
}
.list-match li {
  position: relative;
  display: block;
  margin: 6px auto;
  z-index: 2;
}
.list-match li.player .name {
  color: #666666;
  font: 1.2rem/1.6rem helveticaneue-regular;
  white-space: nowrap;
  margin: 0 2px;
}
.list-match li.player .minutes {
  display: inline-block;
  font: 1rem/1.2rem helveticaneue-medium;
  color: #52a25d;
  font-family: helveticaneue-bold;
  margin: 0 2px;
  background: #ffffff;
  min-width: 20px;
  text-align: center;
}
.list-match li.player i {
  font-size: 1.6rem;
}
.list-match li.player .cards {
  color: #52a25d;
  font-family: helveticaneue-bold;
}
.list-match li.player.home {
  padding-right: calc(50% - 12px);
  text-align: right;
}
.list-match li.player.away {
  padding-left: calc(50% - 12px);
  text-align: left;
}

.drop-content.sport-type, .drop-content.sport-league {
  display: block;
  padding: 0;
  position: fixed;
  top: 56px;
  right: 3px;
  width: 0;
  height: 0;
  z-index: 999;
  background: #fbfbfb;
  border-radius: 3px;
  -webkit-transition: -webkit-all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  -ms-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
}
.drop-content.sport-type.active, .drop-content.sport-league.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  -ms-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  width: auto;
  height: auto;
}
.drop-content.sport-type.active:before, .drop-content.sport-type.active:after, .drop-content.sport-league.active:before, .drop-content.sport-league.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 999;
  opacity: 1;
}
.drop-content.sport-type.active:before, .drop-content.sport-league.active:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
  top: -10px;
  right: 12px;
}
.drop-content.sport-type.active:after, .drop-content.sport-league.active:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fbfbfb;
  top: -9px;
  right: 13px;
}
.drop-content.sport-type .container, .drop-content.sport-league .container {
  padding: 10px;
  position: relative;
  min-width: 240px;
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.drop-content.sport-type .sport-list li, .drop-content.sport-league .sport-list li {
  display: block;
  padding: 0 8px;
  border-bottom: solid 1px #f2f2f2;
  color: #333333;
}
.drop-content.sport-type .sport-list li:last-child, .drop-content.sport-league .sport-list li:last-child {
  border-bottom: none;
}
.drop-content.sport-type .sport-list li span, .drop-content.sport-league .sport-list li span {
  display: inline-block;
  font: 1.4rem/4.8rem helveticaneue-medium;
}
.drop-content.sport-type .sport-list li i, .drop-content.sport-league .sport-list li i {
  font-size: 2rem;
  line-height: 4.8rem;
  color: #333333;
  padding: 0 5px;
  float: right;
  visibility: hidden;
}
.drop-content.sport-type .sport-list li.active i, .drop-content.sport-league .sport-list li.active i {
  visibility: visible;
  color: #52a25d;
}
.drop-content.sport-type .sport-list li.active span, .drop-content.sport-league .sport-list li.active span {
  color: #52a25d;
}
.drop-content.sport-type {
  right: 52px;
}

.sport-calendar {
  background: #d9d9d9;
}
.sport-calendar li {
  display: inline-block;
  width: 11.1111111111%;
  text-align: center;
  padding: 8px 0;
  color: #4d4d4d;
}
.sport-calendar li.active {
  background: #4d4d4d;
  color: #ffffff;
}
.sport-calendar li span {
  display: block;
  font: 1rem/1.2rem helveticaneue-regular;
}
.sport-calendar li time {
  display: block;
  font: 1.8rem/2rem helveticaneue-bold;
}
.sport-calendar li.live {
  color: #52a25d;
}
.sport-calendar li.live .icon-sort-circle {
  font-size: 2.4rem;
}
.sport-calendar li.live.active {
  background: #4d4d4d;
  color: #ffffff;
}

.match-time {
  position: relative;
  display: inline-block;
  margin: 10px 8px;
}
.match-time a {
  padding: 0;
}
.match-time .count {
  visibility: hidden;
}
.match-time .time {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 22px;
  width: 22px;
  text-align: center;
  border-radius: 50%;
  font: 0.8rem/2.2rem helveticaneue-bold;
  color: #52a25d;
}
.match-time .end {
  font: 0.8rem/2.2rem helveticaneue-bold;
  background: #f2f2f2;
  color: #8c8c8c;
}
.match-time .icon-circle {
  font-size: 2px;
  display: inline-block;
  margin: 0 -0.5px 0 -1px;
  left: 1.9999999px;
  top: -3px;
  color: #62FFFA;
  -webkit-animation: timecircle 1s infinite;
  -moz-animation: timecircle 1s infinite;
  -o-animation: timecircle 1s infinite;
  animation: timecircle 1s infinite;
}

.last .icon-sort-circle.g,
.last .circle.g {
  color: #52a25d;
}
.last .icon-sort-circle.m,
.last .circle.m {
  color: #cb0102;
}
.last .icon-sort-circle.b,
.last .circle.b {
  color: #ffd743;
}
.last .dark .icon-sort-circle.g,
.last .dark .circle.g {
  background: #52a25d;
  color: #ffffff;
}
.last .dark .icon-sort-circle.m,
.last .dark .circle.m {
  background: #cb0102;
  color: #ffffff;
}
.last .dark .icon-sort-circle.b,
.last .dark .circle.b {
  background: #ffd743;
  color: #ffffff;
}

.progress {
  max-width: 100%;
  overflow: hidden;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 2;
}

.indeterminate {
  height: 0.3em;
  -webkit-transform: translateZ(0);
  -khtml-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  width: 100%;
}
.indeterminate:before, .indeterminate:after {
  content: "";
  position: absolute;
  background-color: #ffd743;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indeterminate:before {
  animation: indeterminate 3s cubic-bezier(0.195, 0.36, 0.945, 1.65) infinite;
}
.indeterminate:after {
  animation: indeterminate 3s cubic-bezier(0.9, -0.59, 0.715, 1.045) infinite;
}

@keyframes indeterminate {
  0% {
    width: 0%;
    transform: translateX(-100%);
  }
  100% {
    width: 100%;
    transform: translateX(100%);
  }
}
.warning {
  font-size: 1.3rem;
  line-height: 18px;
  color: #999999;
  padding: 17px 0;
  border-width: 1px 0 1px 0;
  border-style: dashed;
  border-color: #e6e6e6;
  margin-bottom: 4px;
  font-family: hl;
}

.performance {
  display: block;
  margin-bottom: 16px;
}
.performance h3 {
  display: inline-block;
  font: 1.2rem/2rem helveticaneue-bold;
  color: #404040;
}
.performance h3 span {
  display: inline-block;
  font: 1.2rem/2rem helveticaneue-light;
  color: #999999;
  vertical-align: top;
}
.performance .bar {
  position: relative;
  display: inline-block;
  margin: 8px auto;
  width: calc(100% - 60px);
  border-radius: 1.2rem;
  height: 0.8rem;
  background: #ededed;
}
.performance .percent {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  height: 0.8rem;
  border-radius: 1.2rem 0 0 1.2rem;
  background: #ff5343;
  background: -moz-linear-gradient(left, #ff5343 0%, #ffd743 50%, #8ec73f 100%);
  background: -webkit-linear-gradient(left, #ff5343 0%, #ffd743 50%, #8ec73f 100%);
  background: linear-gradient(to right, #ff5343 0%, #ffd743 50%, #8ec73f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff5343", endColorstr="#8ec73f",GradientType=1 );
}
.performance .percent:before {
  content: "";
  position: absolute;
  right: 0;
  top: -0.4rem;
  height: 1.6rem;
  border-right: 0.1rem dashed #616161;
}
.performance .percent:after {
  content: "";
  position: absolute;
  right: -0.4rem;
  bottom: -1.3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #616161 transparent;
}
.performance .value {
  padding: 0;
  width: 60px;
}
.performance .value sup {
  font-family: helveticaneue-bold;
  top: 2px;
  color: #737373;
  font-size: 1.2rem;
}
.performance .value span {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 24px;
}

@-webkit-keyframes timecircle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes timecircle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes timecircle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes timecircle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*#region Turnuvalar */
.dunya-kupasi header .content {
  background-color: #8A1538 !important;
  background-image: url(../images/cup2022banner.svg);
  background-repeat: repeat-x;
  background-size: auto 152px;
  background-position: center top;
}
.dunya-kupasi header .tabs {
  background-color: #8A1538 !important;
  background-image: url(../images/cup2022banner.svg);
  background-repeat: repeat-x;
  background-size: auto 152px;
  background-position: center -56px;
}
.dunya-kupasi header .tabs.style-4 {
  background-position: center -104px;
}
.dunya-kupasi header .tabs.style-4 .slider-tabs {
  background: rgba(0, 0, 0, 0.3);
}
.dunya-kupasi header .tabs.style-4 li {
  margin: 0 12px;
}
.dunya-kupasi header .tabs.style-4 li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  -ms-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.dunya-kupasi header .tabs.style-4 li .tab {
  font: 1.2rem/4.8rem helveticaneue-medium;
  padding: 0 6px;
  color: #e6e6e6;
}
.dunya-kupasi header .tabs.style-4 li .tab i {
  background: rgba(0, 0, 0, 0.5);
  color: #e6e6e6;
}
.dunya-kupasi header .tabs.style-4 li .tab span {
  color: #e6e6e6;
}

.avrupa-futbol-sampiyonasi header .content {
  background-color: #2c6a93 !important;
  background-image: url(../images/sport/bg-euro-cup.png);
  background-repeat: repeat-x;
  background-size: 300px 300px;
}
.avrupa-futbol-sampiyonasi header .cup-widgets {
  background: #234e6b;
}
.avrupa-futbol-sampiyonasi header .tabs {
  background-color: #2c6a93 !important;
  background-image: url(../images/sport/bg-euro-cup.png);
  background-repeat: repeat-x;
  background-size: 300px 300px;
  background-position: 0 -56px;
}
.avrupa-futbol-sampiyonasi header .tabs.style-4 {
  background-position: 0 -104px;
}
.avrupa-futbol-sampiyonasi header .tabs.style-4 .slider-tabs {
  background: rgba(0, 0, 0, 0.35);
}
.avrupa-futbol-sampiyonasi header .tabs.style-4 li {
  margin: 0 12px;
}
.avrupa-futbol-sampiyonasi header .tabs.style-4 li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  -ms-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.avrupa-futbol-sampiyonasi header .tabs.style-4 li .tab {
  font: 1.2rem/4.8rem helveticaneue-medium;
  padding: 0 6px;
  color: #e6e6e6;
}
.avrupa-futbol-sampiyonasi header .tabs.style-4 li .tab i {
  background: #2c6a93;
  color: #e6e6e6;
}
.avrupa-futbol-sampiyonasi header .tabs.style-4 li .tab span {
  color: #e6e6e6;
}
.avrupa-futbol-sampiyonasi .news-content .news-title {
  font: 1.4rem/4.8rem helveticaneue-bold;
}
.avrupa-futbol-sampiyonasi #index .content.sport {
  padding-bottom: 4px;
}

.uefa-sampiyonlar-ligi header .content {
  background-color: #012a62 !important;
  background-image: url(../images/sport/bg-champions-league.jpg);
  background-repeat: no-repeat;
  background-size: 600px auto;
  background-position: center top;
}
.uefa-sampiyonlar-ligi header .tabs {
  background-color: #012a62 !important;
  background-image: url(../images/sport/bg-champions-league.jpg);
  background-repeat: no-repeat;
  background-size: 600px auto;
  background-position: center -56px;
}
.uefa-sampiyonlar-ligi header .tabs.style-4 {
  background-position: center -104px;
}
.uefa-sampiyonlar-ligi header .tabs.style-4 .slider-tabs {
  background: rgba(0, 0, 0, 0.35);
}
.uefa-sampiyonlar-ligi header .tabs.style-4 li {
  margin: 0 12px;
}
.uefa-sampiyonlar-ligi header .tabs.style-4 li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  -ms-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.uefa-sampiyonlar-ligi header .tabs.style-4 li .tab {
  font: 1.2rem/4.8rem helveticaneue-medium;
  padding: 0 6px;
  color: #e6e6e6;
}
.uefa-sampiyonlar-ligi header .tabs.style-4 li .tab i {
  background: #012a62;
  color: #e6e6e6;
}
.uefa-sampiyonlar-ligi header .tabs.style-4 li .tab span {
  color: #e6e6e6;
}

.uefa-avrupa-ligi header .content {
  background-color: #260607 !important;
  background-image: url(../images/sport/bg-europa-league.jpg);
  background-repeat: no-repeat;
  background-size: 600px auto;
  background-position: center top;
}
.uefa-avrupa-ligi header .tabs {
  background-color: #260607 !important;
  background-image: url(../images/sport/bg-europa-league.jpg);
  background-repeat: no-repeat;
  background-size: 600px auto;
  background-position: center -56px;
}
.uefa-avrupa-ligi header .tabs.style-4 {
  background-position: center -104px;
}
.uefa-avrupa-ligi header .tabs.style-4 .slider-tabs {
  background: rgba(0, 0, 0, 0.35);
}
.uefa-avrupa-ligi header .tabs.style-4 li {
  margin: 0 12px;
}
.uefa-avrupa-ligi header .tabs.style-4 li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  -ms-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
.uefa-avrupa-ligi header .tabs.style-4 li .tab {
  font: 1.2rem/4.8rem helveticaneue-medium;
  padding: 0 6px;
  color: #e6e6e6;
}
.uefa-avrupa-ligi header .tabs.style-4 li .tab i {
  background: #260607;
  color: #e6e6e6;
}
.uefa-avrupa-ligi header .tabs.style-4 li .tab span {
  color: #e6e6e6;
}

/*#endregion */
.google-news-button {
  margin: 0 0 3.2rem 1.2rem;
}
.google-news-button .google-news-title {
  color: #888;
  font-size: 1.3rem;
  line-height: 2.5rem;
  display: inline-block;
  font-family: helveticaneue-regular;
}
.google-news-button a {
  display: inline-block;
  margin: 0 0.8rem;
  padding: 0.6rem 1.3rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #ccc;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.google-news-button a img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 1.2rem;
}

.cup-team-list {
  display: block;
  background: white;
}
.cup-team-list ul {
  display: block;
  padding: 20px 12px;
}
.cup-team-list ul li {
  display: inline-block;
  width: 20%;
  padding: 5px;
}
.cup-team-list ul li a {
  display: block;
  position: relative;
  border-radius: 0.4rem;
  color: gray;
  text-align: center;
  border: solid 1px #eee;
}
.cup-team-list ul li a .image {
  display: block;
  text-align: center;
}
.cup-team-list ul li a .image img {
  width: 36px;
  height: auto;
  margin: 0 auto;
}
.cup-team-list ul li a .team {
  display: block;
  font: 1.2rem/2.4rem helveticaneue-regular;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tabs .cup-button .tab {
  padding-right: 12px;
}
.tabs .cup-button img {
  margin: 10px 0;
}
.tabs .cup-button.active:after {
  display: none;
}
