[v-cloak] {
  display: none; }

.table-div {
  display: table; }
  .table-div > div {
    display: table-cell; }
    .table-div > div.top {
      vertical-align: top; }
  .table-div.full {
    width: 100%; }
  .table-div.mid > div {
    vertical-align: middle; }

input {
  outline: none; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mr-0 {
  margin-right: 0; }

.pr-0 {
  padding-right: 0; }

body {
  background: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px; }

.desktop-hide {
  display: none !important; }

header {
  padding: 0;
  background: #f7f7f7; }
  header .logo {
    padding: 2px 0;
    text-align: center; }
    header .logo a {
      display: block; }
    header .logo.desk {
      display: block; }
    header .logo.mob {
      display: none; }
    header .logo img {
      width: auto;
      height: 100px; }
  header .main-nav {
    text-align: right;
    margin-top: 10px;
    padding-bottom: 10px; }
    header .main-nav ul {
      list-style: none;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      header .main-nav ul > li {
        display: inline-block;
        position: relative;
        margin-right: 6px; }
        header .main-nav ul > li.menu-item-has-children > a {
          padding-right: 16px;
          position: relative; }
          header .main-nav ul > li.menu-item-has-children > a:after {
            content: '';
            height: 12px;
            width: 12px;
            position: absolute;
            right: 0;
            top: 14px;
            background: url("img/down-arrow-small.png"); }
        header .main-nav ul > li a {
          display: block;
          padding: 10px;
          text-transform: uppercase;
          color: #000;
          font-size: 12px;
          font-weight: 600; }
          header .main-nav ul > li a:hover {
            text-decoration: none;
            color: #ed1c24; }
        header .main-nav ul > li ul {
          text-align: left;
          display: none;
          position: absolute;
          min-width: 180px;
          background: #FFF;
          z-index: 999;
          border: 1px solid #EEE; }
          header .main-nav ul > li ul li {
            display: block; }
            header .main-nav ul > li ul li a {
              display: block;
              padding: 10px;
              color: #000;
              font-size: 13px; }
              header .main-nav ul > li ul li a:hover {
                text-decoration: none;
                color: #ed1c24; }
            header .main-nav ul > li ul li.menu-item-has-children > a:after {
              background: url("img/right-arrow-small.png"); }
            header .main-nav ul > li ul li > ul {
              top: 0;
              left: 100%;
              display: none; }
            header .main-nav ul > li ul li:hover > ul {
              display: block; }
        header .main-nav ul > li:hover > ul {
          display: block; }
  header .social-icons {
    text-align: right;
    margin-top: 18px;
    min-width: 85px; }
    header .social-icons a img {
      height: 24px;
      width: 24px; }
  header .mobile-toggle {
    display: none; }

.ileague-nav {
  padding: 5px 0;
  text-align: center; }
  .ileague-nav ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
    .ileague-nav ul > li {
      display: inline-block;
      position: relative; }
      .ileague-nav ul > li a {
        display: block;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        color: #000;
        font-weight: 600; }
        .ileague-nav ul > li a:hover {
          text-decoration: none;
          opacity: 0.8; }
      .ileague-nav ul > li.menu-item-has-children > a {
        padding-right: 16px;
        position: relative; }
        .ileague-nav ul > li.menu-item-has-children > a:after {
          content: '';
          height: 12px;
          width: 12px;
          position: absolute;
          right: 0;
          top: 14px;
          background: url("img/down-arrow-small.png"); }
      .ileague-nav ul > li ul {
        display: none;
        position: absolute;
        min-width: 250px;
        background: #FFF;
        z-index: 999;
        border: 1px solid #EEE;
        text-align: left; }
        .ileague-nav ul > li ul li {
          display: block; }
          .ileague-nav ul > li ul li a {
            display: block;
            padding: 10px;
            color: #000;
            font-size: 13px; }
            .ileague-nav ul > li ul li a:hover {
              text-decoration: none;
              color: #ed1c24; }
          .ileague-nav ul > li ul li > ul {
            display: none; }
      .ileague-nav ul > li:hover ul {
        display: block; }

.slider {
  height: 500px;
  overflow: hidden; }
  .slider div.item {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center; }
    .slider div.item .overlay {
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 99;
      height: 200px;
      background: linear-gradient(transparent, #1d294f); }
    .slider div.item .title {
      width: 65%;
      margin: 0;
      color: #FFF;
      font-size: 32px;
      font-weight: bold;
      position: absolute;
      bottom: 20px;
      padding: 20px 50px;
      z-index: 100; }
  .slider.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size: 30px;
    width: 100%; }
    .slider.owl-carousel .owl-nav .owl-prev {
      width: 60px;
      height: 60px;
      background-image: url("img/prev.png");
      background-repeat: no-repeat;
      background-size: 40px;
      outline: none;
      float: left; }
    .slider.owl-carousel .owl-nav .owl-next {
      width: 60px;
      height: 60px;
      background-image: url("img/next.png");
      float: right;
      background-repeat: no-repeat;
      background-size: 40px;
      outline: none; }

.page-title {
  font-size: 28px;
  margin: 0; }
  .page-title.bot {
    margin-bottom: 10px; }
  .page-title.upper {
    text-transform: uppercase; }

.league-sel {
  max-width: 360px;
  margin: 0 0 10px auto; }

.article-big {
  margin-bottom: 30px; }
  .article-big .image {
    height: 500px;
    background-size: cover;
    position: relative; }
    .article-big .image .overlay {
      display: none;
      background: rgba(0, 0, 0, 0.3);
      z-index: 99;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; }
    .article-big .image .title {
      position: absolute;
      bottom: 30px;
      padding: 8px 16px;
      width: 90%;
      background: orange;
      color: #FFF;
      font-size: 24px;
      z-index: 100; }
    .article-big .image:hover .overlay {
      display: block; }

.article-small {
  margin-bottom: 30px; }
  .article-small .image {
    height: 240px;
    background-size: cover;
    position: relative;
    background-position: center; }
    .article-small .image .overlay {
      background: rgba(0, 0, 0, 0.3);
      z-index: 99;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; }
    .article-small .image .title {
      position: absolute;
      bottom: 10px;
      padding: 8px 16px;
      width: 100%;
      color: #FFF;
      font-size: 16px;
      font-weight: bold;
      z-index: 100; }
    .article-small .image:hover .overlay {
      background: rgba(0, 0, 0, 0.5); }

.articles > div.col-md-6:nth-child(2n+1) {
  clear: both; }

.more-posts > div.col-md-6:nth-child(2n+1) {
  clear: both; }

.article-mid {
  /*padding-bottom: 30px;*/
  border-bottom: 3px solid orange;
  margin-bottom: 30px; }
  .article-mid .image {
    height: 240px;
    background-size: cover;
    position: relative; }
    .article-mid .image .overlay {
      background: rgba(0, 0, 0, 0.3);
      z-index: 99;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      display: none; }
    .article-mid .image:hover .overlay {
      display: block; }
  .article-mid .title {
    padding: 8px 0 0 0;
    color: #000;
    font-size: 16px;
    font-weight: bold; }
    .article-mid .title a {
      color: #1d294f; }
      .article-mid .title a:hover {
        text-decoration: none; }

.article-side {
  /*padding-bottom: 30px;*/
  border-bottom: 1px solid orange;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .article-side .image .overlay {
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none; }
  .article-side .image:hover .overlay {
    display: block; }
  .article-side .image img {
    width: 100%;
    height: auto; }
  .article-side .title {
    padding: 0;
    color: #000;
    font-size: 14px; }
    .article-side .title a {
      color: #1d294f; }
      .article-side .title a:hover {
        text-decoration: none; }

#fixtures_div {
  overflow: hidden !important;
  padding: 20px 0 0 0;
  min-height: 250px; }
  #fixtures_div > div {
    margin-left: -40px;
    margin-right: -40px; }

#fixture_scroll .item {
  background: #EEE;
  margin: 10px 10px;
  padding: 10px; }
  #fixture_scroll .item .date {
    font-size: 11px; }
  #fixture_scroll .item .score {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #1d294f; }
    #fixture_scroll .item .score > div {
      height: 50px;
      padding: 10px 0; }
      #fixture_scroll .item .score > div .table-div > div {
        vertical-align: middle; }
      #fixture_scroll .item .score > div .table-div .match-score {
        width: 30px;
        font-size: 14px;
        text-align: right;
        font-weight: bold; }
    #fixture_scroll .item .score .logo {
      width: 40px; }
      #fixture_scroll .item .score .logo img {
        width: auto;
        height: 32px; }
    #fixture_scroll .item .score .team-name {
      font-size: 12px;
      color: #1d294f;
      font-weight: bold;
      line-height: 1.2; }
  #fixture_scroll .item .meta .time {
    font-size: 11px; }
  #fixture_scroll .item .meta .fixture-link {
    text-align: right; }
    #fixture_scroll .item .meta .fixture-link a {
      font-size: 11px;
      color: #1d294f; }
      #fixture_scroll .item .meta .fixture-link a:hover {
        text-decoration: underline; }

