body {
	font:11px Sans-Serif,Tahoma,Helvetica !important;
	margin:0;
	padding:0;
	min-width:1020px;
	max-width:100%;
	background:#01153a;
  }
  
  *,
  *:before,
  *:after {
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	font-size:20px;
  }
  
  @font-face {
	font-family: 'cloudworld';
	src: url('../fonts/cloudworld.ttf');
  }

  a {
	text-decoration:none;
	color:#fff;
	-webkit-transition:opacity 0.2s;
	-moz-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
	transition:opacity 0.2s;
  }
  
  a.navbar2 {
	font-size:13px;
	text-decoration:none;
	color:#fff;
  }
  
  table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
  }
  
  header {
	border:1px solid #2196f3;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	width:991px;
	margin:0 auto;
	background:#001e5a;
  }
  
  header .wrap-in {
	position:relative;
	margin:0 auto;
	height:95px;
  }
  
  header .wrap-in:before,
  header.main .wrap-in:after {
	content:"";
	display:table;
  }
  
  header .wrap-in:after {
	clear:both;
  }
  
  header .logo {
	left:20px;
	top:15px;
	position:absolute;
  }
  
  header .logo img {
	width:100%;
	height:100%;
  }
  
  header .input-wrapper1 {
	float:left;
	width:135px;
	margin:2px 0 0 2px;
  }
  
  header .input-wrapper2 {
	float:left;
	width:70px;
	margin:2px 0 0 2px;
  }
  
  header .form-text {
	background:#000000;
	border:1px solid #2196f3;
	color:#ffffff;
	font:12px Tahoma,Arial,sans-serif;
	margin:0;
	width:100px;
	font-weight:700;
	border-radius:3px;
  }
  
  header input.username,
  header input.password {
	margin:0 0 6px;
	height:27px;
	width:107px;
	padding:0 0 0 23px;
	text-transform: uppercase;
  }
  
  header input.login-code {
	margin:0 0 6px;
	height:27px;
	text-align:center;
	width:67px;
	text-transform: uppercase;
  }
  
  header .input-wrapper2 .code {
	height:27px;
	background:#adc4ff;
	border-radius:3px;
	font-size:16px;
	text-align:center;
	line-height:27px;
	color:#000;
	letter-spacing:3px;
	width:72px;
  }
  
  header .usr-panel {
	position:relative;
	float:right;
	margin-top:15px;
	margin-bottom:0;
	width:320px;
	margin-right:20px;
  }
  
  header .usr-panel .btn {
	float:right;
	font-weight:700;
	line-height:28px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	display:inline-block;
	color:#000000;
	border-radius:3px;
	font-size:17px;
	text-decoration:none;
	box-shadow:0 2px 2px 0 rgb(0 0 0 / 70%);
	height:26px;
	width:88px;
	letter-spacing:2px;
	border:1px solid #757575;
	margin:2px 0 6px 0;
  }
  
  header .usr-panel .btnLogin {
	background:#9c9c9c;
	background:-moz-linear-gradient(45deg,#9c9c9c,#ffffff,#9c9c9c);
	background:-webkit-linear-gradient(45deg,#9c9c9c,#ffffff,#9c9c9c);
	background:linear-gradient(45deg,#9c9c9c,#ffffff,#9c9c9c);
  }
  
  header .usr-panel .btnRegister {
	background:#9c9c9c;
	background:-moz-linear-gradient(45deg,#9c9c9c,#ffffff,#9c9c9c);
	background:-webkit-linear-gradient(45deg,#9c9c9c,#ffffff,#9c9c9c);
	background:linear-gradient(45deg,#9c9c9c,#ffffff,#9c9c9c);
	line-height:25px;
	height:23px;
  }
  
  nav ul {
	padding:3px;
	margin:0 auto;
	zoom:1;
	list-style:none;
  }
  
  nav li {
	float:left;
	padding: 15px 8px;
  }
.menu {
	font-family: sans-serif;
	font-size: 15px;
	display: flex;
	font-weight: bold;
	margin: -1px 0 0 0;
	text-transform: uppercase;
  }
  
  nav li:hover {
	background:#03237a;
	background-image:-webkit-gradient(linear,left bottom,left top,from(#03237a),color-stop(52%,#0042bb),color-stop(77%,#0042bb),to(#004cff));
	background-image:linear-gradient(0deg,#03237a 0%,#0042bb 52%,#0042bb 77%,#004cff 100%);
  }
  
  nav.menu {
	background:#0042bb;
	background-image:-webkit-gradient(linear,left bottom,left top,from(#0042bb),color-stop(52%,#001a5f),color-stop(77%,#00124c),to(#0042bb));
	background-image:linear-gradient(0deg,#0042bb 0%,#001a5f 52%,#00124c 77%,#0042bb 100%);
	margin:0 auto;
	height:48px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
  }
  
  .main .ticker {
	margin:0 auto;
	height:28px;
	position:relative;
	background:#00164a;
	border:1px solid #2196f3;
	margin-bottom:5px;
  }
  
  .main .ticker img {
	background:#0042bb;
	background-image:-webkit-gradient(linear,left bottom,left top,from(#0042bb),color-stop(52%,#001a5f),color-stop(77%,#00124c),to(#0042bb));
	background-image:linear-gradient(0deg,#0042bb 0%,#001a5f 52%,#00124c 77%,#0042bb 100%);
	border-right:1px solid #2196f3;
  }
  
  .main marquee {
	line-height:28px;
	color:#fff;
	font-size:14px;
	width:910px;
	float:right;
	height:28px;
	margin:0 auto;
  }
  
  div.main {
	width:991px;
	margin:0 auto;
	margin-top:5px;
  }
  
  #slide #slide-warp {
	width:806px;
	height:218px;
	float:left;
	border:1px solid #2196f3;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
  }
  
  @keyframes slidy {
	0% {
	  left:0%;
	}
	20% {
	  left:0%;
	}
	25% {
	  left:-100%;
	}
	45% {
	  left:-100%;
	}
	50% {
	  left:-200%;
	}
	70% {
	  left:-200%;
	}
	75% {
	  left:-300%;
	}
	95% {
	  left:-300%;
	}
  }
  
  #slide div#slider {
	overflow:hidden;
  }
  
  #slide div#slider figure span {
	width:20%;
	float:left;
  }
  
  #slide div#slider figure {
	position:relative;
	width:500%;
	margin:0;
	left:0;
	text-align:left;
	font-size:0;
	animation:20s slidy infinite;
  }
  
  #slide div#slider figure .slide1 {
	background:url(https://200tst.sbs/wigobl/slide1.jpg) no-repeat;
	width:806px;
	height:218px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
  }
  
  #slide div#slider figure .slide2 {
	background:url(https://200tst.sbs/wigobl/slide2.jpg) no-repeat;
	width:806px;
	height:218px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
  }
  
  #slide div#slider figure .slide3 {
	background:url(https://200tst.sbs/wigobl/slide3.jpg) no-repeat;
	width:806px;
	height:218px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
  }
  
  #slide div#slider figure .slide4 {
	background:url(https://200tst.sbs/wigobl/slide4.jpg) no-repeat;
	width:806px;
	height:218px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
  }
  
  #list-provider {
	display:block;
	width:806px;
	background:#01153a;
	line-height:40px;
	text-align:left;
	border-left:1px solid #2196f3;
	border-right:1px solid #2196f3;
	border-bottom:1px solid #2196f3;
	border-top:2px solid #000000;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	float:left;
  }
  
  #list-provider .provider-panel {
	width:100%;
	height:40px;
	display:inline-table;
	text-align:center;
	border-bottom:1px solid #2196f3;
	background-image:-webkit-gradient(linear,left bottom,left top,from(#0042bb),color-stop(52%,#001a5f),color-stop(77%,#00124c),to(#0042bb));
	background-image:linear-gradient(0deg,#0042bb 0%,#001a5f 52%,#00124c 77%,#0042bb 100%);
  }
  
  #list-provider .provider-panel a {
	display:table-cell;
	position:relative;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
  }
  
  #list-provider .provider-panel .active {
	background:#001f68;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(7,4,0,0)),to(#3e2000));
	background-image:linear-gradient(0deg,rgba(7,4,0,0) 0%,#008eff 100%);
	border-bottom:none;
  }
  
  #list-provider .provider-panel:hover {
	cursor:pointer;
	border-bottom:none;
	border-bottom:1px solid #2196f3;
  }
  
  #list-provider .provider-panel .livescore img {
	width:129px;
	vertical-align:middle;
	background-image:-webkit-gradient(linear,left bottom,left top,from(#2196f3),to(#2a1900));
	background-image:linear-gradient(0deg,#2196f3 0%,#2a1900 100%);
	padding:0 1px 1px 1px;
	border-radius:6px;
  }
  
  #list-provider .dragscroll {
	white-space:nowrap;
	position:relative;
	overflow-x:scroll;
	overflow-y:hidden;
	-webkit-overflow-scrolling:touch;
	scrollbar-width:none;
  }
  
  #list-provider .dragscroll img {
	width:100%;
	height:175px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	display:block;
  }
  
  #list-provider .dragscroll::-webkit-scrollbar {
	width:0;
	height:0;
  }
  
  #list-provider .dragscroll div {
	width:178px;
	float:none;
	margin:10px;
	display:inline-block;
	background:linear-gradient(90deg,#648eff,#648eff,#648eff);
	border-radius:10px;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
  }
  
  #list-provider .dragscroll div:hover {
	-webkit-box-shadow:0 0 10px 0 #2196f3;
	box-shadow:0 0 10px 0 #2196f3;
  }
  
  #list-provider .dragscroll span {
	display:block;
	padding:10px 5px;
	text-align:center;
	background:linear-gradient(90deg,#001a5f,#0038cd,#001a5f);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:2;
	margin-top:2px;
	cursor:default;
	color:#fff;
  }
  
  #sidebar {
	border:1px solid #2196f3;
	border-radius:5px;
	float:right;
	width:169px;
	height:213px;
	background:#001e5a;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
  }
  
  #sidebar .sidebar-main {
	text-align:center;
	cursor:default;
  }
  
  #sidebar:hover {
	-webkit-box-shadow:0 0 10px 0 #2196f3;
	box-shadow:0 0 10px 0 #2196f3;
  }
  
  #sidebar .sidebar-header {
	padding:13px 0 10px 0;
	font-family:Lora,Arial,sans;
	text-transform:uppercase;
	font-size:14px;
	border-bottom:1px solid #2196f3;
	margin-bottom:8px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-image:-webkit-gradient(linear,left bottom,left top,from(#0042bb),color-stop(52%,#001a5f),color-stop(77%,#00124c),to(#0042bb));
	background-image:linear-gradient(0deg,#0042bb 0%,#001a5f 52%,#00124c 77%,#0042bb 100%);
  }
  
  #sidebar .sidebar-header h3 {
	margin:0;
	color:#ffffff;
	text-shadow:1px 2px 1px #000;
	font-size:14px;
	position:relative;
  }
  
  #sidebar table {
	font-size:11px;
	text-align:left;
	color:#fff;
	margin-bottom:4px;
	background:-webkit-gradient(linear,left top,right top,from(#000c2a),to(#001e6c));
	background:linear-gradient(to right,#000c2a 0%,#001e6c 100%);
  }
  
  #sidebar table img {
	width:33px;
	height:33px;
  }
  
  #sidebar table>thead {
	font-size:11px;
  }
  
  #sidebar table th {
	border-color:#2196f3;
	border-style:solid;
	border-width:1px 0 1px 0;
	padding:3px 5px;
	text-align:left;
	font-weight:normal;
  }
  
  #sidebar table>td {
	border-color:#2196f3;
	border-style:solid;
	border-width:1px 0 0 0;
  }
  
  #sidebar table th:first-child,
  #sidebar table td:first-child {
	padding-left:10px;
	width:100px;
  }
  
  #sidebar table td {
	padding:3px 3px;
	vertical-align:middle;
	text-shadow:0 1px 0 rgba(0,0,0,0.75);
	text-transform: uppercase;
  }
  
  #sidebar table a {
	text-decoration:none;
  }
  
  #sidebar table a:hover {
	text-decoration:underline;
  }
  
  #sidebar .result {
	letter-spacing:2px;
	text-align:center;
  }
  
  #sidebar .contact {
	font-size:13px;
	font-weight:700;
	padding-right:10px;
  }
  
  #footer {
	width:991px;
	margin:0 auto;
	margin-top:5px;
  }
  
  #footer .copyright {
	background:#032158;
	padding:12px;
	text-align:center;
	color:#fff;
	font-size:12px;
  }
  
  #footer .footer-text {
	padding:12px;
	text-align:center;
	color:#fff;
	border:1px solid #2196f3;
	margin:20px 0 20px 0;
  }
  
  #footer .footer-text p {
	font-size:16px;
	text-align:justify;
	height:100%;
  }