body {
  /*background: #000 url('/scorecenter/images/widget/gamecenter/bg3.jpg') no-repeat center top;*/

  background: #000000 url('/scorecenter/images/widget/gamecenter/bg3.jpg') no-repeat center top;
  background-size: cover;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
}
#preloader {
  position: fixed;
  z-index: 2500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 999999;
}
#status {
  position: fixed;
  z-index: 999999;
  position: absolute;
  left: 45%;
  top: 40%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  margin: 0 auto;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */

  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */

}
#status:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */

  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */

}
#status:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */

  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */

}
#status p {
  top: 60%;
}
#status em {
  font-size: 10px!important;
  display: block;
  font-style: normal;
}
/*main content*/
.ui-content {
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
  overflow-x: hidden;
  /*left bar right bar and center*/

}
.ui-content #body {
  overflow: auto;
  padding-top: 5px;
}
.ui-content #left-bar {
  float: left;
  width: 27.5%;
  min-height: 400px;
  /*    background: #010005;*/

  /*    .fav-box-count,.mygamescount{
      display: none;
    }*/

}
.ui-content #ifram-main {
  text-align: center;
  float: left;
  width: 45%;
  min-height: 400px;
  /*    padding-top: 6%;*/

}
.ui-content #right-bar {
  font-family: 'Roboto', sans-serif;
  float: right;
  width: 27.5%;
  min-height: 400px;
}
.ui-content #right-bar #section-favgames {
  background-color: #505050;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e6e6e), to(#3c3c3c));
  height: 35px;
}
.ui-content #footerscore24 {
  width: 100%;
  clear: both;
  background-color: #505050;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e6e6e), to(#3c3c3c));
  background-image: -moz-linear-gradient(top, #6e6e6e, #3c3c3c);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  font-size: .6em;
  font-weight: 300;
  padding: .2em 0 .2em;
}
#sports-header .match-info-bar {
  display: block;
  padding: 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  /*    background-color: rgb(0, 80, 124);*/

  background-color: #505050;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e6e6e), to(#3c3c3c));
  background-image: -moz-linear-gradient(top, #6e6e6e, #3c3c3c);
  color: #fff;
  font-weight: bold;
}
/*header*/
#header {
  font-size: 11px;
  position: relative;
  z-index: 10;
  font-family: 'Roboto', sans-serif;
}
#header .match-info-bar {
  display: block;
  padding: 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  /*    background-color: rgb(0, 80, 124);*/

  background-color: #505050;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e6e6e), to(#3c3c3c));
  background-image: -moz-linear-gradient(top, #6e6e6e, #3c3c3c);
  color: #fff;
  /*    .time-and-status {
          height: 20px;
          text-align: center;
          width: 20%;
          float: left;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          .status {
            float: left;
          }
          p {
            display: inline-block;
            height: 20px;
            margin: 0 8px;
            padding: 0 5px;
            position: relative;
          }
          p, p::before, p::after {
            background: #198ff0;
            color: #fff;
            border-bottom: 1px solid #198ff0;
          }
          p::before {
            left: -8px;
            !* -webkit-transform: skew(-5deg); *!
            -moz-transform: skew(-5deg);
            -ms-transform: skew(-5deg);
            -o-transform: skew(-5deg);
            transform: skew(-5deg);
          }
          p::before, p::after {
            content: '';
            height: 20px;
            position: absolute;
            top: 0;
            width: 10px;
          }
          p, p::before, p::after {
            background: #198ff0;
            color: #fff;
            border-bottom: 1px solid #198ff0;
          }
        }

        .date {
          float: left;
          width: 40%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-align: right;
        }*/

}
#header .match-info-bar .league-name {
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
#header .match-info-bar .league-name .ball-ico {
  width: 16px;
  height: 16px;
  display: block;
  margin: 2px 5px 2px 0;
  position: relative;
  float: left;
}
#header .match-info-bar .league-name .ball-ico.tennis {
  background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -131px -9px;
  width: 16px;
  height: 16px;
}
#header .match-info-bar .league-name .ball-ico.football {
  background: url('/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png') -8px -9px;
  width: 16px;
  height: 16px;
}
#header .match-info-bar .league-name .ball-ico.basketball {
  background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -188px -9px;
  width: 16px;
  height: 16px;
}
#header .match-info-bar .league-name .ball-ico.icehockey {
  background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -212px -9px;
  width: 16px;
  height: 16px;
}
#header .header-content {
  padding: 5px 0px 3px 0px;
  display: block;
  /*    background: #198ff0;
    border-left: 1px solid #198ff0;*/

  background: #010005;
  color: #fff;
  display: table;
  width: 100%;
}
#header .header-content .left-teamlogo,
#header .header-content .right-teamlogo {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
}
#header .header-content .left-teamlogo img,
#header .header-content .right-teamlogo img {
  width: 50px;
  max-width: 60%;
}
#header .header-content .left-teamlogo {
  text-align: right;
}
#header .header-content .left-teamName,
#header .header-content .right-teamName {
  width: 30%;
  display: table-cell;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
}
#header .header-content .left-teamName {
  padding-left: 1%;
}
#header .header-content .right-teamName {
  text-align: right;
  padding-right: 1%;
}
#header .header-content .leftScore,
#header .header-content .rightScore {
  width: 10%;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 4px 0px #0D0D0D;
  font-family: Myriad pro;
  font-size: 250%;
  display: table-cell;
  vertical-align: middle;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/*left games*/