.league-dd {
  color: #FFF;
  position: relative; }
  .league-dd .sel-name {
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    background: #1d294f;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
    .league-dd .sel-name:after {
      content: '';
      height: 12px;
      width: 12px;
      position: absolute;
      right: 10px;
      top: 12px;
      background: url("img/caret_white.png"); }
  .league-dd.rounded .sel-name {
    border-radius: 16px; }
  .league-dd ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    background: #1d294f;
    display: none;
    top: 30px;
    width: 100%;
    position: absolute;
    z-index: 10001; }
    .league-dd ul li {
      padding: 10px;
      display: block;
      cursor: pointer;
      text-align: center; }
  .league-dd.rounded ul {
    margin-left: 8px;
    width: 94%;
    margin-right: 8px; }
    .league-dd.rounded ul li {
      text-align: center; }

#fixtures_div .league-dd ul {
  height: 200px;
  overflow: auto; }

.pt-stage {
  background: #F7F7F7; }
  .pt-stage h3 {
    margin: 0;
    text-align: left;
    padding: 10px 5px;
    background: #415fbd;
    color: #FFF;
    cursor: pointer; }
  .pt-stage h4 {
    margin: 0;
    background: #999;
    padding: 5px;
    color: #fff; }
  .pt-stage .pt-table {
    padding-bottom: 10px; }
    .pt-stage .pt-table table {
      width: 100%;
      padding-bottom: 10px; }
      .pt-stage .pt-table table thead tr th {
        font-weight: normal;
        color: #888;
        padding: 5px;
        font-size: 10px; }
      .pt-stage .pt-table table tbody tr:nth-child(2n) {
        background: #EEE; }
      .pt-stage .pt-table table tbody tr td {
        padding: 5px 8px; }
        .pt-stage .pt-table table tbody tr td.team_name {
          font-weight: bold;
          font-size: 14px; }
    .pt-stage .pt-table.big {
      margin-top: 10px; }
      .pt-stage .pt-table.big table thead tr th {
        text-align: center;
        font-size: 15px; }
        .pt-stage .pt-table.big table thead tr th.left {
          text-align: left; }
      .pt-stage .pt-table.big table tbody tr td {
        padding: 15px 15px;
        font-size: 16px; }
        .pt-stage .pt-table.big table tbody tr td.team_name {
          font-weight: bold;
          font-size: 16px; }

.banner {
  padding: 10px;
  background: #F7F7F7;
  margin-bottom: 30px; }
  .banner .logo {
    width: 200px; }
    .banner .logo img {
      height: 75px;
      width: auto; }
  .banner .text {
    width: 250px; }
  .banner .social-icons {
    text-align: right; }

.social-icons a img {
  width: 32px !important;
  height: auto !important; }

.wh32 {
  width: 32px !important; }

.sponsors {
  margin-top: 30px; }
  .sponsors .text {
    text-align: right;
    background: #1d294f;
    padding: 20px 0;
    font-size: 24px;
    color: #FFF;
    font-weight: bold; }
  .sponsors .text-col {
    background: #1d294f; }
  .sponsors .img-col {
    background: #EEE;
    position: relative;
    overflow: hidden; }
    .sponsors .img-col .skew-div {
      background: #1d294f;
      width: 150px;
      height: 150px;
      position: absolute;
      top: -31px;
      left: -127px;
      -ms-transform: rotate(20deg);
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg); }

.sponsor-row {
  height: 74px;
  background-repeat: repeat-x;
  background-position: 20px center;
  padding-left: 35px; }
  .sponsor-row > div {
    padding: 0 15px;
    margin-top: 5px;
    display: inline-block; }
    .sponsor-row > div img {
      height: 64px;
      width: auto; }

footer {
  background: #262626;
  padding: 50px 0 10px 0; }
  footer ul.menu {
    padding-left: 0;
    margin: 0;
    list-style: none; }
    footer ul.menu li a {
      display: block;
      color: #FFF;
      padding: 2px;
      text-decoration: none; }
      footer ul.menu li a:hover {
        color: #EEE; }
  footer .footer-logo img {
    height: 90px;
    width: auto; }
  footer .address {
    color: #FFF; }
    footer .address a {
      color: #FFF; }
      footer .address a:hover {
        color: #EEE; }
  footer .lw {
    padding-top: 20px;
    padding-bottom: 30px;
    color: #FFF; }
    footer .lw a {
      color: #FFF; }
      footer .lw a:hover {
        color: #EEE; }
  footer .text-right {
    text-align: right; }

.app-banner {
  position: relative; }
  .app-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .app-banner .play-icons {
    position: absolute;
    top: 120px;
    right: 10px;
    text-align: right; }
    .app-banner .play-icons a {
      display: block;
      height: 50px; }
      .app-banner .play-icons a img {
        width: 140px;
        height: auto; }
      .app-banner .play-icons a:hover img {
        box-shadow: 0 0 10px 1px #888; }

.stats .stat-title {
  background: #1d294f;
  padding: 8px;
  color: #FFF;
  text-transform: uppercase; }
.stats .table-div > div {
  width: 2%; }
.stats .stat {
  text-align: center;
  padding: 10px; }
  .stats .stat > div:first-child {
    color: #e11212;
    font-size: 36px; }
.stats .menu {
  background: #EEE;
  border-bottom: 8px solid #BBB; }
  .stats .menu ul {
    margin: 0;
    padding: 0; }
    .stats .menu ul li {
      padding: 10px;
      display: inline-block;
      min-width: 80px;
      text-align: center;
      cursor: pointer; }
      .stats .menu ul li.active {
        font-weight: bold;
        position: relative; }
        .stats .menu ul li.active:after {
          content: ' ';
          position: absolute;
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 8px solid #BBB;
          bottom: 0;
          left: 50%;
          margin-left: -8px; }
.stats .table table {
  width: 100%; }
  .stats .table table tbody tr td {
    padding: 10px;
    vertical-align: middle; }
  .stats .table table tbody tr:nth-child(2n) {
    background: #F7F7F7; }
  .stats .table table tbody tr:first-child {
    background: #f5e738;
    font-size: 18px;
    box-shadow: inset 0 0 8px #CCC; }
  .stats .table table img {
    width: 30px;
    height: 30px; }
.stats .stats-player-cont .table table tr img {
  width: 25px;
  height: 25px; }
.stats .stats-player-cont .table table tr .photo-cont {
  width: 40px;
  height: 50px;
  overflow: hidden; }
  .stats .stats-player-cont .table table tr .photo-cont img {
    width: 40px;
    height: auto; }
.stats .stats-cont.active, .stats .stats-player-cont.active {
  display: block; }
.stats .stats-all {
  margin: 40px 0; }
  .stats .stats-all > div {
    width: 50%;
    float: left; }
    .stats .stats-all > div > div {
      margin: 10px; }
.stats .p-table {
  margin: 10px; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.animated-background, .loading-fixtures .item .text-line, .loading-top-scorer .image > div, .loading-top-scorer .text-line, .loading-pt .text-line {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #EEE;
  background: linear-gradient(to right, #EEE 8%, #DDD 18%, #EEE 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative; }

.loading-fixtures .item {
  height: 150px;
  width: 18%;
  display: inline-block;
  background: #F7F7F7;
  margin: 10px 10px;
  padding: 10px; }
  .loading-fixtures .item .text-line {
    height: 10px;
    margin: 4px 0; }
    .loading-fixtures .item .text-line.big {
      height: 35px; }

.loading-top-scorer .image {
  width: 80px; }
  .loading-top-scorer .image > div {
    width: 60px;
    height: 60px;
    border-radius: 50%; }
.loading-top-scorer .text-line {
  height: 10px;
  margin: 4px 0; }

.loading-pt .text-line {
  height: 12px;
  margin: 10px 0px; }

.pt-table.goals .tp-img-player > div {
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-bottom: 8px;
  justify-content: center;
  border-radius: 50%; }
  .pt-table.goals .tp-img-player > div img {
    max-width: 100%;
    height: auto;
    border-radius: 50%; }
.pt-table.goals .total-goals {
  display: block;
  font-size: 30px;
  padding: 0 5px; }
.pt-table.goals .player-name {
  display: block;
  color: #1d294f;
  font-size: 16px; }
.pt-table.goals .team-name {
  display: block;
  font-size: 12px;
  color: #555; }

.content h2 {
  font-size: 30px;
  margin: 0; }
.content .share-post ul {
  text-align: right;
  list-style: none;
  padding-left: 0; }
  .content .share-post ul li {
    display: inline-block;
    margin: 0 2px; }
    .content .share-post ul li img {
      height: 32px;
      width: 32px; }
.content .post-thumb img {
  width: 100%;
  margin: 0 auto;
  height: auto; }

.match-fixtures {
  background: #EEE;
  padding: 10px; }

.fixture {
  margin: 5px 0;
  border: 1px solid #EEE; }
  .fixture > a {
    color: inherit;
    display: block;
    text-decoration: none; }
    .fixture > a:hover > div {
      background-color: #F7F7F7;
      text-decoration: none; }
    .fixture > a > div {
      transition: background-color 1s ease;
      background-color: #FFF; }
  .fixture .date {
    padding: 10px;
    border-bottom: 1px solid #EEE; }
  .fixture .fixture-cont {
    padding: 10px; }
    .fixture .fixture-cont img {
      height: 50px;
      width: auto;
      margin: 0 10px; }
    .fixture .fixture-cont .score {
      font-weight: bold;
      font-size: 20px;
      text-align: center;
      width: 100px; }
    .fixture .fixture-cont .team {
      width: 275px;
      font-size: 14px;
      font-weight: bold;
      text-align: center; }
      .fixture .fixture-cont .team span {
        display: inline-block;
        vertical-align: middle;
        width: 150px; }

#match_day .match-score {
  color: #FFF;
  background-color: #000;
  background-image: url("img/soccer-back.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0; }
  #match_day .match-score .team-name {
    text-align: center; }
    #match_day .match-score .team-name img {
      width: 150px;
      height: 150px; }
    #match_day .match-score .team-name span {
      display: block;
      margin-top: 20px;
      text-transform: uppercase;
      font-size: 20px;
      font-size: 30px; }
  #match_day .match-score .match-info {
    text-align: center; }
    #match_day .match-score .match-info .tour-name {
      font-size: 24px; }
  #match_day .match-score .scores {
    margin-top: 40px; }
    #match_day .match-score .scores .score {
      display: inline-block;
      vertical-align: middle;
      font-size: 40px;
      line-height: 80px;
      height: 80px;
      width: 80px;
      background: #1d294f;
      border-radius: 5px;
      color: #FFF; }
      #match_day .match-score .scores .score.time {
        width: 40px;
        background: transparent;
        position: relative; }
        #match_day .match-score .scores .score.time span {
          width: 60px;
          height: 60px;
          display: block;
          position: absolute;
          color: #000;
          font-size: 30px;
          border-radius: 30px;
          background: #FFF;
          margin-top: 10px;
          margin-left: -10px;
          line-height: 60px; }
#match_day .main {
  margin-top: 20px; }
#match_day .tabs {
  text-align: center; }
  #match_day .tabs ul {
    margin: 0 0 20px 0;
    list-style: none;
    padding-left: 0; }
    #match_day .tabs ul li {
      text-align: center;
      padding: 8px 60px;
      background: #EEE;
      display: inline-block;
      cursor: pointer; }
      #match_day .tabs ul li a {
        color: #000;
        text-decoration: none;
        display: block; }
      #match_day .tabs ul li.active {
        background: orange; }
        #match_day .tabs ul li.active a {
          color: #FFF; }
#match_day .tab-content .title {
  background: #EEE;
  border-radius: 5px 5px 0 0;
  padding: 8px 10px;
  text-transform: uppercase;
  font-weight: 600; }
  #match_day .tab-content .title.top-mar {
    margin-top: 20px; }
#match_day .tab-content .row-table-resp {
  display: table;
  width: 100%; }
  #match_day .tab-content .row-table-resp > div {
    display: table-cell;
    float: none; }
  #match_day .tab-content .row-table-resp.team-name {
    background: #CCC;
    padding: 10px 0;
    font-size: 14px; }
    #match_day .tab-content .row-table-resp.team-name .last-five-tb {
      display: inline-block;
      border-radius: 5px;
      padding: 2px 5px;
      font-size: 12px;
      line-height: 14px; }
      #match_day .tab-content .row-table-resp.team-name .last-five-tb.draw {
        background: #EEE; }
      #match_day .tab-content .row-table-resp.team-name .last-five-tb.won {
        background: #20b920;
        color: #FFF; }
      #match_day .tab-content .row-table-resp.team-name .last-five-tb.lost {
        background: #e01c1c;
        color: #FFF; }
#match_day .tab-content .table-matches table {
  width: 100%;
  font-size: 12px; }
  #match_day .tab-content .table-matches table tr {
    border-bottom: 1px solid #CCC; }
    #match_day .tab-content .table-matches table tr td {
      vertical-align: middle;
      padding: 8px 0; }
      #match_day .tab-content .table-matches table tr td.date {
        font-weight: 600;
        width: 70px;
        text-align: center; }
      #match_day .tab-content .table-matches table tr td.tournament {
        font-weight: 600; }
      #match_day .tab-content .table-matches table tr td.team-name {
        font-size: 14px;
        width: 90px;
        text-align: center; }
        #match_day .tab-content .table-matches table tr td.team-name.right {
          text-align: right; }
        #match_day .tab-content .table-matches table tr td.team-name.left {
          text-align: left; }
        #match_day .tab-content .table-matches table tr td.team-name.head-to-head {
          width: 250px; }
        #match_day .tab-content .table-matches table tr td.team-name img {
          margin: 0 5px; }
      #match_day .tab-content .table-matches table tr td.score {
        width: 50px;
        font-size: 16px;
        font-weight: 600;
        text-align: center; }
        #match_day .tab-content .table-matches table tr td.score.head-to-head {
          width: 100px; }
