body {
	background: #000;
}
#container {
	background: transparent url(/images/design/new/header_bg.jpg) 50% 0 no-repeat;	
	background-attachment: fixed;
	min-height: 100%;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font: 14px/1.15 'Roboto Condensed', sans-serif;
	min-width: 320px;
	color: #222;
	margin: 0 auto;
	overflow: hidden;
}
a {
	color: #be1818;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
}
a:hover {
	color: #222;
	text-decoration: underline;
}
#header_wrapper {
	position: relative;
	display: block;
	z-index: 11;
	padding: 0 40px;
	text-shadow: #000 1px 1px 1px;
}
#header {
	z-index: 12;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	height: 150px;
}
#logo_wrapper {
	position: absolute;
	top: 65px;
	left: 85px;
}
#logo_wrapper:before {
	background: transparent url(/images/design/new/logo.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	position: absolute;
	top: -70px;
	left: -116px;
	width: 130px;
	height: 168px;
	z-index: -1;
	content: '';
}
#logo {
	z-index: 12;
	position: relative;
	display: inline-block;
	padding-left: 0;
	font-size: 38px;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: -0.5px;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
}
#logo span {
	font-weight: 700;
	color: #ea2634;
}
#logo_wrapper em {
	color: #ffffff;
	font-weight: 400;
	display: block;
	font-size: 12px;
	line-height: 1.15;
	font-style: normal;
	margin-top: -3px;
}
#socials_wrapper {
	position: absolute;
	top: 5px;
	left: 185px;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}
#socials_wrapper .socials_item {
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
}
#socials_wrapper .socials_item img {
	width: 20px;
	height: 20px;
}
#socials_wrapper .socials_item a {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transition: 0.3s;
}
#socials_wrapper .socials_item a:hover {
	background: #bf1818;
}
#mobile_opener {
	background: transparent url(/images/design/new/navi_opener.png) 50% 50% no-repeat;	
	background-size: 24px 24px;
	position: absolute;
	top: 4px;
	z-index: 16;
	right: -12px;
	width: 48px;
	height: 48px;
	display: none;
	cursor: pointer;
	transition: 0.5s;
	border-radius: 50%;
}
#mobile_opener:hover {
	background-color: rgba(191, 24, 24, 0.5);
}
#navi_wrapper.mobile #mobile_opener {
	display: block;
}
#navi_wrapper {
	position: absolute;
	top: 10px;
	z-index: 15;
	left: 75px;
	right: 0;
	padding: 15px 0 5px 0;
	background-clip: padding-box;
	text-align: left;
}
#navi_wrapper.mobile {
	padding-right: 0;
}
#navi_wrapper.hidden {
	display: none;
}
#navi_positioner {
	position: relative;
	height: 30px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
#navi_wrapper.mobile #navi_positioner {
	padding-right: 40px;
}
#navi_positioner .navi_item {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 10px;
}
#navi_positioner .navi_item a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	padding: 6px 10px 5px;
	position: relative;
	border-radius: 3px;
	transition: 0.2s;
}
#navi_positioner .navi_item.has_items a {
	border-radius: 3px 3px 0 0;
}
#navi_positioner .navi_item a:hover,
#navi_positioner .navi_item.active a {
	background: #bf1818;
	color: #fff;
}
.subnavi_wrapper {
	position: absolute;
	top: 42px;
	left: 0;
	background: rgba(191, 24, 24, 0.95);
	border-radius: 0 2px 2px 2px;
	padding: 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	min-width: 220px;
	display: none;
	z-index: 21;
	overflow: hidden;
	text-align: left;
}
.subnavi_wrapper.right {
	border-radius: 2px 0 2px 2px;
}
.subnavi_wrapper.slideFastUp {
	display: block;
}
.subnavi_wrapper .subnavi_item a {
	background: transparent;
	display: block;
	color: #fff;
	padding: 4px 20px 4px 10px;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: #690909 1px 1px 1px;
}
.subnavi_wrapper .subnavi_item+.subnavi_item a {
	border-top: 1px solid rgba(255,255,255, 0.1);
}
.subnavi_wrapper .subnavi_item a span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
}
.subnavi_wrapper .subnavi_item a em {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.subnavi_wrapper .subnavi_item a em:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	border: 1px solid rgba(255,255,255, 0.3);
	border-radius: 2px;
	transition: border-color 0.5s;
}
.subnavi_wrapper .subnavi_item a em img {
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	-moz-box-shadow:     0px 1px 3px 0 rgba(0,0,0, 0.8);
	-webkit-box-shadow:  0px 1px 3px 0 rgba(0,0,0, 0.8);
	box-shadow:          0px 1px 3px 0 rgba(0,0,0, 0.8);
}
.subnavi_wrapper .subnavi_item a:hover {
	background-color: #fff;
	display: block;
	color: #222222;
	text-shadow: none;
	text-decoration: none;
}
.subnavi_wrapper .subnavi_item a:hover em img {
	-moz-box-shadow:     none;
	-webkit-box-shadow:  none;
	box-shadow:          none;
}
.subnavi_wrapper .subnavi_item a:hover em:before {
	border: 1px solid transparent;
}
#auth_wrapper {
	position: absolute;
	top: 70px;
	right: -10px;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}
