@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/bebasneue.eot');
	src: url('../fonts/bebasneue.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bebasneue.woff') format('woff'),
		url('../fonts/bebasneue.ttf') format('truetype'),
		url('../fonts/bebasneue.svg#bebasneue') format('svg');
	font-weight: normal;
	font-style: normal;
}


#leaders_slider li .shape02 {
	display: none;
}
#leaders_slider li .image img {
	border-radius: 4px;
}

.index_block {
	/* get proper url from inner block */
	background: url(../images/bg.inner_block.png) no-repeat center 7px;
}

/* Video */
#video_col .video {
	margin-bottom: 6px;
	position: relative;
	margin-left: 1px;
	width: 114px;
	height: 75px;
	overflow: hidden;
}
#video_col .video_main {
	width: 476px;
	height: 318px;
}

#video_col .video span.video_title_with_logos {
	font-size: 12px;
	line-height: 14px;
	width: 100px;
	left: 6px;
	bottom: 20px;
}
#video_col .video_main span.video_title_with_logos {
	font-size: 28px;
	line-height: 1;
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
}
#video_col .video_main span img {
	display: inline-block;
	margin: -11px 0 -22px 0;
	width: 52px;
	height: 57px;
}

#video_col .video a em {
	top: 75px;
	height: 75px;
}

#video_col .video a strong {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	width: 100px;
	height: 20px;

	bottom: 75px;
	left: 50%;
	margin-left: -50px;
}
#video_col .video a small {
	font-size: 11px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	position: absolute;
	display: block;
	width: 101px;
	left: 6px;
	bottom: 0;
	border-top: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#video_col .video_main a small {
	font-size: 14px;
	line-height: 1;
	border: none;
	width: 100%;
}

#video_col .video_wrap {
	background: url(../images/bg.hotnews.png) 0 0 repeat;
	left: 0;
	bottom: 0;
	position: absolute;
	height: 83px;
	width: 100%;
}
#video_col .video_wrap * {
	position: static !important;
}

.video_main .video_dec {
	background: url(../images/ico.video.play.png) 0 0 no-repeat;
	position: absolute;
	top: 107px;
	left: 213px;
	width: 50px;
	height: 105px;
}
.video_main a:hover .video_dec {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* News */
#news_col .new {
	width: 94px;
	margin-right: 6px;
	margin-bottom: 20px;
}
#news_col .new .image a {
	height: 73px;
}
#news_col .new a.title {
	color: #353535;
}

/* Game table */
#games_table {
	margin-bottom: 30px;
}
#games_table.sidebar_block table .odd td {
	background: #edf1e5;
}
#games_table.sidebar_block table .even td {
	background: #e9edee;
}
#games_table.sidebar_block .place_equal,
#games_table.sidebar_block .place_down,
#games_table.sidebar_block .place_up {
	margin-left: 5px;
}
#games_table table tr td {
	padding: 2px 0;
	border-bottom:1px dotted #b9babf;
}

#leaders_slider li .image {
	margin-right: 15px;
}
#leaders_slider li .team_name {
	padding: 11px 10px 0 0;
}

#leaders_slider li .info {
	width: 145px;
}

/* Hot news */
#hot_news {
	height: 386px;
	margin: 0 auto;
}
#hot_news .effect01 {
	/*background: url(../images/bg.hotnews.png) 0 0 repeat;*/
	left: 0;
	top: auto;
	bottom: 0;
	position: absolute;
	height: 123px;
	width: 100%;
}
#hot_news ul li {
	background: #fff; /* added for precaution when image isn't high enough */
	width: 617px;
	height: 370px;
}
#hot_news .info {
	background: url(../images/bg.hotnews.png) 0 0 repeat;
	bottom: 0px;
	width: 617px;
}
#hot_news .info span {padding: 10px 10px 0;}
#hot_news .info p {padding: 0 10px 10px;}

#hot_news .buttons {
	background: #fff;
	width: 368px;
	top: 1px;
	right: 0;
	padding: 10px 0;
}

#hot_news .buttons .text {
	width: 220px;
}
#hot_news .buttons .button1 {
	background: #fff;
	width: 355px;
	height: 89px;
	margin-bottom: 0;
	overflow: hidden;
}
#hot_news .buttons .button1.active {
	background: var(--color-accent-gold-600);
}
#hot_news .buttons .image {
	width: 114px;
	height: 80px;
	margin-right: 5px;
}

/* Game Slider */
#games_slider .versus span {
	width: 85px;
}
#games_slider .slide {border-right: none;}
#games_slider .slide .date {border-right: 1px solid #787878;}
#games_slider .slide .versus {border-right: 1px solid #a9a9a9;}

#games_slider .slide .date {font-size: 11px; white-space: nowrap; padding: 0 3px;}
#games_slider .slide .date {background: #9b9b9b url(../images/bg.date.past.png) repeat-x;}

#games_slider .slide_even .date {background: url(../images/bg.date.png) repeat-x;}

#games_slider img.tv_small {max-height: 19px;}



/* Video Slide */
.video_slide {
	position: relative;
	width: 100%;
	height: 318px;
}
.video_slide ul li {
	width: 476px;
	height: 318px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.video_slide ul li.active {
	z-index: 3;
}

.video_slide .buttons {
	position: absolute;
	width: 114px;
	height: 318px;
	right: 0;
	top: 0;
	z-index: 100;
	overflow: hidden;
}
.video_slide .buttons .button {
	width: 119px;
	height: 75px;
	margin-bottom: 6px;
	overflow: hidden;
}
.video_slide .buttons .button.active {
	/*border-right: 7px solid #4a7603;*/
	display: none;
}
