#match-sheet .inner_block {
	background: url(../images/bg.inner_block.png) no-repeat center 63px;
}

#match-sheet .new_gallery div {
	width: 142px;
}

.game_top {
	background: #e2e2e2;
}

.game_video {
	/*height: 300px;*/
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.game_status {
	margin-top: 23px
}

.game_top .first_line {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	line-height: 39px;
	height: 39px;
}

.game_top .first_line .time_counter {
	position: absolute;
	left: 50%;
	background: url(../images/bg.time_counter.png) no-repeat 0 0;
	text-align: center;
	width: 70px;
	height: 70px;
	color: #fff;
	margin-top: -18px;
	margin-left: -35px;
}

.game_top .first_line .time_counter .time_fill {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg.time_counter_fill_red.png) no-repeat 0 0;
	width: 70px;
}

.game_top .first_line .time_counter strong {
	font-size: 26px;
	line-height: 26px;
	padding-top: 17px;
}

.game_top .first_line .time_counter span {
	margin-top: -15px;
	font-size: 12px;
}

.game_top .first_line .point {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background: url(../images/bg.points.png) no-repeat 0 0;
	width: 64px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.game_top .first_line .team_name {
	width: 200px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.game_top .first_line2 .team_name {
	width: 235px
}

.game_top .first_line .team_name a {
	color: #353535;
	text-decoration: none
}

.tac { text-align: center}

.game_top .first_line .team_name a:hover { text-decoration: underline}

.game_top .second_line {
	border-top: 1px solid #fff;
	height: 43px;
	overflow: hidden
}

.game_top .second_line ul li {
	float: left;
	font-size: 14px;
	text-align: center;
	width: 266px;
	font-weight: bold
}

.game_top .second_line ul.four li {
	width: 146px;
}

.game_top .second_line ul li:first-child,
.game_top .second_line ul li:last-child {
	width: 167px;
}

.game_top .second_line ul.four li:first-child,
.game_top .second_line ul.four li:last-child {
	width: 154px;
}

.game_top .second_line ul li a {
	display: block;
	line-height: 43px;
	color: #353535;
	text-decoration: none;
}

.game_top .second_line ul li.active {
	background: #d0d0d0;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(39, 43, 46, 0.5);
	box-shadow: 0px 0px 5px 3px rgba(39, 43, 46, 0.5);
}

#game_events {
	background: url(../images/bg.inner_block.png) repeat-y -341px 0;
	min-height: 100px;
}

#game_events .event_left {
	width: 272px;
	font-size: 14px;
	margin-right: 5px;
	text-align: right;
	line-height: 18px;
}

#game_events .event_right {
	width: 280px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 5px
}

#game_events .player_out
{
	font-size: 80%;
	color: #D0D0D0;
}

.ball_icon_goal,
.ball_icon_penalty_goal,
.ball_icon_own_goal,
.ball_icon_sauktukas,
.ball_icon_yellow,
.ball_icon_red,
.ball_icon_second_yellow,
.ball_icon_offside,
.ball_icon_substitution,
.ball_icon_penalty_missed
 {
	width: 33px;
	background: url(../images/sprite.png) no-repeat 0 -99px;
	height: 33px;
	margin-left: 5px;
}

.ball_icon_own_goal {
	background: url(../images/sprite.png) no-repeat 0 -142px;
}

.ball_icon_penalty_goal {
	background: url(../images/sprite.png) no-repeat 0 -182px;
}

.ball_icon_penalty_missed {
	background: url(../images/sprite.png) no-repeat 0 -215px;
}

.ball_icon_sauktukas {
	background: url(../images/sprite.png) no-repeat -39px -100px;
}

.ball_icon_yellow {
	background: url(../images/sprite.png) no-repeat -76px -100px;
}

.ball_icon_red {
	background: url(../images/sprite.png) no-repeat -113px -100px;
}

.ball_icon_second_yellow {
	background: url(../images/sprite.png) no-repeat -113px -143px;
}

.ball_icon_offside {
	background: url(../images/sprite.png) no-repeat -190px -100px;
}

.ball_icon_substitution {
	background: url(../images/sprite.png) no-repeat -227px -100px;
}


