html { height: 100%; }
.html_scroll
{
	overflow:hidden;
}
body {
	font-family: helvetica;
	font-size:12px;
	color: #000;
	margin: 0;
	margin-bottom:6px;
	padding: 0px;
	
}
a
{
	text-decoration:none;
	color: #63a44f;
}
.body-wrap
{
	
  clear: both;
  margin: auto;
  width: 1000px;
 height:auto;
  overflow: hidden;
  position: relative;
border:1px solid #bbb;
box-shadow: 0px 0px 12px -4px #000000;
border-radius:4px;
}

#header { 
  position: fixed;
  width:100%;

z-index:200;

}

#menutop { 
 
  width:100%;
 height:40px;
	box-shadow: 0 1px 8px 0px #000000;
background:url(menu-pattern.png) #343434;
}
#nv {
	clear:both;
 	margin:auto;

    font-size:14px;

	box-shadow: 4px 0px 4px -4px #000000, -4px 0px 4px -4px #000000;
	box-sizing: border-box;
	
	width: 1000px;
	height:40px;

}

#nv a.nav {
	color: #63a44f;
  font-weight:600;
	background:url(gloss.png) #ebebeb;	
	padding:12px; 
	box-sizing: border-box;
	height:100%;
	float:left;
	text-align:center;
	margin-left:1px;
	border-left:1px solid #bbb;
	box-shadow: inset 0px -10px 40px -30px #000000;
}

#nv a.nav:hover, .active
{
color: #666!important;
box-shadow: inset 0px -15px 40px -30px #000!important;

text-shadow: #bbb 0px 0px 1px!important;

 
  transition: box-shadow 0.5s ease, color 0.5s ease!important;
}
#menu 
{
	height:auto;
	padding-top:10px;
}
#menu ul {

    list-style-type: none;
    margin: 0;
    padding: 0 10px;
	 border-bottom:1px solid #5d5d5d;
}
.men
{
	 display: block;
    width: 168px;
	 padding: 6px 10px;
	 margin:1px;
	 color:#fff;
	 border-bottom:1px solid #5d5d5d;
	 box-sizing: border-box;
	 font-weight:bold;
	 box-shadow: inset 0px -18px 30px -30px #000;
}
.men:hover
{
	text-decoration:underline;
	
}
#menu li a {
    display: block;
    width: 168px;
	 padding: 6px 0;
	 margin:1px;
	
	 box-sizing: border-box;
	
}
#rules
{
	color:#ed2828;
}
#menu li a:hover, #rules:hover {
   
    color: #bbb;
	text-decoration:none;
}
#logo { 
 
  width:1000px;
  clear:both;
  margin:auto;
  box-sizing: border-box;
 height:100px;
 box-sizing: border-box;
 background:url(logo.png) no-repeat #fff;
 background-position: 10px 26px;
 position:relative;
}

.content
{
	float:left;
	width:504px;
	height:auto;
	min-height:2300px!important;
margin-top:146px;
margin-left:4px;
padding:2px;
 box-sizing: border-box;
 
}
.predict_table
{
	color:#fff!important;
}
.predict_table tr
{
	height:30px;
}
.predict_table td
{
	padding:5px!important;
}
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.bold
{
	font-weight:bold;
	color:#599646;

}
.predict_table .result
{
	text-align:left;
	width:70px
}

.predict_table th:nth-child(n+3)
{
	text-align:left;
}


.right-column a:hover, .left-column a:hover
{
	text-decoration:underline;
}

.right-column
{
	float:left;
	width:310px;
	height:auto;
	padding-bottom:6px;
	margin-top:148px;
	margin-left:4px;
	background:#343434;
	box-shadow: inset 0px 200px 200px -220px #aaa;
}
.right-column td.cb, .right-column td:nth-child(9)
{
	display:none;
}
.right-column td:nth-child(2), .right-column td:nth-child(1), .right-column td.stats_info
{
	width:21px;
	text-align:center;
}
.light_bg 
{
	font-weight:bold;

}
.left-column
{
	
	width:170px;
	height:auto;
	background:#343434;
	box-shadow: inset 0px 200px 200px -220px #aaa;
	margin-top:6px;
	margin-left:4px;
}

#footer
{
	float:left;
	width:100%;
	border-top:1px solid #bbb;
	margin-top:10px;
height:50px;
padding:15px;
 box-sizing: border-box;
 background:url(menu-pattern.png) #343434;
 color:#fff;
 text-align:center;

}
#fmob
{
	float:right;
}