.list-matches {
  height: 571px;
  position: relative;
  overflow: hidden;
  background: #010005;
}
.list-matches .headline {
  line-height: 18px;
  font-size: 10px;
  height: 20px;
  padding-left: 8px;
  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(153, 153, 153, 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(153, 153, 153, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(153, 153, 153, 0.2) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(153, 153, 153, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(255, 255, 255, 0.2), endColorstr=rgba(153, 153, 153, 0.2), GradientType=0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(153, 153, 153, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(153, 153, 153, 0.2) 100%);
  border-bottom: 1px solid #333;
}
.list-matches .match:hover {
  background-color: #505050;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e6e6e), to(#3c3c3c));
  background-image: -moz-linear-gradient(top, #6e6e6e, #3c3c3c);
}
.list-matches .match {
  font-family: 'Roboto', sans-serif;
  /*background: #191919;
    background: -moz-linear-gradient(top, #191919 0, #0f0f0f 100%);
    background: -webkit-linear-gradient(top, #191919 0, #0f0f0f 100%);
    background: -o-linear-gradient(top, #191919 0, #0f0f0f 100%);
    background: -ms-linear-gradient(top, #191919 0, #0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#0f0f0f, GradientType=0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #191919), color-stop(100%, #0f0f0f));
    background: linear-gradient(to bottom, #191919 0, #0f0f0f 100%);*/

  background: #010005;
  border-bottom: 1px solid #333;
  height: 58px;
  cursor: pointer;
  font-size: 12px;
}
.list-matches .match div {
  float: left;
}
.list-matches .match .sport-type {
  width: 10%;
  padding: 8px 0 0 0px;
}
.list-matches .match .sport-type .ico-sports {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  opacity: .8;
  left: 2%;
  position: absolute;
}
.list-matches .match .sport-type .ico-sports.tennis {
  background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -131px -9px;
  width: 16px;
  height: 16px;
}
.list-matches .match .sport-type .ico-sports.football {
  background: url('/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png') -8px -9px;
  width: 16px;
  height: 16px;
}
.list-matches .match .sport-type .ico-sports.basketball {
  background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -188px -9px;
  width: 16px;
  height: 16px;
}
.list-matches .match .sport-type .ico-sports.icehockey {
  background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -212px -9px;
  width: 16px;
  height: 16px;
}
.list-matches .match .status {
  line-height: 10px !important;
  padding: 7px 0;
  font-size: 11px;
  text-align: center;
  width: 20%;
  overflow: hidden;
  /*      white-space: nowrap;*/

}
.list-matches .match .status .live {
  display: block;
  margin-top: 5px;
  height: 17px;
  /*        width: 28px;*/

  /*        background: #820000;*/

  /*        color: #f0e2e2;*/

  border-radius: 3px;
  font-size: 9px;
  line-height: 14px;
  margin: 0 auto;
}
.list-matches .match .teams {
  overflow: hidden;
  width: 50%;
  padding-top: 0px;
}
.list-matches .match .teams span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 16px;
  text-align: center;
}
.list-matches .match .totalscore {
  overflow: hidden;
  width: 10%;
  padding-top: 8px;
}
.list-matches .match .totalscore span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 16px;
  text-align: center;
}
.list-matches .match .fav-box {
  width: 10%;
  padding-top: 5px;
}
.list-matches .match .fav-box .starMark {
  background: url("/scorecenter/images/gamecenter/star_green.png") no-repeat;
  opacity: .4;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.list-matches .match .fav-box .starMark.active {
  opacity: 1;
}
/*right sport selection*/
.sport-selection {
  font-family: 'Roboto', sans-serif;
  /* background: #191919;
  background: -moz-linear-gradient(top, #191919 0, #0f0f0f 100%);
  background: -webkit-linear-gradient(top, #191919 0, #0f0f0f 100%);
  background: -o-linear-gradient(top, #191919 0, #0f0f0f 100%);
  background: -ms-linear-gradient(top, #191919 0, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#0f0f0f, GradientType=0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #191919), color-stop(100%, #0f0f0f));*/

  background: #010005;
}
.section-header {
  /*  background: #191919;
  background: -moz-linear-gradient(top, #191919 0, #0f0f0f 100%);
  background: -webkit-linear-gradient(top, #191919 0, #0f0f0f 100%);
  background: -o-linear-gradient(top, #191919 0, #0f0f0f 100%);
  background: -ms-linear-gradient(top, #191919 0, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#0f0f0f, GradientType=0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #191919), color-stop(100%, #0f0f0f));*/

  background-color: #505050;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e6e6e), to(#3c3c3c));
  background-image: -moz-linear-gradient(top, #6e6e6e, #3c3c3c);
  text-align: center;
  /*  padding: 11px 0 0 0px;*/

  line-height: 22px;
  height: 22px;
  width: 99%;
  border-top: 1px solid #303030;
  border-left: 1px solid #303030;
  font-size: 12px;
}
.list-sports {
  overflow: hidden;
  width: 100%;
  background: #010005;
  height: 44px;
}
.list-sports .sport {
  height: 44px;
  /*    width: 25%;*/

  float: left;
  cursor: pointer;
}
.list-sports .sport div {
  float: left;
}
.list-sports .sport .sport-type {
  padding: 10px 0 0 0px;
}
.list-sports .sport .sport-type .ico-sports {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  left: 0%;
  position: relative;
}
.list-sports .sport .sport-type .ico-sports.tennis {
  background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -155px 0px;
  width: 25px;
  height: 25px;
}
.list-sports .sport .sport-type .ico-sports.football {
  background: url('/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png') -32px 0px;
  width: 25px;
  height: 25px;
}
.list-sports .sport .sport-type .ico-sports.basketball {
  background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -98px 0px;
  width: 25px;
  height: 25px;
}
.list-sports .sport .sport-type .ico-sports.icehockey {
  background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -65px 0px;
  width: 25px;
  height: 25px;
}
.list-sports .sport .sport-name {
  padding: 16px 0 0 0px;
  width: 80px;
  font-size: 11.5px;
}
.list-sports .sport .checkbox {
  background: #000;
  border: 1px solid #4a4a4a;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 15px 0px 0px 6px;
}
.sport.selected .checkbox:after {
  background: url('/scorecenter/images/widget/gamecenter/icon-checked1.png');
}
.sport.selected .checkbox:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
}
/*favourite games*/
.favourite-box {
  background: #010005;
  /*  padding-top: 45px;*/

}
.favourite-box .section-header {
  /*    background: #191919;
    background: -moz-linear-gradient(top, #191919 0, #0f0f0f 100%);
    background: -webkit-linear-gradient(top, #191919 0, #0f0f0f 100%);
    background: -o-linear-gradient(top, #191919 0, #0f0f0f 100%);
    background: -ms-linear-gradient(top, #191919 0, #0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#0f0f0f, GradientType=0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #191919), color-stop(100%, #0f0f0f));*/

  background-color: #505050;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e6e6e), to(#3c3c3c));
  background-image: -moz-linear-gradient(top, #6e6e6e, #3c3c3c);
}
.favourite-box .list-matches {
  height: 600px;
}
/*.section-header {
  .fav-box-count {
    background: url("/scorecenter/images/tournament/star_green.png") no-repeat;
    opacity: .4;
    width: 16px;
    height: 16px;
    display: inline-block;
  }
}*/
.fav-box-count1 {
  /*  background: url("/scorecenter/images/gamecenter/star_green.png") no-repeat;*/

  opacity: 1;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.teamshortname {
  display: none;
}
/*mobile menu*/
.ui-content {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
}
.toggle,
.togglesocial {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  /*  left: 20px;*/

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  font-size: 30px;
  color: white;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-bottom: 10px double #FFFFFF;
  border-top: 3px solid #FFFFFF;
  content: "";
  height: 5px;
  width: 25px;
}
.togglesocial {
  right: 10px;
}
.toggle:hover {
  color: #29D4E8;
}
.sidebar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0px;
  left: -400px;
  width: 300px;
  background: #333;
  color: white;
  z-index: 0;
}
.sidebarright {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0px;
  right: -600px;
  width: 300px;
  background: #333;
  color: white;
  z-index: 0;
}
#sidebartoggler,
#sidebartogglerright {
  display: none;
}
#sidebartoggler:checked + #sidebartogglerright + .page-wrapper .sidebar {
  left: 0px;
}
#sidebartogglerright:checked + .page-wrapper .sidebarright {
  right: 0px;
}
/*#sidebartoggler:checked + .page-wrapper .toggle {
  left: 268px;
}*/
/*#sidebartoggler:checked + .page-wrapper .page-content {
  padding-left: 200px;
}*/
#sidebartoggler:checked + #sidebartogglerright + .page-wrapper .togglesocial,
#sidebartogglerright:checked + .page-wrapper .toggle {
  display: none;
}
section {
  display: none;
  padding: 0;
  border-top: 1px solid #ddd;
}
input.tabsinput,
input.tabsinput1,
input.tabsinput12 {
  display: none;
}
label.tabslable {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 11px 13px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid transparent;
  font-size: 10px;
}
label.tabslable12,
label.tabslable1 {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 11px 13px;
  font-weight: 600;
  margin-right: -5px;
  text-align: center;
  color: #FFFFFF;
  /* border: 1px solid transparent; */

  font-size: 10px;
  background-color: #505050;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e6e6e), to(#3c3c3c));
  background-image: -moz-linear-gradient(top, #6e6e6e, #3c3c3c);
}
label.tabslable:hover,
label.tabslable1:hover {
  color: #888;
  cursor: pointer;
}
input.tabsinput:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
  background: white;
}
input.tabsinput12:checked + label,
input.tabsinput1:checked + label {
  color: #555;
  /*   border: 1px solid #ddd;
   border-top: 2px solid orange;*/

  border-bottom: 1px solid #fff;
  background: white;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2 {
  display: block;
}
#tab-livenow-left:checked ~ #livenow-games-section,
#tab-fav-left:checked ~ #fav-games-section-left {
  display: block;
}
#tab111:checked ~ #content111,
#tab123:checked ~ #content123,
#tab1234:checked ~ #content141 {
  display: block;
}
#tabrightside111:checked ~ #contentrightside111,
#tabrightside1234:checked ~ #contentrightside141 {
  display: block;
}
#tab11:checked ~ #content11,
#tab12:checked ~ #content12,
#tab13:checked ~ #content13,
#tab112:checked ~ #content11 {
  display: block;
}
#searchbox {
  display: block;
  width: 100%;
  padding: 0px 10px;
  border-radius: 3px;
  height: 27px;
  background: #000;
  border: none;
  border-right: 1px solid #666;
  color: #ccc;
  outline: none;
}
.match[data-sport="tennis"] .statusclock,
.match[data-sport="icehockey"] .statusclock,
.match[data-sport="basketball"] .statusclock {
  display: none;
}
/*.twitter-ico{
  background: url("/scorecenter/images/widget/gamecenter/Twitter_logo.png") no-repeat;
  width: 15px;
  height: 15px;
  padding-left: 20px;
  padding-top: 3px;
}*/
.fav-ico-right {
  background: url("/scorecenter/images/gamecenter/star_green.png") no-repeat;
  width: 15px;
  height: 15px;
  padding-left: 20px;
  padding-top: 5px;
}
/*.fb-icon{
  background: url("/scorecenter/images/widget/gamecenter/fb-icon.png") no-repeat;
  width: 15px;
  height: 15px;
  padding-left: 15px;
  padding-top: 3px;
}*/
/*all meadia*/
@media (max-width: 950px) {
  .ui-content #right-bar {
    display: none;
    width: 0%;
  }
  .ui-content #left-bar {
    width: 35%;
  }
  .ui-content #ifram-main {
    width: 65%;
  }
}
/*teamshortname show in header*/
@media (max-width: 500px) {
  .teamfullname {
    display: none;
  }
  .teamshortname {
    display: block;
  }
}
/*to header sport selection*/
@media (max-width: 600px) {
  .sport-name-text {
    display: none;
  }
  .list-sports .sport .sport-name {
    width: 34px;
  }
}
/*to header sport selection*/
@media (max-width: 415px) {
  .list-sports .sport .sport-name {
    width: 27px;
  }
  .list-sports .sport .sport-type {
    padding: 14px 0 0 0px !important;
  }
  .list-sports .sport .sport-type .ico-sports {
    height: 16px;
    width: 16px;
    opacity: .8;
    left: 10%;
    position: relative;
  }
  .list-sports .sport .sport-type .ico-sports.tennis {
    background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -131px -9px !important;
    width: 16px;
    height: 16px;
  }
  .list-sports .sport .sport-type .ico-sports.football {
    background: url('/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png') -8px -9px !important;
    width: 16px;
    height: 16px;
  }
  .list-sports .sport .sport-type .ico-sports.basketball {
    background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -188px -9px !important;
    width: 16px;
    height: 16px;
  }
  .list-sports .sport .sport-type .ico-sports.icehockey {
    background: url("/scorecenter/images/widget/gamecenter/gamecenter-sports-sprite.png") -212px -9px !important;
    width: 16px;
    height: 16px;
  }
}
#search-icon-games {
  background: url("/scorecenter/images/widget/gamecenter/searchicon.png") no-repeat;
  opacity: .4;
  width: 16px;
  height: 16px;
  display: inline-block;
}
/*#loader1,#loader2,#loader3 {
  position: absolute;
  left: 48%;
  text-align: center;
  border-radius: 20px;
  padding: 6px;
  border: 1px solid #777777;
  background: #ffffff;
  box-shadow: 0px 0px 10px #777777;
}*/
#loader1,
#loader2,
#loader3 {
  display: block;
  /*  position: relative;*/

  position: absolute;
  left: 45%;
  top: 45%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */

  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */

}
#loader1:before,
#loader2:before,
#loader3:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */

  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */

}
#loader1:after,
#loader2:after,
#loader3:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */

  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */

}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
  
    -ms-transform: rotate(0deg);
    /* IE 9 */
  
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
  
    -ms-transform: rotate(360deg);
    /* IE 9 */
  
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
  
    -ms-transform: rotate(0deg);
    /* IE 9 */
  
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
  
    -ms-transform: rotate(360deg);
    /* IE 9 */
  
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  
  }
}
/*change div width radio after moving matches into mobile menu*/
@media (min-width: 681px) and (max-width: 950px) {
  #loader1,
  #loader2,
  #loader3 {
    left: 63%;
    /*    top: 40%;*/
  
  }
}
@media (min-width: 501px) and (max-width: 680px) {
  #loader1,
  #loader2,
  #loader3 {
    left: 42%;
    top: 50%;
  }
}
@media (max-width: 552px) {
  .togglesocial {
    display: block;
  }
}
@media (max-width: 500px) {
  #loader1,
  #loader2,
  #loader3 {
    left: 35%;
    top: 45%;
  }
  #status {
    left: 40%;
  }
}
@media (max-width: 680px) {
  .toggle {
    display: block;
  }
  .all-in-play {
    display: inline-block !important;
  }
  #tab-livenow-left + label,
  #tab-fav-left + label {
    display: none;
  }
  .ui-content {
    padding-top: 28px;
  }
  .ui-content #left-bar {
    width: 0%;
    display: none;
  }
  .ui-content #ifram-main {
    text-align: center;
    width: 100%;
  }
  /*  .ui-content #right-bar {
      width: 40%;
    }*/
  #content2 .favourite-box {
    padding-top: 0;
  }
  #content2 .favourite-box .section-header {
    display: none;
  }
  #content2 .favourite-box .list-matches {
    height: 493px;
  }
}
@media (max-width: 553px) {
  #tab2 + label {
    display: inline-block;
  }
  .ui-content #left-bar {
    width: 0%;
  }
  .ui-content #ifram-main {
    text-align: center;
    width: 100%;
  }
  /*  .ui-content #right-bar {
      display: none;
      width: 0%;
    }*/
  /*  #content2{
      .favourite-box{
        padding-top: 0;
        .section-header{
          display: none;
        }
        .list-matches {
          height: 493px;
        }
      }
    }*/
}
@media (min-width: 680px) {
  .sidebar {
    left: -400px !important;
  }
}
@media (min-width: 552px) {
  .sidebarright {
    left: -400px !important;
  }
}
@media screen and (device-aspect-ratio: 2/3) {
  #liflandbanner {
    display: none;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  #liflandbanner {
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #liflandbanner {
    display: none;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #liflandbanner {
    display: none;
  }
}
img.noLogo {
  display: none;
}
.header-content.noLogo {
  height: 50px;
}