#game_events .event_left .time {
	background: url(../images/bg.time.png) no-repeat right bottom #e2e2e2;
	padding: 0 15px 0 10px;
	height: 21px;
	float: right;
	text-align: center;
	font-weight: bold;
	line-height: 21px;
	color: #353535
}

#game_events .event_right .time {
	background: url(../images/bg.time.png) no-repeat 0 0 #e2e2e2;
	padding: 0 10px 0 15px;
	height: 21px;
	text-align: center;
	float: left;
	font-weight: bold;
	line-height: 21px;
	color: #353535
}

#game_events  .event.half {
	text-align: center;
}

#game_events  .event.half span {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	padding: 0 15px;
	line-height: 30px;
	display: inline-block;
	background: #fff;
}

#game_review {
	padding: 15px 5px 0 5px;
}

.team_players_list {
	padding: 5px 5px 10px 5px;
	font-size: 14px;
	background: url(../images/bg.inner_block.png) repeat-y -341px 0;
}

.team_players_list ul {
	width: 47%
}

.team_players_list ul li {
	line-height: 25px;
	margin-bottom: 5px;
}

.team_players_list ul li a { text-decoration: none; color: #000}
.team_players_list ul li a:hover { text-decoration: underline}

.team_players_list ul li span {
	margin-right: 10px;
	width: 19px;
	height: 19px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 10px;
	font-weight: bold;
	line-height: 19px;
}

.team_players_list .team1 span {
	background: #f4b71b;
	border: 2px solid #003682;
	color: #003682;
}

.team_players_list .team1 span.gk {
	background: #003682;
	color: #f4b71b;
	border: 2px solid #fff;
}

.team_players_list .team2 span {
	background: #21582a;
	color: #fff;
	border: 2px solid #fff;
}

.team_players_list .team2 li span.gk {
	background: #000;
	border: 2px solid #fff;
}

.team_players_list .ball,
.team_players_list .card,
.team_players_list .arrow {
	position: relative;
	top: 3px;
	margin-left: 8px
}

.additional_players {
	width: 47%;
}

.team_scheme {
	position: relative;
	background: url(../images/bg.team_scheme.jpg) no-repeat 0 0;
	height: 388px;
	width: 600px;
}

.team_scheme .numbers {
	position: absolute;
	top: 27px;
	font-size: 18px;
	color: #fff;
}

.team_scheme .left_numbers {
	left: 45px;
}

.team_scheme .right_numbers {
	right: 45px;
}

.team_scheme .player {
	position: absolute;
	margin-right: 10px;
	width: 19px;
	text-align: center;
	font-size: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
}

.team_scheme .v1 .home.player {
	background: #f4b71b;
	border: 2px solid #003682;
	color: #003682;
}

.team_scheme .v1 .home.dcr {
	left: 110px;
	bottom: 120px;
}

.team_scheme .v1 .home.dcl {
	left: 110px;
	top: 120px;
}

.team_scheme .v1 .home.dm {
	left: 130px;
	bottom: 182px
}

.team_scheme .v1 .home.dr {
	left: 170px;
	bottom: 30px;
}

.team_scheme .v1 .home.dl {
	left: 170px;
	top: 30px
}

.team_scheme .v1 .home.cr {
	left: 200px;
	bottom: 120px;
}

.team_scheme .v1 .home.cl {
	left: 200px;
	top: 120px;
}

.team_scheme .v1 .home.mc {
	left: 200px;
	top: 182px;
}

.team_scheme .v1 .home.rw {
	left: 200px;
	bottom: 120px;
}

.team_scheme .v1 .home.lw {
	left: 270px;
	top: 130px;
}

.team_scheme .v1 .home.rw {
	left: 270px;
	bottom: 130px;
}

.team_scheme .v1 .away.player {
	background: #21582a;
	color: #fff;
	border: 2px solid #fff;
}

.team_scheme .v1 .away.dcr {
	right: 100px;
	top: 120px;
}

.team_scheme .v1 .away.dcl {
	right: 100px;
	bottom: 120px;
}

.team_scheme .v1 .away.dm {
	right: 120px;
	bottom: 182px
}

.team_scheme .v1 .away.dr {
	right: 160px;
	top: 30px
}

.team_scheme .v1 .away.dl {
	right: 160px;
	bottom: 30px
}

.team_scheme .v1 .away.cr {
	right: 190px;
	top: 120px;
}

.team_scheme .v1 .away.cl {
	right: 190px;
	bottom: 120px;
}

.team_scheme .v1 .away.mc {
	right: 190px;
	top: 182px;
}

.team_scheme .v1 .away.rw {
	right: 260px;
	bottom: 130px;
}

.team_scheme .v1 .away.lw {
	right: 260px;
	top: 130px;
}


.team_scheme .v2 .away.player {
	background: #f4b71b;
	border: 2px solid #003682;
	color: #003682;
}

.team_scheme .v2 .away.dcr {
	right: 100px;
	top: 120px;
}

.team_scheme .v2 .away.dcl {
	right: 100px;
	bottom: 120px;
}

.team_scheme .v2 .away.dm {
	right: 120px;
	bottom: 30px
}

.team_scheme .v2 .away.dr {
	right: 120px;
	top: 30px
}

.team_scheme .v2 .away.dl {
	right: 140px;
	top: 182px
}

.team_scheme .v2 .away.cr {
	right: 180px;
	top: 130px;
}

.team_scheme .v2 .away.cl {
	right: 180px;
	bottom: 130px;
}

.team_scheme .v2 .away.rw {
	right: 230px;
	top: 70px;
}

.team_scheme .v2 .away.lw {
	right: 230px;
	bottom: 70px;
}

.team_scheme .v2 .away.ss {
	right: 250px;
	top: 182px;
}

.team_scheme .v2 .home.player {
	background: #21582a;
	color: #fff;
	border: 2px solid #fff;
}

.team_scheme .v2 .home.dcr {
	left: 110px;
	bottom: 120px;
}

.team_scheme .v2 .home.dcl {
	left: 110px;
	top: 120px;
}

.team_scheme .v2 .home.dm {
	left: 130px;
	top: 30px;
}

.team_scheme .v2 .home.dr {
	left: 130px;
	bottom: 30px
}

.team_scheme .v2 .home.dl {
	left: 150px;
	top: 182px
}

.team_scheme .v2 .home.cr {
	left: 190px;
	top: 130px;
}

.team_scheme .v2 .home.cl {
	left: 190px;
	bottom: 130px;
}

.team_scheme .v2 .home.rw {
	left: 240px;
	top: 70px;
}

.team_scheme .v2 .home.lw {
	left: 240px;
	bottom: 70px;
}

.team_scheme .v2 .home.ss {
	left: 260px;
	top: 182px;
}

.team_scheme .v2 .away.guard {
	background: #003682;
	color: #f4b71b;
	border: 2px solid #fff;
	top: 182px;
	right: 23px;
}

.team_scheme .v2 .home.guard {
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	top: 182px;
	left: 34px;
}

.team_scheme .v1 .home.guard {
	background: #003682;
	color: #f4b71b;
	border: 2px solid #fff;
	top: 182px;
	left: 34px;
}

.team_scheme .v1 .away.guard {
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	top: 182px;
	right: 23px;
}

.other_line {
	border-bottom: 1px dotted #ddd
}

.stat__row {
	margin-bottom: 10px;
	margin-top: 10px;
}
.stat__category {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 4px;
}
.stat__homeValue {
	justify-content: flex-start;
	text-align: left;
	padding-right: 5px;
	flex: 0 0 90px;
	color: var(--color-support-dark);
	font-weight: bold;
}
.stat__categoryName {
	display: flex;
	justify-content: center;
	flex: 1;
	font-weight: bold;
	text-align: center;
}
.stat__awayValue {
	justify-content: flex-end;
	text-align: right;
	padding-left: 5px;
	flex: 0 0 90px;
	color: var(--color-support-dark);
	font-weight: bold;
}
.stat__bar {
	display: flex;
	height: 9px;
}
.stat__barBg.stat__home {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	justify-content: flex-end;
}
.stat__barBg {
	display: flex;
	width: 100%;
	background-color: var(--color-support-1);
	margin: 0 1px;
}
.stat__barBg.stat__home .stat__barIsFullHome, .stat__barBg.stat__home > div {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.stat__worseSideOrEqualBackground {
	background-color: var(--color-combination-2);
}
.stat__betterSideBackground {
	background-color: var(--color-primary);
}
.stat__barBg.stat__away {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