#auth_wrapper .auth_input {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
#auth_wrapper .auth_input input {
	background: rgba(255,255,255, 0.1);
	display: block;
	padding: 4px 10px 4px 10px;
	border: 1px solid rgba(255,255,255, 0.2);
	color: #fff;
	font-weight: 400;
	font: 13px/1 'Roboto Condensed', sans-serif;
	line-height: normal;
	width: 160px;
	box-sizing: border-box;
	transition: 0.5s;
	border-radius: 2px;
}
#auth_wrapper .auth_input input:focus {
	background: rgba(255,255,255, 0.15);
	border: 1px solid rgba(255,255,255, 0.5);
}
#auth_wrapper #auth_button {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background: #bf1818;
	padding: 4px 10px 4px 10px;
	border: 1px solid #bf1818;
	transition: 0.5s;
	border-radius: 2px;
	font-size: 13px;
	line-height: normal;
	text-align: center;
	min-width: 60px;
}
#auth_wrapper #auth_button:hover {
	text-decoration: none;
	background: #5caf03;
	border: 1px solid #a5ec40;
}
#auth_functions a {
	position: relative;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	padding: 2px 0 2px 20px;
	font-size: 13px;
	line-height: 1.15;
	margin: 6px 11px;
}
#auth_functions a:before {
	background: transparent url(/images/design/new/icon_arrow.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0px;
	width: 16px;
	height: 16px;
	content: '';
}
#auth_functions a:hover {
	text-decoration: underline;
}
#mobile_user {
	background: transparent url(/images/design/new/icon_user.png) 50% 50% no-repeat;	
	background-size: 24px 24px;
	position: absolute;
	top: 4px;
	right: -12px;
	width: 48px;
	height: 48px;
	content: '';
	cursor: pointer;
	transition: 0.5s;
	border-radius: 50%;
	display: none;
}
#mobile_user:hover, #mobile_user.active {
	background-color: rgba(191, 24, 24, 0.5);
}
#season_slider_wrapper {
	position: relative;
	z-index: 1;
	padding: 0 40px;
	background: rgb(0,0,0, 0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
#season_slider_positioner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255, 0.1);
	border-bottom: 0;
	padding: 0 6%;
}
.no-border #season_slider_positioner {
	border-color: transparent;
}
#season_slider_positioner:before {
	width: 1px;
	top: 0;
	bottom: 0;
	left: 50%;
	background: rgba(255,255,255, 0.1);
	content: '';
	position: absolute;
}
.no-border #season_slider_positioner:before {
	top: 40px;
	bottom: 40px;
}
#season_slider {
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	text-shadow: #000 1px 1px 1px;
}
#season_slider_line {
	white-space: nowrap;
	position: relative;
	transition: 0.5s;
}
#season_slider .season_slider {
	display: inline-flex;
	vertical-align: top;
	width: 50%;
	height: 220px;
	box-sizing: border-box;
	padding: 20px 20px;
	color: #fff;
	margin-left: -1px;
}
#season_slider .season_slider_inside {
	position: relative;
	margin: auto;
	display: block;
}
#season_slider .season_slider_type {
	font-size: 12px;
	line-height: 1.15;
	padding-left: 105px;
	padding-top: 15px;
}
#season_slider .season_slider_title {
	font-size: 18px;
	padding: 5px 0;
	line-height: 1.15;
	padding-left: 105px;
}
#season_slider .season_slider_title b {
	color: #ea2634;
}
#season_slider .season_slider_date {
	font-size: 14px;
	line-height: 1.15;
	padding-left: 105px;
}
#season_slider .season_slider_image {
	position: absolute;
	top: 0;
	left: 0;
}
#season_slider .season_slider img {
	width: 90px;
	height: 90px;
}
#season_slider .season_slider_buttons {
	font-size: 0;
	line-height: 0;
	padding-top: 30px;
	margin-right: -5px;
}
#season_slider .season_slider_buttons a,
#season_slider .season_slider_buttons span {
	display: inline-block;
	vertical-align: top;
	padding: 4px 12px;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 1.15;
	border: 1px solid #bf1818;
	background: #bf1818;
	margin-right: 5px;
}
#season_slider .season_slider_buttons span {
	border: 1px solid rgba(255,255,255, 0.2);
	background: transparent;
	color: #999999;
}
#season_slider .season_slider_buttons a:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #bf1818;
	text-shadow: none;
	text-decoration: none;
}
#season_slider_wrapper .next {
	background: transparent url(/images/design/new/slider_arrow.png) 50% 50% no-repeat;	
	background-size: 32px 32px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 4%;
	width: 48px;
	height: 48px;
	content: '';
	border: 1px solid transparent;
	cursor: pointer;
	opacity: 0.6;
	transition: 0.5s;
	border-radius: 50%;
	z-index: 21;
}
#season_slider_wrapper .prev {
	background: transparent url(/images/design/new/slider_arrow.png) 50% 50% no-repeat;	
	background-size: 32px 32px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 4%;
	width: 48px;
	height: 48px;
	border: 1px solid transparent;
	content: '';
	cursor: pointer;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
    opacity: 0.6;
    transition: 0.5s;
    border-radius: 50%;
    z-index: 21;
}
#season_slider_wrapper .next:hover,
#season_slider_wrapper .prev:hover {
	opacity: 1;
}
#season_slider_wrapper .next.disabled,
#season_slider_wrapper .prev.disabled {
	opacity: 0.2;
	cursor: default;
}
#footer_wrapper {
	padding: 0 0;
}
#footer {
	background: transparent url(/images/design/new/footer_bg.jpg) 50% 0 no-repeat;	
	max-width: 1200px;
	min-height: 160px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
}
#footer ul {
	padding: 30px 0 10px 0;
	font-size: 0;
	line-height: 0;
}
#footer ul li {
	display: inline-block;
	vertical-align: top;
	transition: 0.5s;
}
#footer ul li+li {
	border-left: 1px solid rgba(255,255,255, 0.2);
}
#footer ul li+li:hover {
	border-left-color: transparent;
}
#footer ul li:hover+li {
	border-left-color: transparent;
}
#footer ul li a {
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
	font-size: 15px;
	color: #fff;
	border-radius: 2px;
	line-height: 1.15;
}
#footer ul li a:hover {
	text-decoration: none;
	background: #bf1818;
}
#copyright {
	font-size: 13px;
	color: #9f9f9f;
	line-height: 1.4;
}
#developer {
	padding-top: 5px;
	font-size: 14px;
	color: #9f9f9f;
}
#developer a {
	color: #fff;
}
#developer a:hover {
	text-decoration: none;
	color: #ff4747;
}
#main_wrapper {
	position: relative;
	z-index: 1;
	padding: 0 40px;
}
#bet_container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #1d3d61;
}
#main {
	position: relative;
	z-index: 3;
	max-width: 1200px;
	background: #fff;
	min-height: 300px;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: 3px solid #bf1818;
	overflow: hidden;
}
#main:after {
	background: #eeeeee;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 240px;
	content: '';
}
#sidebar {
	margin-left: -240px;
	float: right;
	overflow: hidden;
	width: 240px;
	position: relative;
}
#content {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-right: 240px;
	position: relative;
}
.banner_wrapper {
	display: block;
	background: #000;
	text-align: center;
}
.pre_title {
	position: relative;
	padding: 12px 20px 10px;
	color: #fff;
	font-weight: 700;
	line-height: 1.15;
	font-size: 14px;
	text-shadow: #690909 1px 1px 1px;
	text-transform: uppercase;
	background: rgb(190,24,24);
	background: linear-gradient(0deg, rgba(190,24,24,1) 0%, rgba(157,15,15,1) 100%);
}
.pre_title:after {
	background: transparent url(/images/design/new/title_gradient.png) 50% 50% no-repeat;	
	position: absolute;
	top: 50%;
	bottom: 0;
	width: 133px;
	right: 0;
	content: '';
	margin-top: -19px;
}
.pre_title:first-child:before {
	background: #e72222;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: '';
}
.pre_content {
	padding: 20px 20px;
}
.pre_content.no-padding {
	padding: 0;
}
.pre_content.no-padding img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.pre_content.buttons_top {
	padding-bottom: 0;
	font-size: 0;
	line-height: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.pre_content.buttons_top a {
	margin: 5px;
}
.sidebar_li {
	font-size: 13px;
}
.sidebar_li a {
	color: #222;
}
.sidebar_li a:hover {
	text-decoration: underline;
	color: #bf1818;
}
.sidebar_li+.sidebar_li {
	padding-top: 10px;
}
.sidebar_ul {
	padding-bottom: 10px;
}
#sidebar .pre_content .pre_button {
	display: block;
	text-align: center;
	margin-top: 5px;
}
#sidebar img {
	vertical-align: bottom;
}
.geo_wrapper {
	position: relative;
	padding-bottom: 12px;
}
.geo_wrapper+.geo_wrapper {
	padding-top: 18px;
}
.geo_wrapper+.geo_wrapper:before {
	height: 1px;
	left: -20px;
	right: -20px;
	top: 0;
	content: '';
	position: absolute;
	background: rgba(0,0,0, 0.1);
}
.geo_title {
	position: relative;
	font-weight: 700;
	font-size: 15px;
	color: #bf1818;
	margin-bottom: 7px;
}
.geo_title:before {
	background: transparent url(/images/design/new/geo_ru.png) 50% 50% no-repeat;	
	position: absolute;
	top: 2px;
	right: 0;
	width: 16px;
	height: 11px;
	content: '';
	display: block;
}
.geo_title.by:before {
	background: transparent url(/images/design/new/geo_by.png) 50% 50% no-repeat;	
}
.geo_title.ua:before {
	background: transparent url(/images/design/new/geo_ua.png) 50% 50% no-repeat;	
}
.geo_item {
	padding: 3px 0;
	white-space: nowrap;
}
.geo_item a:before {
	background: transparent url(/images/design/new/icon_bullet.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -5px;
	width: 16px;
	height: 16px;
	content: '';
	display: block;
	opacity: 0.4;
	transition: 0.5s;
}
.geo_item a {
	position: relative;
	color: #222;
	font-size: 13px;
	display: inline-block;
	padding-left: 12px;
}
.geo_item a:hover {
	color: #bf1818;
	text-decoration: underline;
}
.geo_item a:hover:before {
	opacity: 1;
}
.pre_content.table {
	padding: 20px 0;
}
.pre_content.table table {
	width: 100%;
}
.pre_content.table table tr td {
	font-size: 13px;
	padding: 8px 5px 7px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0, 0.15);
}
.pre_content.table table tr td:first-child {
	padding-left: 20px;
}
.pre_content.table table tr td:last-child {
	padding-right: 20px;
}
.pre_content.table table tr td.align-left {
	text-align: left;
}
.pre_content.table table tr td.align-right {
	text-align: right;
}
.pre_content.table table tr.title_head td {
	color: #bf1818;
	border-bottom: 1px solid #bf1818;
}
.pre_content.table table tr:nth-child(even) td {
	background: #e4e4e4;
}
.pre_content.table .pre_button_wrapper {
	padding: 10px 20px 0;
}
.pre_content_tabs {
	position: relative;
	font-size: 0;
	line-height: 0;
	z-index: 8;
	padding-top: 12px;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
.pre_content_tabs .pre_content_tab {
	position: relative;
	font-size: 14px;
	line-height: 1.15;
	text-align: center;
	width: 50%;
	padding: 5px 3px;
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.5s;
}
.pre_content_tabs .pre_content_tab:hover {
	color: #bf1818;
}
.pre_content_tabs .pre_content_tab.active {
	color: #bf1818;
	cursor: default;
}
.pre_content_tabs .pre_content_tab:before {
	height: 2px;
	position: absolute;
	background: #bf1818;
	left: 0;
	right: 0;
	top: 130%;
	content: '';
	transition: 0.3s;
	opacity: 0;
}
.pre_content_tabs .pre_content_tab:after {
	position: absolute;
	top: 130%;
	left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #bf1818;
    display: block;
    content: '';
    margin: 0 0 0 -5px;
    transition: 0.5s;
    opacity: 0;
}
.pre_content_tabs .pre_content_tab.active:before {
	opacity: 1;
	top: 100%;
}
.pre_content_tabs .pre_content_tab.active:after {
	opacity: 1;
	top: 100%;
}
.pre_content.tab {
	padding-top: 10px;
}
.pre_content.tab {
	display: none;
}
.pre_content.tab.active {
	display: block;
}
.promo_articles {
	font-size: 0;
	line-height: 0;
}
.promo_articles .promo_article {
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.promo_articles .promo_article a {
	position: relative;
	display: block;
	background: #bf1818;
	overflow: hidden;
}
.promo_articles .promo_article a:after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	transition: 0.5s;
}
.promo_articles .promo_article a:hover:after {
	-moz-box-shadow:    inset 0px 0px 80px 0 rgba(191,24,24, 1);
	-webkit-box-shadow: inset 0px 0px 80px 0 rgba(191,24,24, 1);
	box-shadow:         inset 0px 0px 80px 0 rgba(191,24,24, 1);
}
.promo_articles .promo_article a:before {
	background: transparent url(/images/design/new/promo_article_shadow.png) 50% 50% no-repeat;	
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: '';
	display: block;
	transition: 0.5s;
}
.promo_articles .promo_article img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.promo_articles .promo_article span {
	z-index: 12;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	max-width: 300px;
	padding-right: 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	text-shadow: #000 1px 1px 1px;
	color: #fff;
}
.promo_articles .promo_article a:hover span {
	text-decoration: underline;
}
.promo_articles .promo_article span em {
	display: block;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 2px;
}
.promo_articles .promo_article a:hover span em {
	text-decoration: none;
}
.promo_newslist {
	position: relative;
	font-size: 0;
	line-height: 0;
	display:flex;
	flex-wrap:wrap;
	overflow: hidden;
}
.promo_newslist_inline {
	border-left: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
}
.promo_newslist:before {
	background: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	content: '';
	z-index: 10;
	position: absolute;
}
.promo_newslist_inline .promo_newslist:before {
	display: none;
}
.pre_content.buttons_top+.promo_newslist {
	border-top: 1px solid #d8d8d8;
	margin-top: -10px;
}
.promo_newslist+.pre_content.buttons {
	border-top: 1px solid #d8d8d8;
}
.promo_newslist.inline {
	border-bottom: none;
}
.promo_newslist .promo_newslist_item {
	position: relative;
	width: 25%;
	padding: 20px;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	height: auto;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	margin-top: -1px;
	min-height: 107px;
	white-space: normal;
}
.promo_newslist.inline .promo_newslist_item {
	border-bottom: none;
}
.promo_newslist .promo_newslist_item img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.promo_newslist_inline .promo_newslist .promo_newslist_item {
	text-align: center;
}
.promo_newslist_inline .promo_newslist .promo_newslist_item > a:first-child {
	background: transparent;
	border-radius: 3px;
	display: inline-block;
}
.promo_newslist_inline .promo_newslist .promo_newslist_item.opponent > a:first-child {
	background: #fff;
	border-radius: 0;
	height: 100px;
	display: flex;
}
.promo_newslist_inline .promo_newslist .promo_newslist_item img {
	width: auto;
}
.promo_newslist_inline .promo_newslist .promo_newslist_item.opponent img {
	max-width: 100px;
	max-height: 100px;
	margin: auto;
}
.promo_newslist_inline .promo_newslist .promo_newslist_item.opponent img.flag {
	display: block;
	max-width: 30px;
	max-height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 50%;
}
.promo_newslist .promo_newslist_item a:first-child {
	position: relative;
	display: block;
	overflow: hidden;
}
.promo_newslist .promo_newslist_item a:first-child span {
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	padding: 5px 5px;
	background: #fff10c;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
.promo_newslist .promo_newslist_item a:first-child:after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	transition: 0.5s;
}
.promo_newslist .promo_newslist_item a:first-child:hover:after {
	-moz-box-shadow:    inset 0px 0px 40px 0 rgba(191,24,24, 1);
	-webkit-box-shadow: inset 0px 0px 40px 0 rgba(191,24,24, 1);
	box-shadow:         inset 0px 0px 40px 0 rgba(191,24,24, 1);
}
.promo_newslist .promo_newslist_item.opponent a:first-child:hover:after {
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}
.promo_newslist .promo_newslist_stats {
	font-size: 13px;
	line-height: 1.15;
	color: #be1818;
	padding-top: 12px;
	padding-bottom: 10px;
}
.promo_newslist .promo_newslist_stats span {
	margin-left: 30px;
	position: relative;
	color: #858585;
}
.promo_newslist .promo_newslist_stats span:before {
	background: transparent url(/images/design/new/icon_eye.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -20px;
	width: 16px;
	height: 16px;
	content: '';
	display: block;
	opacity: 0.5;
}
.promo_newslist .promo_newslist_title {
	font-size: 14px;
	line-height: 1.4;
	color: #222;
}
.promo_newslist_inline .promo_newslist .promo_newslist_title {
	font-size: 18px;
	font-weight: 700;
}
.promo_newslist_item .promo_newslist_role {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: grey;
	padding: 15px 0 8px;
}
.promo_newslist a.promo_newslist_title:hover {
	color: #be1818;
	text-decoration: underline;
}
#content .pre_button_wrapper {
	font-size: 0;
	line-height: 0;
	margin: -5px;
	padding-bottom: 10px;
}
#content .pre_button_wrapper .pre_button {
	margin: 5px;
}
#content ul.tags_list {
	font-size: 0;
	line-height: 0;
	margin: -4px -8px;
	padding-bottom: 20px;
}
#content ul.tags_list li {
	margin: 4px 8px;
	font-size: 13px;
	line-height: 1.15;
	color: grey;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
}
#content ul.tags_list li a {
	font-weight: 400;
	color: #222;
}
#content ul.tags_list li a:hover {
	color: #bf1818;
	text-decoration: underline;
}
#mobile_navi {
	background: rgba(21, 21, 21, 0.9);
	position: fixed;
	top: 0;
	right: 0;
	margin-right: -120%;
	width: 100%;
	max-width: 420px;
	-moz-box-shadow:     0px 0px 17px 0 rgba(0,17,37, 0.3);
	-webkit-box-shadow:  0px 0px 17px 0 rgba(0,17,37, 0.3);
	box-shadow:          0px 0px 17px 0 rgba(0,17,37, 0.3);
	bottom: 0;
	z-index: 2001;
	overflow: auto;
	transition: 0.5s;
	touch-action: none;
}
#mobile_navi.active {
	margin-right: 0;
}
#mobile_navi:before {
	background: #bf1818;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.15;
	color: #fff;
	display: block;
	text-transform: uppercase;
	content: 'Разделы сайта';
}
#mobile_close {
	background: transparent url(/images/design/new/navi_close.png) 50% 50% no-repeat;	
	background-size: 12px 12px;
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	top: 3px;
	right: 10px;
	cursor: pointer;
	transition: 0.5s;
}
#mobile_close:hover {
	animation: 0.3s rotate360 1 linear;
}
@keyframes rotate360 {
  to { transform: rotate(360deg); }
}
#mobile_ul .navi_item {
	border-top: 1px solid rgba(255,255,255, 0.1);
	transition: 0.5s;
}
#mobile_ul .navi_item:first-child {
	border-top: none;
}
#mobile_ul .navi_item a {
	position: relative;
	padding: 10px 20px 8px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.5s;
	color: #fff;
	font-size: 14px;
	text-shadow: #000 1px 1px 1px;
}
#mobile_ul .navi_item:hover a {
	background: rgba(0,0,0, 0.6);
}
#mobile_ul .navi_item.has_items a:before {
	background: transparent url(/images/design/new/navi_bullet.png) 50% 50% no-repeat;	
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
	transition: 0.5s;
}
#mobile_ul li a:hover {
	color: #d91a1a;
	padding-left: 44px;
}
#mobile_ul li a:hover:before {
	opacity: 0.5;
	left: 20px;
}
#mobile_ul .navi_item.has_items.slide a {
	color: #ff2929;
}
#mobile_ul .navi_item.has_items.slide a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mobile_ul .mobile_ul_subs {
	display: none;
	padding-bottom: 10px;
}
#mobile_ul .navi_item.has_items.slide+.mobile_ul_subs {
	display: block;
}
#mobile_ul .subnavi_item a {
	background: transparent;
	display: block;
	color: #fff;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	white-space: nowrap;
}
#mobile_ul .subnavi_item a:hover {
	background: rgba(0,0,0, 0.6);
}
#mobile_ul .subnavi_item a span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
}
#mobile_ul .subnavi_item a em {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#mobile_ul .subnavi_item a em:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	border: 1px solid rgba(255,255,255, 0.3);
	border-radius: 2px;
	transition: border-color 0.5s;
}
#mobile_ul .subnavi_item a em img {
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	-moz-box-shadow:     0px 1px 3px 0 rgba(0,0,0, 0.8);
	-webkit-box-shadow:  0px 1px 3px 0 rgba(0,0,0, 0.8);
	box-shadow:          0px 1px 3px 0 rgba(0,0,0, 0.8);
}
.photo_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-right: -20px;
}
.photo_wrapper:last-child {
	margin-bottom: -20px;
}
.photo_wrapper .photo_item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px 20px 0;
}
.photo_wrapper .photo_item a {
	position: relative;
	overflow: hidden;
	display: block;
}
.photo_wrapper .photo_item a:before {
	background: rgba(191,24,24, 0.7) url(/images/design/new/image_zoom.png) 50% 50% no-repeat;	
	background-size: 38px 38px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	margin-top: -100%;
	transition: 0.5s;
	opacity: 0;
}
.photo_wrapper .photo_item a:hover:before {
	margin-top: 0;
	opacity: 1;
}
.photo_wrapper .photo_item img {
	vertical-align: bottom;
}
.news_spot {
	position: relative;
	padding: 8px 0 8px 20px;
}
.news_spot:before {
	background: transparent url(/images/design/new/icon_bullet.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -8px;
	transition: 0.5s;
	opacity: 0.4;
}
.news_spot a {
	margin-right: 8px;
}
.news_spot span {
	position: relative;
	color: #848484;
	margin-left: 20px;
}
.news_spot span:before {
	background: transparent url(/images/design/new/icon_date.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -9px;
	transition: 0.5s;
	opacity: 0.4;
}
.news_spot+.news_spot {
	border-top: 1px solid rgba(0,0,0, 0.1);
}
.news_chars {
	position: relative;
	padding-bottom: 25px;
	font-size: 0;
	line-height: 0;
}
.news_chars .news_char {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.15;
	color: #787878;
}
.news_chars .news_char.date {
	padding-left: 22px;
}
.news_chars .news_char.date:before {
	background: transparent url(/images/design/new/icon_date.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 50%;
	left: 00px;
	margin-top: -9px;
	transition: 0.5s;
	opacity: 0.4;
}
.news_chars .news_char.views {
	padding-left: 22px;
}
.news_chars .news_char.views:before {
	background: transparent url(/images/design/new/icon_eye.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 50%;
	left: 00px;
	margin-top: -9px;
	transition: 0.5s;
	opacity: 0.4;
}
.news_share {
	font-size: 14px;
	line-height: 1.15;
	font-weight: 700;
	padding: 12px 20px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
	border-top: 2px solid #bf1818;
	margin-bottom: 20px;
	border-radius: 3px;
}
.news_share_label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	padding-top: 2px;
}
.news_share_icons {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.profiles_set {
	position: relative;
	border: 1px solid rgba(0,0,0, 0.15);
	border-radius: 3px;
	padding: 10px 20px 10px 100px;
	display: flex;
	min-height: 80px;
	margin-bottom: 10px;
}
.profiles_set img {
	width: 60px;
	height: 80px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -40px;
	display: block;
}
.profiles_set.mini img {
    width: 60px;
    height: 60px;
    margin-top: -30px;
}
.profiles_set_data {
	margin: auto;
	width: 100%;
}
.profiles_set_data strong {
	display: block;
	font-size: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.mini .profiles_set_data strong {
	font-size: 18px;
	padding-bottom: 5px;
}
.profiles_set_data .pre_button {
	margin: 5px;
}
#comments {
	padding: 0 20px 40px 20px;
}
#comments .comment {
	position: relative;
	padding-top: 20px;
}
#comments .comment.replier {
	color: #ec8000;
}
#comments .comment+.comment {
	border-top: 1px solid rgba(0,0,0, 0.15);
	margin-top: 20px;
}
#comments .comment_ava {
	position: relative;
	padding: 5px 0 5px 75px;
}
#comments .comment_ava img {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 50%;
	margin-top: -30px;
	left: 0;
	vertical-align: bottom;
}
#comments .comment_content {
	position: relative;
	padding-top: 14px;
}
#comments .comment_info {
	font-size: 18px;
}
#comments .comment_date {
	padding: 7px 0 0 0;
}
#comments .comment_date span {
	padding-left: 22px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.15;
	color: #787878;
}
#comments .comment_date span:before {
	background: transparent url(/images/design/new/icon_date.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -9px;
	transition: 0.5s;
	opacity: 0.4;
}
#comments .comment_body {
	font-size: 16px;
	line-height: 1.4;
}
.comment .comment_body img {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.comment .comment_button {
    padding-top: 15px;
}
.comment_opts {
	position: absolute;
	top: 5px;
	right: 0px;
}
.comment_opts .rate {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	height: 14px;
	padding: 3px 26px 3px 6px;
	background: url(/images/design/new/comments/rate.png) 100% 1px no-repeat;
	margin: 0 0 0 3px;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	color: #232323;
	font-size: 14px;
	font-weight: 700;
}
.comment_opts .rate:hover {
	background: url(/images/design/new/comments/rate.png) 100% -19px no-repeat;
}
.comment_opts .rate.disabled {
	cursor: default;
	background: url(/images/design/new/comments/rate.png) 100% -41px no-repeat;
	opacity: 0.5;
}
.comment_opts .delete {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	height: 12px;
	padding: 4px 0 4px 0;
	background: url(/images/design/new/comments/delete.png) 50% 50% no-repeat;
	margin: 0 0 0 3px;
	width: 16px;
}
.comment_opts .edit {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	height: 12px;
	padding: 3px 0 3px 0;
	background: url(/images/design/new/comments/edit.png) 50% 50% no-repeat;
	margin: 0 0 0 3px;
	width: 16px;
}


.photogroups_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-right: -30px;
	margin-bottom: -20px;
}
.photogroups_wrapper:last-child {
	margin-bottom: -30px;
}
.photogroups_wrapper .photogroups_item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 30px 40px 0;
	text-align: center;
}
.photogroups_wrapper .photogroups_item a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}
.photogroups_wrapper .photogroups_item a:before {
	background: rgba(191,24,24, 0.7) url(/images/design/new/slider_arrow.png) 50% 50% no-repeat;
	background-size: 32px 32px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	margin-top: -100%;
	transition: 0.5s;
	opacity: 0;
	border-radius: 50%;
}
.photogroups_wrapper .photogroups_item a:hover:before {
	margin-top: 0;
	opacity: 1;
}
.photogroups_wrapper .photogroups_item img {
	vertical-align: bottom;
	border-radius: 50%;
}
.photogroups_date {
	font-size: 12px;
	color: #959595;
	line-height: 1.15;
	padding: 10px 0 5px;
}
.photogroups_title {
	font-size: 15px;
	line-height: 1.15;
	font-weight: 700;
}
a+.photogroups_title {
    padding-top: 10px;
}
.photoin_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-right: -10px;
	margin-bottom: 0;
}
.photoin_wrapper.inline {
	overflow: hidden;
	white-space: nowrap;
}
.photoin_wrapper:last-child {
	margin-bottom: -10px;
}
.photoin_wrapper .photoin_item {
	display: inline-block;
	vertical-align: top;
	width: 12.5%;
	box-sizing: border-box;
	padding: 0 10px 10px 0;
	text-align: center;
}
.photoin_wrapper .photoin_item a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
}
.photoin_wrapper .photoin_item a:before {
	background: rgba(191,24,24, 0.7) url(/images/design/new/image_zoom.png) 50% 50% no-repeat;	
	background-size: 38px 38px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	margin-top: -100%;
	transition: 0.5s;
	opacity: 0;
}
.photoin_wrapper .photoin_item a:hover:before {
	margin-top: 0;
	opacity: 1;
}
.photoin_wrapper .photoin_item img {
	vertical-align: bottom;
}
.paginator {
	font-size: 0;
	line-height: 0;
	padding: 10px 0;
	text-align: center;
}
.paginator li {
	display: inline-block;
	vertical-align: top;
	padding: 5px 3px;
}
.paginator li a {
	display: inline-block;
	vertical-align: top;
	padding: 6px 2px 4px;
	min-width: 30px;
	font-size: 15px;
	line-height: 1.15;
	border: 1px solid rgba(191,24,24, 0.4);
	border-radius: 3px;
}
.paginator li a:hover {
	text-decoration: none;
	border: 1px solid rgba(191,24,24, 1);
}
.paginator li.active a {
	text-decoration: none;
	font-weight: 700;
	border: 1px solid rgba(191,24,24, 1);
	background: rgba(191,24,24, 1);
	color: #fff;
}
.paginator li.arrow a {
	opacity: 0.2;
	padding: 1px 5px;
	border: 1px solid transparent;
	background: transparent;
	cursor: default;
}
.paginator li.arrow a img {
	width: 24px;
	height: 24px;
}
.paginator li.arrow a[href] {
	opacity: 0.5;
	cursor: pointer;
}
.paginator li.arrow a[href]:hover {
	opacity: 1;
}
#auth_profile_user {
	text-align: right;
	font-size: 15px;
	line-height: 1.15;
	color: #fff;
	padding-right: 10px;
}
#auth_profile_user a {
	color: #ff4949;
	font-weight: 700;
	text-decoration: none;
}
#content .pre_text p.pre_alert {
	font-weight: 700;
	font-size: 18px;
	padding-left: 40px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 10px;
}
#content .pre_text p.pre_alert:before {
	background: transparent url(/images/design/new/icon_alert.png) 50% 50% no-repeat;	
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -16px;
	transition: 0.5s;
}
.song_wrapper {
	font-size: 0;
	line-height: 0;
	display:flex;
	flex-wrap:wrap;
	overflow: hidden;
	padding-bottom: 30px;
}
.song_wrapper .song_text {
	position: relative;
	text-align: center;
	display: inline-flex;
	vertical-align: top;
	box-sizing: border-box;
	width: 60%;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid rgba(0,0,0, 0.2);
	border-bottom: 2px solid #bf1818;
	border-right: none;
	padding: 40px 0 0 0;
}
.song_wrapper .song_video {
	background: #000;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 40%;
	padding: 0 0 0 0;
}
.song_text_content {
	text-align: center;
	font-size: 14px;
	margin: auto;
	display: none;
	padding: 7px 0;
	line-height: 1.6;
}
.song_text_content.active {
	display: block;
}
.song_text_navi {
	font-size: 0;
	line-height: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 15px;
	vertical-align: top;
}
.song_text_navi .song_text_navi_item {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 1;
	border: 1px solid rgba(191,24,24, 0.2);
	border-radius: 3px;
	color: #bf1818;
	margin: 2px;
	cursor: pointer;
	transition: 0.5s;
}
.song_text_navi .song_text_navi_item:hover {
	border: 1px solid rgba(191,24,24, 1);
}
.song_text_navi .song_text_navi_item.active {
	background: #bf1818;
	color: #fff;
	border: 1px solid #bf1818;
}
#content h3.team_header {
	text-align: center;	
}
#content .promo_newslist_inline+h3.team_header {
	padding-top: 40px;
}
.image_bordered {
	background: #000 url(/images/design/new/blur.jpg) 50% 50% no-repeat;	
	background-size: cover;
	text-align: center;
	margin-bottom: 10px;
}
.image_bordered img {
	vertical-align: bottom;
}
.team_profile_items {
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: relative;
	top: -20px
}
.team_profile_items .team_profile_item {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.15;
	color: grey;
}
.team_profile_items .team_profile_item span {
	font-weight: 700;
	color: #bf1818;
}
#content .pre_text table tr td .season_game_type {
	display: none;
}
.season_arena {
	background: transparent url(/images/design/new/season_home.png) 50% 50% no-repeat;	
	background-size: 24px 24px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: -5px -2px;
	opacity: 0.4;
	transition: 0.5s;
	cursor: help;
}
.season_arena.away {
	background: transparent url(/images/design/new/season_away.png) 50% 50% no-repeat;	
	background-size: 24px 24px;
}
.season_arena:hover {
	opacity: 1;
}
#modal_window {
	font-weight: 400;
	font: 13px/1.2 'PT Sans', sans-serif;
	color: #fff;
	padding: 0 0 0;
	background: #313131;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 15px;
	display: none;
	z-index: 200001;
	border-radius: 3px;
	text-align: center;
	max-width: 180px;
	-moz-box-shadow:     0px 2px 7px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow:  0px 2px 7px 0 rgba(0,0,0, 0.2);
	box-shadow:          0px 2px 7px 0 rgba(0,0,0, 0.2);
}
#modal_window.mini {
	font: 12px/1.2 'PT Sans', sans-serif;
	padding: 3px 10px;
	background: #bf1818;
	-moz-box-shadow:     0px 2px 7px 0 rgba(112,0,0, 0.5);
	-webkit-box-shadow:  0px 2px 7px 0 rgba(112,0,0, 0.5);
	box-shadow:          0px 2px 7px 0 rgba(112,0,0, 0.5);
}
#modal_window:before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0px;
	height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #313131;
    display: block;
    content: '';
    margin: 0 0 0 -6px;
}
#modal_window.mini:before {
    border-top: 6px solid #bf1818;
}
#modal_window.active {
	display: block;
}
#auth_alert {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.15;
	color: #ff2434;
	margin: 6px 11px;
	padding: 2px 0;
	display: inline-block;
	vertical-align: top;
}
.comment_editor {
	padding: 0 0 10px 0;
	display: none;
}
.save_editor {
	display: none;
}
.comment_opts .reply {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	height: 18px;
	padding: 1px 0 0 0;
	margin: 0 6px 0 0;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	box-sizing: border-box;
}
.answer_label {
	font-size: 11px;
	display: none;
}
.comment_reply {
	padding: 0 0 7px 0;
	font-size: 15px;
}
#smiles_container {
	padding: 10px 0 0 0;
	margin: 0 0 0 15px;
}
#add_comment_button {
	position: relative;
	top: -10px;
}
#add_comment_answer {
	font-size: 13px;
	line-height: 1.15;
	color: grey;
	padding: 0 0 10px 15px;
	display: none;
}
#add_comment_answer strong {
	color: #bf1818;
}
#lastcomment {
	margin: 0 20px 20px;
	border: 1px solid #7dca6e;
	background: #f1fdec;
	color: #189200;
	font-size: 15px;
	line-height: 1.15;
	padding: 12px 20px;
	border-radius: 3px;
}
.pre_content #lastcomment {
	margin: 0 0 20px;
}
.no2comments {
	position: relative;
	top: 20px;
	color: grey;
	text-align: center;
}
.pre_content.border-bottom {
	padding-bottom: 0;
	border-bottom: 1px solid #d8d8d8;
}
.table_sort {
	display: inline-block;
	padding: 2px 7px;
	border-radius: 2px;
	border: 1px dashed #189200;
	color: #189200;
	margin: -3px -5px;
}
.table_sort:hover {
	border: 1px dashed #bf1818;
	color: #bf1818;
}
.table_sort.active {
	background: #189200;
	border: 1px solid #189200;
	color: #fff;
	text-decoration: none;
	cursor: default;
}
#content .pre_text table tr td.report_label:first-child,
#content .pre_text table tr td.report_label {
    max-width: 100px;
    width: 15%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.preview_stats_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.preview_stats_wrapper+.preview_stats_wrapper {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 2px dashed #ababab;
}
.preview_stats_wrapper .preview_stats_label {
	font-size: 18px;
	line-height: 1.15;
	padding-bottom: 5px;
	padding-top: 15px;
}
#content .pre_text .preview_stats_wrapper table {
	width: 100%;
}
#content .pre_text .preview_stats_wrapper table tr td {
	width: 33.333%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.15;
	background: transparent;
	border: none;
	padding: 0;
}
#content .pre_text .preview_stats_wrapper table tr td:first-child {
    text-align: center;
    padding-left: 0;
}
.preview_stats_wrapper table tr td b {
	display: block;
	font-size: 36px;
	font-weight: 400;
	padding-bottom: 20px;
}
.preview_stats_wrapper table tr td > span {
	display: block;
	margin-top: -28px;
	overflow: hidden;
}
.preview_stats_wrapper table tr td > span span {
	display: block;
	height: 5px;
}
.preview_stats_wrapper table tr td > span.green {
	border-bottom: 1px solid #366d06;
	border-radius: 2px 0 0 2px;
	-moz-box-shadow:     0px 2px 7px 0 #98de5b;
	-webkit-box-shadow:  0px 2px 7px 0 #98de5b;
	box-shadow:          0px 2px 7px 0 #98de5b;
}
.preview_stats_wrapper table tr td > span.green span {
	background: #5bb70a;
	border-bottom: 1px solid #8eea3d;
}
.preview_stats_wrapper table tr td > span.red {
	border-bottom: 1px solid #770909;
	border-radius: 0 2px 2px 0;
	-moz-box-shadow:     0px 2px 7px 0 #e75b5c;
	-webkit-box-shadow:  0px 2px 7px 0 #e75b5c;
	box-shadow:          0px 2px 7px 0 #e75b5c;
}
.preview_stats_wrapper table tr td > span.red span {
	background: #ac1111;
	border-bottom: 1px solid #e44343;
}
.preview_stats_wrapper table tr td > span.grey {
	border-bottom: 1px solid #bebebe;
	-moz-box-shadow:     0px 2px 7px 0 #d5d5d5;
	-webkit-box-shadow:  0px 2px 7px 0 #d5d5d5;
	box-shadow:          0px 2px 7px 0 #d5d5d5;
}
.preview_stats_wrapper table tr td > span.grey span {
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
}
#preview_stats_button {
	padding-top: 20px;
}
.pre_content.border-top {
	border-top: 1px solid #cbcbcb;
}
.pre_content.tabs .tab_content {
	display: none;
}
.pre_content.tabs .tab_content.active {
	display: block;
}
.fantasy_table_input {
	background: #fff;
	display: block;
	padding: 6px 4px 5px 4px;
	border: 1px solid rgba(0,0,0, 0.2);
	color: #222;
	font-weight: 400;
	font: 15px/1 'Roboto Condensed', sans-serif;
	line-height: normal;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	transition: 0.5s;
	border-radius: 3px;
	margin: -8px 0;
}
.member_status {
	font-size: 13px;
	padding-top: 2px;
}
.form_subtitle {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #bf1818;
	padding-top: 20px;
	margin-right: 30px;
	border-top: 1px dashed #bf1818;
}
#content .pre_text p.small-font {
	text-align: center;
	padding-right: 30px;
	font-size: 14px;
	position: relative;
	top: -20px;
	padding-bottom: 0;
}
.paginator li.blank a {
    border-color: transparent;
    color: grey;
    cursor: default;
}
.paginator li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 3px;
}
#content .pre_text > ul.paginator li {
    padding-left: 3px;
    margin-bottom: 0;
}
#content .pre_text > ul.paginator li:before {
    display: none;
}
#live-link {
	position: absolute;
	left: 50%;
	width: 220px;
	margin-left: -110px;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 1.15;
	text-align: center;
	padding: 4px 10px;
	background: #bf1818;
	border-radius: 2px;
	z-index: 100001;
	text-shadow: none;
	top: 100%;
	margin-top: -15px;
}
#live-link span {
	display: block;
	padding-top: 2px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffe92e;
	transition: 0.3s;
}
#live-link:hover {
	text-decoration: none;
	background: #3ec609;
}
#live-link:hover span {
	color: #fff;
}
#vote_question {
	font-size: 15px;
	line-height: 1.3;
}
#vote_container .vote_answer_item a {
	display: block;
	padding: 4px 0 4px 20px;
	position: relative;
	color: #666666;
}
#vote_container .vote_answer_item a:before {
	position: absolute;
	top: 50%;
	left: 0;
	border: 1px solid rgba(0,0,0, 0.3);
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	content: '';
	margin-top: -7px;
	transition: 0.3s;
}
#vote_container .vote_answer_item a:hover {
	color: #222;
	text-decoration: none;
}
#vote_container .vote_answer_item a.active {
	color: #bf1818;
}
#vote_container .vote_answer_item a.active:before {
	border-color: #bf1818;
}
#vote_container .vote_answer_item a:after {
	position: absolute;
	top: 50%;
	left: 40px;
	background: #bf1818;
	width: 16px;
	height: 6px;
	content: '';
	margin-top: -3px;
	opacity: 0;
	transition: 0.3s;
}
#vote_container .vote_answer_item a.active:after {
	left: 4px;
	border-radius: 50%;
	opacity:1;
	width: 6px;
}
#vote_answers {
	padding: 15px 0;
}
#vote_container {
	position: relative;
	overflow: hidden;
}
#vote_container.loading:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	z-index: 21;
	background: #eeeeee;
}
#vote_container.loading:after {
	z-index: 22;
	content: '';
	position: absolute;
	width: 28px;
	height: 28px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	border: 2px solid #bf1818;
	border-radius: 50%;
	border-left-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