#match_day .tab-content .table-player table {
  width: 100%;
  font-size: 12px; }
  #match_day .tab-content .table-player table tr {
    border-bottom: 1px solid #CCC; }
    #match_day .tab-content .table-player table tr td {
      vertical-align: middle;
      padding: 8px 0; }
      #match_day .tab-content .table-player table tr td.jersey {
        font-weight: 600;
        width: 10%;
        text-align: center; }
      #match_day .tab-content .table-player table tr td.player-name {
        font-size: 14px;
        width: 50%; }
      #match_day .tab-content .table-player table tr td.actions {
        font-size: 16px;
        font-weight: 600;
        text-align: right;
        padding-right: 10px; }
        #match_day .tab-content .table-player table tr td.actions ul {
          padding-left: 10px;
          list-style: none;
          font-size: 12px;
          margin: 0; }
          #match_day .tab-content .table-player table tr td.actions ul li {
            display: inline-block; }
            #match_day .tab-content .table-player table tr td.actions ul li span {
              position: relative;
              padding-right: 14px;
              display: block; }
              #match_day .tab-content .table-player table tr td.actions ul li span:after {
                background: url("img/sprite.png") no-repeat;
                width: 10px;
                height: 15px;
                margin: 0px 0 0 2px;
                content: '';
                top: 2px;
                position: absolute; }
              #match_day .tab-content .table-player table tr td.actions ul li span.goal {
                padding-right: 20px; }
                #match_day .tab-content .table-player table tr td.actions ul li span.goal:after {
                  width: 20px;
                  background-position: -7px -104px; }
              #match_day .tab-content .table-player table tr td.actions ul li span.yellow:after {
                background-position: -43px -104px; }
              #match_day .tab-content .table-player table tr td.actions ul li span.second-yellow:after {
                background-position: -75px -104px; }
              #match_day .tab-content .table-player table tr td.actions ul li span.red:after {
                background-position: -107px -104px; }
              #match_day .tab-content .table-player table tr td.actions ul li span.sub-in:after {
                background-position: -203px -105px; }
              #match_day .tab-content .table-player table tr td.actions ul li span.sub-out:after {
                background-position: -203px -73px; }
