@import 'font-face.css';

body{
	background-color: #000;
	color: #fff;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:focus{
	outline: none;
	outline-offset: 0;
}
@media (min-width: 1200px){
	.container{
		/*width: 81.25vw;*/
		width: 79vw;
	}
}

/*===============================================*/
/*=================== NAVBAR ====================*/
/*===============================================*/
/* Note: Try to remove the following lines to see the effect of CSS positioning */
.navbar-fixed-top {
	border-width: 0 0 1px;
	-webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
	-o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media(max-width: 768px){
	.navbar-fixed-top {
		top: 0;
	}
}
/* initiate biar section bawaah nya affix tidak mendadak scrolling*/
/*.affix ~ * section {
	position: relative;
	top: 52px;
}*/
/*.nh-navbar-container{
	width: 1200px;
	margin: 0 auto;
}*/
.nav > li > a{
	padding: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-inverse{
	background-color: rgb(0 0 0 / 65%);
	border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a{
	color: #cecece;
	font-family: 'Arial';
	font-size: 1vw;
	letter-spacing: 1.5px;
}
.navbar-inverse .navbar-nav > li > a.active,
.navbar-inverse .navbar-nav > li > a:hover{
	color: #ff3636;
}
.navbar-nav{
	float: none;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.209vw;
}
.navbar-nav > li{
	float: none;
	padding: 0 1vw;
	/*display: inline-table;
	vertical-align:middle;*/
}
.dropdown-menu{
	background-color: #151618;
	min-width: 120px;
}
.dropdown-menu > li > a{
	color: #cecfd1;
	padding: 8px 20px;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	color: #dd9b3a;
	text-decoration: none;
	background-color: #222224;
}
.nh-navbar-brand{
	display: none;
}
a.logout{
	color: #e42525;
	text-decoration: none;
}
@media(max-width: 767px){
	/*.nh-navbar-container{
		width: auto;
	}*/
	.nh-navbar-container:before {
		background: unset;
		background-size: unset;
		width: auto;
		height: auto;
		content: '';
		float: unset;
		position: unset;
	}
	.navbar-toggle.navbar-left {
		float: left;
	}
	.nav > li > a {
		padding: 10px 20px;
	}
	.navbar-nav{
		text-align: left;
	}
	.navbar-nav > li{
		display: block;
	}
	.glyphicon{
		font-size: 10pt;
	}
	/*.visible-xs {
		display: inline !important;
	}*/
}

@media(max-width: 768px){
	.dropdown-menu{
		float: none;
		position: static;
		min-width: 100%;
		-webkit-background-clip: unset;
		background-clip: unset; 
		border: none; 
		border: none; 
		border-radius: 0; 
		-webkit-box-shadow: none; 
		box-shadow: none; 
		padding: 0;
		margin: 0; 
	}
	.dropdown-backdrop{
		display: none;
	}
	.dropdown-menu > li > a{
		padding: 10px 40px;
	}
	.navbar-toggle {
		position: relative;
		float: left;
		padding: 10px 20px;
		margin-top: 10px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: none;
		border-radius: 0;
	}
	.navbar{
		border: 0;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 40px;
		height: 4px;
		border-radius: 0;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 10px;
	}
	.affix ~ * section {
		top: unset;
	}
	.nh-navbar-brand{
		color: #fff;
		display: block;
		height: 50px;
		padding: 15px 15px;
		font-size: 11pt;
		line-height: 20px;
		margin: 10px 0 8px;
	}
}
/*===============================================*/
/*================= END NAVBAR ==================*/
/*===============================================*/

/*===============================================*/
/*=============== NAVBAR MOBILE ================*/
/*===============================================*/
.nh-nav-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1111;
}
.nh-nav-sidenav {
	font-family: 'Arial';
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 11112;
	top: 0;
	left: 0;
	background-color: #151618;
	overflow-x: hidden;
	transition: 0.5s;
	padding-bottom: 20px;
}
#judulmenu {
	background-color: #151618;
	height: 70px;
	color: #ff3636;
	border-bottom: 1px solid #222224;
}
#nh-nav-judulmenu{
	background-color: 151618;
	height: 59px;
	color: #ff3636;
	margin-bottom: 10px;
}
.nh-nav-sidenav a img{
	margin-right: 20px;
	position: relative;
	left: 5px;
}
.nh-nav-sidenav #judulmenu span{
	padding: 22px 21px;
	float: left;
	font-size: 4.5vw;
	/* font-weight: bold; */
}
.nh-nav-sidenav a {
	padding: 10px 10px 10px 22px;
	text-decoration: none;
	font-size: 3.5vw;
	color: #fff;
	display: block;
	transition: 0.3s;
	border-bottom: 1px solid #222224;
}
.nh-nav-sidenav a:hover, .offcanvas a:focus{
	color: #ff3636;
}
.nh-nav-sidenav a.closebtn:hover, .offcanvas a:focus{
	color: #ff3636;
}
.nh-nav-sidenav a.selected, .offcanvas a.selected{
	color: #ff3636;
}
.nh-nav-sidenav .closebtn {
	color: #ff3636;
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	padding-top: 8px;
	margin-left: 50px;
	font-weight: bold;
	height: 70px;
}
.nh-navbar-mobile{
	list-style-type: none;
	padding-left: 0;
}
.nh-navbar-mobile li a.active{
	color: #ff3636;
}
.nh-nav-separator{
	border-left: 1px solid #fff;
	float: left;
	margin: 10px 15px 0 0;
	height: 40px;
	width: 1px;
}
/*===============================================*/
/*============= END NAVBAR MOBILE ===============*/
/*===============================================*/

