@font-face {
	font-family: 'Ebrima';
	src: url('../fonts/Ebrima.eot?') format('eot'), 
	     url('../fonts/Ebrima.woff') format('woff'), 
	     url('../fonts/Ebrima.ttf')  format('truetype'),
	     url('../fonts/Ebrima.svg#Ebrima') format('svg');
}

body {
	font-size:12px;
	font-family:Ebrima;
	margin:0px;
	background:#000000;
	color:#ffffff;
	/*min-width:420px;*/
}

.row {
	width:100%;
	display:table;
}

.cell {
	height:100%;
	display:table-cell;
}

.vtop {vertical-align:top}

.standard {
	max-width:1000px;
	width:100%;
	margin:0 auto;
}

.top {
	height:95px;
	background:#b61b1a
}

.top .logo {
	vertical-align:middle;
}

.top .right {
	background:url(../images/top-bg.jpg) top right no-repeat;
	height:95px;

}

.top .links {
	height:47px;
	line-height:47px;
	text-align:right
}

.top .links a {
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	margin-left:30px;
}

.top .search {
	width:367px;
}

.top .search .input {
	width:367px;
	height:30px;
	background:url(../images/search-bg.png); 
	float:right;
	margin-right:40px;
}

.top .search .input .txt {
	position:relative;
	left:35px;
	height:24px;
	width:250px;
	background:transparent;
	border:none;
	outline:none;
	top:-8px;
}

.top .search .input .btn {
	position:relative;
	height:29px;
	cursor:pointer;
	width:66px;
	left:47px;
	background:transparent;
	border:none;
}

.channels {
	margin-top:13px;
	text-align:center
}

.channels a {
	display:inline-block !important;
	color:#fff;
	width:70px !important;
	height:70px !important;
	background:#272727;
	border-radius:3px;
	text-decoration:none;
	text-align:center;
	margin:3px;
}

.channels a img {
	margin:11px 0px;
}

.channels a span {
	display:block;
	background:#1a1a1a;
	height:22px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	line-height:20px;
}

.channels a#open {
	background:#b61a1b
}

.channels a#open span {
	background:#ae0200;
}

.navigation {
	margin-top:13px;
	border-bottom:2px solid #ae0100
}

.navigation a {
	color:#fff;
	text-decoration:none;
	background:url(../images/nav-bg.jpg);
	height:29px;
	vertical-align:middle;
	width:64px;
	font-size:12px;
	display:table-cell;
	text-align:center;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	border-right:1px solid #000;
}

.navigation a:last-child {
	border-right:none;
}

.navigation a:hover, .navigation a#active {
	background:url(../images/nav-hover.jpg);
}

.leagues {
	margin-top:20px;
	text-align:center
}

.leagues a {
	width:78px;
	border:solid 1px black;
	height:80px;
	text-align:center;
	background:#1a1a1a;
	border-radius:5px;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	padding-top:5px;
}

.leagues a:hover, .leagues a#current {
	background:#ae0100;
	color:#be8c16
}

.content {
	margin:10px auto;
}

.footer {
	background:url(../images/footer-bg.png);
	height:132px;
	color:#fff;
	font-weight:bold;
	text-align:center;0
	padding:10px 0px;
}
.onlymobile{
	display:none;
}
@media screen and (max-width: 986px){
	.onlymobile { display:block !important;}
	.onlypc, .schedule a .live { display:none !important;}
	.top .right {
		display: block;
		margin: 0 auto;
		text-align: center;
		background:none !important;
	}
	.top .links { text-align:center;}
	.top .logo {
		width:100%;display:block;margin:0 auto;text-align:center;
	}
	.navigation {
	text-align: center;
	padding: 10px;
	}
}