#match_day span.event {
  margin-right: 15px; }
  #match_day span.event:after {
    background: url("img/sprite.png") no-repeat;
    width: 10px;
    height: 15px;
    margin: 0px 0 0 2px;
    content: '';
    position: absolute; }
  #match_day span.event.sub-in:after {
    background-position: -203px -105px; }
  #match_day span.event.sub-out:after {
    background-position: -203px -73px; }
#match_day .no-text {
  padding: 5px;
  font-size: 14px; }
#match_day .commentary table {
  width: 100%; }
  #match_day .commentary table tr {
    border-bottom: 1px solid #CCC; }
    #match_day .commentary table tr td {
      padding: 15px 10px;
      font-size: 14px;
      vertical-align: top; }
      #match_day .commentary table tr td.time {
        width: 100px;
        vertical-align: top;
        font-weight: 600;
        text-align: center; }
      #match_day .commentary table tr td.type {
        width: 80px;
        text-align: center;
        vertical-align: top; }
        #match_day .commentary table tr td.type ul {
          margin-top: 5px;
          list-style: none;
          font-size: 12px;
          margin: 0;
          padding-left: 0; }
          #match_day .commentary table tr td.type ul li {
            display: inline-block;
            position: relative;
            padding-right: 14px; }
            #match_day .commentary table tr td.type ul li:after {
              background: url("img/sprite.png") no-repeat;
              width: 10px;
              height: 15px;
              margin: 0px 0 0 2px;
              content: '';
              position: absolute; }
            #match_day .commentary table tr td.type ul li.goal {
              padding-right: 20px; }
              #match_day .commentary table tr td.type ul li.goal:after {
                width: 20px;
                background-position: -7px -104px; }
            #match_day .commentary table tr td.type ul li.yellow:after {
              background-position: -43px -104px; }
            #match_day .commentary table tr td.type ul li.second-yellow:after {
              background-position: -75px -104px; }
            #match_day .commentary table tr td.type ul li.red:after {
              background-position: -107px -104px; }
            #match_day .commentary table tr td.type ul li.sub-in:after {
              background-position: -203px -105px; }
            #match_day .commentary table tr td.type ul li.sub-out:after {
              background-position: -203px -73px; }
      #match_day .commentary table tr td.text p {
        margin: 0; }
