ol,
ul {
	margin: 0
}

.x-hamburger span {
	background: #fff
}

.x-menus-container .-list-link {
	font-size: 1rem
}

.x-menu-provider .-nav-menu-container .nav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.btn {
	border-radius: 30px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.btn.-btn-header-register {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e9a430), to(#e9a430));
	background-image: -webkit-linear-gradient(bottom, #e9a430, #e9a430);
	background-image: -o-linear-gradient(bottom, #e9a430, #e9a430);
	background-image: linear-gradient(0deg, #e9a430, #e9a430);
	-webkit-box-shadow: inset 0 0 0 2px #feca6b, 0 0 10px #f29e11;
	box-shadow: inset 0 0 0 2px #feca6b, 0 0 10px #f29e11
}

.btn.-btn-header-register .-text-btn {
	font-size: .975rem;
	-webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5));
	display: inline-block;
	color: #fff;
	background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, grey), to(#fff));
	background-position: -200px top;
	background-repeat: no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-name: x-shimmer;
	animation-name: x-shimmer;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.x-banner-slide-wrapper {
	position: relative;
	margin-bottom: 1rem
}

.x-banner-slide-wrapper .-slide-inner-wrapper {
	border-radius: 15px;
	overflow: hidden
}

.x-banner-slide-wrapper .-slide-inner-wrapper .-slick-item {
	margin: auto;
	width: 750px;
	border-radius: 15px
}

.x-banner-slide-wrapper .-link-wrapper {
	display: block;
	margin: 0 .5rem
}

.x-banner-slide-wrapper .slick-dots li {
	width: 30px;
	height: 4px
}

.x-banner-slide-wrapper .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(31, 146, 151, .5)
}

.x-banner-slide-wrapper .slick-dots li button:before {
	content: unset
}

.x-banner-slide-wrapper .slick-dots li.slick-active button {
	background: #1f9297
}

@-webkit-keyframes blinker {
	50% {
		color: #000
	}
}

@keyframes blinker {
	50% {
		color: #000
	}
}

#panel-heading {
	text-align: center;
	height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(#072664), to(#003));
	background: -webkit-linear-gradient(top, #072664, #003);
	background: -o-linear-gradient(top, #072664, #003);
	background: linear-gradient(180deg, #072664, #003);
	border-bottom: 3px solid #072664
}

.head-title {
	color: #fff;
	font-size: 24px
}

.head-title-sub {
	font-size: 18px;
	margin-left: 5px
}

.panel-title-table {
	position: relative;
	width: 100%;
	font-size: 18px;
	color: #0b0b0b;
	font-weight: 700;
	text-align: center
}

.panel {
	display: none;
	background: #8c8c8c;
	padding: 5px 0;
	text-align: center !important
}

.panel img {
	margin: 0 3px;
	display: inline;
	width: 50px;
	height: 50px;
	margin: 0 3px;
	display: inline;
	width: 50px;
	height: 50px
}

#channel .mainrow-head {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e12d2c), color-stop(50%, #dd2d2d), color-stop(51%, #b00000), to(#b40001));
	background: -webkit-linear-gradient(top, #e12d2c 1%, #dd2d2d 50%, #b00000 51%, #b40001 100%);
	background: -o-linear-gradient(top, #e12d2c 1%, #dd2d2d 50%, #b00000 51%, #b40001 100%);
	background: linear-gradient(to bottom, #e12d2c 1%, #dd2d2d 50%, #b00000 51%, #b40001 100%);
	font-weight: 700
}

#channel .mainrow {
	margin: 5px 0;
	padding: 0;
	background: #003
}

#channel .mainrow:hover {
	background: #001e46
}

#channel .-league-bg {
	background: 0 0 !important;
	border: none !important
}

#channel .divTable {
	display: table;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid #072664
}

#channel .divTableRow {
	display: table-row;
	width: 100%
}

#channel .divTableHeading {
	background-color: #eee;
	display: table-header-group;
	background-color: #eee;
	display: table-header-group;
	font-weight: 700
}

#channel .divTableCell {
	display: table-cell;
	padding: 3px 2px;
	border-right: 2px solid #002041
}

