@font-face {
	font-family: 'DK Buntaro';
	src: url('../fonts/dk_buntaro/dk_buntaro.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'comic panels';
	src: url('../fonts/comic_panels/Comic Panels.ttf');
	font-weight: normal;
}
body {
	font-family: 'DK Buntaro';
	overflow-x: hidden;
}
.outer,.left-nav {
	transition: 0.3s;
}
.outer.open-nav, .left-nav.open-nav,.joni-rute .open-nav {
	transform: translateX(200px);
}
.fullpage {
	position: relative;
	background-color: #1f2f70;
}
.centerValign {
	display: flex;
	align-items: center;
}
.centerValign > .inner {
	margin: auto;
	/*padding-top: 120px;*/
}
.main-bg {
	background-image: url('../images/main-bg.png');
	background-size: cover;
	background-position: bottom;
}
.btn:focus, button:focus {
	box-shadow: none;
}
.btn-green {
	transition: 0.2s;
	color: #63000a !important;
	background-image: url('../images/btn-green.png');
	background-size: cover;
	background-position: center;
	font-size: 25px;
	padding: 12px 10px;
	min-width: 172px;
	background-repeat: no-repeat;
	height: 65px;
	margin: 0px 5px;
	background-color: transparent;
}
.btn-red{
	color: #fff !important;
	background-image: url('../images/btn-red.png');
	min-width: 155px !important;
}
.btn-green:hover {
	transform: scale(1.05);
}
.joni {
	position: absolute;
	bottom: 0px;
	left: 140px;
	width: 250px;
	z-index: 101;
}
.home-content {
	transform: translateY(-100px);
}
.home-content .big {
	color: #921216;
	font-size: 35px;
	line-height: 45px;
	margin-top: 20px;
	margin-bottom: 25px;
	font-family: 'comic panels';
}
.home-content .big span{
	font-size: 20px;
}
.home-content .small {
	font-size: 20px;
	color: #921216;
	margin-bottom: 30px;
	line-height: 25px;
	font-family: 'comic panels';
}
.left-nav {
	background-color: #bb131a;
	width: 200px;
	height: 100%;
	position: fixed;
	left: -200px;
	top: 0px;
	padding-top: 20px;
	font-family: 'comic panels';
	z-index: 151;
}
.left-nav ul {
	list-style: none;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}
.left-nav ul li a {
	font-size: 16px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.left-nav ul li a:hover, .left-nav ul li a:focus,.left-nav ul li.active a {
	color: #f6ce29;
}
.left-nav footer {
	background-color: #a70e13;
	color: #fff;
	/*padding: 15px;*/
	padding: 13px 11px 4px 11px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.left-nav footer .credit {
	font-family: 'Roboto';
	font-size: 10px;
	font-weight: 300;
	color: #fff;
}
.left-nav footer .sosmed-list {
	margin-bottom: 10px;
}
.left-nav footer .sosmed-list a {
	transition: 0.3s;
	display: inline-block;
	width: 35px;
	height: 25px;
	font-size: 18px;
	
	/*width: 28px;
	height: 28px;*/
	padding-top: 3px;
	/*border-radius: 50%;
	border: 2px solid #fff;*/
	color: #fff;
	opacity: 0.6;
	
}
.left-nav footer .sosmed-list a:hover {
	opacity: 1;
}
.menu-toggle {
	position: absolute;
	border: none;
	background-color: transparent;
	color: #a70e13;
	font-size: 29px;
	left: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 151;
	transition: 0.3s;
}
.menu-toggle.open-nav i:before {
	content: "\f060" !important;
	color: #fff;
	transition: 0.3s;
}
.leaderboard-inner {
	margin-top: 20px;
	margin-bottom: 20px;
	max-height: 300px;
	overflow-y: auto;
}
.leaderboard-inner .list {
	position: relative;
	margin-bottom: 15px;
	color: #fff;
	padding-left: 40px;
}
.leaderboard-inner .list .num {
	position: absolute;
	left: 0px;
	text-align: center;
	width: 56px;
	height: 55px;
	padding-top: 11px;
	font-size: 21px;
	background-image: url('../images/leaderboard-num.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 100;
}
.leaderboard-inner .list .name {
	height: 45px;
	width: 295px;
	background-size: 100% auto;
	background-image: url('../images/leaderboard-name.png');
	transform: translateY(5px);
	position: relative;
	z-index: 90;
	font-size: 20px;
	text-align: left;
	padding-left: 35px; 
	padding-top: 8px;
	left: -14px;
	margin-bottom: 15px;
}

.challenge1-bg {
	background-image: url('../images/bg-challenge1.png');
	background-size: cover;
	background-position: bottom;
}
.challenge-content {
	background-image: url('../images/bg-inner-challenge1.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #fff;
	min-height: 400px;
	border: 5px solid #d3d0ce;
	border-radius: 15px;
	padding: 0px 150px 31px 150px;
	/*transform: translateY(20px);*/
}
.challenge-content .scroll-div {
	overflow-y: auto;
}
.challenge-content .sec-title {
	padding: 0px;
	margin: -32px 0px 20px 0px;
}
.challenge-content .sec-title span {
	font-size: 45px;
	color: #fff;
	display: inline-block;
	width: 350px;
	background-image: url('../images/challenge-title.png');
	background-size: 100% auto;
	height: 80px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.container {
	max-width: 1000px;
}
.challenge-content .title {
	font-size: 50px;
	color: #1f2f70;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.challenge-content .soal {
	position: relative;
	padding-left: 40px;
	font-family: 'Roboto';
	text-align: left;
	font-size: 16px;
	color: #575860;
	font-weight: 100;
	margin-bottom: 10px;
}
.challenge-content .soal.nonum {
	padding-left: 0px;
}
.challenge-content .soal .num {
	background-color: #a70e13;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	border-bottom: 3px solid #660b0e;
	color: #fff;
	font-weight: 500;
	padding-top: 5px;
	position: absolute;
	left: 0px;
	font-size: 13px;
}
.challenge-content .jawaban-list {
	text-align: left;
	padding-left: 40px;
	font-family: 'Roboto';
	color: #555;
	font-size: 16px;
}
.challenge-content .jawaban-list .jawaban {
	padding-left: 32px;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
}
.challenge-content .jawaban-list .jawaban .poin {
	position: absolute;
	left: 0px;
	font-weight: 700;
}
.challenge-content .jawaban-list .jawaban .poin .iradio_square-red {
	margin-right: 3px;
	margin-top: -4px;
}
.soal-indicator {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 14px;
}
.soal-indicator .line {
	background-color: #f5f5f5;
	height: 7px;
	border-radius: 5px;
	position: relative;
}
.soal-indicator .line:before {
	content: "";
	left: 3%;
	position: absolute;
	height: 100%;
	background-color: #f6eb53;
}
.soal-indicator .line.active-2:before {
	width: 25%;
}
.soal-indicator .line.active-3:before {
	width: 50%;
}
.soal-indicator .line.active-4:before {
	width: 75%;
}
.soal-indicator .line.active-5:before {
	width: 96%;
}
.soal-indicator .line .poin {
	width: 25px;
	height: 25px;
	position: absolute;
	top: -10px;
	background-color: #f0f0f0;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	padding-top: 1px;
}
.soal-indicator .line .poin-space {
	
	position: absolute;
	top: -10px;
	background-color: #f0f0f0;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	padding-top: 1px;
}
.soal-indicator .line .poin:last-child {
	right: 0px;
}
.soal-indicator .line .poin:nth-child(2) {
	left: 25%;
}
.soal-indicator .line .poin:nth-child(3) {
	left: 50%;
}
.soal-indicator .line .poin:nth-child(4) {
	left: 75%;
}
.soal-indicator .line.active-1 .poin:first-child {
	background-color: #a70e13;
}
.soal-indicator .line.active-2 .poin:first-child, .soal-indicator .line.active-2 .poin:nth-child(2) {
	background-color: #a70e13;
}
.soal-indicator .line.active-3 .poin:first-child, .soal-indicator .line.active-3 .poin:nth-child(2), .soal-indicator .line.active-3 .poin:nth-child(3) {
	background-color: #a70e13;
}
.soal-indicator .line.active-4 .poin:first-child, .soal-indicator .line.active-4 .poin:nth-child(2), .soal-indicator .line.active-4 .poin:nth-child(3), .soal-indicator .line.active-4 .poin:nth-child(4) {
	background-color: #a70e13;
}
.soal-indicator .line.active-5 .poin:first-child, .soal-indicator .line.active-5 .poin:nth-child(2), .soal-indicator .line.active-5 .poin:nth-child(3), .soal-indicator .line.active-5 .poin:nth-child(4), .soal-indicator .line.active-5 .poin:nth-child(5) {
	background-color: #a70e13;
}
.challenge1-bg .joni {
	width: 150px;
	right: 90px;
	left: auto;
}

.soal-type2 {
	font-family: 'Roboto';
}
.soal-type2 .title {
	font-style: italic;
	color: #1f2f70;
	font-size: 30px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}
.soal-type2 .content {
	font-size: 25px;
	line-height: 30px;
	font-weight: 800;
	font-style: italic;
	padding: 0px 50px;
	margin-bottom: 15px;
}
.challenge-content .form-control {
	background-color: #fff;
	border: 1px solid #eee;
	text-align: center;
	font-family: 'Roboto';
	font-style: italic;
	font-size: 21px;
	font-weight: 300;
}
.kardus {
	position: absolute;
}

.map-cont {
	overflow: auto;
	position: relative;
	cursor: grab;
}
.map-cont .blue-marker {
	background-image: url('../images/marker-blue.png');
	background-size: 100%;
	width: 50px;
	height: 84px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 100;
}
.map-cont .blue-marker .icon {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	left: 5px;
	top: 5px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}

.map-cont .orange-marker {
	background-image: url('../images/marker-orange.png');
	background-size: 100%;
	width: 40px;
	height: 70px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 100;
}
.map-cont .orange-marker .icon {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	left: 0px;
	top: 3px;
	text-align: center;
	color: #fff;
	font-size: 23px;
}
.map-cont .orange-marker .icon .ion-android-star {
	color: #fce599;
}
.usercard {
	position: absolute;
	top: 10px;
	left: 80px;
	z-index: 150;
}
.usercard .img-cont {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 3px;
	background-color: #fff;
	position: relative;
	z-index: 100;
}
.usercard .img-cont img {
	border: 2px solid #f09218;
	border-radius: 50%;
}
.usercard .name {
	position: absolute;
	background: linear-gradient(#f6ce29,#ec620b);
	left: 35px;
	color: #5e1704;
	font-size: 22px;
	padding: 0px 25px 2px 35px;
	top: 7px;
	border-bottom: 5px solid #a44306;
	border-radius: 10px;
}
.poincard {
	position: absolute;
	right: 50px;
	top: 10px;
	z-index: 150;
}
.poincard label {
	position: absolute;
	background: linear-gradient(#f6ce29,#ec620b);
	right: 30px;
	color: #5e1704;
	font-size: 22px;
	padding: 0px 35px 2px 25px;
	top: 7px;
	border-bottom: 5px solid #a44306;
	border-radius: 10px;
}
.poincard .num {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(#f6ce29,#ec620b);
	border: 3px solid #fff;
	color: #5e1704;
	display: inline-block;
	z-index: 100;
	position: relative;
	text-align: center;
	font-size: 20px;
	padding-top: 5px;
	font-weight: normal;
}

/* Weekly Challenge 1 */
.map-cont .marker-list .marker:first-child {
	left: 390px;
	top: 188px;
}
.map-cont .marker-list .marker:nth-child(2) {
	left: 320px;
	top: 244px;
}
.map-cont .marker-list .marker:nth-child(3) {
	left: 394px;
	top: 273px;
}
.map-cont .marker-list .marker:nth-child(4) {
	left: 342px;
	top: 350px;
}
.map-cont .marker-list .marker:nth-child(5) {
	left: 441px;
	top: 402px;
}
.map-cont .marker-list .marker:nth-child(6) {
	left: 397px;
	top: 479px;
}
.map-cont .marker-list .marker:nth-child(7) {
	left: 490px;
	top: 540px;
}
.map-cont .marker-list .marker:nth-child(8) {
	left: 447px;
	top: 618px;
}
.map-cont .marker-list .marker:nth-child(9) {
	left: 555px;
	top: 690px;
}
.map-cont .marker-list .marker:nth-child(10) {
	left: 508px;
	top: 761px;
}
.map-cont .marker-list .marker:nth-child(11) {
	left: 597px;
	top: 804px;
}
.map-cont .marker-list .marker:nth-child(12) {
	left: 725px;
	top: 706px;
}
.map-cont .marker-list .marker:nth-child(13) {
	left: 779px;
	top: 781px;
}
.map-cont .marker-list .marker:nth-child(14) {
	left: 921px;
	top: 685px;
}
.map-cont .marker-list .marker:nth-child(15) {
	left: 1000px;
	top: 774px;
}
.map-cont .marker-list .marker:nth-child(16) {
	left: 1118px;
	top: 780px;
}
.map-cont .marker-list .marker:nth-child(17) {
	left: 1220px;
	top: 730px;
}
.map-cont .marker-list .marker:nth-child(18) {
	left: 1331px;
	top: 740px;
}
.map-cont .marker-list .marker:nth-child(19) {
	left: 1424px;
	top: 698px;
}
.map-cont .marker-list .marker:nth-child(20) {
	left: 1525px;
	top: 731px;
}
.map-cont .marker-list .marker:nth-child(21) {
	left: 1615px;
	top: 688px;
}.map-cont .marker-list .marker:nth-child(22) {
	left: 1703px;
	top: 723px;
}.map-cont .marker-list .marker:nth-child(23) {
	left: 1703px;
	top: 620px;
}.map-cont .marker-list .marker:nth-child(24) {
	left: 1695px;
	top: 500px;
}.map-cont .marker-list .marker:nth-child(25) {
	left: 1600px;
	top: 480px;
}


.greyline {
	background-color: #999999;
	height: 30px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
	z-index: 150;
}
.joni-rute {
	position: absolute;
	z-index: 150;
	bottom: 0px;
	left: 74px;
	cursor: pointer;
}
.bubble-chat {
	position: absolute;
	background-image: url('../images/bubble-chat-maps.png');
	width: 200px;
	height: 129px;
	background-size: 100% auto;
	left: 38px;
	bottom: 150px;
	color: #000;
	font-size: 14px;
	padding: 20px 11px 25px 25px;
	z-index: 150;
}
.btn-clsChat {
	background-color: transparent;
	padding: 0px;
	line-height: 0px;
	position: absolute;
	right: 5px;
	top: 0px;
	cursor: pointer;
	border: none;
}	
.loadingscreen {
	position: fixed;
	z-index: 9999;
	background-color: #8f0f13;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
}
.loadingscreen .inner {
	margin: auto;
	color: #fff;
	font-size: 18px;
}
.loadingscreen .inner .animated {
	animation-iteration-count: infinite;
}
.loadingscreen .inner .progress {
	border-radius: 5px;
}
.loadingscreen .inner .progress-bar {
	background-color: #22a547;
}
.video-list .video-item {
	margin: 0px 5px 25px;
	padding: 5px 7px;
	display: inline-block;
	background-image: url('../images/video-frame.png');
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	width: 290px;
	height: 198px;
}
.video-list .video-inner {
	position: relative;
	cursor: pointer;
	border-radius: 6px;
	background-position: center;
	width: 100%;
	height: 99%;
}
.video-list .video-inner .overlay, .video-list .video-inner iframe {
	border-radius: 5px;
}
.video-list .title {
	color: #fff;
	background-image: url('../images/challenge-title.png');
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 100;
	top: -16px;
	background-size: auto 100%;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 5px;
	left: 0px;
}
.video-list .video-inner .overlay {
	position: absolute;
	transition: 0.3s;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(191, 17, 20,0.6);
	display: flex;
	align-items: center;
}
.video-list .video-inner:hover .overlay i {
	color: #fff;
}
.video-list .video-inner .overlay i { 
	color: #e9a539;
	
	transition: 0.3s;
	font-size: 50px;
}
.home-content.video {
	transform: translateY(-30px);
}
.color-green {
	color: #40d049;
}
.video-cta {
	position: absolute;
	bottom: 5px;
	width: 100%;
	left: 0px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	z-index: 100;
}
.video-cta .btn-green {
	margin-left: 50px;
	transform: translateY(-5px);
}
.mekanisme-content {
	font-family: 'Roboto';
	padding-top: 20px;
	line-height: 28px;
	font-weight: 300;
	font-size: 15px;
}
.mekanisme-content ol, .mekanisme-content ul {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}
.mekanisme-content ol, .mekanisme-content ul, .mekanisme-content p {
	margin-bottom: 10px;
}
.mekanisme-content h3, .mekanisme-content h4 {
	margin-bottom: 0px;
}
.mekanisme-content ol li {
	position: relative;
}
.mekanisme-content ol li b {
	font-weight: 600;
}
#mod-register .modal-content, #failed .modal-content, #success .modal-content, #lock .modal-content, #not_success .modal-content, #failedweekly .modal-content, #expired .modal-content, #expired-trivia .modal-content, #not_connect .modal-content{
	height: 200px;
	padding: 30px;
	background-image: url('../images/bg-modalregister.png');
	background-size: cover;
	background-position: bottom;
}

#mod_jlc .modal-content, #mod_login .modal-content, #mod_opt .modal-content{
	/*height: 300px;*/
	padding: 40px 30px 20px 30px;
	color: #ed1f24;
	background-image: url('../images/bg-modalregister.png');
	background-size: cover;
	background-position: bottom;	
}
#mod_jlc .modal-content .form-control, #mod_login .modal-content .form-control{
	border-radius: 100px !important;
	font-family: roboto;
}

#mod_jlc .modal-content button[type=submit], #mod_login .modal-content button[type=submit]{
	background: linear-gradient(#faac08,#ec5e0b);
	color: #fff;
	padding: 7px 30px;
}
.notif{
	font-size: 1.8em;
	padding-top: 18px;
	color: #b81d21;
}
.btn-signupfb {
	background-color: #425093;
	padding: 15px;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	width: 300px;
	margin: auto;
}
.btn-signupfb:hover {
	color: #fff;
	background-color: #283574;
}
.btn-closemodal {
	cursor: pointer;
	background-color: #cc2e36;
	color: #fff;
	width: 25px;
	border: none;
	line-height: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	height: 25px;
	border-radius: 50%;
	position: absolute;
	right: -9px;
	top: -12px;
}
.hadiah-img {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 114;
}
.b_to_route {
	font-family: 'Roboto';
	font-size: 13px;
	color: #951218 !important;
}
.hasjoni:before {
	content: "";
	position: absolute;
	height: 100px;
	width: 45px;
	left: 100%;
	bottom: 0px;
	background-image: url('../images/joni-pose4.png');
	background-size: auto 100%;
}
#mod-ruteBubbleChat .modal-content, #mod-end .modal-content {
	background-image: url('../images/bubble-chat.png');
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	background-size: 100%;
	height: 220px;
	padding: 25px 15px 35px 25px;
	font-size: 21px;
	display: flex;
	align-items: center;
	flex-direction: inherit;
}

.hom-pad{
	padding-top: 120px;
}

.credit{
	position: fixed;
	bottom: 0px;
	left: : 0px;
	width: 100%;
	height: 55px;
	background-color: #a70e13;
	z-index: 100;
	color: #fff;
	text-align: right;
	padding: 19px 20px 0px 0px;
	font-family: 'arial';
	font-size: 12px;
}

.joni-cha{
	left: 62px !important;
	width: 224px !important;
}
.mod-text{
	padding-top: 26px; 
	font-size: 19px; 
	padding-right: 9px;
}