/*===============================================*/
/*================ SECTION 1 ====================*/
/*===============================================*/
.event-content{
	background: url(../images/layout/section1/bg.jpg) repeat-y center top;
	background-size: 100%;
	min-height: 50vw;
	position: relative;
	padding-top: 5.209vw;
	padding-bottom: 4.5vw;
}
.wrap{
	position: relative;
}
.event-content img.logo{
	width: 24.948vw;
	margin: 3.5vw 0 1.6vw;
}
.event-content h1{
	font-family: 'Space Wham';
	color: #e87d7d;
	margin: 0 0 1.6vw;
	font-size: 2.15vw;
	font-style: oblique;
}
.event-content p.desc{
	font-family: 'Arial';
	margin: 0 0 1.6vw;
	font-size: 1.1vw;
	padding: 0 15vw;
}
.event-content img.shinobi{
	width: 52.448vw;
	margin: 0 0 3vw;
}
.event-content img.anbu{
	width: 52.448vw;
	margin: 1vw 0 3.2vw;
}
.btn-login{
	border: 5px solid #890d0d;
	border-radius: 10px;
	background-color: #000;
	color: #e31f1f;
	font-size: 1.1vw;
	font-family: 'Space Wham';
	font-style: oblique;
	padding: 0.7vw 2.5vw;
	position: absolute;
	top: 38.6vw;
}
.btn-login:hover,
.btn-login:focus{
	background-color: #e42525;
	color: #fff;
}
.wrap-reward{
	margin-bottom: 2vw;
}
/*.anbu-slick:before{
	content: '';
	background-color: #e42525;
	height: 2vw;
	width: 96%;
	position: absolute;
	z-index: 0;
	top: 3.2vw;
}*/
.anbu-pass{
	position: relative;
}
.anbu-slick{
	display: flex;
	position: relative;
	top: -2vw;
}
.anbu-slick .reward-content{
	background-color: #891f1f;
	padding: 0.15vw 0.15vw 0 0.15vw;
	border-radius: 10px;
	margin-right: 1.1vw;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.anbu-slick .reward-content:before{
	content: '';
	background-color: #e42525;
	height: 2vw;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 3.2vw;
	left: 2vw;
}
.anbu-slick .reward-content:last-child{
	margin-right: 0;
}
.anbu-slick .reward-content:last-child:before{
	content: '';
	background-color: #e42525;
	height: 2vw;
	width: 0;
	position: absolute;
	z-index: 0;
	top: 3.2vw;
	left: 2vw;
}
.anbu-slick .reward-name{
	font-size: 1.5vw;
	font-family: 'Teko Regular';
	text-align: center;
	padding: 0.5vw;
	line-height: 1;
	font-style: oblique;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	display: flex;
	min-height: 6vw;
	align-items: center;
	justify-content: center;
}
.anbu-slick .reward-img{
	background-color: #000;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
}
.anbu-slick .reward-img img{
	height: 7vw;
	width: 100%;
	object-fit: contain;
	padding: 0.8vw;
}
.anbu-slick .reward-point{
	text-align: center;
	font-family: 'Teko Regular';
	font-style: oblique;
	font-size: 1.5vw;
	line-height: 1;
	padding: 0.3vw 0;
}
.anbu-slick .reward-star{
	background-color: #ffd955;
	color: #000;
}
.anbu-slick .reward-star i.fa{
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 2vw;
	top: -1.3vw;
	color: #d1890b;
}
.anbu-slick .slick-track{
	padding-top: 2vw;
}
p.userid-anbu{
	position: absolute;
	top: 0;
	right: 10.2vw;
	font-size: 1.7vw;
	line-height: 1;
	margin: 0;
	font-style: oblique;
	font-family: 'Teko Regular';
}
.login-anbu{
	right: 10.2vw;
	top: -1.1vw;
}
.btn-buy{
	border: 1px solid #fff;
	border-radius: 10px;
	background-color: #e42525;
	color: #fff;
	font-size: 1.5vw;
	font-family: 'Space Wham';
	font-style: oblique;
	padding: 0.7vw 8.5vw;
}
.btn-buy:hover,
.btn-buy:focus{
	background-color: #891f1f;
	color: #fff;
}
.event-content h2{
	font-family: 'Space Wham';
	color: #e31f1f;
	margin: 3.2vw 0 1vw;
	font-size: 1.5vw;
	font-style: oblique;
}
.event-content h2.timeend{
	color: #fff;
	margin: 0;
}
.btn-exchange{
	border: 5px solid #890d0d;
	border-radius: 5px;
	background-color: #e42525;
	color: #fff;
	font-size: 1.2vw;
	font-family: 'Space Wham';
	font-style: oblique;
	padding: 1.5vw;
	position: relative;
	/*top: -3.5vw;*/
}
.btn-exchange:hover,
.btn-exchange:focus{
	background-color: #891f1f;
	color: #fff;
}
.event-content h5{
	font-size: 1.2vw;
	font-family: 'Space Wham';
	font-style: oblique;
	margin: 2.8vw 0 3.5vw;
}
p.userid{
	position: absolute;
	top: 0;
	font-style: oblique;
	font-family: 'Teko Regular';
	font-size: 1.7vw;
	line-height: 1;
}
.grayscale{
	filter: grayscale(100%);
	cursor: not-allowed !important;
}
.modal-login-event{
	background-color: #000;
	width: 21vw;
	margin: 0 auto;
	min-height: 10vw;
	padding: 2vw;
	border-radius: 10px;
	border: 1px solid #999999;
}
.login-content{
	color: #fff;
	position: relative;
}
.login-content .close{
	position: absolute;
	color: #4f4c4c;
	font-size: 2.5vw;
	opacity: 1;
	text-shadow: none;
	right: -13px;
	top: -24px;
	font-weight: normal;
	line-height: 1;
}
.login-content h1{
	margin: 0 0 2vw;
	font-size: 1.3vw;
	font-family: 'Space Wham';
	font-style: oblique;
	color: #b32525;
}
#LoginForm .modal-dialog{
	margin-top: 10vw;
}
#form-redeem label,
#form-login label,
#form-server label{
	color: #ffc000;
	font-family: 'Space Wham';
	font-size: 0.7vw;
	font-style: oblique;
	letter-spacing: 1px;
	font-weight: normal;
}
#form-redeem input,
#form-redeem select,
#form-login input,
#form-server select{
	font-family: 'Space Wham';
	font-style: oblique;
	font-size: 0.7vw;
}
.btn-submit{
	background-color: #851818;
	color: #fff;
	font-size: 0.7vw;
	font-family: 'Space Wham';
	font-style: oblique;
	padding: 0.5vw 2.5vw;
	margin-top: 1vw;
}
.btn-submit:hover,
.btn-submit:focus{
	background-color: #891f1f;
	color: #fff;
}
.form-group {
	margin-bottom: 1vw;
}
.form-group:last-child{
	margin-bottom: 0;
}
.shinobi-pass{
	padding: 0 9.6vw;
	position: relative;
}
.login-shinobi{
	right: 10.9vw;
	top: -1.1vw;
}
.shinobi-slick{
	display: flex;
	position: relative;
	flex-wrap: wrap;
    justify-content: center;
}
.shinobi-slick .reward-name{
	font-size: 1.5vw;
	font-family: 'Teko Regular';
	text-align: center;
	padding: 0.5vw;
	line-height: 1;
	font-style: oblique;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	display: flex;
	min-height: 6vw;
	align-items: center;
	justify-content: center;
}
.shinobi-slick .reward-content{
	background-color: #891f1f;
	padding: 0.15vw 0.15vw 0 0.15vw;
	border-radius: 10px;
	margin: 10px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	flex: 0 0 14%;
    max-width: 14%;
}
.shinobi-slick .reward-content:last-child{
	margin-right: 0;
}
.shinobi-slick .reward-img{
	background-color: #000;
	position: relative;
	overflow: hidden;
	height: 8vw;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shinobi-slick .reward-img img{
	/*height: 7vw;
	width: 5.6vw;
	object-fit: contain;
	padding: 0.8vw;*/
}
.shinobi-slick .reward-point{
	text-align: center;
	font-family: 'Teko Regular';
	font-style: oblique;
	font-size: 1.5vw;
	line-height: 1;
	padding: 0.5vw 0;
}
p.userid-shinobi{
	position: absolute;
	top: 0;
	right: 11vw;
	font-size: 1.7vw;
	line-height: 1;
	margin: 0;
	font-style: oblique;
	font-family: 'Teko Regular';
}
.shinobi-slick .reward-star{
	background-color: #ffd955;
	color: #000;
}
.shinobi-slick .slick-list{
	padding-top: 1vw;
}
.shinobi-slick .reward-star i.fa{
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 2vw;
	top: -1.3vw;
	color: #d1890b;
}
.ninja-income .slick-track{
	padding-top: 2vw;
}
.ninja-income{
	display: flex;
	position: relative;
	flex-wrap: wrap;
    justify-content: center;
}
.ninja-income .reward-name{
	font-size: 1.5vw;
	font-family: 'Teko Regular';
	text-align: center;
	padding: 0.5vw;
	line-height: 1;
	font-style: oblique;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	display: flex;
	min-height: 6vw;
	align-items: center;
	justify-content: center;
}
.ninja-income .reward-content{
	background-color: #891f1f;
	padding: 0.15vw 0.15vw 0 0.15vw;
	border-radius: 10px;
	margin: 10px;
	position: relative;
	z-index: 1;
	flex: 0 0 14%;
    max-width: 14%;
}
.ninja-income .reward-content:last-child{
	margin-right: 0;
}
.ninja-income .reward-img{
	background-color: #000;
/*	position: relative;*/
	overflow: hidden;
	height: 8vw;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ninja-income .reward-img img{
	/*height: 7vw;
	width: 5.6vw;
	object-fit: contain;
	padding: 0.8vw;*/
}
.ninja-income .reward-point{
	text-align: center;
	font-family: 'Teko Regular';
	font-style: oblique;
	font-size: 1.5vw;
	line-height: 1;
	padding: 0.5vw 0;
}
.ninja-income .reward-star{
	background-color: #ffd955;
	color: #000;
	cursor: pointer;
}
.ninja-income .reward-star i.fa{
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 2vw;
	top: -1.3vw;
	color: #d1890b;
}
@media(max-width: 991px){
	.event-content{
		background: url(../images/layout/section1/bg.jpg) repeat-y center top;
		background-size: 100%;
		min-height: 150vw;
		position: relative;
		padding-top: 16vw;
		padding-bottom: 29vw;
	}
	.event-content img.logo {
		width: 45vw;
		margin: 6vw 0 3vw;
	}
	.event-content h1{
		font-size: 3.8vw;
		margin: 0 0 3vw;
	}
	.event-content p.desc{
		margin: 0 0 3vw;
		font-size: 2.8vw;
		padding: 0 5vw;
	}
	.event-content img.anbu {
		width: 100%;
		margin: 5vw 0 10vw;
		padding: 0 5vw;
	}
	.btn-login {
		border: 3px solid #890d0d;
		border-radius: 5px;
		font-size: 2.5vw;
		padding: 1.5vw 5vw;
		position: relative;
		top: 0;
		left: 6vw;
		margin: 0 0 4vw;
	}
	.wrap-reward {
		padding: 0 6vw;
		margin-bottom: 5vw;
	}
	.anbu-slick .reward-content{
		border-radius: 3px;
		margin-right: 2.5vw;
		padding: 0.3vw 0.3vw 0 0.3vw;
	}
	.anbu-slick .reward-img{
		border-radius: 3px;
	}
	.anbu-slick .reward-img img {
		height: 20vw;
		width: 100%;
		padding: 2.5vw;
	}
	.anbu-slick .reward-point{
		font-size: 5vw;
		padding: 0.5vw 0;
	}
	.anbu-slick .reward-content:before {
		content: '';
		background-color: #e42525;
		height: 6vw;
		width: 100%;
		position: absolute;
		z-index: 0;
		top: 9vw;
		left: 4vw;
	}
	.anbu-slick .slick-track {
		padding-top: 4vw;
	}
	.anbu-slick .reward-star i.fa,
	.shinobi-slick .reward-star i.fa,
	.ninja-income .reward-star i.fa{
		font-size: 5vw;
		top: -2.5vw;
	}
	.btn-buy {
		border: 2px solid #fff;
		border-radius: 3px;
		font-size: 3vw;
		padding: 2vw 15vw;
	}
	.event-content h2 {
		margin: 7vw 0 3vw;
		font-size: 4vw;
	}
	p.userid {
		position: relative;
		top: 0;
		left: 6vw;
		display: inline-block;
		font-size: 4.5vw;
		margin: 0 0 2vw;
	}
	.event-content img.shinobi {
		width: 100%;
		margin: 5vw 0 10vw;
		padding: 0;
	}
	.btn-exchange {
		border: 3px solid #890d0d;
		border-radius: 3px;
		font-size: 2.5vw;
		padding: 2vw 4vw;
		position: relative;
		top: 0;
		margin-bottom: 10vw;
	}
	p.userid-anbu {
		position: absolute;
		top: 0;
		right: 8vw;
		left: unset;
		font-size: 4vw;
	}
	.event-content h5{
		font-size: 2.5vw;
		margin: 0vw 0 4vw;
	}
	.login-anbu {
		right: 7vw;
		top: -2.5vw;
		left: unset;
		position: absolute;
	}
	#LoginForm .modal-dialog{
		margin: 30vw 10vw 0;
	}
	.modal-login-event{
		width: 100%;
		padding: 8vw;
		border: 2px solid #999999;
	}
	.login-content .close{
		font-size: 8vw;
		right: -5px;
		top: -15px;
	}
	.login-content h1{
		font-size: 5vw;
		margin: 0 0 4vw;
	}
	#form-login label,
	#form-server label{
		font-size: 2.5vw;
	}
	.form-group{
		margin-bottom: 4vw;
	}
	#form-login input,
	#form-server select{
		font-size: 2.5vw;
	}
	.btn-submit {
		font-size: 2.5vw;
		padding: 2vw 9vw;
		margin-top: 4vw;
	}
	p.userid-shinobi.userid-daily{
		top: 6vw;
	}
	p.userid-shinobi {
		position: absolute;
		top: 0;
		right: 8vw;
		left: unset;
		font-size: 4vw;
	}
	.login-shinobi {
		right: 7vw;
		top: -2.5vw;
		left: unset;
		position: absolute;
	}
	.shinobi-slick .reward-content {
		padding: 0.3vw 0.3vw 0 0.3vw;
		border-radius: 3px;
		margin-right: 2.5vw;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.shinobi-slick .reward-name{
		font-size: 3.5vw;
		padding: 1vw 0;
	}
	.shinobi-slick .reward-point{
		font-size: 5vw;
		padding: 1vw 0;
	}
	.shinobi-slick .reward-img{
		height: 20vw;
	}
	.shinobi-slick .reward-img img{
		width: 100%;
	}
	.shinobi-slick .slick-track{
		padding-top: 4vw;
	}
	.ninja-income .reward-content {
		padding: 0.3vw 0.3vw 0 0.3vw;
		border-radius: 3px;
		margin-right: 2.5vw;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.ninja-income .reward-name{
		font-size: 3.5vw;
		padding: 1vw 0;
	}
	.ninja-income .reward-point{
		font-size: 5vw;
		padding: 1vw 0;
	}
	.ninja-income .reward-img{
		height: 20vw;
	}
	.ninja-income .reward-img img{
		width: 100%;
	}
	.ninja-income .slick-track{
		padding-top: 4vw;
	}
}
/*===============================================*/
/*============== END SECTION 1 ==================*/
/*===============================================*/

.redeemcode-content{
	margin: 80px auto 0;
	background-color: #000;
	padding: 2vw;
	width: 35vw;
	border-radius: 10px;
    border: 1px solid #999999;
}
@media(max-width: 768px){
	.redeemcode-content{
		width: 100%;
		padding: 7vw;
		margin-bottom: 40vw;
	}
	#form-redeem label, #form-login label, #form-server label {
		color: #ffc000;
		font-size: 2.5vw;
	}
	#form-redeem input, #form-redeem select, #form-login input, #form-server select {
		font-size: 2.5vw;
	}
	.login-redeemcode{
		top: 2.5vw;
	}
	.userid-redeemcode{
		top: 3vw !important;
	}
}
.pointer{
	cursor: pointer;
}
.banner-float{
	position: relative;
}
.banner-float-content{
	position: fixed;
	right: 1vw;
	top: 8vw;
	z-index: 2;
}
.banner-float-content img{
	width: 13vw;
}
.closeAds{
	position: absolute;
	right: 0;
	top: -20px;
}
@media(max-width:768px){
	.banner-float-content{
		position: fixed;
		right: 0;
		top: unset;
		bottom: 0;
	}
	.banner-float-content img{
		width: 100%;
	}
	.closeAds{
		position: absolute;
		right: 0;
		top: -20px;
	}
}