#vote_container .vote_result_item {
	padding-top: 10px;
}
#vote_container .vote_result_item+.vote_result_item {
	margin-top: 10px;
	border-top: 1px solid #fff;
}
#vote_container .vote_result_stats {
	font-size: 13px;
	color: #666;
}
#vote_container .vote_result_line {
	margin: 5px 0;
	height: 3px;
	border: 1px solid rgba(0,0,0, 0.15);
	border-radius: 3px;
	position: relative;
}
#vote_container .vote_result_line span {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	border-radius: 3px;
	border-bottom: 1px solid #8d0a0a;
	display: block;
	-moz-box-shadow:     0px 2px 4px 0 rgba(243,25,25, 0.4);
	-webkit-box-shadow:  0px 2px 4px 0 rgba(243,25,25, 0.4);
	box-shadow:          0px 2px 4px 0 rgba(243,25,25, 0.4);
}
#vote_container .vote_result_line span em {
	display: block;
	background: #bf1818;
	border-radius: 3px;
	height: 3px;
	border-bottom: 1px solid #ed2525;
}
#search_wrapper {
	position: relative;
}
#search_wrapper input {
	background: #fff;
	display: block;
	padding: 5px 30px 6px 10px;
	border: 1px solid rgba(0,0,0, 0.3);
	color: #222;
	font-weight: 400;
	font: 14px/1 'Roboto Condensed', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
	border-radius: 3px;
}
#search_wrapper input:focus {
	border: 1px solid #555;
}
#search_submit {
	background: transparent url(/images/design/new/search.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	opacity: 0.3;
	transition: 0.5s;
	cursor: pointer;
	margin-top: -12px;
	top: 50%;
	right: 26px;
}
#search_submit:hover, #search_wrapper input:focus+#search_submit {
	opacity: 1;
}
.rubricator_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	padding-left: 40px;
}
.rubricator_wrapper+.rubricator_wrapper {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(0,0,0, 0.1);
}
.rubricator_wrapper .rubricator_item {
	display: inline-block;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	line-height: 1.15;
}
.rubricator_wrapper .rubricator_item.flag {
	position: relative;
	padding-left: 28px;
}
.rubricator_wrapper .rubricator_item.flag img {
	position: absolute;
	left: 5px;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	top: 50%;
	border-radius: 50%;
	display: block;
}
.rubricator_wrapper .rubricator_label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}
.rubricator_wrapper+.rubricator_wrapper .rubricator_label {
	top: 20px;
}
.rubricator_wrapper .rubricator_item.bold {
	font-weight: 700;
}
.club_change_title {
	display: inline-block;
	vertical-align: middle;
	color: #bf1818;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
}
.club_change_title span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	padding-bottom: 2px;
}
.club_change_image {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}
.floated_crest {
	float: right;
	padding: 0 0 20px 20px;
}
#content .pre_text .floated_crest img {
	max-width: 120px;
	height: auto;
}
.pre_content_promo {
	margin: -20px -20px 20px -20px;
	text-align: center;
	background: #ededed;
}
.pre_content_promo img {
	vertical-align: bottom;
}
.pre_content_promo.blurred {
	background: #1d1d1d;	
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.pre_content_promo.blurred > img {
	opacity: 0.4;
}
.pre_content_promo_image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
}
.pre_content_promo_image img {
	margin: auto;
	max-height: 100%;
	width: auto;
	-moz-box-shadow:    0px 0px 80px 0 rgba(191,24,24, 1);
	-webkit-box-shadow: 0px 0px 80px 0 rgba(191,24,24, 1);
	box-shadow:         0px 0px 80px 0 rgba(191,24,24, 1);
}
#trophies_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	display:flex;
	flex-wrap:wrap;
	overflow: hidden;
	margin-right: -20px;
}
#trophies_wrapper .trophies_item {
	position: relative;
	width: 33.3333333%;
	padding: 0 20px 20px 0;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	z-index: 8;
	text-align: center;
}
#trophies_wrapper .trophies_item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 20px;
	bottom: 20px;
	border: 1px solid rgba(0,0,0, 0.15);
	z-index: -1;
	transition: 0.5s;
}
#trophies_wrapper .trophies_item_header {
	padding: 20px 0 15px;
}
#trophies_wrapper.coaches .trophies_item_header {
	padding: 0 0 20px 0;
}
#trophies_wrapper .trophies_item_image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 10;
}
#trophies_wrapper .trophies_item_image img {
	max-height: 100px;
}
#trophies_wrapper .trophies_item_data {
}
#trophies_wrapper .trophies_item_title {
	position: relative;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
}
#trophies_wrapper .trophies_item_count {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 11;
	margin-left: 0px;
}
#trophies_wrapper .trophies_item_count em {
	background: transparent url(/images/design/new/trophies_label.png) 50% 50% no-repeat;	
	background-size: 100px 100px;
	display: block;
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 40px;
	line-height: 74px;
	font-style: normal;
}
#trophies_wrapper .trophies_item_stats {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #888;
	padding: 0 30px 20px 30px;
}
#team_stats {
	position: relative;
	background: #3a7f28;	
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin-top: -20px;
	z-index: 6;
}
#team_stats_positions {
	background: transparent url(/images/design/new/stats/field.jpg) 50% 50% no-repeat;	
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 70px;
	position: relative;
}
#team_stats_positions .team_stats_position {
	position: relative;
	text-align: center;
	padding-bottom: 15px;
}
#team_stats_positions .team_stats_position.replacements {
	background-color: rgba(101,188,24, 0.3);
	border-top: 2px dashed #96e64f;
	padding-top: 30px;
	position: relative;
}
#team_stats_positions .team_stats_position.replacements:before {
	background: transparent url(/images/design/new/stats/replacements.png) 50% 50% no-repeat;	
	width: 74px;
	height: 156px;
	content: '';
	position: absolute;
	top: -35px;
	left: 7%;
}
#team_stats_opponent_position {
	background: rgba(0,0,0, 0.3);
	border-top: 2px dashed #fff;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	padding: 20px 20px 40px;
	text-align: center;
}
#team_stats_opponent_title {
	position: relative;
	font-size: 24px;
	padding-top: 10px;
}
#team_stats_opponent_squad {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 5px;
}
#team_stats_opponent_button {
	padding-top: 15px;
}
#content .pre_text #team_stats_opponent_button .pre_button {
	margin: 0;
}
#team_stats_opponent_goals {
	max-width: 600px;
	margin: 0 auto;
	font-size: 16px;
	padding-top: 8px;
}
#team_stats_opponent_goals span {
	position: relative;
	margin-left: 40px;
}
#team_stats_opponent_goals span:before {
	background: #fff url(/images/design/new/stats/goal.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 50%;
	left: -30px;
	margin-top: -12px;
	content: '';
	border-radius: 50%;
}
#team_stats_opponent_cards {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 8px;
}
#team_stats_opponent_cards span {
	position: relative;
	margin-left: 30px;
}
#team_stats_opponent_cards span:before {
	background: transparent url(/images/design/new/stats/yellow.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 50%;
	left: -20px;
	margin-top: -8px;
	content: '';
	border-radius: 50%;
}
#team_stats_opponent_cards span.red:before {
	background: transparent url(/images/design/new/stats/red.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#team_stats .team_stats_item {
	position: relative;
	z-index: 8;
	display: inline-block;
	vertical-align: top;
	width: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#team_stats .team_stats_item.coach {
	position: absolute;
	top: 0;
	left: 0;
}
#team_stats .team_stats_item img {
	width: auto;
	max-height: 80px;
	border-radius: 4px;
}
#team_stats .team_stats_item_title {
	font-size: 13px;
	line-height: 1.3;
	position: relative;
	margin: 0 -20px;
	padding-top: 5px;
	color: #fff;
	text-shadow: #000 1px 1px 1px, #000 0px 5px 5px;
	text-shadow: 2px 2px 0 #012100, 2px -2px 0 #012100, -2px 2px 0 #012100, -2px -2px 0 #012100, 2px 0px 0 #012100, 0px 2px 0 #012100, -2px 0px 0 #012100, 0px -2px 0 #012100;
}
#team_stats .team_stats_item_image {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#team_stats .team_stats_item_capo {
	position: absolute;
	bottom: 5px;
	left: -15px;
	background: #ffe400;
	padding: 1px 5px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.15;
	color: #000;
	display: block;
	text-transform: uppercase;
}
#team_stats .team_stats_item_image a img {
	transition: 0.7s;
}
#team_stats .team_stats_item_image a:hover img {
	-moz-box-shadow:    0px 5px 20px 5px rgba(252,24,24, 0.9);
	-webkit-box-shadow: 0px 5px 20px 5px rgba(252,24,24, 0.9);
	box-shadow:         0px 5px 20px 5px rgba(252,24,24, 0.9);
}
#team_stats .replace_label {
	position: absolute;
	z-index: 11;
	background: #49b514;
	color: #fff;
	padding: 2px 0;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	top: 100%;
	margin-top: -8px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}
