body *
{
	box-sizing: border-box;
}
/* Game headers start */
.game-headers
{
	width: 100%;
	font-family: "Flama-Basic", "sans-serif";
	display: none;
	position: relative;
}
.game-headers .game-hero
{
	height: 136px;
	position: relative;
	background: #0f273f;
	font-size: 0;
	padding: 22px 15px;
	color: #fff;
}
.game-headers .game-hero.event
{
	height: 200px;
}
.game-headers.game-login,
.game-headers.game-buy,
.game-headers.game-upgrade
{
	/*position: absolute;*/
	/*top: -100%;*/
	z-index: 10;
	transition: 200ms cubic-bezier(0.930, 0.210, 0.005, 0.890);
}
#gameHeaders .game-headers.game-login,
#gameHeaders .game-headers.game-buy,
#gameHeaders .game-headers.game-upgrade
{
	/*top: 0;*/
	transition: 200ms cubic-bezier(0.930, 0.210, 0.005, 0.890);
}
#gameHeaders .game-headers
{
	display: block;
}
.game-headers.game-login .game-hero,
.game-headers.game-buy .game-hero,
.game-headers.game-upgrade .game-hero
{
	height: auto;
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	background: #00092d;
	/*background: transparent url(../images/channel_upgrade_bg.png) repeat top center;*/
}
/*.game-headers .close-pop*/
/*{*/
	/*background-repeat: no-repeat;*/
	/*background-image: url("../images/close_pop.png");*/
	/*background-position: center center;*/
	/*position: absolute;*/
	/*width: 30px;*/
	/*height: 30px;*/
	/*z-index: 99;*/
	/*right: 2px;*/
	/*top: 2px;*/
	/*cursor: pointer;*/