.standing_table, .ranking_table
{
font-size:12px;
font-weight:normal;	
color:#bbb;
border-collapse:collapse;

}
.standing_table img
{
	height:20px;
	vertical-align:middle;
	margin-right:2px;
}
.standing_table tr:nth-child(even), .ranking_table tr:nth-child(even)
{
	background:#343434;

}
.standing_table tr:nth-child(odd), .ranking_table tr:nth-child(odd)
{
	background:#404040;

}
.standing_table td
{
	border-bottom:1px solid #2f2f2f;
	padding:2px;
}
.standing_table b, .table_important
{
color:#599646;
}

.menu
{
	width:100%; 
	height:30px; 
	color:#fff; 
	font-size:14px; 
	border-bottom:1px solid #888;
	box-sizing: border-box; 
	box-shadow: 0px 5px 6px -4px #000; 
	font-weight:bold; 
	letter-spacing:2px;
	 position: relative;
}
.gloss
{
	position:absolute; 
	width:180px; 
	height:30px;
	background:url(gloss.png) repeat-x; 
	background-position:-10px -8px; 
	opacity:0.3;

}

#pages
{
	width:100%;
}
#pages a, #pages span
{
padding:6px; 
color:#fff;
border-radius:5px;
background-color:#343434; 
border:1px solid #343434;
float:left;
font-size: 12px; 
margin:2px;
min-width:19px;
text-align:center;
}
#pages span
{
	background-color:#fff; 
	color:#5d5d5d;
}
.current, #pages a:hover
{
color:#599646;

}
#toggle
{
	display:none;
}

#signin
{
	width:250px;
	height:40px;
	box-sizing: border-box; 
	
	padding:6px;
	
	float:right;
	display:block;
	color:#fff;
	
}
#signin a, #signin div {
padding:6px; 
padding-top:6px;
display:block; 
float:right; 
height:16px; 

	color: #fff;
	font-size:12px;
font-weight:bold;

background:url(gloss2.png) 0px -8px repeat-x #599646; 

}
#signin a:hover {
box-shadow: inset 0px -10px 40px -32px #000000;
text-decoration:underline;
transition: box-shadow 0.5s ease;

}

.viewall {
width:100%;
height:26px; 
padding:5px;
box-sizing: border-box;
display:inline-block;
background:#343434;
text-align:center;
color:#fff;
}
.viewall:hover
{
	opacity:1;
	text-decoration:underline;


}
th
{
	border-bottom:1px solid #375d2c;
	box-shadow: inset 0px -5px 6px -6px #000; 
	background:#343434; 
	color:#fff;
}
.buyin, .bonus
{
	float:left; 
	width:100%; 
	height:auto;
	border-radius:2px; 
	background:#c8b115; 
	box-sizing:border-box;
	 padding:4px; 
	 margin-top:2px; 
	 color:#343434;
	 line-height:18px;
}
#chat_form input, #chat_form textarea {
	border: 1px solid #bbb;
	padding: 2px;
	margin:1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 2px;
		font-family: helvetica;
font-size:12px;

	outline: 0;
}

