@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
    font-family: 'Harabara Mais Bold';
    src: url('fonts/HarabaraMaisBold-HarabaraMaisBold.eot');
    src: url('fonts/HarabaraMaisBold-HarabaraMaisBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HarabaraMaisBold-HarabaraMaisBold.woff2') format('woff2'),
        url('fonts/HarabaraMaisBold-HarabaraMaisBold.woff') format('woff'),
        url('fonts/HarabaraMaisBold-HarabaraMaisBold.ttf') format('truetype'),
        url('fonts/HarabaraMaisBold-HarabaraMaisBold.svg#HarabaraMaisBold-HarabaraMaisBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harabara Mais Light';
    src: url('fonts/HarabaraMaisLight-HarabaraMaisLight.eot');
    src: url('fonts/HarabaraMaisLight-HarabaraMaisLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/HarabaraMaisLight-HarabaraMaisLight.woff2') format('woff2'),
        url('fonts/HarabaraMaisLight-HarabaraMaisLight.woff') format('woff'),
        url('fonts/HarabaraMaisLight-HarabaraMaisLight.ttf') format('truetype'),
        url('fonts/HarabaraMaisLight-HarabaraMaisLight.svg#HarabaraMaisLight-HarabaraMaisLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harabara Mais';
    src: url('fonts/HarabaraMais-HarabaraMais.eot');
    src: url('fonts/HarabaraMais-HarabaraMais.eot?#iefix') format('embedded-opentype'),
        url('fonts/HarabaraMais-HarabaraMais.woff2') format('woff2'),
        url('fonts/HarabaraMais-HarabaraMais.woff') format('woff'),
        url('fonts/HarabaraMais-HarabaraMais.ttf') format('truetype'),
        url('fonts/HarabaraMais-HarabaraMais.svg#HarabaraMais-HarabaraMais') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*.grecaptcha-badge{
	visibility: hidden;
}*/

/* Smartphone Default*/
.no-padding{
	margin: 0px;
	padding: 0px;
}
.no-padding-left,
.no-padding-right{
	padding: 0px;
}


button,
input,
textarea{
	outline: none;
}

.text-input{
	border: solid 1px #aaa;
	font-family: 'Harabara Mais';
	color: #000;
	font-size: 16px;
	padding: 6px 10px;
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
}
	.text-tgl{
		border-radius: 0px 5px 5px 0px;
	}
	.text-kaos{
		border-radius: 5px 0px 0px 5px;
	}
.button{
	border: none;
	background-color: #e00f8e;
	color: #fff;
	font-family: 'Harabara Mais Bold';
	font-size: 20px;
	padding: 5px 30px;
	border-radius: 25px;
	box-shadow: 3px 3px 0px 0px rgba(211,213,212,1);
	-webkit-box-shadow: 3px 3px 0px 0px rgba(211,213,212,1);
	-moz-box-shadow: 3px 3px 0px 0px rgba(211,213,212,1);
}
.btn-road-to{
	font-size: 14px;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
}
.box-form-group{
	position: relative;
	display: block;
	width: 100%;
	background-color: #dfdfdf;
	padding: 10px 0px;
	margin-bottom: 20px;
}

.err{
	position: relative;
	display: block;
	width: 100%;
	color: red;
	text-align: left;
	display: none;
}
	.text-error,
	.text-error:focus{
		border: solid 1px red;
	}

.modal-dialog{
	color: #000;
	top: 30%;
}
.popup-payment{
	top: 50%;
	transform: translateY(-50%) !important;
}

.popup-regis{
	top: 20vh;
}
.modal-popup-regis{
	background-image: url('../../images/popup-regis-info.jpg');
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
}

html,
body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Harabara Mais';
}

.select2-container .select2-selection--single{
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #000;
    line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

	.icon-contact{
		position: fixed;
		width: 60px;
		bottom: 85px;
		right: 5px;
		cursor: pointer;
		z-index: 9;
	}
	.box-contact-icon{
		position: fixed;
		display: block;
		background-color: #ff0092;
		color: #fff;
		padding: 20px;
		width: 80%;
		max-width: 300px;
		right: -300px;
		z-index: 9;
		bottom: 85px;
		font-size: 18px;
	}
		.close-contact{
			position: absolute;
			top: 10px;
			right: 10px;
			cursor: pointer;
		}
		.isi-icon-contact{
			position: relative;
			display: inline-block;
			padding: 2px 0px;
			margin: 5px 0px;
			cursor: pointer;
		}
		.isi-icon-contact:hover{
			border-bottom: solid 1px #fff;
		}
	
	.header{
		position: fixed;
		display: block;
		width: 100%;
		height: 55px;
		z-index: 999;
		background-color: #fff;
	}
		.box-logo{
			float: left;
			width: 50%;
			padding: 10px;
		}
			.logo{
				height: 30px;
			}
		.box-menu{
			position: absolute;
			display: none;
			width: 100%;
			top: 55px;
		}
			.menu{
				position: relative;
				display: block;
				padding: 10px;
				color: #fff;
				font-family: 'Harabara Mais Bold';
				letter-spacing: 1px;
				font-size: 20px;
				border-bottom: solid 1px #fff;
				cursor: pointer;
				background-color: #dd1d8a;
				opacity: .8;
			}
			.menu:hover{
				opacity: 1;
			}
		.box-mobile{
			float: right;
			width: 50%;
			padding: 10px;
			text-align: right;
		}
			.m-menu{
				border: none;
				color: #fff;
				background-color: #dd1d8a;
				padding: 2px;
				width: 38px;
				font-size: 22px;
			}
	
	
	.content{
		position: relative;
		display: block;
		width: 100%;
	}
	.content-home{
		padding-top: 55px;
	}
		.box-content{
			position: relative;
			display: block;
			width: 90%;
			left: 50%;
			transform: translateX(-50%);
		}
			.judul-content{
				position: relative;
				display: block;
				width: 100%;
				text-align: center;
				padding: 20px 0px;
				padding-top: 30px;
			}
				.img-judul{
					height: 28px;
				}
			.isi-content{
				position: relative;
				display: block;
				width: 100%;
			}
			.left-content,
			.right-content{
				position: relative;
				display: inline-block;
				width: 100%;
				text-align: center;
				margin-bottom: 30px;
			}
			.left-race,
			.center-race,
			.right-race{
				position: relative;
				display: inline-block;
				width: 100%;
				text-align: center;
				margin-bottom: 30px;
			}
				.box-race-tour{
					position: relative;
					display: block;
					width: 90%;
					left: 50%;
					transform: translateX(-50%);
					margin-bottom: 50px;
				}
					.judul-race-tour{
						position: relative;
						display: block;
						width: 100%;
						margin-bottom: 20px;
					}
						.judul-race-tour > img{
							width: 60%;
						}
					.isi-race-tour{
						position: relative;
						display: block;
						width: 100%;
						text-align: left;
						font-size: 16px;
					}
					
				.box-ig{
					position: relative;
					display: block;
					width: 100%;
					margin-bottom: 50px;
				}
		.content-home-about{
			margin-top: 30px;
			width: 85%;
		}
			.home-about-right{
				padding-left: 30px;
				text-align: left;
				font-size: 16px;
			}
				
	.content-registrasi{
		padding-top: 55px;
	}
		.box-content-register{
			position: relative;
			display: block;
			width: 100%;
			padding-top: 30px;
		}
			.box-regis-left{
				position: relative;
				display: inline-block;
				width: 100%;
				padding: 20px;
			}
				.cover-regis-d{
					display: none;
				}
			.box-regis-right{
				position: relative;
				display: inline-block;
				width: 100%;
				padding: 20px 10px;
				margin-bottom: 50px;
			}
				.box-register{
					position: relative;
					display: block;
					padding: 20px 0px;
					background-color: #efefef;
					color: #000;
					font-size: 16px;
				}
				.box-banner-regis{
					position: relative;
					display: block;
					text-align: center;
					margin-bottom: 30px;
				}
					.banner-regis{
						position: relative;
						display: inline-block;
						width: 49%;
						padding: 10px;
					}
						.cover-regis{
							width: 100%;
							cursor: pointer;
							transition: all .2s;
						}
						.cover-regis:hover,
						.cover-regis-active{
							transform: scale(1.05);
							border: solid 3px #db1b87;
						}
		
		.content-login{
			position: relative;
			display: block;
			width: 85%;
			margin: 10vh 0px;
		}
			.box-content-login{
				width: 100%;
				padding: 10px;
				padding-top: 30px;
				padding-bottom: 10px;
				border-radius: 25px;
				box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
				-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
				-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
			}
			.box-login-button{
				text-align: right;
			}
		
		.content-bayar{
			position: relative;
			display: block;
			width: 90%;
			max-width: 550px;
			margin: 5vh 0px;
		}
			.box-content-bayar{
				width: 100%;
				padding-top: 30px;
				padding-bottom: 10px;
			}
				.cover-race-tour-bayar{
					width: 60%;
					max-width: 250px;
				}
			.metode{
				position: relative;
				background-color: #efefef;
				cursor: pointer;
				width: 100%;
				line-height: 50px;
				border-radius: 10px;
				padding: 0px 20px;
			}
				.box-payment{
					position: relative;
					display: block;
				}
				.pilih-payment{
					border-bottom: solid 1px #efefef;
					cursor: pointer;
					padding: 0px 10px;
				}
				.pilih-payment:hover{
					background-color: #efefef;
				}
					.box-icon-payment{
						position: relative;
						display: block;
					}
					.icon-payment-popup{
						display: inline-block;
						width: 25%;
					}
						.tabel-column{
							position: relative;
							display: table;
							width: 100%;
							height: 60px;
						}
							.tabel-cell{
								position: relative;
								display: table-cell;
								width: 100%;
								height: 60px;
								text-align: left;
								vertical-align: middle;
							}
					.box-nm-payment{
						position: relative;
						display: block;
						font-family: 'Harabara Mais';
						font-size: 14px;
						line-height: 60px;
					}
					.nm-payment-popup{
						display: inline-block;
						width: 72%;
						font-size: 13px;
						padding-left: 10px;
					}
					
					#myBayar{
						font-family: 'Harabara Mais';
						font-size: 14px;
					}	
						.logo-bayar{
							position: relative;
							display: block;
							width: 100%;
							text-align: center;
							margin-bottom: 20px;
						}
							.logo-bayar img{
								width: 100px;
							}
						.judul-bayar{
							position: relative;
							display: block;
							width: 100%;
							text-align: center;
							margin-bottom: 20px;
							font-size: 18px;
							color: #9d0000;
						}
						.icon-bayar{
							margin-bottom: 20px;
						}
						.list-bayar{
							padding: 5px 0px;
							border-bottom: solid 1px #9d0000;
						}
			.modal-payment{
				max-height: 80vh;
				overflow: auto;
			}
				.judul-cara{
					position: relative;
					display: block;
					border-top: solid 1px #9d0000;
					border-bottom: solid 1px #9d0000;
					padding: 5px;
					background-color: #efefef;
					cursor: pointer;
					font-size: 15px;
				}
				.isi-cara{
					position: relative;
					display: none;
					padding: 5px;
					font-size: 14px;
				}
			
			.banner-hotel-rules{
				cursor: pointer;
				border-radius: 20px;
				width: 95%;
			}

			.harga{
				font-family: 'Harabara Mais Bold';
				font-size: 46px;
				color: #e00e8c;
			}
	
	.content-pink{
		position: relative;
		display: block;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e00e8c+0,ef59a1+100 */
		background: #e00e8c; /* Old browsers */
		background: -moz-linear-gradient(left,  #e00e8c 0%, #ef59a1 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #e00e8c 0%,#ef59a1 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #e00e8c 0%,#ef59a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00e8c', endColorstr='#ef59a1',GradientType=1 ); /* IE6-9 */
		padding: 50px 0px;
	}
	.content-white{
		background: #fff;
	}
		.content-yayasan{
			position: relative;
			display: block;
			background-color: #fff;
			padding: 20px;
			border-radius: 10px;
			width: 85%;
		}
		.content-next{
			position: relative;
			display: block;
			width: 85%;
		}
			.judul-yayasan{
				position: relative;
				display: block;
				width: 100%;
				font-family: 'Harabara Mais Bold';
				font-size: 20px;
				color: #dd0084;
			}
				.sub-judul-yayasan{
					font-family: 'Harabara Mais';
					font-size: 14px;
				}
			.isi-yayasan{
				position: relative;
				display: block;
				width: 100%;
			}
				.icon-yayasan-m{
					position: relative;
					display: block;
					width: 100%;
					text-align: center;
				}
					.icon-yayasan-m img{
						width: 60%;
					}
				.text-yayasan{
					position: relative;
					display: inline-block;
					vertical-align: top;
					width: 100%;
				}
					.icon-yayasan-d{
						display: none;
					}
					
		.judul-content{
			position: relative;
			display: block;
			width: 100%;
			text-align: center;
			font-family: 'Harabara Mais Bold';
			font-size: 32px;
			color: #e00e8c;
		}
		.isi-content{
			position: relative;
			display: block;
			width: 100%;
			margin-bottom: 50px;
		}
			.box-values{
				position: relative;
				display: inline-block;
				width: 100%;
				height: 150px;
			}
				.cover-values{
					position: relative;
					display: table;
					width: 100%;
					background: #e00e8c;
					background: -moz-linear-gradient(left,  #e00e8c 0%, #ef59a1 100%);
					background: -webkit-linear-gradient(left,  #e00e8c 0%,#ef59a1 100%);
					background: linear-gradient(to right,  #e00e8c 0%,#ef59a1 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00e8c', endColorstr='#ef59a1',GradientType=1);
					border-radius: 20px;
					padding: 10px;
					box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
					-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
					-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
				}
					.img-values{
						position: relative;
						display: inline-block;
						width: 42%;
						margin-right: 3%;
					}
						.img-values img{
							position: absolute;
							top: -45px;
							width: 100%;
							border-radius: 0px 15px 0px 15px;
						}
					.isi-values{
						position: relative;
						display: inline-block;
						width: 50%;
						height: 100px;
						color: #fff;
						font-family: 'Harabara Mais';
						font-size: 16px;
						vertical-align: top;
					}
		
		.box-flow{
			position: relative;
			display: block;
			width: 100%;
			margin-bottom: 30px;
		}
			.no-flow{
				position: relative;
				display: inline-block;
				width: 10%;
				vertical-align: top;
			}
				.no-flow img{
					width: 100%;
				}
			.isi-flow{
				position: relative;
				display: inline-block;
				width: 85%;
				vertical-align: top;
			}
				.frame-flow{
					position: relative;
					display: block;
					background-color: #fff;
					padding: 10px;
					border-radius: 10px;
				}
					.text-flow{
						position: relative;
						display: inline-block;
						width: 100%;
						vertical-align: top;
					}
						.jdl-flow{
							position: relative;
							display: inline-block;
							background: #e00e8c;
							background: -moz-linear-gradient(left,  #e00e8c 0%, #ef59a1 100%);
							background: -webkit-linear-gradient(left,  #e00e8c 0%,#ef59a1 100%);
							background: linear-gradient(to right,  #e00e8c 0%,#ef59a1 100%);
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00e8c', endColorstr='#ef59a1',GradientType=1 );
							border-radius: 15px;
							padding: 5px 15px;
							color: #fff;
							margin-bottom: 10px;
							font-family: 'Harabara Mais Bold';
						}
					.icon-flow{
						position: relative;
						display: inline-block;
						width: 100%;
						text-align: center;
						vertical-align: top;
					}
						.icon-flow img{
							width: 60%;
						}
				.frame-left{
					position: relative;
					display: inline-block;
					width: 100%;
					margin-top: 20px;
					margin-bottom: 20px;
				}
				.frame-right{
					position: relative;
					display: inline-block;
					width: 100%;
				}
			.box-jersey{
				position: relative;
				display: block;
				padding: 30px 20px;
				margin-bottom: 30px;
				text-align: center;
				border-radius: 25px;
				box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
				-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
				-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
			}
				.box-jersey-regis{
					position: relative;
					display: block;
					margin-top: 20px;
				}
				
		.box-profile{
			position: relative;
			display: block;
			width: 95%;
			max-width: 1300px;
			margin: 30px 0px;
			margin-top: 50px;
		}
			.segmen-profile{
				position: relative;
				display: block;
				width: 100%;
				margin-bottom: 50px;
			}
			.frame-category-race{
				position: relative;
				display: block;
				margin-bottom: 20px;
			}
			.box-category-race{
				background-color: #efefef;
				padding: 10px 0px;
				cursor: pointer;
			}
			.box-category-race:hover{
				background-color: #dfdfdf;
			}
			.box-bayar-category-race{
				background-color: #efefef;
				padding: 10px 0px;
			}
			.box-qr-category{
				position: relative;
				width: 100%;
				display: none;
			}
				.frame-detail-profile{
					position: relative;
					display: block;
					width: 100%;
					margin-bottom: 10px;
				}
					.button-detail-profile{
						position: relative;
						display: block;
						padding: 10px 20px;
						background-color: #e00f8e;
						cursor: pointer;
						color: #fff;
						font-family: 'Harabara Mais Bold';
						font-size: 18px;
					}
					.button-detail-profile:before{
						font-family: 'FontAwesome';
						content: "\f0d7";
						position: absolute;
						top: 10px;
						right: 20px;
					}
					
					.button-detail-profile-active:before{
						font-family: 'FontAwesome';
						content: "\f0d8";
						position: absolute;
						top: 10px;
						right: 20px;
					}
					.isi-detail-profile{
						position: relative;
						display: none;
						padding: 10px;
					}
					
					.cover-foto{
						-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
						-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
						box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
						border-radius: 20px;
					}
					.box-no-urut{
						-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
						-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
						box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
						border-radius: 20px;
						overflow: hidden;
						text-align: center;
						font-family: 'Harabara Mais Bold';
						font-size: 46px;
						line-height: 30px;
						letter-spacing: 5px;
						padding-bottom: 30px;
					}
					
			.box-tab-rules{
				position: relative;
				display: block;
				width: 100%;
				padding-bottom: 20px;
				padding-top: 20px;
				text-align: center;
				color: #e00e8c;
				border-top: solid 1px #e00e8c;
			}
				.tab-rules{
					position: relative;
					display: inline-block;
					font-family: 'Harabara Mais Bold';
					padding: 2px 4px;
					font-size: 14px;
					cursor: pointer;
				}
				.tab-rules:hover,
				.tab-rules-aktif{
					background-color: #f6aecd;
				}
				.break-rules{
					position: relative;
					display: inline-block;
					height: 10px;
					margin: 0px 1px;
					border-left: solid 2px #e00e8c;
				}
			
			.isi-tab-rules{
				position: relative;
				display: block;
				width: 100%;
				margin-top:30px;
				margin-bottom: 50px;
				padding: 0px;
				padding-bottom: 30px;
			}
				.box-rules{
					position: relative;
					display: none;
					width: 100%;
				}
				.box-rules-aktif{
					display: block;
				}
					.judul-rules{
						position: relative;
						display: inline-block;
						padding: 15px 30px;
						background-color: #fff;
						border-radius: 0px 0px 20px 20px;
						color: #e00e8c;
						font-family: 'Harabara Mais Bold';
						font-size: 16px;
						-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.41);
						-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.41);
						box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.41);
						left: 50%;
						transform: translateX(-50%);
						top: -15px;
					}
					.isi-rules{
						background-color: #fff;
						border-radius: 20px;
						position: relative;
						display: block;
						left: 50%;
						transform: translateX(-50%);
						padding: 20px;
					}
					.isi-rules ol{
						list-style: none;
						counter-reset: li
					}
					.isi-rules li::before{
						content: counter(li);
						color: #e00e8c;
						display: inline-block;
						width: 1em;
						margin-left: -1em;
						font-family: 'Harabara Mais Bold';
					}
					.isi-rules li{
						counter-increment: li;
					}
					
		.judul-benefit{
			position: relative;
			display: block;
			width: 100%;
			text-align: center;
			font-family: 'Harabara Mais Bold';
			font-size: 32px;
			color: #fff;
		}
			.box-benefit{
				position: relative;
				display: block;
				padding: 10px 20px;
				background-color: #fff;
				border-radius: 20px;
				overflow: hidden;
				margin-bottom: 10px;
			}
				.btn-benefit{
					position: relative;
					display: block;
					font-family: 'Harabara Mais Bold';
					font-size: 18px;
					margin-bottom: 10px;
					cursor: pointer;
				}
				.btn-benefit:before{
					font-family: 'FontAwesome';
					content: '\f13a';
					color: #e00f8e;
					position: absolute;
					right: 10px;
					top: 0px;
					font-size: 32px;
				}
				.btn-benefit-aktif:before{
					font-family: 'FontAwesome';
					content: '\f139';
					color: #e00f8e;
					position: absolute;
					right: 10px;
					top: 0px;
					font-size: 32px;
				}
					.sub-btn-benefit{
						font-family: 'Harabara Mais';
						font-size: 14px;
					}
				.isi-benefit{
					position: relative;
					display: none;
				}
					.box-hadiah{
						position: relative;
						display: block;
						padding:5px;
						border-bottom: solid 1px #f6aecd;
						font-size: 16px;
					}
						.isi-juara{
							position: relative;
							display: inline-block;
							width: 45%;
							font-family: 'Harabara Mais Bold';
							vertical-align: top;
							font-size: 20px;
						}
						.isi-hadiah{
							position: relative;
							display: inline-block;
							width: 50%;
							font-family: 'Harabara Mais';
							vertical-align: top;
							color: #fff;
							background-color: #e00f8e;
							text-align: right;
							padding: 5px 20px;
							border-radius: 10px;
						}
			
			.content-hotel-pink{
				font-family: 'Harabara Mais';
				font-size: 14px;
				color: #fff;
			}
			.content-hotel-white{
				font-family: 'Harabara Mais';
				font-size: 14px;
				color: #000;
			}
				.nm-hotel{
					font-family: 'Harabara Mais Bold';
					font-size: 18px;
					margin-bottom: 10px;
				}
				.alamat-hotel{
					margin-bottom: 10px;
				}
			
			
		.judul-startlist{
			position: relative;
			display: block;
			width: 100%;
			text-align: center;
			font-family: 'Harabara Mais Bold';
			font-size: 32px;
			color: #e00e8c;
		}
			.box-startlist{
				position: relative;
				display: block;
				padding: 10px 20px;
				background-color: #ef58a1;
				color: #fff;
				border-radius: 20px;
				overflow: hidden;
				margin-bottom: 10px;
			}
				.btn-startlist{
					position: relative;
					display: block;
					font-family: 'Harabara Mais Bold';
					font-size: 18px;
					cursor: pointer;
					text-align: left;
				}
				.btn-startlist:before{
					font-family: 'FontAwesome';
					content: '\f13a';
					color: #fff;
					position: absolute;
					right: 0px;
					top: -7px;
					font-size: 28px;
				}
				.btn-startlist-aktif:before{
					font-family: 'FontAwesome';
					content: '\f139';
					color: #fff;
					position: absolute;
					right: 0px;
					top: -7px;
					font-size: 28px;
				}
				.isi-startlist{
					padding-top: 10px;
					position: relative;
					display: none;
				}

	
	
	.footer{
		position: relative;
		display: block;
		background-color: #e00f8e;
	}
		.frame-footer{
			position: relative;
			display: block;
			width: 100%;
			text-align: center;
			font-size: 14px;
			color: #fff;
			background-color: #f6aecd;
			padding: 15px;
		}
			.footer-logo{
				position: relative;
				display: inline-block;
				vertical-align: top;
				width: 40%;
				padding: 15px;
				border-right: solid 2px #e2168d;
			}
				.footer-logo-img{
					width: 100%;
					cursor: pointer;
				}
			.footer-menu{
				position: relative;
				display: inline-block;
				vertical-align: top;
				width: 55%;
				text-align: left;
			}
				.ft-menu{
					position: relative;
					display: inline-block;
					width: 45%;
					cursor: pointer;
				}
				.ft-menu:hover{
					text-decoration: underline;
				}
			.footer-ig{
				position: relative;
				display: inline-block;
				vertical-align: top;
				width: 100%;
				padding-top: 20px;
			}
				.footer-ig-id{
					font-family: 'Harabara Mais Bold';
					font-size: 22px;
					color: #e0118c;
				}
		.box-footer{
			position: relative;
			display: block;
			width: 100%;
			text-align: center;
			font-size: 13px;
			color: #fff;
			padding: 15px;
		}

.content-scan{
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
}
	.box-scan{
		position: relative;
		display: block;
	}
		.info-scan{
			position: relative;
			display: block;
			width: 100%;
			font-family: 'Harabara Mais Bold';
			font-size: 18px;
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;
		}
	.box-result{
		position: relative;
		display: none;
		margin-top: 50px;
		text-align: center;
		color: #fff;
		font-family: 'Harabara Mais';
		font-size: 16px;
	}
		.btn-submit{
			border: none;
			padding: 7px 35px;
			font-family: 'Harabara Mais';
			font-size: 16px;
			color: #fff;
			border-radius: 5px;
			background-color: #d8157e;
		}
	
.responsive-iframe{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
}

.responsive-iframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}


	.body-scan{
		position: relative;
		display: block;
		width: 100%;
		max-width: 500px;
		min-height: 100%;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background-color: #000;
		color: #fff;
		padding-bottom: 50px;
	}
		.banner-header{
			position: relative;
			display: block;
			width: 100%;
		}


/*Tablet / iPad / Laptop Portraid*/
@media only screen
and (min-width: 601px) {
.button{
	font-size: 20px;
	padding: 10px 30px;
	border-radius: 25px;
	box-shadow: 6px 6px 0px 0px rgba(211,213,212,1);
	-webkit-box-shadow: 6px 6px 0px 0px rgba(211,213,212,1);
	-moz-box-shadow: 6px 6px 0px 0px rgba(211,213,212,1);
}
.btn-road-to{
	font-size: 14px;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.popup-regis{
	top: 25vh;
}
.modal-popup-regis{
	padding-top: 90px;
}

			.judul-content{
				padding: 20px 0px;
				padding-top: 50px;
			}
				.img-judul{
					height: 42px;
				}
			
			.left-content,
			.right-content{
				width: 50%;
				margin-bottom: 30px;
			}
			.left-content{
				float: left;
			}
			.right-content{
				float: right;
			}
			.left-race,
			.center-race,
			.right-race{
				width: 32%;
				margin-bottom: 30px;
				vertical-align: top;
			}
				.box-race-tour{
					margin-bottom: 50px;
				}
					.judul-race-tour{
						margin-bottom: 20px;
					}
					.isi-race-tour{
						font-size: 16px;
					}
				
				.box-ig{
					margin-bottom: 80px;
				}
				
		.content-home-about{
			margin-top: 50px;
			width: 85%;
		}
			.home-about-right{
				padding-left: 30px;
			}
				
		.box-content-register{
			width: 100%;
			padding-top: 30px;
		}
			.box-regis-left{
				width: 40%;
				padding-right: 10px;
				vertical-align: top;
			}
				.cover-regis-d{
					display: block;
				}
			.box-regis-right{
				width: 60%;
				padding: 30px 20px;
				margin-bottom: 50px;
				vertical-align: top;
				float: right;
			}
				.box-register{
					padding: 30px 20px;
					font-size: 16px;
				}
		
		.content-login{
			width: 55%;
			margin: 15vh 0px;
		}
			.box-content-login{
				padding: 30px;
			}
				
		
		.content-yayasan{
			padding: 30px;
			border-radius: 20px;
			width: 80%;
		}
		.content-next{
			width: 85%;
		}
			.judul-yayasan{
				font-size: 30px;
			}
				.sub-judul-yayasan{
					font-size: 18px;
				}
				.icon-yayasan-m{
					display: none;
				}
				.text-yayasan{
					position: relative;
					display: inline-block;
					vertical-align: top;
					width: 65%;
				}
				.icon-yayasan-d{
					position: relative;
					display: inline-block;
					vertical-align: top;
					width: 30%;
				}
					.icon-yayasan-d img{
						width: 100%;
					}
					
		.judul-content{
			font-size: 46px;
		}
		.isi-content{
			margin-bottom: 50px;
			text-align: center;
		}
			.box-values{
				width: 45%;
				height: 150px;
				text-align: left;
				margin: 10px;
			}
					.img-values{
						width: 42%;
						margin-right: 3%;
					}
						.img-values img{
							top: -45px;
							border-radius: 0px 20px 0px 20px;
						}
					.isi-values{
						height: 100px;
						font-size: 16px;
					}
			
		.box-flow{
			margin-bottom: 30px;
		}
				.frame-flow{
					padding: 20px;
					border-radius: 10px;
				}
					.text-flow{
						width: 70%;
					}
						.jdl-flow{
							border-radius: 15px;
							padding: 5px 15px;
							margin-bottom: 10px;
						}
					.icon-flow{
						width: 25%;
						text-align: right;
					}
						.icon-flow img{
							width: 100%;
						}
				.frame-left{
					width: 48%;
					margin-top: 20px;
					margin-bottom: 0px;
					margin-right: 2%;
				}
				.frame-right{
					width: 48%;
				}
					.frame-abjad{
						height: auto;
					}
					
					.isi-rules{
						padding: 35px;
					}
					
			.content-hotel-pink{
				font-size: 16px;
			}
			.content-hotel-white{
				font-size: 16px;
			}
				.nm-hotel{
					font-size: 26px;
				}
			
			
		.box-footer{
			font-size: 16px;
		}
		.frame-footer{
			font-size: 14px;
			padding: 15px;
		}
			.footer-logo{
				width: 28%;
				padding: 20px;
			}
			.footer-menu{
				width: 40%;
			}
				.ft-menu{
					width: 30%;
				}
			.footer-ig{
				width: 30%;
				padding-top: 0px;
				vertical-align: top;
				text-align: left;
			}
				.footer-ig-id{
					font-size: 22px;
				}
}


/*Tablet / iPad / Laptop Landscape*/
@media only screen
and (min-width: 1024px) {
.popup-regis{
	top: 20vh;
}
.modal-popup-regis{
	padding-top: 80px;
}

	.header{
		width: 100%;
		height: 80px;
		font-size: 0px;
		letter-spacing: 0px;
		word-spacing: 0px;
		background-color: transparent;
		transition: all .5s;
	}
	.header-scroll{
		background-color: #fff;
		opacity: .8;
	}
		.box-logo{
			float: none;
			display: inline-block;
			width: 10%;
			padding: 20px;
			padding-top: 25px;
			vertical-align: top;
		}
			.logo{
				height: 35px;
			}
		.box-menu{
			position: relative;
			display: inline-block;
			width: 80%;
			height: 70px;
			top: 0px;
			font-size: 0px;
			letter-spacing: 0px;
			word-spacing: 0px;
			text-align: right;
			vertical-align: top;
		}
			.menu{
				display: inline-block;
				padding: 0px 20px;
				vertical-align: top;
				font-size: 15px;
				line-height: 65px;
				border-bottom: solid 5px #dd1d8a;
			}
			.menu-aktif,
			.menu:hover{
				opacity: .8;
				border-bottom: solid 5px #fff;
			}
		.box-mobile{
			position: relative;
			display: inline-block;
			width: 5%;
			text-align: right;
			vertical-align: top;
			background-color: #dd1d8a;
			opacity: .8;
			height: 70px;
		}
			.m-menu{
				display: none;
			}
	
	
	.content-home{
		padding-top: 0px;
	}
			.judul-content{
				padding: 20px 0px;
				padding-top: 50px;
			}
				.img-judul{
					height: 50px;
				}
				
			.left-content,
			.right-content{
				margin-bottom: 30px;
			}
				.box-race-tour{
					width: 70%;
					margin-bottom: 50px;
				}
					.judul-race-tour{
						margin-bottom: 20px;
					}
					.isi-race-tour{
						font-size: 16px;
					}
		
		.content-home-about{
			margin-top: 50px;
			width: 80%;
		}
			.home-about-right{
				padding-left: 30px;
			}
					
	.content-registrasi{
		padding-top: 0px;
	}
		.box-content-register{
			width: 90%;
			padding-top: 30px;
		}
			.box-regis-left{
				padding-right: 30px;
			}
			.box-regis-right{
				padding: 30px 20px;
				margin-bottom: 50px;
			}
				.box-register{
					padding: 30px 20px;
					font-size: 16px;
				}
				
		.content-login{
			width: 600px;
			margin: 50px 0px;
		}
			.box-content-login{
				padding: 50px;
			}
			.box-login-button{
				text-align: left;
			}
				
		
		.content-yayasan{
			padding: 30px;
			border-radius: 20px;
			width: 80%;
		}
		.content-next{
			width: 80%;
		}
			.judul-yayasan{
				font-size: 30px;
			}
				.sub-judul-yayasan{
					font-size: 18px;
				}
				.text-yayasan{
					width: 65%;
				}
				.icon-yayasan-d{
					width: 30%;
				}
					
		.judul-content{
			font-size: 46px;
		}
		.isi-content{
			margin-bottom: 50px;
		}
			.box-values{
				width: 45%;
				height: 150px;
				margin: 10px;
				padding: 20px;
			}
					.img-values{
						width: 42%;
						margin-right: 3%;
					}
						.img-values img{
							width: 90%;
							left: 10px;
							top: -50px;
							border-radius: 0px 20px 0px 20px;
						}
					.isi-values{
						height: 100px;
						font-size: 16px;
					}
			
	
		.box-footer{
			font-size: 20px;
			padding: 30px;
			padding-bottom: 40px;
		}
		.frame-footer{
			font-size: 16px;
			padding: 15px;
		}
			.footer-logo{
				width: 25%;
				padding: 20px;
			}
			.footer-menu{
				width: 40%;
				padding: 20px;
			}
			.footer-ig{
				width: 30%;
				padding: 20px;
				padding-top: 0px;
				vertical-align: top;
			}
				.footer-ig-id{
					font-size: 22px;
				}
}


/*Laptop / Desktop*/
@media only screen
and (min-width: 1280px) {
.button{
	font-size: 24px;
	padding: 10px 50px;
}

	
.btn-road-to{
	font-size: 20px;
	padding: 10px 10px;
	margin-top: 10px;
}
	.header{
		height: 70px;
	}
		.box-logo{
			width: 10%;
			padding: 20px;
			padding-top: 25px;
			padding-left: 5%;
		}
			.logo{
				height: 40px;
			}
		.box-menu{
			height: 70px;
		}
			.menu{
				padding: 0px 22px;
				font-size: 16px;
				line-height: 65px;
			}
		.box-mobile{
			width: 10%;
			height: 70px;
		}
		
		
				.box-race-tour{
					width: 350px;
					margin-bottom: 50px;
				}
					.judul-race-tour{
						margin-bottom: 20px;
					}
					.isi-race-tour{
						font-size: 16px;
					}
			
		.content-yayasan{
			padding: 50px;
			border-radius: 20px;
			width: 80%;
		}
		.content-next{
			width: 80%;
		}	
			.judul-yayasan{
				font-size: 32px;
			}
				.sub-judul-yayasan{
					font-size: 18px;
				}
				.text-yayasan{
					width: 70%;
					font-size: 16px;
				}
				.icon-yayasan-d{
					width: 25%;
				}
					
		.judul-content{
			font-size: 46px;
		}
		.isi-content{
			margin-bottom: 50px;
			font-size: 16px;
		}
			.box-values{
				width: 45%;
				height: 150px;
				margin: 10px;
				padding: 20px;
			}
					.img-values{
						width: 42%;
						margin-right: 3%;
					}
						.img-values img{
							width: 85%;
							left: 10px;
							top: -65px;
							border-radius: 0px 20px 0px 20px;
						}
					.isi-values{
						height: 100px;
						font-size: 16px;
					}
					
					
	.content-undian{
		width: 100%;
		min-height: 100%;
		background-image: url('../../images/BG-undian-banyuwangi.jpg');
		background-repeat:no-repeat;
		background-size: 100% 100%;
		background-attachment: fixed;
		background-position: center center;
	}
		.judul-undian{
			font-family: 'Harabara Mais Bold';
			letter-spacing: 5px;
			font-weight: bold;
			color: #fff;
			position: absolute;
			font-size: 6vw;
			top: 10vh;
			width: 90%;
			text-align: center;
			left: 50%;
			transform: translateX(-50%);
		}
			.sub-judul-undian{
				font-size: 5vw;
			}
			.acak{
				position: absolute;
				display: block;
				text-align: center;
				left: 50%;
				transform: translateX(-50%);
			}
				.acak1{
					width: 50%;
					top: 40vh;
				}
				.acak2{
					width: 80%;
					top: 40vh;
				}
				.acak3{
					width: 90%;
					top: 40vh;
				}
				.acak4{
					width: 80%;
					top: 25vh;
				}
				.acak5,
				.acak6{
					width: 90%;
					top: 25vh;
				}
				.acak7,
				.acak8{
					width: 90%;
					top: 25vh;
				}
				.acak9,
				.acak10{
					width: 100%;
					top: 25vh;
				}
				.acak20{
					width: 90%;
					top: 25vh;
				}
				.acak30{
					width: 90%;
					top: 25vh;
				}
			
				#acak-nama{
					position: relative;
					display: inline-block;
					vertical-align: top;
					background-color: rgba(255, 255, 255, .3);
					font-family: 'Harabara Mais Bold';
					letter-spacing: 10px;
					font-weight: bold;
					color: #fff;
				}
					.undi1{
						width: 100%;
						margin: 0px 2%;
						height: 40vh;
						border-radius: 4vw;
					}
					.undi2{
						width: 45%;
						margin: 0px 2%;
						height: 40vh;
						border-radius: 4vw;
					}
					.undi3{
						width: 28%;
						margin: 0px 2%;
						height: 40vh;
						border-radius: 4vw;
					}
					.undi4{
						width: 45%;
						margin: 2%;
						height: 30vh;
						border-radius: 4vw;
					}
					.undi5,
					.undi6{
						width: 28%;
						margin: 2%;
						height: 30vh;
						border-radius: 4vw;
					}
					.undi7,
					.undi8{
						width: 20%;
						margin: 3% 2%;
						height: 25vh;
						border-radius: 4vw;
					}
					.undi9,
					.undi10{
						width: 17%;
						margin: 3% 1%;
						height: 25vh;
						border-radius: 4vw;
					}
					.undi20{
						width: 17%;
						margin: 1%;
						height: 15vh;
						border-radius: 4vw;
					}
					.undi30{
						width: 15%;
						margin: .7%;
						height: 12vh;
						border-radius: 4vw;
					}
					
					
					.tabel-nama{
						position: relative;
						display: table;
						width: 100%;
						height: 100%;
					}
						.nama{
							position: relative;
							display: table-cell;
							vertical-align: middle;
							font-family: "Harabara Mais Bold";
							color: #fff;
						}
							.undi1 .nama{
								font-size: 15vw;
							}
							.undi2 .nama{
								font-size: 12vw;
							}
							.undi3 .nama{
								font-size: 10vw;
							}
							.undi4 .nama{
								font-size: 8vw;
							}
							.undi5 .nama,
							.undi6 .nama{
								font-size: 8vw;
							}
							.undi7 .nama,
							.undi8 .nama,
							.undi9 .nama,
							.undi10 .nama{
								font-size: 6vw;
							}
							.undi20 .nama{
								font-size: 5vw;
							}
							.undi30 .nama{
								font-size: 4vw;
							}
}


/*Desktop 1366*/
@media only screen
and (min-width: 1366px) {
	.header{
		height: 80px;
	}
		.box-logo{
			width: 10%;
			padding: 20px;
			padding-top: 30px;
			padding-left: 5%;
		}
			.logo{
				height: 40px;
			}
		.box-menu{
			height: 80px;
		}
			.menu{
				padding: 0px 22px;
				font-size: 18px;
				line-height: 75px;
			}
		.box-mobile{
			width: 10%;
			height: 80px;
		}
		
		
			.judul-content{
				padding: 30px 0px;
				padding-top: 60px;
			}
				.img-judul{
					height: 55px;
				}
				
				.box-ig{
					margin-bottom: 100px;
				}
				
		.content-home-about{
			margin-top: 80px;
			width: 80%;
		}
			.home-about-right{
				padding-left: 50px;
			}
		
		.box-content-register{
			width: 80%;
			max-width: 1300px;
			padding-top: 30px;
		}
			.box-regis-left{
				padding-right: 50px;
			}
			.box-regis-right{
				padding: 30px 20px;
				margin-bottom: 50px;
			}
				.box-register{
					padding: 30px 20px;
					font-size: 16px;
				}
			
			.box-values{
				width: 45%;
				height: 180px;
			}
						.img-values img{
							width: 80%;
							left: 10px;
							top: -65px;
							border-radius: 0px 20px 0px 20px;
						}
					.isi-values{
						font-size: 18px;
					}
		
		.box-footer{
			font-size: 22px;
		}
}


/*Desktop MAC*/
@media only screen
and (min-width: 1440px) {
						.img-values img{
							width: 85%;
							left: 20px;
							top: -80px;
							border-radius: 0px 20px 0px 20px;
						}
		
		
		.frame-footer{
			font-size: 18px;
			padding: 20px;
		}
			.footer-logo{
				padding: 30px;
			}
			.footer-menu{
				padding: 30px;
			}
			.footer-ig{
				padding: 30px;
			}
				.footer-ig-id{
					font-size: 24px;
				}
}


/*Desktop Full HD MAC*/
@media only screen
and (min-width: 1680px) {
	.header{
		height: 90px;
	}
		.box-logo{
			width: 10%;
			padding: 20px;
			padding-top: 30px;
			padding-left: 5%;
		}
			.logo{
				height: 50px;
			}
		.box-menu{
			height: 90px;
		}
			.menu{
				padding: 0px 25px;
				font-size: 20px;
				line-height: 85px;
			}
		.box-mobile{
			width: 10%;
			height: 90px;
		}
		
		
			.judul-content{
				padding: 40px 0px;
				padding-top: 80px;
			}
				.img-judul{
					height: 80px;
				}
				
		.content-home-about{
			margin-top: 80px;
			width: 60%;
		}
			.home-about-right{
				padding-left: 50px;
			}
		
		
		.content-yayasan{
			padding: 50px;
			border-radius: 10px;
			width: 60%;
		}
		.content-next{
			width: 60%;
		}
			.judul-yayasan{
				font-size: 32px;
			}
				.sub-judul-yayasan{
					font-size: 18px;
				}
				.text-yayasan{
					width: 70%;
					font-size: 16px;
				}
				.icon-yayasan-d{
					width: 25%;
				}
					
		.judul-content{
			font-size: 46px;
		}
		.isi-content{
			margin-bottom: 50px;
			font-size: 16px;
		}
			.box-values{
				width: 45%;
				height: 180px;
				margin: 10px;
				padding: 20px;
			}
					.img-values{
						width: 42%;
						margin-right: 3%;
					}
						.img-values img{
							width: 85%;
							left: 10px;
							top: -80px;
							border-radius: 0px 20px 0px 20px;
						}
					.isi-values{
						height: 100px;
						font-size: 18px;
					}
		
		.box-footer{
			font-size: 26px;
		}
}


/*Desktop Full HD*/
@media only screen
and (min-width: 1920px) {
			.menu{
				padding: 0px 35px;
				font-size: 20px;
			}
}