/* ---------------------------------------------------
    FONT
----------------------------------------------------- */

/* ---------------------------------------------------
    GENERAL STYLE
----------------------------------------------------- */

html {
	font-size: 10px;
}

body {
	font-family: 'Prompt', sans-serif;
	background: #fafafa;
	background-size: cover;
	background-repeat: repeat;
	font-size: 1.6rem;
	color: #fff;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}


a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

.navbar {
	border: none;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar a {
	color: #ffffff;
}

.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}

.antiCls {
	visibility: hidden;
}

/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */

.navbar-brand img {
	max-width: 100px;
}

.nav-dt {
	background: rgb(51, 51, 51);
	background: -moz-linear-gradient(0deg, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(0deg, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#000000", GradientType=1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 9999;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}

.wrap-count {width: 280px; position: relative;}
.wrap-count:not(.mobile) {margin-left: 25px;}
.wrap-count .counter {position: absolute; text-align: center; width: 140px; top: 50%; left: 50%; margin-top: -3px; margin-left: -40px; line-height: 27px; letter-spacing: 1px; font-weight: 700;}
.wrap-count .counter h4 {display: inline; font-size: 1.1em; font-weight: 700; color: #eefa1b; background: -webkit-linear-gradient(90deg, #fffc00 0%, #6dff8c 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.wrap-count .counter span {color: #FFF; font-weight: 600; margin-left: 5px;}
.wrap-count img {display: block; max-width: 100%; height: auto;}

@media (min-width:768px) and (max-width:1023px) { 
	.wrap-count {display: none;}	
}


@media (max-width:1080px) {
	.wrap-count .counter{width: 130px; line-height: 25px;}
	.wrap-count .counter h4 {font-size: 1.0em;}
}
 
 
@media (max-width:768px) {
	.wrap-count.mobile {width: 219px;} 
	.wrap-count.mobile {float: left; margin-right: auto; margin-left: 18px;}
	.wrap-count.mobile .counter {font-style: 1.0em; width: 130px; line-height: 25px; margin-left: -41px;}	 
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
	display: flex;
	width: 100%;
	position: relative;
}

#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 999;
	background: #111111;
	color: #fff;
	transition: all 0.3s;
	padding-top: 98px;
}

#sidebar.active {
	margin-left: -250px;
}

#sidebar .sidebar-header {
	padding: 20px;
	background: #6d7fcc;
}

#sidebar ul.components {
	padding: 40px 20px;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
	display: block;
}


#sidebar ul li.active > a,
a[aria-expanded="true"] {
	color: #fff;
	background: #6d7fcc;
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.menu-item {
	border-radius: 4px;
	margin-bottom: 15px;
	background: rgb(0, 31, 63);
	background: -moz-linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
	background: linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f3f", endColorstr="#004273", GradientType=1);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
}

.menu-item:hover {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.8);
}

.menu-item a {
	padding: 20px !important;
	display: block;
}

.menu-item img {
	max-width: 32px;
	margin-right: 10px;
}

.line-item {
	background: #00C200;
}

.line-item img {
	margin-right: 0;
}

ul ul a {
	padding-left: 30px !important;
	background: #6d7fcc;
}

ul.CTAs {
	padding: 20px;
}

ul.CTAs a {
	text-align: center;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}

a.download {
	background: #fff;
	color: #7386D5;
}

a.article,
a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}

.heading-section {
	margin-bottom: 30px;
}

.heading-section img {
	display: block;
	text-align: center;
	margin: 0 auto 30px;
}

.heading-section h2 {
	color: #EBE602;
	font-size: 3.2rem;
}

.st-sec {
	padding: 40px 0;
}

.otherpage-section {
	padding-top: 0;
}

.content-divider {
	width: 100%;
	display: block;
	height: 30px;
}

.game-section .content-divider {
	height: 20px;
}

.nav-item {
	/*background: rgb(0, 31, 63);
background: -moz-linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
background: linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f3f", endColorstr="#004273", GradientType=1);*/
	padding: 0;
	margin-left: 8px;
	/*min-width: 80px; */
	text-align: center;
	/*box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);*/
}

.nav-item:hover {
	/*box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.8);*/
	opacity: 0.9;
	cursor: pointer;
}

.nav-item img {
	display: block;
	text-align: center;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding: 0;
}

.nav-mobile {
	display: none;
}

#loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 9999;
}

#loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

#loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

@keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	width: calc(100% - 250px);
	padding: 138px 0 0;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	/*background-image: url(../images/bg.jpg);*/
	background: #000;
}

#content.active {
	width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #EBE602;
}

.promotion-item img {
	margin-bottom: 15px;
}

/*Hover*/

.slot-item {
	position: relative;
	width: 50%;
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.slot-item:hover .image {
	opacity: 0.3;
}

.slot-item:hover .middle {
	opacity: 1;
}

.text {
	background: rgb(245, 188, 0);
	background: -moz-linear-gradient(180deg, rgba(245, 188, 0, 1) 0%, rgba(253, 221, 1, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(245, 188, 0, 1) 0%, rgba(253, 221, 1, 1) 100%);
	background: linear-gradient(180deg, rgba(245, 188, 0, 1) 0%, rgba(253, 221, 1, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5bc00", endColorstr="#fddd01", GradientType=1);
	border-radius: 8px;
	color: white;
	font-size: 16px;
	padding: 15px 30px;
	width: 100%;
	display: block;
	font-weight: 700;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}

/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer {
	background: #292929;
	padding: 80px 0 0;
}

.ft-logo img {
	max-width: 160px;
}

.copyright p {
	border-top: 1px solid #D8D8D8;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	margin-bottom: 0;
}

/* ---------------------------------------------------
    Count
----------------------------------------------------- */

.circle-counter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.header-counter {
	color: #ffffff;
	font-size: 12px;
}

.header-counter .fa {
	color: #1fa67a;
	font-size: 1.2rem;
}

.number-counter {
	color: #ffffff;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
}

.boardname {
	background: #001a9c;
	color: #fdef48;
	left: 50%;
	right: 50%;
	width: 290px;
	letter-spacing: 1px;
	font-weight: bold;
	top: 10px;
	transform: translate(-50%, -50%);
	position: absolute;
	font-size: 24px;
	text-shadow: 2px 4px 8px #042323;
}

.loader {
	position: relative;
	z-index: 999;
	width: 160px;
	height: 160px;
	box-sizing: border-box;
}

.logo {
	position: absolute;
	width: 115px;
	height: 115px;
	z-index: 1;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 12px solid #04040417;
}

.loader .face {
	position: absolute;
	border: 2px solid #12121221;
}

.loader .face.face1 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0909093d;
	border-radius: 50%;
	border-left: 2px solid #ffff00;
	border-top: 2px solid #ffff00;
	animation: animate 3s linear infinite;
	background-color: rgba(0, 29, 159, 0.8);
}

.loader .face.face2 {
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background: #09090917;
	border-radius: 50%;
	border-right: 2px solid #03a9f4;
	border-bottom: 2px solid #03a9f4;
	animation: animate 3s linear reverse infinite;
}

.loader .face .circle {
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	width: 50%;
	height: 2px;
	transform-origin: left;
}

.loader .face.face1 .circle {
	transform: rotate(-45deg);
}

.loader .face.face2 .circle {
	transform: rotate(-45deg);
}


.loader .face .circle:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	top: -4px;
	right: -6px;
}


.loader .face.face1 .circle:before {
	background: #ffff00;
	box-shadow: 0 0 20px #ff0,
	0 0 40px #ff0,
	0 0 60px #ff0,
	0 0 80px #ff0,
	0 0 100px #ff0,
	0 0 0 5px rgba(255, 255, 0, .1);
}

.loader .face.face2 .circle:before {
	background: #03a9f4;
	box-shadow: 0 0 20px #03a9f4,
	0 0 40px #03a9f4,
	0 0 60px #03a9f4,
	0 0 80px #03a9f4,
	0 0 100px #03a9f4,
	0 0 0 5px rgba(3, 169, 244, .1);
}

@keyframes animate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}


}

.loader {
	z-index: 9999 !important;
}

/* ---------------------------------------------------
    ARTICLES
----------------------------------------------------- */
.articles-section {
  padding: 80px 0;
  background: #121212;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width:1247px) {
	.text {
		padding: 15px 20px;
	}
}

@media (max-width:1087px) {
	.text {
		padding: 15px;
	}
}