#channel .divTableFoot {
	background-color: #eee;
	display: table-footer-group;
	font-weight: 700
}

#channel .divTableBody {
	display: table-row-group
}

#channel .link-icon {
	text-align: center;
	width: 12%;
	vertical-align: middle;
	background-color: #fb0
}

#channel .team1 {
	text-align: right;
	width: 32%;
	vertical-align: middle
}

#channel .team2 {
	text-align: left;
	width: 32%;
	vertical-align: middle
}

#channel .date {
	vertical-align: middle;
	width: 5%;
	text-align: center
}

#channel .sp_date {
	color: #fff;
	padding: 3px
}

#channel .time {
	text-align: center;
	width: 10%;
	vertical-align: middle;
	position: relative
}

#channel .link {
	color: #fff
}

#channel .title {
	text-align: left;
	color: #fff;
	width: 16%;
	vertical-align: middle
}

#channel .sp_time {
	color: #fff;
	padding: 3px;
	border-radius: 3px
}

#channel .logo-team img {
	width: 32px;
	height: 32px;
	display: inline;
	vertical-align: middle
}

#channel .panel {
	margin-bottom: 0
}

#channel .divTableHead {
	display: table-cell;
	padding: 3px 2px;
	border-right: 2px solid #002041
}

#channel .logo-team {
	margin: 0 10px
}

#channel .blink-playing {
	-webkit-animation: blinker 1s linear infinite;
	animation: blinker 1s linear infinite;
	padding: 0 3px
}

#channel .live-box {
	position: absolute;
	top: -5px;
	border-radius: 3px;
	font-size: 14px;
	padding: 0 5px;
	background-color: #e91e1e
}

#channel .-live {
	padding: 0 5px;
	background-color: #e91e1e
}

#channel .accordion {
	cursor: pointer;
	border: none;
	outline: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#channel .btn-live {
	background-color: red;
	color: #fff;
	padding: 0 10px;
	border-radius: 3px
}

#channel .btn-ball {
	background-color: #bbb;
	color: #fff;
	padding: 0 10px;
	border-radius: 3px
}

@media (min-width:1000px) {
	.x-header .navbar-brand .-logo {
		width: 180px
	}

	.x-aware-header-safe-area #main__content {
		padding-top: 5rem
	}
}

@media (max-width:991.98px) {
	.x-banner-slide-wrapper.slick-dotted.slick-slider {
		margin-bottom: 0
	}

	.x-banner-slide-wrapper .slick-dots {
		bottom: -10px
	}

	.x-banner-slide-wrapper .slick-dots li {
		width: 30px;
		height: 4px
	}

	.btn.-btn-header-register .-text-btn {
		-webkit-animation-duration: 2s;
		animation-duration: 2s
	}
}

@media (max-width:767.98px) {
	.x-header {
		padding: 1rem 1rem
	}

	.x-header .navbar-brand {
		margin: 0;
		padding: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.x-header .navbar-brand .-logo {
		width: 160px
	}

	.x-banner-slide-wrapper:after {
		display: none
	}

	.x-banner-slide-wrapper:before {
		display: none
	}

	.x-banner-slide-wrapper .-slide-inner-wrapper {
		width: 100%;
		border-radius: 0
	}

	.x-banner-slide-wrapper .-slide-inner-wrapper .-slick-item {
		width: 100%;
		border-radius: 10px
	}

	.x-banner-slide-wrapper .-link-wrapper {
		margin: 0
	}

	#headerContent .btn {
		line-height: 20px
	}

	#channel .team1,
	#channel .team2 {
		width: 40%;
		font-size: .8em
	}

	#channel .sp_time {
		font-size: .8em
	}

	#channel .logo-team {
		margin: 0
	}

	#channel .logo-team img {
		width: 20px;
		height: 20px
	}

	#channel .time {
		width: 10%
	}

	#channel .link-icon {
		width: 10%
	}

	#channel .link-icon img {
		width: 35px;
		max-width: none
	}

	#channel .fa-clock-o {
		display: none !important
	}
}

@media (max-width:767.98px) and (max-width:575.98px) {
	.x-text-block .-text-title {
		font-size: 1.125rem
	}
}