html {
	background: #333 url(../images/pattern.png) !important;  
}

body {   
  color: #eee;
  background:none;
}
img{
  /*width: 100%;*/
}
header {
	min-height: 200px;
	background: #06357a;
}
#footer__menu-bottom{  
  min-height: 400px;
  background: #555 url(../images/transparent.png) repeat;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(115,115,115,1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(115,115,115,1);
  box-shadow: 0px 0px 10px 1px rgba(115,115,115,1);
  text-align: left;
  padding: 20px;
}
#footer__menu-bottom h3{
	font-size: 18px;
	color:#d9d341;
}
#footer__menu-bottom img{
	width: 20px;
	height: 20px;
}
#footer__menu-bottom ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer__menu-bottom ul li{
	padding: 0px;
	margin: 0px;
}
#footer__menu-bottom a{
	display: block;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
#footer__menu-bottom a:hover{
	color:#fff;
  background-color: #06357a;  
}
footer
{ 
  min-height: 50px;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center; 
  text-shadow: 1px 1px #000;
  color: #FFF;
  margin-bottom: 30px;
  margin-top: 30px;
}

footer a
{ 
  color: #FFF;  
  padding-bottom: 20px;}

footer a:hover
{ text-decoration: underline;
  color: #FFF;}
footer img{
  width: 32px;
  height: 32px;
}
.footer-social-icon a img{
  padding: 2px;
}
hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
  background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
  background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
}
#banner { 	
  	position: relative;
  	padding: 15px 0 0 0;
  	background: transparent;
  	height: 180px;
}
#slider{
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #06357a;
  border-top: 2px solid #06357a;
  background-color: #000;
}
#slider img{
  margin-top: 10px;
  margin-bottom: 10px;
}
#slide-cont,#step,#menubar{
  padding-left: 0px;
  padding-right: 0px;
}
#step{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #333;
  text-align: center;
}
#menubar{ 	
	float: left;
	text-align: center; 
	background: #333333;
	background: -moz-linear-gradient(#424242, #333333);
	background: -o-linear-gradient(#424242, #333333);
	background: -webkit-linear-gradient(#424242, #333333);	
  border-bottom: #06357a solid 10px;
  width: 100%;	
} 

#logo,#livescore,#enter,#warning,#callcenter,#live
{ 
	position: relative;
	float: left;
} 
#logo{
	padding:0px;
  text-align: center;
}
#logo img {
  width: 380px;

}
    
#logo h1{
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
#logo h1 a{
  color:#fff;
  font-size: 2em;
  /*
  position: absolute;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
  */
}
#logo h1 a:hover{
  text-decoration: none;
}

#livescore,#live {
  /*width: 100%;*/
  border-radius: 50%;
  border:1px solid #666;
  background: #1a1a1a;
  width:120px;
  height: 120px;
}
#livescore img,#live img{
	width: 100px;	
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;   
}
#enter{  
	display:block;
	height:110px;
	width:218px;
	margin: auto;
	background:url('../images/sbobet.gif');
	text-align:center;
  bottom: 10px;
}
#enter a{
	line-height:170px;
	font-size:40px;
	font-weight:bold;
	color:#ffea00;  
}
#warning{
	float: right;
}
#callcenter{
	float: right;
}

.clearboth{
	clear:both;
	height: 1px;
}

.sidebar_container { 
  margin: 20px 5px 20px 5px;  
  }

#site_content
{ 
  overflow: hidden;
  margin-bottom: 30px;  
  background: #323232;
  border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;;
  -webkit-border: 0px 0px 7px 7px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(115,115,115,1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(115,115,115,1);
  box-shadow: 0px 0px 10px 1px rgba(115,115,115,1);
}
#content{
  margin-top: 20px;
  margin-bottom: 30px;
}
.content-item{
  background: url(../images/transparent.png) repeat !important;
  padding: 10px;
  border-bottom: 2px solid #06357a;
  border-top: 2px solid #06357a;   
}
.content-item + .content-item{
  margin-top: 10px;
}
.content-form{
  width:80%;
  background: #555;
  border: 1px solid #777;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.content-form h2{
  color: #F9B731;
}
.ex-menu{
  text-align: center;
}
.ex-menu a{
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  color:#eee;
}
.ex-menu a:hover{
  color:#ffea00;
}
nav{
	padding: 0px;
	margin: 0px;
}
.navbar{
	margin-bottom: 0px;
}
.navbar-default {
	font-weight: bold;  
  border: none;
  text-align: center; 
  background: #333333;
  background: -moz-linear-gradient(#424242, #333333);
  background: -o-linear-gradient(#424242, #333333);
  background: -webkit-linear-gradient(#424242, #333333);
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border: 0px 0px 0px 0px;  
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: #06357a;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #85abe3;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #85abe3;
}
.navbar-default .navbar-toggle {
  border-color: #85abe3;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #85abe3;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #000000;
}

.nav-tabs{border-bottom:1px solid #ddd}
.nav-tabs>li{float:left;margin-bottom:-1px}
.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0;font-size: 120%;font-weight: 600;color:#d9d341;}
.nav-tabs>li>a:hover{border-color:#eee #eee #ddd;color:#000;}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}

.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}
.icon-bar{
	width: 38px !important;
}
#captcha3,#captcha2,#captcha{
  width:80%;
}
.error{
  color:#ff0000;
}
.sidebar{
  background-color: #333333;
  padding: 5px;
  border: 1px solid #06357a;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border: 5px 5px 5px 5px;
}
.sidebar + .sidebar{
  margin-top: 15px;
}
.tab-content form{
  padding-top: 10px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block a{
	color:#ddd;
}
.center{
  text-align: center;
}
/*Mobile First*/
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.col-sm-5ths {
        width: 20%;
        float: left;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.col-md-5ths {
        width: 20%;
        float: left;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*Desktop First*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	header {
		height: 100%;
		background: url('../images/transparent.png') repeat;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	header {
		height: 100%;
		background: url('../images/transparent.png') repeat;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	header {
		height: 100%;
		background: url('../images/transparent.png') repeat;
	}
	#livescore,#enter,#warning{
		
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
   		color: #ecf0f1;
 	}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    	color: #000000;
  	}
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    	color: #000000;
    	background-color: #85abe3;
  	}
  .hide-right{
    display: none;
  }
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	header {
		height: 100%;
		background: url('../images/transparent.png') repeat;
	}
	#livescore,#enter,#warning{
		
	}
  .hide-right{
    display: none;
  }
	#logo{
		padding: 0px;
		margin: 0px;
	}
	#callcenter{
		margin: 10px 0px 10px 10px;
	}
  .content-form{
    width:100%;
    background: #555;
    border: 1px solid #777;
  }  
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	header {
		height: 100%;
		background: url('../images/transparent.png') repeat;
	}
	#livescore,#enter,#warning{
		
	}
  .hide-right{
    display: none;
  }
	#logo{
		padding: 0px;
		margin: 0px;
	}
	#callcenter{
		margin: 10px 0px 10px 10px;
	}
  .content-form{
    width:100%;
    background: #555;
    border: 1px solid #777;
  }
}