@media (max-width: 991px) {
	#content {
		background: #000000;
	}
	.heading-section h2 {
		font-size: 2.8rem;
	}
	.nav-dt ul {
		margin-top: 0 !important;
	}
	.st-sec {
		padding: 20px 0;
	}
	.heading-section img {
		margin-bottom: 15px;
	}
	.st-sec .content-divider {
		display: none;
	}
	.promotion-item {
		margin-bottom: 30px;
	}
	.slot-item {
		margin-bottom: 30px;
	}
	.footer-section {
		border-top: 1px solid #333;
	}
	.text {
		padding: 15px 20px;
	}
	/*	.-left-wrapper img{
		max-width: 78px !important;
	}
	.-right-wrapper img{
		max-width: 78px !important;
	}*/
	.slip-section {
		padding: 80px 0;
	}
}

@media (max-width: 768px) {
	.nav-dt {
		display: none;
	}
	#sidebar {
		width: 25%;
		position: fixed;
		padding-top: 78px;
	}
	#sidebar ul.components {
		padding: 20px;
	}
	#sidebar.active {
		margin-left: 0;
	}
	#content {
		width: 75%;
		padding: 98px 0 0 0;
	}
	#content.active {
		width: calc(100% - 250px);
	}
	#sidebarCollapse span {
		display: none;
	}
	.menu-item {
		text-align: center;
	}
	.menu-item img {
		margin: 0 auto 10px;
		display: block;
	}
	.nav-mobile {
		display: block;
		z-index: 9999;
		position: fixed;
		width: 100%;
	}
	.menu-item strong {
		word-break: break-word;
		font-size: 1.4rem;
	}
	.line-item a {
		padding: 10px !important;
	}
	.heading-section img {
		max-width: 56px;
	}
	.menu-item span {
		display: none;
	}
	#sidebar ul.components {
		padding: 20px 10px;
	}
	.fix-footer-container {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		width: 100%;
		min-height: 50px;
		text-align: center;
		/*
		background: rgb(0, 31, 63);
		background: -moz-linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
		background: linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f3f", endColorstr="#004273", GradientType=1);*/
	}
	.fix-container {
		display: inline-block;
		vertical-align: bottom;
		width: 40%;
		font-size: 0;
		z-index: 99;
	}
	.fix-center-panel {
		width: 15%;
		position: relative;
		bottom: 30px;
	}
	.fix-left-panel {
		background: #000000;
		border-radius: 0 32px 0 0;
	}
	.fix-left-panel a {
		width: 50%;
		display: inline-block;
	}
	.fix-right-panel {
		background: #000000;
		border-radius: 32px 0 0 0;
	}
	.fix-right-panel a {
		width: 50%;
		display: inline-block;
	}

	.-fake-center-bg-wrapper {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		width: 100%;
		height: 50px;
		transition: -webkit-filter .2s;
		transition: filter .2s;
		transition: filter .2s, -webkit-filter .2s;
		overflow: hidden;
	}

	.-fake-center-bg-wrapper svg {
		position: absolute;
		left: 50%;
		bottom: 0;
		/*height: 108px;*/
		width: 490px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	/*	.fix-footer-container ul {
		padding-left: 0;
	}
	.fix-footer-container li {
		display: inline-block;
		color: #f4ebeb;
		font-size: 1.2rem;
		line-height: 28px;
		padding: 10px 30px 6px 30px;
		border-right: 2px solid #000;
	}
	.fix-footer-container a:hover {
		background: rgb(0, 31, 63);
		background: -moz-linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
		background: linear-gradient(0deg, rgba(0, 31, 63, 1) 0%, rgba(0, 66, 115, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f3f", endColorstr="#004273", GradientType=1);
		text-decoration: none;
	}
	.fix-footer-container a:last-child {
		border-right: none;
	}
	.fix-footer-container a img {
		margin-right: 10px;
		display: inline-block;
	}
	.fix-footer-container a p {
		display: inline-block;
		margin-bottom: 0;
	}*/
}

@media (max-width:576px) {
	html {
		font-size: 8px;
	}
	.heading-section h2 {
		font-size: 2.4rem;
	}
	.menu-item a {
		padding: 10px !important;
	}
	.promotion-item img {
		width: 100%;
	}
	.fix-footer-container a {
		padding: 5px 20px 5px 20px;
	}
	.fix-footer-container a img {
		display: block;
		margin: 0 auto 5px;
	}
	.slot-item {
		margin-bottom: 15px;
	}
	.text {
		padding: 15px 30px;
	}
	.loader {
		width: 120px;
		height: 120px;
	}
	.loader .face.face2 {
		display: none;
	}
}