#team_stats .team_stats_item_icons {
	position: absolute;
	top: 0;
	bottom: -24px;
	left: 100%;
	margin-left: 5px;
	overflow: hidden;
	width: 20px;
}
#team_stats .team_stats_item_icons span {
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display: block;
	margin-bottom: 4px;
}
#team_stats .team_stats_item_icons span.pre_hint {
	cursor: help;
}
#team_stats .team_stats_item_icons span.yellow {
	background: rgba(0,0,0, 0.7) url(/images/design/new/stats/yellow.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#team_stats .team_stats_item_icons span.red {
	background: rgba(0,0,0, 0.7) url(/images/design/new/stats/red.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#team_stats .team_stats_item_icons span.goal {
	background: rgba(0,0,0, 0.7) url(/images/design/new/stats/goal.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#team_stats .team_stats_item_icons span.off {
	background: rgba(0,0,0, 0.7) url(/images/design/new/stats/off.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#team_stats .team_stats_item_icons span.on {
	background: rgba(0,0,0, 0.7) url(/images/design/new/stats/on.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#content .pre_text p.small {
	font-size: 13px;
}
#opponent_card {
	position: relative;
	min-height: 122px;
	display: flex;
	box-sizing: border-box;
}
#opponent_card_logo {
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(0,0,0, 0.2);
	border-radius: 3px;
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
}
#opponent_card_logo img {
	max-width: 100px;
	max-height: 100px;
	width: auto;
	height: auto;
	margin: auto;
	display: block;
}
#opponent_card_data {
	position: relative;
	padding-left: 20px;
	margin: auto 0;
	text-align: left;
}
#opponent_card_title {
	font-size: 18px;
	font-weight: 700;
}
#opponent_card_squad {
	padding-top: 5px;
	font-size: 14px;
	line-height: 1.3;
}
#opponent_card_goals {
	padding-top: 5px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
}
#opponent_card_stats {
	padding-top: 10px;
    margin-bottom: -7px;
}
#opponent_card_stats span {
	display: inline-block;
	vertical-align: top;
	border: 1px solid transparent;
    padding: 5px 0;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.pre_content.no-padding-top {
	padding-bottom: 0;
}
#content .pre_text table#team_stats_timeline tr td {
	padding-right: 0;
	width: 10px;
	background: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
}
#content .pre_text table#team_stats_timeline tr.opponent td {
	background: rgba(0,0,0, 0.05);
	padding-top: 8px;
	padding-bottom: 8px;
}
#content .pre_text table#team_stats_timeline tr td:first-child {
	font-weight: 700;
	color: #bf1818;
}
#content .pre_text table#team_stats_timeline tr td+td {
	width: auto;
	padding-left: 15px;
	text-align: left;
	padding-right: 20px;
}
#content .pre_text table#team_stats_timeline tr.opponent td+td {
	color: #888;
	text-align: right;
	font-size: 13px;
}
#team_stats_timeline span.icon {
	padding-left: 34px;
	background: transparent url(/images/design/new/stats/goal.png) 0 50% no-repeat;	
	background-size: 16px 16px;
	display: block;
}
#team_stats_timeline span.icon.card {
	background: transparent url(/images/design/new/stats/yellow.png) 0 50% no-repeat;
	background-size: 16px 16px;	
}
#team_stats_timeline span.icon.card_red {
	background: transparent url(/images/design/new/stats/red.png) 0 50% no-repeat;	
	background-size: 16px 16px;
}
#team_stats_timeline span.icon.replace {
	background: transparent url(/images/design/new/stats/replace.png) 0 50% no-repeat;	
	background-size: 16px 16px;
}
#team_stats_timeline span.icon.not_scored {
	background: transparent url(/images/design/new/stats/goal_not_scored.png) 0 50% no-repeat;	
	background-size: 16px 16px;
}
#content .pre_text table tr td span.hide_on_mobile+span {
	display: none;
}
.card_icon {
	background: transparent url(/images/design/new/stats/yellow.png) 50% 50% no-repeat;
	background-size: 16px 16px;	
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
}
.card_icon.red {
	background: transparent url(/images/design/new/stats/red.png) 50% 50% no-repeat;
	background-size: 16px 16px;	
}
#content h1 span.penalties {
	display: block;
	font-size: 24px;
	color: #bf1818;
	letter-spacing: -0.5px;
}
.trophies_item_icons {
	font-size: 0;
	line-height: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.trophies_item_icons .trophies_item_icon {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 20px 15px;
	font-size: 13px;
	line-height: 1.15;
	text-align: center;
}
.trophies_item_icons .trophies_item_icon strong {
	display: block;
	letter-spacing: -1px;
	font-size: 32px;
	color: #bf1818;
}
.trophies_item_br {
	border-top: 1px solid rgba(0,0,0, 0.1);
	height: 10px;
	margin: 0 15px;
}
.trophies_item_numbers {
	padding: 0 15px 15px 15px;
	font-size: 14px;
	line-height: 1.15;
	text-align: center;
}
.trophies_item_numbers strong {
	color: #bf1818;
}
#game_event_label {
	margin: -20px 0 20px 0;
	padding-left: 40px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #bf1818;
}
#game_event_label:before {
	background: transparent url(/images/design/new/icon_alert.png) 50% 50% no-repeat;	
	background-size: 32px 32px;
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 0;
	margin-top: -18px;
	content: '';
}