#chat_form input[type="submit"] {
	cursor: pointer;
	background: -moz-linear-gradient(top, #efefef, #ddd);
	background: -ms-linear-gradient(top, #efefef, #ddd);
	background: -o-linear-gradient(top, #efefef, #ddd);
	background: linear-gradient(top, #efefef, #ddd);	
	background: -webkit-linear-gradient(top, #efefef, #ddd);

	color: #333;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	border: 1px solid #ccc;
	
}

#chat_form input[type="submit"]:hover {
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);
	border: 1px solid #bbb;
}

#chat_form input[type="submit"]:active {
	background: -webkit-linear-gradient(top, #ddd, #aaa);
	background: -moz-linear-gradient(top, #ddd, #aaa);
	background: -ms-linear-gradient(top, #ddd, #aaa);
	background: -o-linear-gradient(top, #ddd, #aaa);
	background: linear-gradient(top, #ddd, #aaa);	
	border: 1px solid #999;
}
#mobile_banner, .sidenav, .day_short
{
	display:none;
}
#overlay
{
	background:#000; opacity:0.5; z-index:5000; height:100%; width:100%;  position: fixed; left:0; top:0; display:none; cursor:pointer;
}
#bet365_cont
{
	cursor:pointer; 
	max-width:750px; 
	max-height:282px; 
	width:90vw; 
	height:38vw; 
	background:url('futbolbet-post.jpg') no-repeat; 
	background-size:contain;
	position:fixed;	
	border:1px solid #343434;
	margin:auto;
	box-shadow: 0px 0px 22px -4px #000000;
	padding:20px 10px 10px 10px;
	box-sizing:border-box;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:5200;

}
.close {
    position: absolute;
    top: 0;
    width: 34px;
    height: 34px;
    color: #fff;
	right: 0;
	left: auto;
	font-size:34px;
    font-family: 'newspaper', sans-serif;
cursor: pointer;
background: transparent;
border: 0;
display: block;
outline: none;
padding: 0;
z-index: 5300;
}

.right_news,.right_news_col
{
	width:100%;
	
	float:left;
	margin:0 2px 0 2px;
	box-shadow:  0px 10px 10px -10px #000000;
}
.right_news:hover
{
background:#dfdfdf;	
}

.right_title
{
float:left;
margin-top:4px;
border-top:1px solid #bbb;
font-weight: bold;
box-sizing: border-box;
text-align:left;
font-size:13px;
width:206px;
height:100px;
padding:6px;
position:relative;

}

.more_lead_img
{
	width:100%;
	height:100px;
	
	float:left;
    background-position: center; 
	background-size: cover;
	position: relative; 
}
.img_date
{
	
	width:76px;
	padding:2px;
	position:absolute;
	top:0;
	right:0;
	white-space: nowrap;
	color:#343434;
	font-size:10px;
	opacity:0.8
}

@media screen and (max-width: 700px) {
    .body-wrap {
		  width: auto;
		  overflow-x:scroll;
		  overflow-y:hidden;
    }
	.content
{
	
	width:100%;
	
	margin-top:90px;
	margin-left:0;
	margin-right:0;
	width:100%;
	min-height:auto!important;
	overflow-x:scroll;
	overflow-y:hidden;
}
#logo { 
 
 height:50px;
 background:url(logomobile.png) no-repeat #fff;
 background-position: 10px 10px;

}
#myTestAd
{
	display:none;
}
#signin
{
	position:absolute;
	top:4px;
	right:0;
}
#toggle
{
		display:block;
	float:right;
 height:100%;
 width:25px;
 margin-top:8px;
 margin-right:10px;
 cursor:pointer;
}

#mobile_banner
{
	display:block;
	margin-bottom:4px;
	background:#166332;
	float:left;
	width:100%;
}

#module_left, #module_right, #nv a.nav:nth-child(2), #nv a.nav:nth-child(5), .day_full, #filter

{
	display:none;
}
.day_short
{
		display:block;
}
#fmob
{
	float:none;
	display:block;
}
#nv {
	clear:both;
 	margin:auto;

    font-size:14px;

	box-shadow: 4px 0px 4px -4px #000000, -4px 0px 4px -4px #000000;
	box-sizing: border-box;
	
	width: 100%;
	height:40px;

}

#nv a.nav {
  font-size:12px;
	width:22%;
	max-width:120px;
	padding:12px 0px; 
}

/* The navigation menu links */

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 5100; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #343434; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
	border-right:1px solid #63a44f;
	text-align:right;
	opacity:0.97;
	box-shadow: 2px 0px 2px #000;
    transition: 0.5s;
	display:block;
	visibility:hidden;
}

.sidenav a {
    padding: 4px 4px 4px 2px;
    text-decoration: none;
    font-size: 16px;
    color: #bbb;
    display: block;
    transition: 0.2s;
	width:180px;
	line-height:24px;
}
.sidenav ul{margin: 0; padding: 0; list-style: none; }
.sidenav li {padding-right: 20px;
}
.sidenav a:hover {
color:#63a44f;

}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.men
{
	width:180px!important; padding-right:10px!important; color:#fff!important;
}
.menu
{
	letter-spacing:1px;
}

.player_pic img
{
	width:20px;
}
#ls_scale
{
overflow-x:scroll;  
}

}
@media screen and (min-width: 510px) {

#nv a.nav:nth-child(2), #nv a.nav:nth-child(4), .day_full, #filter

{
	display:block;
}
#nv a.nav {
  font-size:12px;
	width:15%;
	max-width:122px;
	padding:12px 0px; 
}
.day_short
{
		display:none;
}

}