:root {
	--orange: #f7941d;
	--primary: #0000ee;
}

body {
	background: url(../images/bgbody.gif) center repeat-x;
	background-size: 100% auto;
	font-size: .8rem;
	font-family: tahoma;
	color: #111;
}

a {
	text-decoration: none;
}

.arial {
	font-family: arial;
}

.container-lg {
	box-shadow: 0 2px 4px 2px #242728;
}

.text-orange {
	color: var(--orange);
}

.text-primary {
	color: var(--primary) !important;
}

.menu-header {
	list-style: none;
}

.menu-header, .menu-header li {
	padding:0;
}

.menu-header li {
	color: #999;
}

.menu-header li:after {
	content: "|";
}

.menu-header li:last-child:after {
	content: "";
}

.navbar-toggler {
	background: maroon;
}

.border-secondary {
	border-color: #404040 !important;
}

.nav-link:hover {
	background: url(../images/lang_active_bg.gif) repeat-x;
	background-size: auto 100%;
	color: #222 !important;
}

.bg-gradient-light {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));;
}

.next-draw-title {
	background: url(../images/results_notice_bg.gif) repeat-x;
	background-color: #000;
	color: var(--orange);
	font-weight: bold;
}

.jackpot-wrapper {
	background: #ffcb32;
	width: 290px;
}

.jackpot-title {
	background: #ffe599;
}

.jackpot-footer {
	background: #f57306;
}

.jackpot-runningtext {
	background: url(../images/next_draw_bg.gif) no-repeat;
	width: 290px;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	padding-left: 6rem;
}

.center-content {
	background: url(../images/bgcenter.gif) no-repeat;
}

.bg-livedraw {
	background: url(../images/bg_livedraw.jpg) center no-repeat;
}

.footer-content {
	background: url(../images/bgbottom.gif) no-repeat;
}


@media (min-width: 992px) {
	.navbar .container-fluid {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.container-lg {
		width: 960px;
	}
}


@media (max-width: 991px) {
	.nav-link {
		border-radius: 0;
	}

	.menu-header {
		margin-top: 1rem;
	}

	.menu-header .px-4 {
		padding-left: .25rem !important;
		padding-right: .25rem !important;
	}
}