/*}*/
#gameWatchListen
{
	display: none;
	text-align: center;
	background-color: #0f273f;
}
#gameHeaders.is-playing #gameWatchListen
{
	display: block;
}
#gameWatchListen .game-watch,
#gameWatchListen .game-listen
{
	font-size: 14px;
	font-family: 'Roboto-Regular', sans-serif;
	color: #fff;
	width: 138px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	background-color: #1d428a;
	margin: 7px 5px;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.game-headers.no-access-info .game-watch,
.game-headers.no-access-info .game-listen
{
	display: none;
}
#gameWatchListen .game-watch.click-disabled,
#gameWatchListen .game-listen.click-disabled
{
	opacity: 0.7;
	cursor: default;
}
#gameHeaders.no-listen .game-listen
{
	display: none !important;
}
#gameHeaders.no-watch .game-watch
{
	display: none !important;
}
#gameHeaders #headerPlayer,
#gameHeaders #headerLister
{
	display: none;
}
#gameHeaders.on-watch #headerPlayer,
#gameHeaders.on-listen #headerLister
{
	display: block;
}
.disable-player
{
	position: absolute !important;
	top: -1000px !important;
}
.game-hero .game-away,
.game-hero .game-home
{
	width: 30%;
	height: 100%;
	vertical-align: top;
	display: inline-block;
}
.game-hero .game-away
{
	text-align: right;
}
.game-hero .game-wrapper-logo
{
	position: relative;
	width: 118px;
	height: 100%;
	display: inline-block;
}
.game-hero .game-wrapper-logo .team-favorite
{
	width: 20px;
	height: 20px;
	display: none;
}
.game-hero .is-fav .game-wrapper-logo .team-favorite
{
	position: absolute;
	display: none;
	top: 0;
	background: transparent url(../images/icon_fav_white.png) no-repeat center center;
	background-size: contain;
}
.game-hero .is-fav.game-away .game-wrapper-logo .team-favorite
{
	left: 0;
}
.game-hero .is-fav.game-home .game-wrapper-logo .team-favorite
{
	right: 0;
}
.game-hero .is-fav .game-wrapper-logo .team-favorite.fav-team-icon.on
{
	display: block !important;
}
.game-hero .team-logo
{
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}
.game-hero .game-wrapper-team
{
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
.game-hero .game-away .game-wrapper-team
{
	padding-left: 0;
}
.game-hero .team-name
{
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.game-hero .team-record
{
	font-size: 18px;
	padding-top: 8px;
	color: #ccd0d3;
}
.game-hero .game-info
{
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 100%;
	width: 40%;
	color: #fff;
	text-align: center;
	font-size: 0;
}
.game-hero .info-wrap
{
	position:absolute;
	top:50%;
	width:100%;
	transform: translateY(-50%);
}
.game-pre .game-hero .game-time
{
	font-size: 58px;
}
.game-pre .game-hero .time-am-pm
{
	font-size: 18px;
}
.game-pre .game-hero .game-date
{
	font-size: 18px;
}
.game-pre .game-hero .game-result
{
	color: #ccd0d3;
}
.game-live .game-hero .game-league,
.game-post .game-hero .game-league
{
	color: #ccd0d3;
	font-size: 16px;
}
.game-live .away-score,
.game-live .home-score,
.game-live .game-state,
.game-post .away-score,
.game-post .home-score,
.game-post .game-state
{
	display: inline-block;
	vertical-align: middle;
}
.game-live .away-score,
.game-live .home-score,
.game-post .away-score,
.game-post .home-score
{
	font-size: 58px;
	width: 30%;
	overflow: hidden;
}
.game-live .game-state
{
	font-size: 20px;
	color: #ff0a45;
	width: 40%;
}
.game-post .game-state
{
	font-size: 20px;
	width: 30%;
}
.game-live .game-hero .game-result,
.game-post .game-hero .game-result
{
	color: #ccd0d3;
	font-size: 16px;
}
.game-headers .game-bar
{
	height: 50px;
	background-color: #00092d;
	font-size: 0;
	box-sizing: content-box;
}
.game-headers .bar-left,
.game-headers .bar-right
{
	position: relative;
	display: inline-block;
	width: 50%;
	height: 50px;
	float: left;
}
.game-headers.no-access-info .bar-left
{
	width: 0;
}
.bar-left .game-league-info
{
	font-size: 16px;
	color: #ccd0d3;
	line-height: 50px;
	padding-left: 22px;
	max-width: calc(100% - 22px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.game-bar .share
{
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-image: url(../images/icon_share_bar.png);
	background-image: image-set(url("../images/icon_share_bar.png") 1x, url("../images/icon_share_bar@2x.png") 2x);
	background-image: -webkit-image-set(url("../images/icon_share_bar.png") 1x, url("../images/icon_share_bar@2x.png") 2x);
	background-size: contain;
	margin-right: 22px;

}
.game-live .game-play,
.game-post .game-play,
.game-pre .game-play
{
	display: none;
}
.game-pre .bar-left .game-league-info,
.game-live .bar-left .game-league-info,
.game-post .bar-left .game-league-info,
.game-login .bar-left .game-league-info,
.game-buy .bar-left .game-league-info,
.game-upgrade .bar-left .game-league-info
{
	display: inline-block;
	max-width: calc(100% - 160px);
}
.game-hero .upgrade-info
{
	color: #fff;
	height: 100%;
}
.game-hero .upgrade-wrapper-info,
.game-hero .upgrade-wrapper-btn
{
	text-align: center;
}
.game-blackout
{
	text-align: center;
	background-color: #002f50;
	font-family: "Flama-Basic", "sans-serif";
	line-height: 40px;
	font-size: 26px;
	color: #FFFFFF;
	padding: 5px 0;
	display: none;
}
.game-blackout .blackout-info
{
	line-height: normal;
	font-size: 16px;
	padding: 0 20px;
}
.game-blackout .blackout-info > a
{
	color: #fff;
}
.game-hero .upgrade-wrapper-btn
{
	margin: 0 auto;
	padding-bottom: 18px;
}
.game-hero .upgrade-info .info-title
{
	font-family: 'Flama-Bold', sans-serif;
	font-size: 21px;
	line-height: 40px;
	margin-top: -10px;
}
.game-hero .upgrade-info .info-unsign
{
	font-family: 'Flama-Basic', sans-serif;
	font-size: 12px;
	margin: 6px 0;
	display: block;
	color: #FFFFFF;
}
@media (max-width: 767px)
{
	.game-hero .upgrade-info .info-unsign
	{
		margin: 10px 0;
	}
}
.game-hero .upgrade-info .info-unsign a
{
	color: #FFFFFF;
}
/* TODO: unsign on body*/
.game-hero .upgrade-info .info-unsign
{
	display: block;
}
.game-hero .upgrade-info .sign-in
{
	font-family: "Flama-Medium", "sans-serif";
	font-size: 12px;
	cursor: pointer;
}
.game-login .bar-left .game-league-info,
.game-buy .bar-left .game-league-info,
.game-upgrade .bar-left .game-league-info
{
	cursor: pointer;
}
.team-bar
{
	width: 100%;
	height: 4px;
}
.no-access-info .team-bar
{
	display: none;
}
.team-bar .away-bar,
.team-bar .home-bar
{
	display: inline-block;
	width: 50%;
	height: 100%;
	float: left;
}
.team-bar .away-bar
{
	background-color: #007ac0;
}
.team-bar .home-bar
{
	background-color: #df393e;
}
.switch-part
{
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.switch-part .item
{
	width: 25%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
	float: left;
	cursor: pointer;
}
.switch-part.upcoming .item
{
	display: none;
}
.switch-part.upcoming .item:first-child
{
	display: block;
}
.switch-part .item span
{
	position: relative;
	display: inline-block;
}
.switch-part .item span:before
{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	border-radius: 3px;
	background-color: hsl(0,0%,100%);
	transition:background-color 500ms cubic-bezier(0.930, 0.210, 0.005, 0.890), height 200ms cubic-bezier(0.930, 0.210, 0.005, 0.890);
}
.switch-part .item:hover span:before
{
	width: 100%;
	height: 5px;
	background-color: hsl(205,100%,35%);
}
.switch-part .item.selected
{
	display: block;
}
.switch-part .item.selected span:before
{
	height: 5px;
	width: 100%;
	background-color: #1d428a;
}
.switch-part .item.disabled
{
	cursor: default;
	color: #d3d3d3;
}
.switch-part .item.disabled:hover span:before
{
	background-color: transparent;
}
.allstar-container .switch-part .item
{
	width: 33.33%;
	display: block;
}
#components
{
	overflow: hidden;
}
#components .item.selected
{
	height: auto;
	transform: translateX(0);
	transition:transform 300ms 700ms cubic-bezier(0.930, 0.210, 0.005, 0.890);
}
#components >.item
{
	height: 1px;
	float: left;
	margin-left: -100%;
	width: 100%;
	top: 0;
	transform: translateX(-110%);
	transition:transform 300ms cubic-bezier(0.930, 0.210, 0.005, 0.890);
}
#components >.item:first-child
{
	margin-left: 0;
}
.allstar-container .container-part .social-part iframe
{
	border: none;
}
.allstar-container .container-part .info-part,
.allstar-container .container-part .videos-part,
.allstar-container .container-part .social-part
{
	width: 0;
	height: 0;
}
.allstar-container .container-part .info-part .item-wrap
{
	width: 33.33%;
	float: left;
}
.allstar-container .container-part .info-part .item-wrap
{
	width: 33.33%;
	float: left;
	margin-bottom: 20px;
}
.allstar-container .container-part .info-part .item
{
	width: 98%;
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 130px;
	overflow: hidden;
}
.allstar-container .container-part .info-part .item .item-left
{
	float: left;
	width: 35%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/allstarskills.png");
	background-size: 80%;
	height: 130px;
}
.allstar-container .container-part .info-part .item-wrap:nth-child(2) .item .item-left
{
	background-image: url("../images/allstar3pt.png");
}
.allstar-container .container-part .info-part .item-wrap:nth-child(3) .item .item-left
{
	background-image: url("../images/allstardunk.png");
}
.allstar-container .container-part .info-part .item .item-right
{
	float: left;
	width: 65%;
}
.allstar-container .container-part .info-part .item .item-right .title
{
	font-family: "Flama-Medium", "sans-serif";
	font-size: 16px;
	color: #000000;
	margin-top: 25px;
	line-height: 20px;
}
.allstar-container .container-part .info-part .item .item-right .desc
{
	font-family: "Flama-Basic", "sans-serif";
	font-size: 14px;
	color: #d3d3d3;
	line-height: 15px;
}
.allstar-container .container-part .info-part .item .item-right .begintime
{
	font-family: "Flama-Medium", "sans-serif";
	font-size: 14px;
	color: #000000;
	margin: 20px 0 20px 0;
}
@media (max-width: 1255px)
{
	.allstar-container .container-part .info-part .item-wrap
	{
		width: 50%;
		float: left;
	}
}
@media (max-width: 995px)
{
	.allstar-container .container-part .info-part .item-wrap
	{
		width: 100%;
		float: none;
	}
}
.loading-matchup,
.loading-box,
.loading-highlight,
.loading-pbp
{
	display: block;
	text-align: center;
	margin-top: 100px;
	font-family: "Roboto";
	font-size: 45px;
	color: #D3D3D3;
}
@media (max-width: 1200px)
{
	.game-live .away-score,
	.game-live .home-score,
	.game-post .away-score,
	.game-post .home-score
	{
		font-size: 50px;
	}
	.game-live .game-state
	{
		padding-top: 0;
	}
}
@media (min-width: 1030px)
{
	#gameHeaders.is-playing.on-listen #gameWatchListen
	{
		background-color: transparent;
		z-index: 100;
		position: relative;
		width: calc(100% - 420px);
		margin: -50px auto 0;
	}
}
@media (min-width: 1030px) and (max-width: 1060px)
{
	#gameWatchListen .game-watch, #gameWatchListen .game-listen
	{
		width: 124px;
	}
}
@media (max-width: 1024px)
{
	.game-live .away-score,
	.game-live .home-score,
	.game-post .away-score,
	.game-post .home-score
	{
		font-size: 35px;
	}
	.game-live .game-state
	{
		font-size: 16px;
	}
	.game-hero .game-away,
	.game-hero .game-home
	{
		width: 30%;
	}
	.game-hero .game-info
	{
		width: 40%;
	}
	.game-live .bar-left .game-league-info,
	.game-post .bar-left .game-league-info,
	.game-login .bar-left .game-league-info,
	.game-buy .bar-left .game-league-info,
	.game-upgrade .bar-left .game-league-info
	{
		max-width: calc(100% - 22px);
	}
	.game-live .game-play,
	.game-post .game-play,
	.game-pre .game-play
	{
		display: block;
	}
	.game-hero .upgrade-wrapper-btn
	{
		padding-bottom: 12px;
	}
	.game-pre .bar-left .game-league-info
	{
		max-width: calc(100% - 60px);
	}
	.game-buy .game-hero .upgrade-wrapper-info
	{
		margin: 0;
	}
	.game-headers:not(.no-access-info) .game-bar
	{
		height: 100px;
	}
	#gameHeaders.no-botton .game-headers .game-bar
	{
		height: 50px;
	}
	.game-post .game-state
	{
		padding-top: 0;
		font-size: 20px;
		width: 30%;
	}
}
@media (max-width: 880px)
{
	.game-hero .game-away,
	.game-hero .game-home
	{
		width: 27%;
	}
	.game-hero .game-info
	{
		width: 46%;
	}
	.game-hero .game-wrapper-logo
	{
		width: 100%;
	}
	.game-pre .game-hero .game-info
	{
		font-size: 16px;
	}
	.game-pre .game-hero .game-time
	{
		font-size: 40px;
	}
	.game-pre .game-hero .time-am-pm
	{
		font-size: 16px;
	}
	.game-pre .game-hero .game-date
	{
		padding-top: 4px;
	}
	.game-live .game-state,
	.game-post .game-state
	{
		font-size: 12px;
	}
	.game-hero .upgrade-info .info-title
	{
		font-size: 18px;
		margin-top: 0;
	}
	.game-hero .team-logo
	{
		width: 100%;
	}
	#gameWatchListen .game-watch,
	#gameWatchListen .game-listen
	{
		font-size: 12px;
		width: 100px;
		height: 35px;
		border-radius: 3px;
	}
	#gameWatchListen .game-watch,
	#gameWatchListen .game-listen
	{
		font-size: 12px;
	}
}
@media (max-width: 584px)
{
	.switch-part .item.selected span,
	.switch-part .item:hover span
	{
		padding-left: 2px;
		padding-right: 2px;
	}
	.game-hero .team-name
	{
		font-size: 16px;
		display: none;
	}
	.game-hero .team-record
	{
		font-size: 14px;
		padding-top: 4px;
	}
	.game-hero .game-away .game-wrapper-team
	{
		padding-left: 0;
	}
	.game-hero .game-home .game-wrapper-team
	{
		padding-right: 0;
	}
	.game-hero .game-wrapper-logo .team-favorite
	{
		width: 10px;
		height: 10px;
	}
	.game-hero .team-logo
	{
		width: 100%;
		background-size: auto 100%;
	}
	.game-hero .is-fav .game-wrapper-logo .team-favorite
	{
		margin-top: 10px;
	}
	.game-pre .game-hero .game-info
	{
		font-size: 12px;
	}
	.game-pre .game-hero .game-time
	{
		font-size: 32px;
	}
	.game-pre .game-hero .game-date
	{
		display: none;
	}
	.bar-left .game-league-info
	{
		font-size: 12px;
		line-height: 50px;
		padding-left: 7px;
	}
	.game-headers:not(.no-access-info) .game-bar
	{
		height: 100px;
	}
	.game-headers .bar-left
	{
		height: 50px;
	}
	.game-bar .share
	{
		margin-right: 12px;
	}
	.team-bar
	{
		height: 2px;
	}
	.game-live .game-hero .game-league,
	.game-post .game-hero .game-league
	{
		font-size: 12px;
	}
	.game-live .away-score,
	.game-live .home-score
	{
		font-size: 14px;
	}
	.game-post .away-score,
	.game-post .home-score
	{
		font-size: 26px;
	}
	.game-live .game-state
	{
		padding-top: 0;
	}
	.game-post .game-state
	{
		font-size: 14px;
	}
	.game-live .game-hero .game-result,
	.game-post .game-hero .game-result
	{
		font-size: 12px;
	}
	.game-headers .game-play
	{
		height: 36px;
	}
	.is-fixed .team-record,
	.is-fixed .game-league,
	.is-fixed .game-result,
	.is-fixed .game-play,
	.is-fixed .game-bar,
	.is-fixed .team-bar
	{
		display: none;
	}
	.game-headers.is-fixed .game-hero
	{
		height: 50px;
		background: #002f50;
	}
	.game-pre.is-fixed .game-hero .game-info
	{
		top: 12px;
	}
	.game-live.is-fixed .game-hero .game-away,
	.game-live.is-fixed .game-hero .game-home,
	.game-post.is-fixed .game-hero .game-away,
	.game-post.is-fixed .game-hero .game-home,
	.game-pre.is-fixed .game-hero .game-home,
	.game-pre.is-fixed .game-hero .game-away
	{
		height: 50px;
	}
	.is-fixed .game-hero .game-wrapper-logo
	{
		margin: auto;
		height: 50px;
	}
	.game-hero.is-fixed .team-logo
	{
		height: 50px;
	}
	.game-live.is-fixed .game-hero .game-info,
	.game-post.is-fixed .game-hero .game-info
	{
		top: 0;
	}
	.game-live.is-fixed .game-score,
	.game-post.is-fixed .game-score
	{
		height: 50px;
		line-height: 54px;
		padding-top: 0;
	}
	.game-live.is-fixed .game-state,
	.game-post.is-fixed .game-state
	{
		font-size: 12px;
		line-height: 12px;
		margin-top: 14px;
	}
	.game-hero .upgrade-info .info-title
	{
		font-size: 15px;
		padding: 0 14px;
		line-height: 22px;
	}
}
/* Game headers end */
/*gamerecap*/
/*gamerecap*/
.gamestats,
.wrap
{
	background: #ffffff;
	max-width: 660px;
}
.gamerecap-wrap
{
	background: #ffffff;
	max-width: 100%;
	margin-top: 20px;
}
.gamerecap-wrap tbody .mark
{
	font-weight: bold;
	font-size: 20px;
	width: 100px;
}
.gamerecap-wrap tbody .home.mark
{
	border-right: 1px solid #ccc;
	text-align: right;
}
.gamerecap-wrap tbody .visiting.mark
{
	text-align: left;
}
.gamerecap-wrap tbody .home.mark span
{
	display: inline-block;
	padding-right: 20px;
}
.gamerecap-wrap tbody .visiting.mark span
{
	display: inline-block;
	padding-left: 20px;
}
.gamerecap-wrap tbody .visiting_time,
.gamerecap-wrap tbody .home_time
{
	color: #7c8992;
	font-weight: bold;
	text-transform: uppercase;
}
.gamerecap-wrap tbody .home_time
{
	text-align: right;
}
.gamerecap-wrap tbody .visiting_time
{
	text-align: left;
}
.gamerecap-wrap tbody .wl-right,
.gamerecap-wrap tbody .wl-left
{
	font-weight: bold;
	min-width: 35px;
}
.gamerecap-wrap tbody .wl-right
{
	color: #e43b34;
}
.gamerecap-wrap tbody .wl-left
{
	color: #007dc0;
}
.gamerecap-wrap tbody .game_list
{
	border-bottom: 1px solid #ccc;
}
.gamerecap-wrap table
{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.gamerecap-wrap table caption
{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-family: 'Roboto-bold', sans-serif;
}
.gamerecap-wrap table thead tr
{
	height: 40px;
	color: #fff;
	line-height: 40px;
}
.gamerecap-wrap table tbody tr, table tfoot tr
{
	height: 52px;
}
.gamerecap-wrap table tbody tr:nth-child(1)
{
	height: 50px;
}
.gamerecap-wrap table tfoot
{
	display: none;
}
.gamerecap-wrap table thead tr td:nth-child(1) .team_head,
.gamerecap-wrap table thead tr td:nth-child(2) .team_head
{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
}
.gamerecap-wrap table thead tr td:nth-child(1) .team_head
{
	padding: 0 20px 0 10px;
}
.gamerecap-wrap table thead tr td:nth-child(2) .team_head
{
	padding: 0 10px 0 20px;
}
@media (min-width: 750px) and (max-width: 800px)
{
	.gamerecap-wrap table thead tr td:nth-child(1) .team_head
	{
		padding: 0 5px 0 10px;
	}
	.gamerecap-wrap table thead tr td:nth-child(2) .team_head
	{
		padding: 0 10px 0 5px;
	}
}
.gamerecap-wrap table thead tr td:nth-child(1)
{
	background: #017DC3;
}
.gamerecap-wrap table thead tr td:nth-child(2)
{
	background: #DF383F;
}
.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_left,
.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_left,
.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_left div
{
	float: left;
	line-height: 40px;
	height: 40px;
}
.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_right,
.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_right,
.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_right div
{
	float: right;
	line-height: 40px;
	height: 40px;
}
.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_left div,
.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_right div,
.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_left div,
.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_right div
{
	float: left;
}
.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_left div:first-child,
.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_right div:first-child
{
	margin-right: 5px;
	width: 50px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_right div:first-child
{
	float: right;
	margin-left: 5px;
	margin-right: 0;
}
.gamerecap-wrap table tfoot tr td
{
	position: relative;
	text-align: right;
	line-height: 50px;
}
.gamerecap-wrap table tfoot tr td a
{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("") no-repeat center center;
	background-size: 100%;
}
.gamerecap-wrap table tfoot tr td .tipic
{
	display: none;
	position: absolute;
	right: 100px;
	bottom: 0;
	width: 100px;
	height: 50px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-moz-box-shadow: 0px 1px 10px #ccc;
	-webkit-box-shadow: 0px 1px 10px #ccc;
	box-shadow: 0px 1px 10px #ccc;
}
.gamerecap-wrap table tfoot tr td .tipic div
{
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid #ffffff;
	border-top: 10px solid transparent;
}
@media (max-width: 568px)
{
	.gamerecap-wrap table thead tr
	{
		height: 65px;;
		color: #fff;
		font-weight: bold;
		line-height: 100px;
	}
	.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_left div,
	.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_right,
	.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_left,
	.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_right div
	{
		display: none;
	}
	.gamerecap-wrap thead .team_head
	{
		text-align: center;
	}
	.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_left div,
	.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_right div,
	.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_right,
	.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_left
	{
		float: none;
	}
	.gamerecap-wrap table thead tr td:nth-child(1) .team_head .team_left div:first-child,
	.gamerecap-wrap table thead tr td:nth-child(2) .team_head .team_right div:first-child
	{
		display: block;
		width: 100%;
	}
	.gamerecap-wrap tbody .wl-right,
	.gamerecap-wrap tbody .wl-left
	{
		padding: 0 8px;
	}
	.gamerecap-wrap tbody .home.mark span
	{
		display: inline-block;
		padding-right: 15px;
	}
	.gamerecap-wrap tbody .visiting.mark span
	{
		display: inline-block;
		padding-left: 15px;
	}
	.gamerecap-wrap tbody .mark
	{
		width: 80px;
	}
	.gamerecap-wrap tbody .home_time,
	.gamerecap-wrap tbody .visiting_time
	{
		font-size: 12px;
	}
	.gamerecap-wrap table tfoot
	{
		display: table-footer-group;
	}
	.gamerecap-wrap tbody .mark
	{
		font-size: 16px;
	}
}
/*gamestats*/

.wrap.previous-player,
.wrap.gamestats
{
	background: #ffffff;
	max-width: 660px;
	margin: 20px auto;
	overflow: hidden;
}
.previous-player .game_stats_header,
.previous-player .game_team_content,
.gamestats .game_stats_header,
.gamestats .game_team_content
{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}
.gamestats .game_team_content,
.previous-player .game_team_content
{
	background: #012f50;
}
.gamestats .home-team,
.gamestats .visiting-team,
.previous-player .home-team,
.previous-player .visiting-team
{
	float: left;
	width: 25%;
	height: 100%;
	padding: 0 10px;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.gamestats .home-team span,
.gamestats .visiting-team span,
.previous-player .home-team span,
.previous-player .visiting-team span
{
	margin: 0 10px;
}
.gamestats .home-team .home-team-logo,
.previous-player .home-team .home-team-logo
{
	float: left;
	width: 50px;
	height: 100%;
}
.gamestats .visiting-team img,
.previous-player .visiting-team img
{
	float: right;
	width: 50px;
	height: 100%;
}
.gamestats .game-time,
.previous-player .game-time
{
	float: left;
	width: 50%;
	height: 100%;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
}
.gamestats .game-time span:nth-child(2),
.previous-player .game-time span:nth-child(2)
{
	padding: 0 10px;
	font-size: 12px;
	font-weight: normal;
}
.gamestats .game_stats_content,
.previous-player .game_stats_content
{
	background: #fff;
	width: 100%;
	padding: 0 20px;
	overflow: hidden;
}
.previous-player .game_stats_content
{
	padding: 0;
}
.gamestats .stats-item
{
	float: left;
	width: 25%;
}
.previous-player .stats-item
{
	float: left;
	width: 33.33%;
	padding: 0 24px;
}
.gamestats .statswrap,
.previous-player .statswrap
{
	height: 250px;
	position: relative;
}
.gamestats .showStats,
.previous-player .showStats
{
	position: absolute;
	bottom: 0;
	width: 45px;
	height: 100%;
}
@media (min-width: 453px)
{
	.gamestats .showStats,
	.previous-player .showStats
	{
		width: 45px;
	}
	.previous-player .stats-item
	{
		padding: 0 5px;
	}
}
@media (min-width: 768px)
{
	.gamestats .showStats,
	.previous-player .showStats
	{
		width: 45px;
	}
}
@media (max-width: 768px)
{
	.game-tracker-chart .quarter .quarter-inner
	{
		font-size: 12px !important;
	}
}
@media (min-width: 1024px)
{
	.gamestats .showStats,
	.previous-player .showStats
	{
		width: 45px;
	}
	.previous-player .stats-item
	{
		padding: 0 24px;
	}
}
@media (max-width: 584px)
{
	.gamestats .showStats,
	.previous-player .showStats
	{
		width: 30%;
	}
	.previous-player .stats-item
	{
		padding: 0 5px;
	}
}
.gamestats .showStats span,
.previous-player .showStats span
{
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.gamestats .showStats div,
.previous-player .showStats div
{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #017dc3;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.gamestats .showStats.home-stats,
.previous-player .showStats.home-stats
{
	left: 15%;
}
.gamestats .showStats.visiting-stats,
.previous-player .showStats.visiting-stats
{
	right: 15%;
}
.gamestats .showStats img,
.previous-player .showStats img
{
	display: none;
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 65px;
	text-align: center;
	background: #cccccc;
	border-radius: 50%;
}
.gamestats .showStats.visiting-stats div,
.previous-player .showStats.visiting-stats div
{
	background: #df383f;
}
.gamestats .game-stats-footer,
.previous-player .game-stats-footer
{
	overflow: hidden;
	padding: 5px 0;
	background: #f3f4f6;
	text-align: center;
}
.gamestats .game-stats-footer p,
.previous-player .game-stats-footer p
{
	margin: 0;
	font-size: 14px;
}
@media (max-width: 736px)
{
	.gamestats .game_stats_content,
	.previous-player .game_stats_content
	{
		padding: 0;
	}
	.gamestats .home-team span,
	.gamestats .visiting-team span,
	.previous-player .home-team span,
	.previous-player .visiting-team span
	{
		display: none;
	}
	.gamestats .showStats img,
	.previous-player .showStats img
	{
		width: 110%;
	}
}
/*last5game*/
.cards
{
	margin: auto;
	background: #ffffff;
}
h3, p
{
	margin: 0;
	padding: 0;
}
.cards .card-img img
{
	max-height: 200px;
}
.cards .title
{
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
.cards .card-img
{
	float: left;
	width: 50%;
	height: 100%;
}
.cards .card-img img
{
	display: block;
	width: 100%;
	height: 100%;
}
.cards .card-content
{
	overflow: hidden;
	width: 100%;
	height: 200px;;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}
.cards .card-content .card-info
{
	float: left;
	width: 50%;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
}
.cards .card-content a
{
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.cards .card-content div.name
{
	margin-bottom: 10px;
	font-size: 14px;
	color: #8b8b8b;
}
.cards .card-content div.name .name1
{
	font-size: 14px;
	color: #2b72a0;
}
.cards .card-content div.name .name2
{
	font-size: 14px;
	font-style: italic;
	color: #8b8b8b;
}
.cards .card-content span.time
{
	font-size: 12px;
	font-style: italic;
	color: #8b8b8b;
}
.cards .card-row
{
	overflow: hidden;
	height: 50px;
	width: 90%;
	margin: 0 15px;
	line-height: 50px;
}
.cards .card-row .row-left
{
	float: left;
	width: 60%;
	font-size: 14px;
	font-style: italic;
	color: #cccccc;
}
.cards .card-row .row-right
{
	float: right;
	width: 40%;
	text-align: right;
	font-size: 14px;
}
.cards .card-row .row-right a
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("") no-repeat center center;
	background-size: 100%;
}
.cards .card-row .row-right a:nth-child(2)
{
	background: url("") no-repeat center center;
}
.cards .card-row .row-right a:nth-child(3)
{
	background: url("") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 568px)
{
	.cards,
	.cards .card-img,
	.cards .card-content .card-info,
	.cards .card-img img
	{
		width: 100%;
	}
	.cards .card-img,
	.cards .card-content
	{
		height: auto;
	}
}
@media (min-width: 568px) and (max-width: 1024px)
{
	.cards
	{
		width: 480px;
	}
}
@media (min-width: 1024px)
{
	.cards
	{
		width: 660px;
	}
}
@media (min-width: 1366px)
{
	.cards
	{
		width: 660px;
	}
}
.carousel-part
{
	overflow: hidden;
	padding: 0 10px;
}
/*gametrack*/
/* owl theme style start */
.carousel-part .owl-theme .owl-dots,
.carousel-part .owl-theme .owl-nav
{
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.carousel-part .owl-theme .owl-nav
{
	margin-top: 10px
}
.carousel-part .owl-theme .owl-nav [class*=owl-]
{
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.carousel-part .owl-theme .owl-nav [class*=owl-]:hover
{
	background: #869791;
	color: #FFF;
	text-decoration: none
}
.carousel-part .owl-theme .owl-nav .disabled
{
	opacity: .5;
	cursor: default
}
.carousel-part .owl-theme .owl-nav.disabled + .owl-dots
{
	margin-top: 10px
}
.carousel-part .owl-theme .owl-dots .owl-dot
{
	display: inline-block;
	zoom: 1
}
.carousel-part .owl-theme .owl-dots .owl-dot span
{
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.carousel-part .owl-theme .owl-dots .owl-dot.active span,
.carousel-part .owl-theme .owl-dots .owl-dot:hover span
{
	background: #869791
}
/* owl theme style end */
.carousel-part .owl-carousel
{
	display: block !important;
}
.carousel-part .owl-theme .owl-nav
{
	position: absolute;
	width: 100%;
}
.carousel-part .owl-theme .owl-dots {
	margin-top: 10px;
}
.carousel-part .owl-theme .owl-nav .owl-prev
{
	position: relative;
	left: -60px;
	background-color: transparent !important;
	background-image: url("../images/leftarrow.png") !important;
	background-image: image-set(url("../images/leftarrow.png") 1x, url("../images/leftarrow@2x.png") 2x) !important;
	background-image: -webkit-image-set(url("../images/leftarrow.png") 1x, url("../images/leftarrow@2x.png") 2x) !important;
	background-repeat: no-repeat !important;
	height: 16px;
	width: 9px;
	top: -4px;
}
.carousel-part .owl-theme .owl-nav .owl-next
{
	position: relative;
	right: -60px;
	background-color: transparent !important;
	background-image: url("../images/rightarrow.png") !important;
	background-image: image-set(url("../images/rightarrow.png") 1x, url("../images/rightarrow@2x.png") 2x) !important;
	background-image: -webkit-image-set(url("../images/rightarrow.png") 1x, url("../images/rightarrow@2x.png") 2x) !important;
	background-repeat: no-repeat !important;
	height: 16px;
	width: 9px;
	top: -4px;
}
.carousel-part .owl-theme .owl-dots .owl-dot
{
	position: relative;
	z-index: 10;
}
@media (max-width: 1053px)
{
	.carousel-part .owl-carousel .owl-dots.disabled,
	.carousel-part .owl-carousel .owl-nav.disabled
	{
		display: block !important;
	}
}
.game-tracker
{
	background-color: #FFFFFF;
	font-family: 'Roboto-bold', sans-serif;
	width: 100%;
}
.game-tracker.two
{
	width: 666px;
}
.game-tracker-content
{
	width: 100%;
	height: 258px;
}
.game-tracker-content .score-scale
{
	width: 40px;
	height: 100%;
	float: left;
	background-color: #F7F7F7;
}
.game-tracker-chart
{
	width: calc(100% - 40px);
	height: 100%;
	position: relative;
	font-size: 0;
	letter-spacing: -3px;
	float: right;
}
.game-tracker-chart .quarter
{
	position: relative;
	width: 25%;
	display: inline-block;
	height: 100%;
}
.game-tracker-chart.has-ot .quarter
{
	width: 22.641509%;
}
.game-tracker-chart .quarter.ots
{
	display: none;
	width: 9.443962%;
}
.game-tracker-chart.has-ot .quarter.ots
{
	display: inline-block;
}
.game-tracker-chart .quarter:not(:first-child):before
{
	content: "";
	position: absolute;
	width: 1px;
	left: 0;
	height: 100%;
	background-color: #DDDDDD;
}
.game-tracker-chart .quarter .quarter-inner
{
	font-size: 14px;
	letter-spacing: normal;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-family: 'Roboto-bold', sans-serif;
	line-height: 32px;
}
.game-tracker-chart .quarter .quarter-inner.break div
{
	display: none;
}
.game-tracker-canvas
{
	position: absolute;
	width: 100%;
	height: 225px;
	top: 0;
	z-index: 2;
}
.game-tracker-canvas .tracker-row
{
	list-style: none;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.game-tracker-canvas .tracker-row li
{
	width: 100%;
	position: relative;
	height: 16.7%;
}
.game-tracker-canvas .tracker-row li:before
{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #DDDDDD;
	bottom: 0;
}
.game-tracker-canvas .tracker-row li span
{
	position: absolute;
	height: 20px;
	color: #000000;
	display: block;
	letter-spacing: normal;
	font-size: 14px;
	right: 100%;
	bottom: -10px;
	text-align: center;
	width: 40px;
	font-family: 'Roboto-bold', sans-serif
}
.game-tracker .game-tracker-title
{
	line-height: 50px;
	text-align: center;
	border-bottom: 2px solid #DDDDDD;
	font-size: 18px;
}
.game-tracker .game-tracker-biggestlead
{
	line-height: 40px;
	height: 42px;
	border-top: 1px solid #DDDDDD;
}
.game-tracker .game-tracker-biggestlead .info-container
{
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.game-tracker .game-tracker-biggestlead .info-container .team-score
{
	font-size: 18px;
}
.game-tracker .game-tracker-biggestlead .info-container .team-info-right .team-score
{
	float: left;
}
.game-tracker .game-tracker-biggestlead .info-container .team-info-right .team-log
{
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 20px;
}
.game-tracker .game-tracker-biggestlead .info-container .team-info-left .team-score
{
	float: right;
}
.game-tracker .game-tracker-biggestlead .info-container .team-info-left .team-log
{
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 20px;
}
.game-tracker .game-tracker-biggestlead .info-container .team-log
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.game-tracker .game-tracker-biggestlead .info-container .team-info-left
{
	float: left;
	text-align: center;
	width: 30%;
}
.game-tracker .game-tracker-biggestlead .info-container .team-info-right
{
	float: left;
	text-align: center;
	width: 30%;
}
.game-tracker .game-tracker-biggestlead .info-container .biggest-leader
{
	float: left;
	text-align: center;
	width: 40%;
	font-size: 12px;
}
.container-part,
#components
{
	padding: 0 10px;
	min-height: 600px;
}
.carousel-part .owl-carousel.one-child .team-records
{
	width: 100%;
	max-width: 100%;
}
.container-part .loading-game,
#components .loading-game
{
	padding-top: 100px;
	text-align: center;
	font-size: 45px;
	font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
	color: #D3D3D3;
}
.container-part.min-height
{
	min-height: 1000px;
}
@media (max-width: 736px)
{
	.game-tracker
	{
		width: 100%;
	}
	.game-tracker-content .score-scale
	{
		width: 30px;
	}
	.game-tracker-canvas .tracker-row li span
	{
		width: 30px;
	}
	.game-tracker-chart
	{
		width: calc(100% - 30px);
	}
	.game-tracker .game-tracker-biggestlead .info-container
	{
		width: 100%;
	}
}
@media (max-width: 320px)
{

}


/*teamstats*/
.container .game-header .game-info.game-status-upcoming .game-upcoming,
.container .game-header .game-info.game-status-playing .game-playing,
.container .game-header .game-info.game-status-archive .game-archive
{
	display: block;
}
.container .game-header
{
	overflow: hidden;
	position: relative;
}
.container .game-header:before,
.container .game-header:after
{
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 5px;
	content: "";
}
.container .game-header:before
{
	left: 0;
	background-color: #007AC0;
}
.container .game-header:after
{
	right: 0;
	background-color: #DD3A3D;
}
.container .game-header .versus-info
{
	margin: 0 auto;
	width: 650px;
	text-align: center;
}
.container .game-header .versus-info .team-info
{
	float: left;
	width: 25%;
}
.container .game-header .versus-info .game-info
{
	float: left;
	width: 50%;
}
.container .game-header .versus-info .team-info .team-logo
{
	height: 130px;
	width: 130px;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
}
.game-content .team-status
{
	background-color: #FFFFFF;
	font-family: 'Flama-Bold', sans-serif;
}
.game-content .team-status .title
{
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}
.game-content .team-status .camps .camp-blue,
.game-content .team-status .camps .camp-red
{
	float: left;
	width: 50%;
	height: 40px;
	color: #FFFFFF;
	line-height: 40px;
	font-family: 'Roboto-Regular';
}
.game-content .team-status .camps .camp-blue
{
	background-color: #017DC3;
	text-align: left;
}
.game-content .team-status .camps .camp-blue .team-logo,
.game-content .team-status .camps .camp-red .team-logo
{
	background-image: url("../images/team_placeholder.png");
	height: 100%;
	width: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.game-content .team-status .camps .camp-blue .team-logo
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.game-content .team-status .camps .camp-red .team-logo
{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.game-content .team-status .camps .camp-red
{
	background-color: #DF383F;
	text-align: right;
}
.game-content .team-status .versus-detail
{
	text-align: center;
	font-size: 0;
}
.game-content .team-status .versus-detail .camp-info-blue,
.game-content .team-status .versus-detail .camp-info-red
{
	display: inline-block;
	vertical-align: top;
}
.game-content .team-status .versus-detail .camp-info-blue .show-color,
.game-content .team-status .versus-detail .camp-info-red .show-color
{
	height: 100%;
	position: relative;
	font-family: 'Flama-Medium', sans-serif;
}
.game-content .team-status .versus-detail .camp-info-blue .show-color span,
.game-content .team-status .versus-detail .camp-info-red .show-color span
{
	position: absolute;
	line-height: 42px;
	font-size: 34px;
}
.game-content .team-status .versus-detail .camp-info-blue .show-color
{
	background-color: #017DC3;
	color: #017DC3;
	float: right;
}
.game-content .team-status .versus-detail .camp-info-blue .show-color span
{
	right: 100%;
	padding-right: 10px;
}
.game-content .team-status .versus-detail .camp-info-red .show-color
{
	background-color: #DF383F;
	color: #DF383F;
	float: left;
}
.game-content .team-status .versus-detail .camp-info-red .show-color span
{
	left: 100%;
	padding-left: 10px;
}
.game-content .team-status .versus-detail .camp-info-red .ranked,
.game-content .team-status .versus-detail .camp-info-blue .ranked
{
	line-height: 42px;
	background-color: #FFFFFF;
	font-size: 14px;
	height: 42px;
	color: #9A9A9A;
	font-family: 'Flama-Basic', sans-serif;
	padding-top: 5px;
	width: 100px;
}
.game-content .team-status .versus-detail .camp-info-red .ranked
{
	float: left;
}
.game-content .team-status .versus-detail .camp-info-blue .ranked
{
	float: right;
}
.game-content .team-status .versus-detail .points,
.game-content .team-status .versus-detail .reb,
.game-content .team-status .versus-detail .ast,
.game-content .team-status .versus-detail .stl,
.game-content .team-status .versus-detail .o-rating,
.game-content .team-status .versus-detail .d-rating,
.game-content .team-status .versus-detail .net-rating
{
	margin-bottom: 30px;
	height: 42px;
	font-size: 16px;
	clear: both;
}
.game-content .team-status .versus-detail .o-rating,
.game-content .team-status .versus-detail .d-rating,
.game-content .team-status .versus-detail .net-rating
{
	margin-bottom: 0;
}
.game-content .team-status .versus-detail .camp-info-blue
{
	position: absolute;
	right: 100%;
}
.game-content .team-status .versus-detail .camp-info-red
{
	position: absolute;
	left: 100%;
}
.game-content .team-status .versus-detail .compare-type
{
	width: 150px;
	display: inline-block;
	background-color: #F0F0F0;
	height: 330px;
	position: relative;
}
.team-status .hit-rate
{
	padding: 25px 0 25px 0;
	border-top: 1px solid #DBDBDB;
}
.team-status .hit-rate .rate-info
{
	width: 33.3333%;
	float: left;
	height: 100%;
}
.team-status .hit-rate .rate-info:nth-child(2)
{
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
}
.team-status .hit-rate .rate-info .rate-info-text .title,
.team-status .hit-rate .rate-info .rate-info-text .desc
{
	line-height: 30px;
	text-align: center;
	font-family: 'Roboto-Regular', sans-serif;
	color: #95A8B7;
	font-size: 14px;
}
.team-status .hit-rate .rate-info .rate-info-text
{
	margin-bottom: 10px;
}
.team-status .hit-rate .rate-info .rate-info-text .title
{
	font-family: 'Roboto-bold';
	color: #000000;
	font-size: 18px;
}
.team-status .hit-rate .hit-rate-content
{
	height: 130px;
	font-family: 'Flama-Medium', sans-serif;
}
.team-status .hit-rate .hit-rate-content .info-blue:before,
.team-status .hit-rate .hit-rate-content .info-red:before
{
	content: "";
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg);
	-ms-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	position: absolute;
	height: 100%;
	width: 200px;
	left: -200px;
	transition: 1000ms;
}
.team-status .hit-rate .hit-rate-content.flash .info-blue:before,
.team-status .hit-rate .hit-rate-content.flash .info-red:before
{
	left: 100%;
}
.team-status .hit-rate .hit-rate-content .info-blue,
.team-status .hit-rate .hit-rate-content .info-red
{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 40px;
	position: relative;
	overflow: hidden;
}
.team-status .hit-rate .hit-rate-content .info-blue
{
	color: #017DC3;
}
.team-status .hit-rate .hit-rate-content .info-red
{
	color: #DF383F;
}
.team-status .hit-rate .hit-rate-content .info-blue .score,
.team-status .hit-rate .hit-rate-content .info-red .score
{
	font-size: 18px;
	color: #95A8B7;
	font-family: 'Roboto-Regular', sans-serif;
}
.team-status .rank-info
{
	border-top: 1px solid #DBDBDB;
}
@media (max-width: 736px)
{
	.team-status .hit-rate .hit-rate-content
	{
		height: auto;
	}
	.team-status .hit-rate
	{
		padding-bottom: 0;
	}
	.team-status .hit-rate .rate-info
	{
		width: auto;
		float: none;
		overflow: hidden;
		height: 100px;
		border-bottom: 1px solid #DBDBDB;
		margin-bottom: 20px;
	}
	.team-status .hit-rate .rate-info:last-child
	{
		border-bottom: none;
		margin-bottom: 0;
	}
	.team-status .hit-rate .rate-info .rate-info-text
	{
		display: inline-block;
		width: 33.333%;
	}
	.team-status .hit-rate .hit-rate-content .info-red
	{
		float: right;
		width: 33.3333%;
	}
	.team-status .hit-rate .hit-rate-content .info-blue
	{
		width: 33.3333%;
	}
	.game-content .team-status .versus-detail .points,
	.game-content .team-status .versus-detail .reb,
	.game-content .team-status .versus-detail .ast,
	.game-content .team-status .versus-detail .stl,
	.game-content .team-status .versus-detail .o-rating,
	.game-content .team-status .versus-detail .d-rating,
	.game-content .team-status .versus-detail .net-rating
	{
		margin-bottom: 15px;
		height: 20px;
	}
	.game-content .team-status .versus-detail .o-rating,
	.game-content .team-status .versus-detail .d-rating,
	.game-content .team-status .versus-detail .net-rating
	{
		margin-bottom: 0;
	}
	.game-content .team-status .versus-detail .compare-type
	{
		width: 80px;
		height: 170px;
	}
	.game-content .team-status .versus-detail .camp-info-blue .show-color span,
	.game-content .team-status .versus-detail .camp-info-red .show-color span
	{
		line-height: 20px;
		font-size: 14px;
	}
	.game-content .team-status .versus-detail .camp-info-red .ranked,
	.game-content .team-status .versus-detail .camp-info-blue .ranked
	{
		line-height: 20px;
		font-size: 12px;
		height: 20px;
		padding-top: 0;
		margin-bottom: 5px;
		width: 80px;
	}
	.team-status .hit-rate .hit-rate-content .info-blue,
	.team-status .hit-rate .hit-rate-content .info-red
	{
		font-size: 30px;
	}
	.team-status .hit-rate .hit-rate-content .info-blue .score,
	.team-status .hit-rate .hit-rate-content .info-red .score
	{
		font-size: 14px;
	}
	.team-status .hit-rate .rate-info .rate-info-text .desc
	{
		font-size: 12px;
		line-height: normal;
	}
}
/*start qauter-score*/
div.qauter-score
{
	max-width: 750pt;
	background: #fff;
}
div.qauter-score table
{
	border-collapse: collapse;
}
div.qauter-score td,
div.qauter-score th
{
	width: 140px;
	height: 36px;
	border: 1px solid #ddd;
	text-align: center;
}
div.qauter-score th
{
	border-top: none;
}
div.qauter-score th:first-child
{
	border-left: none;
}
div.qauter-score td.team
{
	width: 300px;
	height: 40px;
	border-left: none;
}
div.qauter-score td.team .team-wrap
{
	box-sizing: border-box;
	padding: 0 0 0 10px;
	width: 100%;
	height: 100%;
	text-align: left;
	line-height: 38px;
	font-size: 14px;
}
div.qauter-score td.team .team-name-small
{
	display: none;
}
div.qauter-score td.team .team-wrap .team-logo
{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
div.qauter-score td.team .team-wrap .team-name
{
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	line-height: 40px;
}
div.qauter-score tr td:last-child,
div.qauter-score tr th:last-child
{
	border-right: none;
	font-weight: bold;
}
@media (max-width: 880px)
{
	div.qauter-score td.team .team-wrap
	{
		display: none;
	}
	div.qauter-score td.team .team-name-small
	{
		display: block;
		font-weight: bold;
	}
	.qauter-score .quarter-header
	{
		background: #f7f7f7;
	}
	.has-more-quarter
	{
		font-size: 12px;
	}
}
/*end qauter-score*/

/*team records*/
.team-records
{
	background-color: #FFFFFF;
	max-width: 100%;
	font-family: 'Roboto-bold', sans-serif;
	margin-top: 20px;
}
.team-records .team-records-title
{
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}
.team-records .team-records-content
{
	width: 100%;
}
.team-records .team-records-bottom
{
	display: none;
	height: 42px;
}
.team-records .team-records-content .camps
{
	height: 40px;
	line-height: 40px;
	font-family: "Flama-Basic";
}
.team-records .team-records-content .camps .camp-blue,
.team-records .team-records-content .camps .camp-red
{
	width: 50%;
	float: left;
	height: 100%;
	color: #FFFFFF;
}
.team-records .team-records-content .camps .camp-blue
{
	background-color: #017DC3;
	text-align: left;
}
.team-records .team-records-content .camps .camp-red
{
	background-color: #DF383F;
	text-align: right;
}
.team-records .team-records-content .camps .camp-blue .team-logo
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.team-records .team-records-content .camp-blue .camp-score
{
	float: right;
	padding-right: 20px;
	font-family: "Roboto-Bold";
	font-size: 16px;
}
.team-records .team-records-content .camp-red .camp-score
{
	float: left;
	padding-left: 20px;
	font-family: "Roboto-Bold";
	font-size: 16px;
}
@media (min-width: 750px) and (max-width: 800px)
{
	.team-records .team-records-content .camp-blue .camp-score
	{
		padding-right: 5px;
	}
	.team-records .team-records-content .camp-red .camp-score
	{
		padding-left: 5px;
	}
}
.team-records .team-records-content .camps .camp-red .team-logo
{
	float: right;
	margin-left: 5px;
	margin-right: 10px;
}
.team-records .team-records-content .camps .camp-blue .team-logo,
.team-records .team-records-content .camps .camp-red .team-logo
{
	height: 100%;
	width: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.team-records .team-records-content .versus-detail
{
	height: 102px;
}
.team-records .team-records-content .versus-detail .camp-blue-info,
.team-records .team-records-content .versus-detail .camp-red-info
{
	height: 100%;
	width: calc(50% - 60px);
	float: left;
	font-family: 'Flama-Medium';
}
.team-records .team-records-content .versus-detail .camp-blue-info div
{
	text-align: right;
	padding-right: 25px;
}
.team-records .team-records-content .versus-detail .camp-red-info div
{
	text-align: left;
	padding-left: 25px;
}
.team-records .team-records-content .versus-detail .camp-rank,
.team-records .team-records-content .versus-detail .camp-win,
.team-records .team-records-content .versus-detail .camp-streak,
.team-records .team-records-content .versus-detail .camp-last,
.team-records .team-records-content .versus-detail .camp-home,
.team-records .team-records-content .versus-detail .camp-away,
.team-records .team-records-content .versus-detail .compare-item
{
	height: 50%;
	line-height: 43px;
	border-bottom: 1px solid #DBDBDB;
}
.team-records .team-records-content .versus-detail .compare-item
{
	text-align: center;
	border-bottom: none;
}
.team-records .team-records-content .versus-detail .compare-type
{
	height: 100%;
	background-color: #F0F0F0;
	width: 120px;
	float: left;
	border-bottom: 1px solid #DBDBDB;
}
@media (max-width: 584px)
{
	.team-records .team-records-content .camps .camp-blue .camp-score,
	.team-records .team-records-content .camps .camp-blue span,
	.team-records .team-records-content .camps .camp-red .camp-score,
	.team-records .team-records-content .camps .camp-red span
	{
		display: none;
	}
	.team-records .team-records-content .camps
	{
		height: 65px;
	}
	.team-records .team-records-content .camps .camp-blue .team-logo,
	.team-records .team-records-content .camps .camp-red .team-logo
	{
		margin: 0 auto;
		float: none;
	}
	.team-leaders-header
	{
		height: 65px;
	}
	.playbyplay .filter-buttons .botton-middle div
	{
		display: table;
		line-height: normal;
		height: 36px;
		width: 100%;
	}
	.playbyplay .filter-buttons .botton-middle span
	{
		font-size: 12px;
		display: table-cell;
		vertical-align: middle;
		word-break: break-all;
	}
}
.playbyplay .filter-buttons .botton-middle .break-ot
{
	display: none;
	height: 0;
}
@media (max-width: 338px)
{
	.playbyplay .filter-buttons .botton-middle .break-ot
	{
		display: block;
	}
}
@media (max-width: 488px)
{
	.game-tracker-chart .quarter .quarter-inner.break
	{
		line-height: 16px;
		word-break: break-all;
	}
	.game-tracker-chart .quarter .quarter-inner.break div
	{
		display: block;
	}
}
@media (max-width: 870px) and (min-width: 750px)
{
	.game-tracker-chart .quarter .quarter-inner.break
	{
		line-height: 16px;
		word-break: break-all;
	}
	.game-tracker-chart .quarter .quarter-inner.break div
	{
		display: block;
	}
}
/*Team Leaders*/
.team-leaders
{
	background: #ffffff;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.team-leaders-title
{
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-family: 'Roboto-bold', sans-serif;
}
.team-leaders-header
{
	width: 100%;
	height: 45px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}
.team-leaders-header .home-team,
.team-leaders-header .visiting-team
{
	float: left;
	width: 50%;
	height: 100%;
	padding: 0 10px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	box-sizing: border-box;
}
.team-leaders-header .home-team
{
	background: #007ac0;
}
.team-leaders-header .visiting-team
{
	float: right;
	background: #df393e;
}
.team-leaders-header .home-team span,
.team-leaders-header .visiting-team span
{
	margin: 0 5px;
	font-size: 16px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 60%;
	text-align: right;
	line-height: 45px;
}
.team-leaders-header .visiting-team span
{
	float: right;
}
.team-leaders-header .home-team .home-team-logo
{
	float: left;
	width: 50px;
}
.team-leaders-header .visiting-team img
{
	float: right;
	width: 50px;
}
.team-leaders-content
{
	overflow: hidden;
}
.team-leaders-content .team-leaders-item
{
	height: 130px;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}
.team-leaders-content .team-leaders-item .leaders-list
{
	overflow: hidden;
}
.team-leaders-content .team-leaders-item .leaders-list .leader-left
{
	position: relative;
	width: 50%;
	height: 87px;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.team-leaders-content .team-leaders-item .leaders-list .leader-left > div
{
	position: relative;
	height: 100%;
	margin: 0 2px 0 5px;
	border-bottom: 3px solid #007ac0;
}
.team-leaders-content .team-leaders-item .leaders-list .leader-left > div img
{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-70%);
	-webkit-transform: translateX(-70%);
	-ms-transform: translateX(-70%);
	-moz-transform: translateX(-70%);
	width: 100px;
	border: none;
}
.team-leaders-content .team-leaders-item .leaders-list .leader-left > div span.score
{
	position: absolute;
	right: 28px;
	display: block;
	width: 80px;
	height: 100%;
	line-height: 87px;
	font-size: 30px;
	color: #007ac0;
	text-align: center;
}
.team-leaders-content .team-leaders-item .leaders-list .leader-left > div span.score-height
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28px;
	height: 30px;
	background: #007ac0;
}
.team-leaders-content .team-leaders-item .leaders-list .leader-right
{
	position: relative;
	width: 50%;
	height: 87px;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.team-leaders-content .team-leaders-item .leaders-list .leader-right > div
{
	position: relative;
	height: 100%;
	margin: 0 5px 0 2px;
	border-bottom: 3px solid #df383f;
}
.team-leaders-content .team-leaders-item .leaders-list .leader-right > div img
{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100px;
	transform: translateX(-30%);
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-moz-transform: translateX(-30%);
	border: none;
}
.team-leaders-content .team-leaders-item .leaders-list .leader-right > div span.score
{
	position: absolute;
	left: 28px;
	display: block;
	width: 80px;
	height: 100%;
	line-height: 87px;
	font-size: 30px;
	color: #df383f;
	text-align: center;
}
.team-leaders-content .team-leaders-item .leaders-list .leader-right > div span.score-height
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 30px;
	background: #df383f;
}
.team-leaders-content .team-leaders-item .team-leaders-item-footer
{
	position: relative;
	width: 100%;
	height: 43px;
	overflow: hidden;
}
.team-leaders-content .team-leaders-item .team-leaders-item-footer div
{
	width: 50%;
	float: left;
	text-align: center;
	line-height: 43px;
	font-weight: bold;
}
.team-leaders-content .team-leaders-item .team-leaders-item-footer span.point
{
	position: absolute;
	left: 50%;
	width: 138px;
	line-height: 42px;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	background: #f0f0f0;
	font-weight: bold;
}
.team-leaders-content .team-leaders-item .team-leaders-item-footer div a
{
	display: inline-block;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	-moz-transform: translateX(-20%);
	text-transform: capitalize;
	text-decoration: none;
	color: #000000;
}
.team-leaders-content .team-leaders-item .team-leaders-item-footer div:nth-child(2) a
{
	display: inline-block;
	transform: translateX(20px);
	-webkit-transform: translateX(20%);
	-ms-transform: translateX(20%);
	-moz-transform: translateX(20%);
}
@media (max-width: 996px)
{
	.team-leaders-content .team-leaders-item .leaders-list .leader-right > div img
	{
		width: 80px;
		right: 2%;
		left: inherit;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-moz-transform: translateX(0%);
	}
	.team-leaders-content .team-leaders-item .leaders-list .leader-left > div img
	{
		width: 80px;
		left: 2%;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-moz-transform: translateX(0%);
	}
	.team-leaders-content .team-leaders-item .leaders-list .leader-right > div span.score-height,
	.team-leaders-content .team-leaders-item .leaders-list .leader-left > div span.score-height
	{
		width: 8%;
	}
	.team-leaders-content .team-leaders-item .leaders-list .leader-right > div span.score
	{
		width: 30%;
		font-size: 24px;
		left: 8%;
	}
	.team-leaders-content .team-leaders-item .leaders-list .leader-left > div span.score
	{
		width: 30%;
		font-size: 20px;
		right: 8%;
	}
	.team-leaders-content .team-leaders-item .team-leaders-item-footer div a
	{
		display: inline-block;
		transform: translateX(10px);
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-moz-transform: translateX(10px);
		text-align: center;
		line-height: 20px;
		width: 80px;
		height: 40px;
		overflow: hidden;
	}
	.team-leaders-content .team-leaders-item .team-leaders-item-footer span.point
	{
		width: 98px;
	}
	.team-leaders-content .team-leaders-item .team-leaders-item-footer a
	{
		text-align: left;
	}
	.team-leaders-content .team-leaders-item .team-leaders-item-footer div:nth-child(2)
	{
		text-align: right;
	}
	.team-leaders-content .team-leaders-item .team-leaders-item-footer div:nth-child(1) a
	{
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		left: 2%;
		position: absolute;
		font-size: 12px;
	}
	.team-leaders-content .team-leaders-item .team-leaders-item-footer div:nth-child(2) a
	{
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		right: 2%;
		position: absolute;
		font-size: 12px;
	}
}
@media (max-width: 584px)
{
	.team-leaders-header .home-team,
	.team-leaders-header .visiting-team
	{
		line-height: 0;
	}
	.team-leaders-header .home-team span,
	.team-leaders-header .visiting-team span
	{
		display: none;
	}
	.team-leaders-header .home-team .home-team-logo,
	.team-leaders-header .visiting-team img
	{
		margin: 10px;
		float: none;
	}
	.team-leaders-header .home-team,
	.team-leaders-header .visiting-team
	{
		text-align: center;
	}
	.team-leaders-header
	{
		height: 65px;
	}
}
/* Boxscore stats start */
.score-segment
{
	height: 62px;
	width: 100%;
	background-color: #fff;
}
.segment-control
{
	font-size: 0;
	text-align: center;
	margin: 0 auto;
	padding: 13px 0;
}
.segment-item
{
	display: inline-block;
	font-family: 'Roboto-bold', sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 26px;
	width: 121px;
	border: 2px solid #006ab4;
	color: #006ab4;
	background-color: #fff;
	cursor: pointer;
}
.segment-item.item-selected
{
	color: #fff;
	background-color: #006ab4;
}
.segment-item:not(:first-child):not(:last-child)
{
	width: 128px;
	border-left: none;
	border-right: none;
}
.segment-item:first-child:not(:last-child)
{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.segment-item:last-child:not(:first-child)
{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.stats-table
{
	overflow: hidden;
	-ms-touch-action: none;
}
.stats-table table
{
	border-collapse: collapse;
	table-layout: fixed;
	width: 33px;
}
.stats-table th
{
	color: #fff;
	background-color: #002f50;
	height: 40px;
	font-size: 12px;
	font-family: "Flama-Medium", "sans-serif";
	text-transform: uppercase;
}
.stats-table .stats-left,
.stats-table .stats-right
{
	display: inline-block;
	float: left;
}
.stats-table .stats-right
{
	position: relative;
	width: calc(100% - 180px);
	overflow: hidden;
}
.stats-table .stats-prop
{
	width: 36px;
	text-align: center;
}
.stats-table .stats-prop.is-mins
{
	width: 42px;
}
.stats-show
{
	width: 180px;
	text-align: left;
	padding: 0 10px;
}
.stats-table td
{
	height: 60px;
	background-color: #fff;
}
.stats-table .stats-left td
{
	border: 1px solid #ddd;
	border-right: 2px solid #ddd;
}
.stats-table .stats-right td
{
	font-family: "Flama-Basic", "sans-serif";
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	padding: 0;
}
.player-total
{
	font-size: 14px;
	text-align: left;
}
.player-profile
{
	height: 100%;
}
.player-total
{
	font-family: "Flama-Basic", "sans-serif";
	padding: 0 2px 0 5px;
}
.player-profile .player-avatar
{
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 20px;
	background-color: #F0F0F0;
}
.player-profile .player-avatar div
{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
}
.player-profile .player-names
{
	display: inline-block;
	float: left;
	font-family: "Flama-Basic", "sans-serif";
	font-size: 14px;
	line-height: 21px;
	color: #006cb5;
	padding: 0 2px 0 5px;
	text-align: left;
}
.player-profile .first-name,
.player-profile .last-name
{
	max-width: 98px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.player-profile .player-fav
{
	display: inline-block;
	float: right;
	padding: 20px 5px 0 0;
}
.player-profile .player-fav .fav.on
{
	width: 20px;
	height: 18px;
	cursor: pointer;
	background-image: url(../images/icon_fav.png);
	background-image: image-set(url(../images/icon_fav.png) 1x, url(../images/icon_fav@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/icon_fav.png) 1x, url(../images/icon_fav@2x.png) 2x);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper
{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 48px;
	left: 0;
	width: 100%;
	background: #ccc;
	overflow: hidden;
}
.scroller-content
{
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.scroller-content ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.scroller-content li
{
	display: block;
	float: left;
	font-size: 12px;
}
.scroller-content li:hover thead .stats-prop
{
	color: #0f83ff;
}
.scroller-content li:hover tbody td
{
	background-color: #f3f4f5;
}
@media (max-width: 1024px)
{
	.segment-item
	{
		width: 93px;
	}
	.segment-item:not(:first-child):not(:last-child)
	{
		width: 96px;
	}
}
@media (max-width: 748px)
{
	.segment-item:first-child:not(:last-child)
	{
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.segment-item:last-child:not(:first-child)
	{
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}
/* Boxscore stats end */
/*play by play*/
.playbyplay
{
	position: relative;
	box-sizing: border-box !important;
	display: none;
}
.playbyplay.show
{
	width: 100%;
	display: inline-block;
}
.playbyplay .playbyplay-content
{
	display: none;
}
.playbyplay .playbyplay-content.show
{
	display: block;
}
.playbyplay *
{
	box-sizing: border-box !important;
}
.playbyplay:before
{
	content: "";
	width: 2px;
	position: absolute;
	background-color: #DDDDDD;
	left: -50%;
	right: -50%;
	height: 100%;
	z-index: -1;
	margin: 0 auto;
}
.playbyplay .playbyplay-content .items
{
	float: left;
	width: 100%;
}
.pbp-container.only-video .playbyplay .playbyplay-content .items:not(.has-video)
{
	display: none;
}
.playbyplay .playbyplay-filter
{
	height: 60px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-bottom: 2px solid #DDDDDD;
	position: relative;
	padding: 10px 120px;
}
.playbyplay .filter-buttons
{
	max-width: 539px;
	border-radius: 5px;
	border: 2px solid #006BB5;
	margin: 0 auto;
	overflow: hidden;
	background-color: #006BB5;
}
.playbyplay .filter-buttons .botton-middle
{
	line-height: 36px;
	border-left: 2px solid #006BB5;
	text-align: center;
	color: #DDDDDD;
	font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
}
.playbyplay .filter-buttons .botton-middle.enable
{
	color: #006BB5;
	cursor: pointer;
}
.playbyplay .filter-buttons .botton-middle.selected
{
	background-color: #006BB5;
	color: #FFFFFF;
}
.playbyplay .all-play
{
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
	cursor: pointer;
	height: 100%;
	line-height: 60px;
	padding-left: 5px;
	padding-right: 5px;
	transition: 200ms cubic-bezier(0.930, 0.210, 0.005, 0.890);
}
.playbyplay .all-play-extend
{
	position: absolute;
	right: 0;
	font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
	cursor: pointer;
	height: 0;
	line-height: 60px;
	overflow: hidden;
	width: 200px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	color: #046DB7;
	top: 100%;
	transition: 200ms cubic-bezier(0.930, 0.210, 0.005, 0.890);
}
.playbyplay .all-play-extend .item
{
	border-bottom: 1px solid #DDDDDD;
	height: 60px;
	position: relative;
}
.playbyplay .all-play-extend .item:before
{
	content: "";
	width: 14px;
	height: 11px;
	background-image: url(../images/check_mark.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 45%;
	display: none;
}
.playbyplay .all-play-extend .item.selected:before
{
	display: block;
}
.playbyplay .all-play.show
{
	background-color: #006BB5;
	color: #FFFFFF;
}
.playbyplay .all-play.show + .all-play-extend
{
	height: 120px;
}
.playbyplay .dropdown-blue
{
	width: 24px;
	height: 14px;
	background-image: url(../images/dropdown_blue_arrow.png);
	background-repeat: no-repeat;
	transition: 200ms cubic-bezier(0.930, 0.210, 0.005, 0.890);
	display: inline-block;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	vertical-align: middle;
}
.playbyplay .all-play.show .dropdown-blue
{
	transform: rotateX(-180deg) scale(0.8);
	-webkit-transform: rotateX(-180deg) scale(0.8);
	-ms-transform: rotateX(-180deg) scale(0.8);
	-moz-transform: rotateX(-180deg) scale(0.8);
}
.playbyplay .all-play .selected-cat
{
	margin-right: 20px;
}
.playbyplay .all-play .selected-cat:after
{
	content: '';
	position: absolute;
	top: 27px;
	margin-left: 6px;
	border-top: 7px solid #006BB5;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.playbyplay .all-play.show .selected-cat:after
{
	border-top: none;
	border-bottom: 7px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.playbyplay .time-out
{
	width: 100%;
	text-align: center;
	background-color: #006BB6;
	line-height: 40px;
	font-family: "Flama-Medium", "sans-serif";
	margin-bottom: 20px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 18px;
}
.playbyplay .start
{
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	line-height: 40px;
	font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 20px;
}
.playbyplay .filter-buttons .all .botton-middle
{
	border-left: none;
}
.playbyplay .filter-buttons > div
{
	float: left;
	width: 20%;
	background-color: #ffffff;
}
.playbyplay .filter-buttons .ot
{
	display: none;
}
.playbyplay .filter-buttons.has-ot > div
{
	float: left;
	display: block;
	width: 16.6666666%;
}
.playbyplay .playbyplay-content .item
{
	height: 88px;
	background-color: #FFFFFF;
	width: calc(50% + 75px);
	border-bottom: 2px solid #DDDDDD;
	font-family: 'Flama-Basic', sans-serif;
	margin-bottom: 20px;
}
.playbyplay .playbyplay-content .item .game-info
{
	width: 150px;
	height: 100%;
	padding: 15px 0;
	float: left;
	text-align: center;
}
.playbyplay .playbyplay-content .item .game-info .time
{
	font-family: 'Flama-Medium', sans-serif;
}
.playbyplay .playbyplay-content .item .player-info
{
	float: left;
	width: calc(100% - 150px);
	height: 100%;
	display: table;
	max-width: 541px;
}
.playbyplay .playbyplay-content .item .player-info .player-profile
{
	width: 66px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150%;
	border-radius: 50%;
	background-color: #E6E8EA;
	margin-right: 15px;
	margin-left: 15px;
}
.playbyplay .playbyplay-content .item .player-info .player-middle
{
	display: table-cell;
	vertical-align: middle;
}
.playbyplay .playbyplay-content .item.item-right
{
	float: right;
}
.playbyplay .playbyplay-content .item.item-left
{
	float: left;
}
.playbyplay .playbyplay-content .item.item-left .game-info
{
	border-left: 2px solid #DDDDDD;
	float: right;
}
.playbyplay .playbyplay-content .item.item-right .game-info
{
	border-right: 2px solid #DDDDDD;
}
.playbyplay .playbyplay-content .item.item-right .player-info .player-right
{
	margin-right: 10px;
}
.playbyplay .playbyplay-content .item.item-left .player-info .player-right
{
	margin-left: 10px;
}
.playbyplay .playbyplay-content .item .player-info .player-left
{
	float: left;
	height: 100%;
	display: table;
}
.playbyplay .playbyplay-content .item .player-info .player-right
{
	height: 100%;
	display: table;
}
.playbyplay .playbyplay-content .item.item-left .player-info .player-left
{
	float: right;
}
.playbyplay .playbyplay-content .item.item-left .player-info
{
	float: right;
}
.playbyplay .playbyplay-content .item .player-info .watch-icon
{
	background-image: url(../images/icon_watch.png);
	height: 12PX;
	width: 12px;
	background-size: contain;
	background-position: center;
	display: inline-block;
	margin-left: 2px;
}
.playbyplay .playbyplay-content .item .player-info .watch-button
{
	width: 78px;
	background-color: #E11647;
	color: #FFFFFF;
	padding-left: 5px;
	margin-top: 5px;
	display: inline-block;
	cursor: pointer;
}
.playbyplay .playbyplay-content .item .player-info .watch-now
{
	line-height: 18px;
}
.playbyplay .playbyplay-content .item .desc
{
	max-height: 64px;
	overflow: hidden;
}
@media (max-width: 1024px)
{
	.playbyplay .playbyplay-content .item .desc
	{
		font-size: 12px;
		max-height: 70px;
		overflow: hidden;
	}
}
@media (max-width: 749px)
{
	.playbyplay .playbyplay-content .item.item-right
	{
		float: left;
	}
	.playbyplay .playbyplay-content .item.item-right .player-info .player-right{
		padding-right: 0;
		padding-left: 10px;
	}
	.playbyplay .playbyplay-content .item .game-info
	{
		font-size: 26px;
		padding: 45px 0 30px 0;
	}
	.playbyplay .playbyplay-content .item.item-left .game-info,
	.playbyplay .playbyplay-content .item.item-right .game-info
	{
		float: left;
		border-right: 1px solid #DDDDDD;
	}
	.playbyplay .playbyplay-content .item.item-left .player-info .player-left
	{
		float: left;
	}
	.playbyplay .playbyplay-content .item.item-left .game-info
	{
		border-right: 1px solid #DDDDDD;
		border-left: none;
	}
	.playbyplay .playbyplay-content .item
	{
		width: 100%;
		border-bottom: 1px solid #DDDDDD;
	}
	.playbyplay:before
	{
		width: 0;
	}
	.playbyplay .playbyplay-content .item.item-left .player-info
	{
		float: left;
	}
	.playbyplay .playbyplay-content .item,
	.playbyplay .time-out
	{
		margin-bottom: 0;
	}
	.playbyplay .time-out,
	.playbyplay .start
	{
		line-height: 70px;
		font-size: 26px;
	}
	.playbyplay .playbyplay-content .item
	{
		height: 136px;
	}
}
/*previous team matchup*/
.game-content.preview-team
{
	background-color: #FFFFFF;
}
.game-content.preview-team .team-status
{
	border-bottom: 1px solid #DBDBDB;
}
.game-content.preview-team .team-status .camps
{
	height: 40px;
	overflow: hidden;
}
.game-content.preview-team .preview-team-bottom
{
	height: 40px;
	overflow: hidden;
	height: 42px;
}
.game-content.preview-team .team-status .camps .camp-blue,
.game-content.preview-team .team-status .camps .camp-red
{
	background-color: #002F50;
	width: 30%;
}
.game-content.preview-team .team-status .camps .previous-score
{
	width: 40%;
	float: left;
	text-align: center;
	line-height: 40px;
	background-color: #002F50;
	color: #FFFFFF;
	font-family: "Flama-Medium";
}
.game-content.preview-team .team-status .camps .previous-score .score-blue,
.game-content.preview-team .team-status .camps .previous-score .score-red
{
	width: 30%;
	float: left;
}
.game-content.preview-team .team-status .camps .previous-score .score-date
{
	width: 40%;
	float: left;
	font-family: "Flama-Basic";
}
.game-content.preview-team
{
	width: 620px;
}
.game-content.preview-team .versus-detail .camp-info-blue > div,
.game-content.preview-team .versus-detail .camp-info-red > div
{
	height: 25px;
	margin-top: 15px;
	margin-bottom: 0;
}
.game-content.preview-team .team-status .versus-detail .camp-info-blue .show-color span,
.game-content.preview-team .team-status .versus-detail .camp-info-red .show-color span
{
	font-size: 16px;
	line-height: 16px;
}
.game-content.preview-team .team-status .versus-detail .compare-type
{
	height: 259px;
	width: 120px;
}
.game-content.preview-team .team-status .versus-detail .compare-type .compare-item
{
	height: 16.666%;
	line-height: 43px;
	text-align: center;
	border-bottom: none;
	font-size: 14px;
}
/*start left schedule*/
#scheduleShowsList *
{
	box-sizing: initial;
}
#scheduleShowsList
{
	border-right: 2px solid #cccccc;
}
.container-left .tab-class
{
	font-size: 0;
}
@media (max-width: 750px)
{
	.container .container-left
	{
		border-right: none;
	}
	.game-headers .game-hero
	{
		height: 94px;
  		padding: 0px 15px 24px;
	}
}
.container .container-left.no-border
{
	border: none;
}
#scheduleShowsList .schedule-item.selected
{
	box-sizing: border-box;
	box-shadow: inset 2px 2px 0px 0px #0E7FF9, inset -2px -2px 0px 0px #0E7FF9;
}
#scheduleShowsList .schedule-item .item-round
{
	text-align: center;
	line-height: 24px;
	border-bottom: 1px solid #dddddd;
	color: #586066;
	font-size: 16px;
	margin-bottom: 5px;
}
.container .schedule-list .schedule-item .team-left .team-favorite,
.container .schedule-list .schedule-item .team-right .team-favorite
{
	display: none;
	position: absolute;
	top: 8px;
	width: 12px;
	height: 12px;
	background: url("../images/icon_fav.png") no-repeat;
	background-size: 100%;
}
.container .schedule-list .schedule-item .team-favorite.fav-team-icon.on
{
	display: block !important;
}
.container .schedule-list .schedule-item .team-left .team-favorite
{
	left: 4px;
}
.container .schedule-list .schedule-item .team-right .team-favorite
{
	right: 4px;
}
.container .schedule-list .schedule-item .team-right .team-favorite.team-favorite-on,
.container .schedule-list .schedule-item .team-left .team-favorite.team-favorite-on
{
	display: block;
}
.container .schedule-list .schedule-item.selected:before
{
	content: "";
	width: 100%;
	height: 0px;
	position: absolute;
	bottom: 0;
	background-color: #fff;
}
.container .schedule-list .schedule-item .team-logo
{
	height: 72px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 72px 72px;
}
.container .schedule-list .schedule-item .game-info .team-league
{
	position: absolute;
	left: 50%;
	width: 285px;
	height: 24px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	padding-top: 2px;
	color: #586066;
	font-size: 12px;
	line-height: 12px;
	overflow: hidden;
	word-wrap: break-word;
}
.container .schedule-list .schedule-item .game-info .team-time
{
	font-size: 26px;
}
.container .schedule-list .schedule-item .game-info .team-time span
{
	font-size: 14px;
	font-weight: bold;
	padding-left: 3px;
}
.container .schedule-list .schedule-item .game-info .team-score
{
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
	width: 24%;
}
.container .schedule-list .schedule-item.game-status-upcoming .game-info .team-score
{
	width: 25%;
}
.container .schedule-list .schedule-item.game-status-playing .game-info .game-archive
{
	display: inline-block;
	padding-top: 12px;
}
.container .schedule-list .schedule-item.game-status-upcoming .game-info .game-situation
{
	width: 50%;
	height: 32px;
	box-sizing: border-box !important;
	color: #000000;
	padding: 0;
	vertical-align: bottom;
	line-height: 42px;
	font-weight: bold;
}
.container .schedule-list .schedule-item.game-status-playing .game-info .game-archive .game-situation
{
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	vertical-align: bottom;
	font-size: 14px;
	text-transform: capitalize;
	color: #000;
	font-weight: bold;
}
.container .game-info .game-upcoming,
.container .game-info .game-playing,
.container .game-info .game-archive
{
	display: inline-block;
	width: 100%;
	padding-top: 25px;
}
.container .game-info .game-playing,
.container .game-info .game-archive
{
	padding-top: 35px;
	width: 100%;
	font-size: 0;
}
.container .schedule-list .schedule-item .team-info
{
	position: relative;
	padding-top: 15px;
}
.carousel-part .owl-item
{
	background: #ffffff;
}
body.lang-ja_JP .container .schedule-list .schedule-item.game-status-upcoming .game-info .game-situation,
body.lang-tr_TR .container .schedule-list .schedule-item.game-status-upcoming .game-info .game-situation,
body.lang-ms_MY .container .schedule-list .schedule-item.game-status-upcoming .game-info .game-situation,
body.lang-th_TH .container .schedule-list .schedule-item.game-status-upcoming .game-info .game-situation,
body.lang-es_MX .container .schedule-list .schedule-item.game-status-upcoming .game-info .game-situation
{
	height: auto;
	line-height: inherit;
	vertical-align: middle;
}
body.lang-ms_MY .container .schedule-list .schedule-item .game-info,
body.lang-ja_JP .container .schedule-list .schedule-item .game-info,
body.lang-es_MX .container .schedule-list .schedule-item .game-info,
body.lang-tr_TR .container .schedule-list .schedule-item .game-info,
body.lang-th_TH .container .schedule-list .schedule-item .game-info,
body.lang-ms_MY .container .schedule-list .schedule-item .team-info,
body.lang-ja_JP .container .schedule-list .schedule-item .team-info,
body.lang-tr_TR .container .schedule-list .schedule-item .team-info,
body.lang-th_TH .container .schedule-list .schedule-item .team-info,
body.lang-es_MX .container .schedule-list .schedule-item .team-info
{
	display: inline-block;
	vertical-align: middle;
	float: none;
}
/*end left schedule*/

#gameHeaders
{
	position: relative;
	background-color: #000;
}
#gameHeaders #headerPlayer.small
{
	background-color: #000000;
	width: 320px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 0;
}
#gameHeaders #headerPlayer
{
	width: 100%;
	height: 660px;
	z-index: 99;
}
#headerPlayer *:not(.nlCastOverlay)
{
	box-sizing: content-box;
}
.installPlayer
{
	margin-top: 30px;
	text-align: center;
	display: none;
}
@media (max-width: 1309px)
{
	#gameHeaders #headerPlayer
	{
		width: 640px;
		height: 440px;
		margin: 0 auto;
	}
}
@media (max-width: 989px)
{
	#gameHeaders #headerPlayer
	{
		width: 480px;
		height: 350px;
		margin: 0 auto;
	}
}
@media (max-width: 829px)
{
	#gameHeaders #headerPlayer
	{
		width: 320px;
		height: 220px;
		margin: 0 auto;
	}
}
@media (max-width: 749px)
{
	#gameHeaders #headerPlayer
	{
		width: 100%;
		height: 350px;
	}
	.container .schedule-list .schedule-item .game-info .team-league
	{
		max-width: 400px;
	}
}
#gameHeaders .no-access
{
	display: none;
}
#gameHeaders .player-drag
{
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	height: 0;
	cursor: move;
	transition: 200ms cubic-bezier(0.930, 0.210, 0.005, 0.890);
	text-align: center;
	line-height: 40px;
	-ms-touch-action: none;
	touch-action: none;
}
#gameHeaders #headerPlayer:hover .player-drag,
#gameHeaders #headerLister:hover .player-drag
{
	height: 40px;
}
#gameHeaders .mini-player-close
{
	display: none;
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 0;
	width: 40px;
	height: 32px;
	background-image: url(../player/images/close.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#gameHeaders .active-fix .mini-player-close
{
	display: block;
}
#gameHeaders #headerLister + .game-bar
{
	position: absolute;
	width: 100%;
	bottom: 4px;
	background-color: transparent;
}
#gameHeaders #headerLister.disable-player + .game-bar
{
	position: static;
	bottom: 0;
	background-color: #002f50;
}
#gameHeaders #headerLister + .game-bar .game-league-info
{
	display: none;
}
#gameHeaders #headerLister
{
	position: relative;
	width: 100%;
	height: 350px;
	z-index: 99;
	background-color: #006bb6;
}
#gameHeaders #headerLister.active-fix
{
	background-color: transparent;
}
#gameHeaders .game-headers .watch-in-app
{
	font-size: 18px;
	font-family: 'Roboto-Regular', sans-serif;
	color: #fff;
	width: 138px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	background-color: #006BB6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 50px auto 0 auto;
	position: absolute;
	left: -50%;
	right: -50%;
	z-index: 999;
	display: none;
}
#gameHeaders .game-headers .watch-in-app.show
{
	display: block;
}
#highLightPopContainer
{
	display: none;
	width: 960px;
	height: 540px;
	padding-top: 0;
	margin: 0 auto;
	position: fixed;
	z-index: 100000;
	left: -50%;
	right: -50%;
	top: 70px;
	background-color: #000000;
}
@media (max-width: 1023px)
{
	#highLightPopContainer
	{
		width: 640px;
		height: 360px;
	}
}
@media (max-width: 767px)
{
	#highLightPopContainer
	{
		width: 480px;
		height: 270px;
	}
}
@media (max-width: 479px)
{
	#highLightPopContainer
	{
		width: 304px;
		height: 171px;
	}
}

/* Game Credits Start */
.modalPPVCredit
{
	width: 450px;
	height: 135px;
}
@media (max-width: 500px)
{
	.modalPPVCredit
	{
		width: 92%;
	}
	.container .schedule-list .schedule-item .game-info .team-league
	{
		max-width: 300px;
	}
}
.modalPPVCredit .wrap
{
	text-align: center;
	background-color: #FFF;
	padding: 20px;
	display: none;
}
.modalPPVCredit .title
{
	margin-bottom: 10px;
}
.modalPPVCredit .content
{
	margin-bottom: 15px;
}
.modalPPVCredit .action
{
	margin: 10px auto 0 auto;
}
.modalPPVCredit .checkForm,
.modalPPVCredit .confirmForm,
.modalPPVCredit .successForm
{
	display: none;
}
.modalPPVCredit.status-check .checkForm,
.modalPPVCredit.status-confirm .confirmForm,
.modalPPVCredit.status-submit .confirmForm,
.modalPPVCredit.status-success .successForm
{
	display: block;
}
.modalPPVCredit .waiting
{
	margin-top: 10px;
	display: none;
}
.modalPPVCredit.status-submit .action
{
	display: none;
}
.modalPPVCredit.status-submit .waiting
{
	display: block;
}
/* Game Credits End */

.gamerecap-wrap,
.team-records
{
	width: 100%;
}
.mini-player-container #miniPlayer
{
	width: 300px;
	height: 200px;
}
@media (max-width: 999px)
{
	.playbyplay .playbyplay-content .item .player-info .player-profile
	{
		width: 50px;
		height: 50px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.switch-part .item
	{
		font-size: 16px;
	}
}
@media (max-width: 999px) and (min-width: 750px)
{
	.playbyplay .playbyplay-content .item
	{
		width: calc(50% + 50px);
		height: 100px;
	}
	.playbyplay .playbyplay-content .item .game-info
	{
		width: 100px;
	}
	.playbyplay .playbyplay-content .item .player-info
	{
		width: calc(100% - 100px);
	}
}
@media (max-width: 980px)
{
	.gamerecap-wrap,
	.team-records,
	.game-tracker
	{
		width: 100%;
		max-width: inherit;
	}
	.game-tracker.two
	{
		width: 100%;
	}
	.playbyplay .playbyplay-filter
	{
		padding: 10px 0;
	}
	.playbyplay .playbyplay-filter
	{
		height: 150px;
		margin-bottom: 0;
	}
	.playbyplay .filter-buttons
	{
		margin-top: 80px;
	}
	.playbyplay .all-play
	{
		margin: 0 auto;
		left: -50%;
		right: -50%;
		width: 150px;
		height: 50%;
	}
	.playbyplay .all-play .selected-cat
	{
		height: 100%;
		width: 100%;
		text-align: center;
		line-height: 74px;
		position: relative;
		left: -7px;
	}
	.playbyplay .all-play.show .selected-cat:after,
	.playbyplay .all-play .selected-cat:after
	{
		top: 35px;
	}
	.playbyplay .all-play-extend
	{
		right: -50%;
		left: -50%;
		margin: 0 auto;
		top: 50%;
		width: 150px;
	}
	.playbyplay .all-play-extend .item:before
	{
		right: 15px;
	}
}
@media (max-width: 749px)
{
	.switch-part .item
	{
		font-size: 12px;
	}
	.playbyplay .playbyplay-content .item .game-info
	{
		width: 50px;
	}
	.playbyplay .playbyplay-content .item .game-info
	{
		font-size: 12px;
	}
	.playbyplay .playbyplay-content .item .player-info
	{
		width: calc(100% - 50px);
	}
	.game-tracker
	{
		width: 100%;
	}
}
@media (max-width: 649px)
{
	.gamerecap-wrap,
	.team-records,
	.game-tracker
	{
		width: 100%;
	}
}
/**nodata container **/
.nodata-container
{
	display: none;
}
.nodata-container > div
{
	display: none;
}
.highlight-container .nodata-container,
.highlight-container .nodata-container > div
{
	display: block !important;
	text-align: center;
	margin-top: 100px;
	font-family: "Roboto";
	font-size: 45px;
	color: #D3D3D3;
}
.nodata-container > div.selected
{
	display: block;
	text-align: center;
	margin-top: 100px;
	font-family: "Roboto";
	font-size: 45px;
	color: #D3D3D3;
}
@media (max-width: 1024px)
{
	#gameHeaders #headerLister + .game-bar
	{
		height: 50px;
	}
	#gameHeaders #headerLister + .game-bar
	{
		position: relative !important;
		width: 100%;
		background-color: #002f50;
		bottom: 0;
	}
}
.game-preview.video-card.up-down
{
	position: relative;
	width: 267px;
	height: 352px;
	margin-top: 0;
	border-bottom: none;
}
.game-preview .card-header
{
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-family: 'Roboto-bold', sans-serif;
}
.game-preview.video-card.up-down .card-info
{
	height: 260px;
	text-align: center;
}
.game-preview.video-card.up-down .card-image
{
	display: inline-block;
	width: auto;
	max-width: 267px;
}
.game-preview.video-card.up-down .card-desc
{
	overflow: hidden;
	border: none;
	cursor: default;
	text-align: left;
}
.game-preview.video-card.up-down .card-desc .desc-title
{
	max-height: 80px;
	overflow: hidden;
	line-height: 20px;
	font-size: 18px;
	font-family: 'Roboto-bold', sans-serif;
}
.game-preview.video-card .share
{
	display: none;
}
.game-preview.video-card.up-down .card-func
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 9px 18px;
	border-top: 1px solid #DDDDDD;
}
@media (max-width: 980px)
{
	.game-preview.video-card.up-down
	{
		width: 100%;
		margin-top: 0;
	}
	.game-preview.video-card.up-down .card-info
	{
		text-align: center;
	}
	.game-preview.video-card.up-down .card-desc .desc-title
	{
		text-align: left;
	}
}
div.all-star-item{
	font-family: 'Open Sans', sans-serif;
}
div.all-star-item > div
{
	display: table;
	width: 100%;
	height: 100%;
}
div.all-star-item .over
{
	top: 0;
}
div.all-star-item .team-league
{
	position: absolute;
	top: 5px;
	width: 100%;
	color: #586066;
	font-size: 14px;
	text-align: center;

}
div.stargame-logo
{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	height: 130px;
	padding-bottom: 5px;
}
div.stargame-logo > div
{
	display: table;
	width: 100%;
	height: 72px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
div.stargame-info
{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	font-size: 20px;
	padding: 10px 10px 12px 0;
}
div.stargame-info .stargame-name
{
	font-size: 16px;
	margin: 10px 0;
	font-family: "Flama-Medium";
}
div > .stargame-info .stargame-states
{
	margin-top: 10px;
	font-size: 14px;
	font-family: 'Flama-Medium', sans-serif;
}
div > .stargame-info .stargame-desc
{
	font-size: 14px;
	font-family: "Flama-Medium";
}
div > .stargame-info .stargame-states.stargame-live
{
	color: red;
}
div > .stargame-info .stargame-states .stargame-time
{
	font-size: 16px;
	margin-right: 10px;
}
div > .stargame-info .stargame-states .stargame-date
{
	font-size: 12px;
}
div.star-container
{
	display: table;
	width: 100%;
	height: 100%;
}
div.star-logo
{
	display: table-cell;
	vertical-align: middle;
	width: 23%;
	height: 100px;
}
div.star-logo > div
{
	width: 50%;
	height: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
div.star-container .star-left
{
	display: table-cell;
	vertical-align: middle;
}
div.star-container .star-left .star-title
{
	font-size: 38px;
	margin-bottom: 20px;
}
div.star-container .star-left .star-info
{
	font-size: 28px;
}
div.star-container .star-left .star-info.star-upcoming .star-time
{
	margin-right: 5px;
}
div.star-container .star-left .star-info.star-live
{
	color: red;
}
div.star-container .star-left .star-info.star-upcoming .star-date
{
	font-size: 20px;
}
.stargame-desc
{
	color: #979797;
	font-family: "Flama-Medium";
	font-size: 16px;
}
.all-star-item .blocked
{
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 14px;
	color: #586066;
}
@media (max-width: 768px)
{
	div > .stargame-info .stargame-states.stargame-live,
	div > .stargame-info .stargame-states.stargame-archive
	{
		margin: 10px 20px 0 0;
	}
	div.star-logo
	{
		width: 29%;
	}
	div.stargame-logo > div
	{
		background-size: auto 100%;
	}
	div > .stargame-info .stargame-states .stargame-time
	{
		font-size: 16px;
	}
	div > .stargame-info .stargame-states .stargame-date
	{
		font-size: 12px;
	}
	div.star-container .star-left .star-title
	{
		font-size: 20px;
	}
	div.star-container .star-left .star-info
	{
		font-size: 18px;
	}
	div.star-container .star-left .star-info.star-upcoming .star-date
	{
		font-size: 14px;
	}
}
/**schedule **/
.schedule-list .schedule-item .over
{
	display: flex;
	align-items: center;
}
.schedule-list .schedule-item .over .over-content .item-wrap
{
	font-size: 0;
}
.schedule-list .schedule-item .over .over-content .item-wrap .watchbegin
{
	background-image: url('../images/icon_watch_beginning.svg');
	background-size: 42%;
	background-position: center 5px;
}
.schedule-list .schedule-item .over .over-content .event.live-overlay .item-wrap .watchbegin,
.schedule-list .schedule-item .over .over-content .no-access.live-overlay .item-wrap .watchbegin
{
	background-size: 30%;
}
.schedule-list.hasstats .schedule-item .over .over-content .event.live-overlay .item-wrap .watchbegin
{
	background-size: 42%;
}
.schedule-list.hasstats .over-content .normal.live-overlay .item.watchbegin
{
	background-size: 60%;
}
.schedule-list.hasstats .over-content .no-access.live-overlay .item.watchbegin
{
	background-size: 44%;
}
.schedule-list .schedule-item .over .over-content .item-wrap .game-status
{
	background-image: url('../images/icon_game_stats.svg');
}
.schedule-list .schedule-item .over .over-content
{
	box-sizing: border-box;
	width: 90%;
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	overflow: hidden;
	margin: 0 auto;
}
.schedule-list .schedule-item .over .over-content .addVideo,
.schedule-list .schedule-item .over .over-content .watchgame,
.schedule-list .schedule-item .over .over-content .recapgame,
.schedule-list .schedule-item .over .over-content .buygame,
.schedule-list .schedule-item .over .over-content .game-status
{
	background-size: auto 60%;
    background-position: center top;
}
.schedule-list .over-content .item
{
	display: none;
	box-sizing: border-box !important;
}
.schedule-list .over-content .preview-nonstatus .item,
.schedule-list .over-content .preview .item,
.schedule-list .over-content .event .item,
.schedule-list .over-content .no-access .item,
.schedule-list .over-content .just-watch .item
{
	width: 50%;
	margin: 0 auto;
	float: none;
	padding-top: 60px;
}
.schedule-list.hasstats .over-content .preview .item,
.schedule-list .over-content .normal .item,
.schedule-list.hasstats .over-content .no-access .item
{
	float: left;
	width: 50%;
}
.schedule-list .over-content .preview-nonstatus .pre,
.schedule-list .over-content .preview .pre,
.schedule-list.hasstats .over-content .preview .status,
.schedule-list .over-content .event .watch,
.schedule-list .over-content .normal .watch,
.schedule-list .over-content .normal .add,
.schedule-list.hasstats .over-content .normal .status,
.schedule-list .over-content .no-access .watch,
.schedule-list.hasstats .over-content .no-access .status,
.schedule-list .over-content .just-watch .watch,
.schedule-list .over-content .live-overlay .watchbegin
{
	display: inline-block;
	vertical-align: top;
}
.schedule-list.hasstats .over-content .normal .item,
.schedule-list .over-content .normal.live-overlay .item,
.schedule-list.hasstats .over-content .no-access.live-overlay .item,
.schedule-list.hasstats .over-content .event.live-overlay .item
{
	width: 33.3%;
}
.schedule-list.hasstats .over-content .normal.live-overlay .item
{
	width: 25%;
	font-size: 12px;
}
@media (max-width: 1309px)
{
	.schedule-list.hasstats .over-content .normal .item
	{
		width: 50%;
	}
	.schedule-list.hasstats .over-content .normal.live-overlay .item
	{
		width: 33.3%;
	}
	.schedule-list.hasstats .over-content .normal.live-overlay .item.watchbegin
	{
		background-size: 45%;
	}
	.schedule-list.hasstats .over-content .normal .item.addVideo
	{
		display: none;
	}
}
/* Switcher begin */
.score-switcher
{
	padding: 11px 0;
	color: #fff;
	background-color: #0f273f;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-size:16px;
}
.score-switcher.mobile-width
{
	display: none;
}
.score-switcher .spoiler-text
{
	display: inline-block;
	line-height: 26px;
}
.toggle-group
{
	width: 59px;
	margin-left: 5px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.onoffswitch-label
{
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #0f273f;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 0;
}
.on .onoffswitch-label .onoffswitch-inner
{
	margin-left: -57px;
}
.onoffswitch-inner
{
	width: 200%;
	margin-left: 0px;
	-webkit-transition: margin 0.15s ease-in-out;
	-o-transition: margin 0.15s ease-in-out;
	-moz-transition: margin 0.15s ease-in-out;
	transition: margin 0.15s ease-in-out;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after
{
	float: left;
	width: 50%;
	height: 24px;
	padding: 0;
	line-height: 24px;
	font-size: 80%;
	color: #9b9b9b;
	font-family: Roboto;
	font-weight: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner:after
{
	content: "OFF";
	padding-right: 9px;
	background-color: #f0f0f0;
	color: #9b9b9b;
	text-align: right;
}
.onoffswitch-inner:before
{
	content: "ON";
	padding-left: 10px;
	background-color: #1d428a;
	color: #ffffff;
	text-align: left;
}
.on .onoffswitch-label .onoffswitch-switch
{
	right: 36px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12)
}
.onoffswitch-switch
{
	width: 18px;
	height: 18px;
	margin: 0;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 5px;
	-webkit-transition: right 0.15s ease-in-out;
	-o-transition: right 0.15s ease-in-out;
	-moz-transition: right 0.15s ease-in-out;
	transition: right 0.15s ease-in-out;
}
.score-switcher.score-mobile
{
	font-size: 12px;
	padding: 8px 0;
}
.score-switcher.score-mobile .spoiler-text{
	line-height:20px;
}
.score-mobile .toggle-group
{
	width: 44px;
}
.score-mobile .on .onoffswitch-label .onoffswitch-inner
{
	margin-left: -42px;
}
.score-mobile .onoffswitch-inner:before,
.score-mobile .onoffswitch-inner:after
{
	height: 18px;
	line-height: 18px;
}
.score-mobile .onoffswitch-inner:after
{
	padding-right: 4px;
	font-size: 10px;
}
.score-mobile .onoffswitch-inner:before
{
	padding-left: 5px;
	font-size: 10px;
}
.score-mobile .onoffswitch-switch
{
	width: 12px;
	height: 12px;
	right: 4px;
}
.score-mobile .on .onoffswitch-label .onoffswitch-switch
{
	right: 28px;
}
@media (max-width: 749px)
{
	.score-switcher.mobile-width
	{
		display: block;
		padding: 8px 0 0;
	}
	#gameScoreOnOff .score-switcher.mobile-width
	{
		padding: 8px 0;
	}
}
/* Switcher end */
/* Util begin */
.center-container
{
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.center-wrapper
{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
/* Util end */
/* Player Mask begin */
.game-headers .game-hero.player__mask-container
{
	width: 100%;
	height: 512px;
	position: relative;
	background-image: url(../images/player_mask_bg.jpeg);
	background-position: center;
	background-size: cover;
}
.player__mask .site-logo
{
	margin-top: -70px;
	text-align: center;
}
.game-login .player__mask .site-logo
{
	margin-top: -70px;
}
.player__mask .watch-upgrade,
.player__mask .info-unsign
{
	max-width: 690px;
	width: 80%;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 12px auto;
}
.player__mask .watch-buttons
{
	text-align: center;
}
.player__mask .upgrade-btn
{
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	min-width: 210px;
	max-width: 50%;
	padding: 20px 10px;
	margin: 2px 8px;
	border-radius: 6px;
	display: inline-block;
	background-color: #c8102e;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 600px)
{
	.player__mask .upgrade-btn
	{
		width: 210px;
	}
}
.player__mask .game-btn-item
{
	text-align: center;
	display: inline-block;
	margin: 40px 32px 0;
	cursor: pointer;
}
.player__mask .btn-icon
{

}
.player__mask .btn-text
{
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: block;
}
.player__mask .info-unsign .sign-in
{
	color: #fff;
}
@media (max-width: 900px)
{
	.player__mask .upgrade-btn
	{
		font-size: 16px;
		max-width: 50%;
	}
	.game-headers .game-hero.event
	{
		height: 126px;
	}
	div.star-container .star-left .star-title,
	div.star-container .star-left .star-info
	{
		font-size: 20px;
	}
}
@media (max-width: 768px)
{
	.game-login .player__mask .site-logo,
	.player__mask .site-logo
	{
		margin-top: 0;
	}
	.player__mask .upgrade-btn
	{
		font-size: 14px;
	}
}
@media (max-width: 480px)
{
	.game-headers .game-hero.player__mask-container
	{
		width: 100%;
		height: 208px;
	}
	.player__mask .site-logo > img
	{
		width: 120px;
	}
	.player__mask .watch-upgrade,
	.player__mask .info-unsign
	{
		font-family: Flama-Basic;
		font-size: 12px;
	}
	.player__mask .upgrade-btn
	{
		font-size: 14px;
		padding: 10px 0;
		width: 130px;
		border-radius: 4px;
	}
	.player__mask .btn-icon
	{
		width: 36px;
	}
	.player__mask .btn-text
	{
		font-size: 14px;
	}
}
/* Player Mask end */

/* OPiN Partner start */
#gameHeaders .partner-wrapper
{
	position: relative;
	z-index: 20;
	margin: 0 auto;
}
#gameHeaders .partner-list
{
	text-align: center;
	padding-bottom: 30px;
}
#gameHeaders .partner-link img
{
	background-color: rgba(255, 255, 255, 0);
}
#gameHeaders .has-partner
{
	padding: 12px 8px;
	display: table;
}
#gameHeaders .has-partner .partner-img
{
	background-color: rgba(255, 255, 255, 0);
}
#gameHeaders .has-partner .partner-list
{
	margin: 0 auto;
	display: table-row;
}
#gameHeaders .has-partner .partner-list > div
{
	margin: 5px 10px;
}
#gameHeaders .has-partner .mvpd-logo
{
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	text-align: center;
}
#gameHeaders .has-partner .mvpd-desc
{
	display: table-cell;
	font-family: Roboto;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	font-size: 10px;
}
#gameHeaders .mvpd-desc .sign-in
{
	color: #fff;
}
.br-content {
	width: 100%;
	min-height: 24px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 4px;
	box-sizing: border-box!important;
	background: #0c1b2b;
	color: #fff;
	text-align: center;
}
@media (min-width: 480px)
{
	#gameHeaders .has-partner
	{
		margin-top: -65px;
		padding: 16px 40px;
	}
	#gameHeaders .has-partner-logout
	{
		margin-top: -65px;
	}
	#gameHeaders .partner-link
	{
		font-size: 16px;
	}
	#gameHeaders .has-partner .mvpd-logo
	{
		width: 87px;
		padding-right: 5px;
	}
	#gameHeaders .has-partner .partner-list > div
	{
		margin: 10px;
	}
	#gameHeaders .has-partner .mvpd-desc
	{
		font-size: 16px;
	}
	#gameHeaders .has-partner-logout .partner-img
	{
		height: 34px;
	}
}
@media (min-width: 750px)
{
	#gameHeaders .has-partner .mvpd-logo
	{
		width: 110px;
	}
	#gameHeaders .has-partner .partner-img
	{
		height: 34px;
	}
}
@media (min-width: 1024px)
{
	#gameHeaders .has-partner
	{
		padding: 16px 80px;
	}
}
/* OPiN Partner end */
