body {
	background: #000;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}

@font-face {
	font-family: "Bariol Regular";
	font-style: normal;
	font-weight: normal;
	src: local("Bariol Regular"),
		url("bariol_regular-webfont.woff") format("woff");
}

@font-face {
	font-family: "langdon";
	src: url("langdon.otf") format ("otf");
}

.separator {
	background: #0030ff;
	background: -moz-linear-gradient(
		left,
		#0030ff 0%,
		#105eff 13%,
		#2089ff 28%,
		#0030ff 43%,
		#001a8b 69%,
		#0f78ee 83%,
		#0f78ee 100%
	);
	background: -webkit-linear-gradient(
		left,
		#0030ff 0%,
		#105eff 13%,
		#2089ff 28%,
		#0030ff 43%,
		#001a8b 69%,
		#0f78ee 83%,
		#0f78ee 100%
	);
	background: linear-gradient(
		to right,
		#0030ff 0%,
		#105eff 13%,
		#2089ff 28%,
		#0030ff 43%,
		#001a8b 69%,
		#0f78ee 83%,
		#0f78ee 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0030ff', endColorstr='#0f78ee',GradientType=1 );

	height: 1px;
}

.show-shadow {
	-webkit-box-shadow: 1px 8px 15px 0px #000;
	box-shadow: 1px 8px 15px 0px #000;
	z-index: 999;
	position: relative;
}

.top-bg {
	background: transparent url(../img/top-bg-sm.jpg) no-repeat top center;
}
.bottom-bg {
	background: #9f6b18 url(../img/bottom-bg-sm.jpg) no-repeat top center fixed;
	border-top: 7px solid #85a600;
	padding-top: 3rem;
	padding-bottom: 3rem;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-black-transparent {
	background: rgba(0, 0, 0, 0.8);
}
.bg-black-transparent-70 {
	background: rgba(0, 0, 0, 0.7);
}
.bg-black-transparent-65 {
	background: rgba(0, 0, 0, 0.65);
}
.bg-blue-transparent {
	background: rgba(4, 23, 53, 0.7);
}

.main-menu-wrapper {
	text-align: right;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav {
	padding-top: 0.5rem;
}
.navbar-main-menu .navbar-nav .active > .nav-link,
.navbar-main-menu .navbar-nav .nav-link.active,
.navbar-main-menu .navbar-nav .nav-link.show,
.navbar-main-menu .navbar-nav .show > .nav-link,
.navbar-main-menu .navbar-nav .nav-link:focus,
.navbar-main-menu .navbar-nav .nav-link:hover {
	color: #449cff;
}
.navbar-main-menu .navbar-nav .nav-link {
	color: #fff;
	font-family: "Bariol Regular";
	text-transform: uppercase;
	font-size: 13px;
	white-space: nowrap;
}
.navbar-main-menu .navbar-toggler {
	background-color: #efbc11;
}

.news-ticker-wrapper {
	padding: 0.8rem 0.5rem 0.5rem;
}
.running-text {
	font: 14px Calibri;
	color: #a2c6ff;
	text-transform: uppercase;
}

.bigmatch-wrapper {
}
.bm-flex {
	display: flex;
	flex-flow: row nowrap;
}
.bm-club,
.bm-info-left,
.bm-info-right {
	box-sizing: border-box;
	width: 100%;
	flex: none;
}
.bm-info-left {
	margin-left: -100%;
	padding-top: 5rem;
}
.bm-club img {
	height: 100%;
}
.club-name {
	font: bold 18px Arial;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 0.5rem 2rem 0.3rem 1rem;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	background: rgba(10, 52, 99, 0.7);
	margin-bottom: 5px;
}
.club-stars {
	background: rgba(91, 86, 0, 0.9);
	display: inline-block;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	padding: 0.3rem 2rem 0.3rem 1rem;
}
.ico-stars {
	background: transparent url(../img/stars.png) no-repeat 0 0;
	display: inline-block;
	height: 22px;
}
.ico-stars.s1 {
	width: 24px;
}
.ico-stars.s2 {
	width: 51px;
}
.ico-stars.s3 {
	width: 76px;
}
.ico-stars.s4 {
	width: 101px;
}
.ico-stars.s5 {
	width: 124px;
}
.bm-title {
	background: #2681e7;
	font: bold 18px Arial;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 0.6rem;
}

.bm-details {
	background: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.bm-details ul {
	width: 85%;
	margin: 0 auto;
}
.ico-bm {
	background: transparent url(../img/ico-bm-details.png) no-repeat 0 0;
	padding-left: 34px;
	font: 16px Arial;
	color: #1d1d1d;
	text-transform: uppercase;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
}
.ico-bm.date {
	background-position: 0 0;
}
.ico-bm.tv-channel {
	background-position: 0 -27px;
}
.ico-bm.time {
	background-position: 0 -56px;
}
.ico-bm.handicap {
	background-position: 0 -84px;
}

.submenu-sgp-wrapper {
	background: #0a3463;
}
.submenu-wrapper {
	padding: 0.8rem 1.5rem 0.6rem;
}
.btn-green:link,
.btn-green:visited {
	font: bold 12px Calibri;
	color: #fff;
	background: #85a600;
	text-transform: uppercase;
	border: none;
	letter-spacing: 1px;
}
.btn-green:hover {
	background: #a8d200;
}

.sgp-wrapper {
	border-top: 1px solid #05203e;
}
.sgp-info {
	font: bold 18px Calibri;
	color: #a8d200;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	letter-spacing: 1px;
}
.sgp-result:link,
.sgp-result:visited {
	font: bold 36px Calibri;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
}
.sgp-result:hover {
	text-decoration: none;
	color: #a8d200;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

.box {
}
.box.featured {
	background: rgba(10, 52, 99, 0.5);
}
.box-title {
	font-family: "Bebas Neue", cursive;
	font-size: 32px;
	letter-spacing: 1px;
	color: #eee;
	padding: 0.3rem 1rem 0;
	border-bottom: 7px solid #85a600;
	display: inline-block;
}
.box-title span {
	color: #b3df01;
}
.box.featured .box-title {
	border-bottom-width: 10px;
	display: block;
}
.box-body {
	padding: 0.5rem 1rem;
}

label {
	font: bold 14px Arial;
	color: #d2d2d2;
}
.form-control {
	background: #d2d2d2;
	font: 14px Arial;
	color: #000;
	margin-bottom: 0.8rem;
}
.form-control::-webkit-input-placeholder {
	color: #848484;
}
.form-control::-moz-placeholder {
	color: #848484;
}
.form-control:-ms-input-placeholder {
	color: #848484;
}
.form-control:-moz-placeholder {
	color: #848484;
}
.btn-submit {
	font: bold 16px Arial;
	text-align: center;
	text-transform: uppercase;
	color: #eee;
	background: #85a600;
	border: none;
	width: 100%;
	margin-bottom: 1.5rem;
}

.list-support {
	text-align: right;
}
.list-support li {
	font: bold 11px Arial;
	color: #eee;
	margin-bottom: 0.5rem;
}
.list-support li i.support {
	background: transparent url(../img/supports.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-left: 0.3rem;
	vertical-align: middle;
}
.list-support li i.support.wa {
	background-position: 0 0;
}
.list-support li i.support.line {
	background-position: 0 -32px;
}
.list-support li i.support.phone {
	background-position: 0 -64px;
}

.banks-wrapper {
	text-align: center;
}
.bank {
	background: transparent url(../img/banks.jpg) no-repeat 0 0;
	width: 113px;
	height: 60px;
	display: inline-block;
	text-indent: 999px;
	overflow: hidden;
	margin-right: 5px;
}
.bank:nth-child(even) {
	margin-right: 0;
}
.bank.bca.online {
	background-position: 0 0;
}
.bank.bca.offline {
	background-position: 0 -60px;
}
.bank.mandiri.online {
	background-position: -113px 0;
}
.bank.mandiri.offline {
	background-position: -113px -60px;
}
.bank.bri.online {
	background-position: -226px 0;
}
.bank.bri.offline {
	background-position: -226px -60px;
}
.bank.bni.online {
	background-position: -339px 0;
}
.bank.bni.offline {
	background-position: -339px -60px;
}

.post {
	padding: 2rem;
}
.post h1,
.post h2,
.post h3 {
	font-family: "langdon";
	color: #a8d200;
	text-transform: uppercase;
	text-align: center;
}
.post h1 {
	font-size: 28px;
}
.post h2 {
	font-size: 24px;
}
.post h3 {
	font-size: 22px;
}
.post p {
	font: 16px Arial;
	color: #eee;
	line-height: 28px;
	text-align: center;
}
.post p a:link,
.post p a:visited {
	font-weight: bold;
	color: #a8d200;
	text-decoration: none;
}
.post p a:hover {
	text-decoration: underline;
}
.post li {
	color: #eee;
}
.post blockquote {
	color: #eee;
	background: rgba(0, 26, 55, 0.8);
	padding: 2rem;
	text-align: center;
	font-size: 120%;
}

.footer-wrapper {
	background: #001a37;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}
.footer-menu {
	font: 14px Calibri;
	color: #a8d200;
	text-transform: uppercase;
	display: inline-block;
}
.footer-text {
	font: 11px Calibri;
	color: #aeaeae;
	padding: 0;
}
.footer-text a:link,
.footer-text a:visited {
	color: #a8d200;
	text-decoration: none;
}
.footer-text a:hover {
	text-decoration: underline;
}

.pagination {
}
.pagination ul {
	margin: 0 auto;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a {
	display: inline-block;
	padding: 3px 8px;
	color: #85a600;
	background: #fff;
	text-decoration: none;
}
.pagination ul li a:hover {
	background: #85a600;
	color: #fff;
}
.pagination ul li:first-child a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination ul li:last-child a {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pagination ul li.disabled a {
	color: #d8d8d8;
	background: #a7a7a7;
	cursor: default;
	text-decoration: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.top-bg {
		background: transparent url(../img/top-bg-md.jpg) no-repeat center center;
	}
	.bottom-bg {
		background: #9f6b18 url(../img/bottom-bg-md.jpg) no-repeat top center fixed;
	}
	.bm-info-left {
		padding-top: 3rem;
	}
	.club-name {
		font-size: 14px;
	}
	.bm-details {
		padding: 1rem;
	}
	.bm-details ul {
		width: 100%;
		text-align: center;
	}
	.ico-bm {
		display: inline-block;
		margin-right: 1rem;
		margin-bottom: 0.5rem;
		white-space: nowrap;
	}
	.sgp-result:link,
	.sgp-result:visited {
		padding-right: 1.5rem;
	}
	.banks-wrapper {
		text-align: right;
	}
	.bank:nth-child(even) {
		margin-right: 5px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.top-bg {
		background: transparent url(../img/top-bg.jpg) no-repeat center center;
	}
	.bottom-bg {
		background: transparent url(../img/bottom-bg.jpg) no-repeat top center fixed;
	}

	.navbar-main-menu .navbar-nav .nav-link {
		font-size: 16px;
	}
	.bm-details ul {
		width: 70%;
		text-align: left;
	}
	.ico-bm {
		display: block;
		white-space: nowrap;
	}
	.bm-info-left {
		padding-top: 5rem;
	}
	.club-name {
		font-size: 16px;
	}
	.ico-bm {
		font-size: 16px;
		margin-bottom: 0.1rem;
	}
	.list-support li {
		font-size: 14px;
	}
	.list-support li i.support {
		margin-left: 1rem;
	}
	.bank:last-child {
		margin-right: 0;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container {
		width: 1032px;
	}
	.bm-details ul {
		width: 60%;
	}
}