#match_day .report a {
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  background: #f7f7f7;
  color: #000; }
  #match_day .report a img {
    width: 24px;
    height: 24px;
    margin-right: 10px; }
#match_day .player-info {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative; }
  #match_day .player-info .player-image {
    height: 300px;
    text-align: center;
    background: #f7f7f7;
    overflow: hidden;
    margin: 0 auto; }
    #match_day .player-info .player-image img {
      width: 100% !important;
      width: auto; }
  #match_day .player-info .player-name {
    position: absolute;
    bottom: 0;
    background: rgba(225, 225, 225, 0.7);
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    display: table;
    width: 100%; }
    #match_day .player-info .player-name > div {
      display: table-cell;
      padding-top: 10px;
      padding-bottom: 10px; }
      #match_day .player-info .player-name > div:first-child {
        text-align: center; }
  #match_day .player-info:nth-child(3n+1) {
    clear: both; }

.load-more-div {
  margin-bottom: 30px; }
  .load-more-div .load-btn {
    text-align: center; }
    .load-more-div .load-btn button {
      display: inline-block;
      padding: 6px 0;
      width: 240px;
      max-width: 100%;
      font-size: 18px;
      text-transform: uppercase;
      color: orange;
      border: 1px solid orange;
      background: #FFF;
      outline: none; }

.players-list .player-info {
  margin-bottom: 30px; }
  .players-list .player-info .player-image {
    width: 100%;
    height: 300px;
    max-width: 300px;
    background: #EEE;
    overflow: hidden;
    position: relative;
    margin: 0 auto; }
    .players-list .player-info .player-image .pl-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .players-list .player-info .player-image .pl-img img {
        width: 100%;
        height: auto; }
  .players-list .player-info .player-name {
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0 0;
    min-height: 50px; }

.tabs-players {
  margin-top: 30px;
  text-align: center; }
  .tabs-players ul {
    margin: 0 0 20px 0;
    list-style: none;
    padding-left: 0; }
    .tabs-players ul li {
      text-align: center;
      background: #EEE;
      display: inline-block;
      cursor: pointer; }
      .tabs-players ul li a {
        padding: 8px 60px;
        color: #000;
        text-decoration: none;
        display: block; }
      .tabs-players ul li.active {
        background: orange; }
        .tabs-players ul li.active a {
          color: #FFF; }

.mobile-inline-show {
  display: none !important; }

.hotstar-fixture {
  width: 85px;
  text-align: right; }
  .hotstar-fixture a {
    color: #1d294f;
    text-decoration: none; }
    .hotstar-fixture a:hover {
      text-decoration: underline; }
  .hotstar-fixture img {
    width: 20px !important;
    height: 20px;
    display: inline !important; }

.main-content img {
  max-width: 100%;
  height: auto; }
.main-content div {
  max-width: 100% !important;
  height: auto; }

ul {
  padding-left: 0; }
  ul.nav.nav-tabs li {
    display: inline-block; }
    ul.nav.nav-tabs li a {
      background: #EEE;
      padding: 10px 15px;
      font-size: 16px;
      font-weight: bold;
      margin-right: 10px;
      display: block;
      text-decoration: none;
      color: #1d294f; }
    ul.nav.nav-tabs li.active a {
      background: #1d294f;
      color: #FFF; }

.sponsors {
  padding-bottom: 40px; }

ul.sponsors-logo {
  list-style: none;
  text-align: center; }
  ul.sponsors-logo li {
    display: inline-block; }
    ul.sponsors-logo li:not(:last-child) {
      margin-right: 24px; }
    ul.sponsors-logo li .image img {
      height: 60px;
      width: auto; }
      ul.sponsors-logo li .image img.wid {
        height: 75px;
        width: auto; }

.history .history-menu {
  text-align: center;
  margin: 10px 0 50px 0; }
  .history .history-menu ul {
    margin: 0; }
    .history .history-menu ul li {
      display: inline-block;
      margin: 5px 16px; }
      .history .history-menu ul li a {
        font-size: 15px;
        font-weight: 900;
        color: #1d294f; }
        .history .history-menu ul li a:hover {
          color: #ed1c24;
          text-decoration: none; }
.history .details > div {
  width: 50%; }
  .history .details > div.left {
    padding-right: 30px;
    border-right: 10px solid #EBEBEB; }
  .history .details > div.right {
    padding-left: 30px; }
  .history .details > div .history-div {
    margin-bottom: 50px;
    position: relative;
    padding-top: 80px; }
    .history .details > div .history-div .year {
      position: absolute;
      width: 200px;
      top: 0;
      right: -40px;
      padding: 0 10px;
      border-radius: 5px;
      background: linear-gradient(to left, #ff620b 0%, #396bc4 90%);
      text-align: center; }
      .history .details > div .history-div .year span {
        font-size: 40px;
        font-weight: 900;
        color: #fff; }
    .history .details > div .history-div.right {
      margin-top: 190px; }
      .history .details > div .history-div.right .history-info .image {
        float: right;
        width: 150px;
        height: auto;
        padding: 10px;
        margin-top: -110px;
        margin-right: -20px; }
      .history .details > div .history-div.right .year {
        position: absolute;
        top: 10px;
        left: -40px !important; }
    .history .details > div .history-div .history-info {
      background-color: #eee;
      box-sizing: border-box;
      border-radius: 15px;
      padding: 30px; }
      .history .details > div .history-div .history-info .image {
        width: 150px;
        height: auto;
        padding: 10px;
        margin-top: -110px;
        margin-left: -20px; }
        .history .details > div .history-div .history-info .image img {
          width: 100%;
          height: auto; }
      .history .details > div .history-div .history-info .title {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 24px;
        font-family: "Fira Sans",sans-serif; }
        .history .details > div .history-div .history-info .title a {
          color: #000; }
          .history .details > div .history-div .history-info .title a:hover {
            color: orange; }

@media only screen and (max-width: 768px) {
  .mobile-inline-show {
    display: inline-block !important; }

  .pt-stage .pt-table {
    overflow-x: auto; }

  header {
    position: relative; }
    header .logo {
      text-align: left; }
      header .logo.desk {
        display: none; }
      header .logo.mob {
        display: block; }
      header .logo img {
        width: auto;
        height: 75px; }
    header .main-nav {
      text-align: left;
      display: none; }
      header .main-nav ul li {
        display: block; }
        header .main-nav ul li a {
          padding-left: 0; }
        header .main-nav ul li ul {
          position: inherit;
          background: inherit; }
      header .main-nav ul > li ul li > ul {
        position: inherit;
        background: inherit;
        position: inherit;
        left: 0; }
    header .social-icons {
      display: none; }
    header .mobile-toggle {
      position: absolute;
      top: 24px;
      right: 10px;
      display: block; }
      header .mobile-toggle a {
        height: 32px;
        width: 32px;
        display: block; }
        header .mobile-toggle a img {
          width: 100%;
          height: auto; }

  .sec-header {
    display: none; }

  .ileague-nav {
    text-align: left; }
    .ileague-nav ul li {
      display: block; }
      .ileague-nav ul li a {
        padding-left: 0; }
      .ileague-nav ul li ul {
        position: inherit;
        background: inherit;
        border: none; }

  .searchform {
    display: none; }

  .slider {
    height: 250px; }
    .slider div.item {
      height: 250px; }
      .slider div.item .title {
        width: 100%;
        font-size: 20px;
        padding: 10px; }

  #fixtures_div > div {
    margin-left: 0;
    margin-right: 0; }

  .table-div.mob-block {
    display: block; }
    .table-div.mob-block > div {
      display: block; }

  .banner .logo, .banner .text {
    width: 100%; }
  .banner .table-div div {
    text-align: center;
    margin-bottom: 15px; }
    .banner .table-div div a {
      text-align: center; }

  .sponsors .text {
    text-align: left; }

  .loading-fixtures .item {
    width: 100%;
    display: none; }
    .loading-fixtures .item:first-child {
      display: block !important; }

  footer .footer-logo {
    text-align: center; }
  footer .address {
    text-align: center; }
  footer .lw > div {
    text-align: center !important; }

  .history .history-menu {
    margin: 10px 0 20px 0;
    overflow-x: scroll; }
    .history .history-menu::-webkit-scrollbar {
      display: none; }
    .history .history-menu ul {
      display: flex; }
  .history .details {
    border-left: 10px solid #EBEBEB !important; }
    .history .details > div {
      width: 100%;
      display: block;
      padding: 0 10px; }
      .history .details > div.left {
        border-right: none;
        padding-right: 10px; }
      .history .details > div.right {
        padding-left: 10px; }
      .history .details > div .history-div {
        margin-bottom: 20px;
        padding-top: 60px; }
        .history .details > div .history-div .year {
          width: 180px;
          left: -20px;
          top: 0;
          padding: 0 10px; }
          .history .details > div .history-div .year span {
            font-size: 30px; }
        .history .details > div .history-div.right {
          margin-top: 0; }
          .history .details > div .history-div.right .history-info .image {
            margin-right: 0; }
          .history .details > div .history-div.right .year {
            top: 0;
            left: -20px !important; }
        .history .details > div .history-div .history-info {
          border-radius: 10px;
          padding: 15px; }
          .history .details > div .history-div .history-info .image {
            position: absolute;
            top: 0;
            right: 10px !important;
            width: 80px !important;
            padding: 0;
            margin-top: 0 !important;
            margin-left: 0; }
          .history .details > div .history-div .history-info .title {
            font-size: 18px; } }
@media only screen and (min-width: 1300px) {
  .slider {
    height: 650px; }
    .slider div.item {
      height: 650px; } }
#menu-item-8494, #menu-item-8487, #menu-item-12657, #menu-item-12749 {
  display: none !important; }

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