:root {
	--hoka-blue: #006FD3;
	--hoka-white: #F2F0EA;
	--hoka-sky: #00FFFF;
}

@font-face {
  font-family: 'FuturaPT';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/FuturaPTBook.eot);
  src: url(../fonts/FuturaPTBook.eot?#iefix) format('embedded-opentype'),
       url(../fonts/FuturaPTBook.otf) format('otf'),
       url(../fonts/FuturaPTBook.svg#FuturaPTBook) format('svg'),
       url(../fonts/FuturaPTBook.ttf') format('truetype'),
       url(../fonts/FuturaPTBook.woff') format('woff'),
       url(../fonts/FuturaPTBook.woff2') format('woff2');
}
@font-face {
  font-family: 'FuturaPT';
  font-style: normal;
  font-weight: medium;
  src: url(../fonts/FuturaPTMedium.eot);
  src: url(../fonts/FuturaPTMedium.eot?#iefix) format('embedded-opentype'),
       url(../fonts/FuturaPTMedium.otf) format('otf'),
       url(../fonts/FuturaPTMedium.svg#FuturaPTMedium) format('svg'),
       url(../fonts/FuturaPTMedium.ttf') format('truetype'),
       url(../fonts/FuturaPTMedium.woff') format('woff'),
       url(../fonts/FuturaPTMedium.woff2') format('woff2');
}
@font-face {
  font-family: 'FuturaPT';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/FuturaPTHeavy.eot);
  src: url(../fonts/FuturaPTHeavy.eot?#iefix) format('embedded-opentype'),
       url(../fonts/FuturaPTHeavy.otf) format('otf'),
       url(../fonts/FuturaPTHeavy.svg#FuturaPTHeavy) format('svg'),
       url(../fonts/FuturaPTHeavy.ttf') format('truetype'),
       url(../fonts/FuturaPTHeavy.woff') format('woff'),
       url(../fonts/FuturaPTHeavy.woff2') format('woff2');
}

html,
body{
	background-color: var(--hoka-blue);
	font-family: 'FuturaPT', sans-serif;
}

a{
	color: var(--hoka-blue);
	text-decoration: underline;
}
	a:hover{
		text-decoration: none;
	}

.w-80{
	width: 80% !important;
}

.btn-white{
	background-color: var(--hoka-white);
	color: #333;
	font-family: 'FuturaPT', sans-serif;
	font-weight: 450;
	font-size: 18px;
	border: none;
}
	.btn-white:hover,
	.btn-white:active,
	.btn-white:not(:disabled):not(:disabled):active{
		background-color: var(--hoka-white);
		color: var(--hoka-blue);
		border: none;
	}
.btn-blue{
	background-color: var(--hoka-blue);
	color: #FFF;
	font-family: 'FuturaPT', sans-serif;
	font-weight: 450;
	font-size: 18px;
	border: none;
}
	.btn-blue:hover,
	.btn-blue:active,
	.btn-blue:not(:disabled):not(:disabled):active{
		background-color: #00498A;
		color: #fff;
		border: none;
	}
.btn-yellow{
	background-color: #FFFF08;
	color: var(--hoka-blue);
	font-family: 'FuturaPT', sans-serif;
	font-weight: 450;
	font-size: 18px;
	border: none;
}
	.btn-yellow:hover,
	.btn-yellow:active,
	.btn-yellow:not(:disabled):not(:disabled):active{
		background-color: #FFFF08;
		color: var(--hoka-blue);
		border: none;
	}

	.btn-blue.btn-lg,
	.btn-white.btn-lg,
	.btn-yellow.btn-lg{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
.btn-scroll-more{
	background: #F2F0EA;
	border-radius: 8px;
	color: #333;
	font-family: 'FuturaPT', sans-serif;
	font-weight: 450;
	font-size: 18px;
	border: none;
	opacity: .5;
}
	.btn-scroll-more span{
		display: inline-block;
		vertical-align: top;
	}
	.btn-scroll-more:after{
		content: "";
		display: inline-block;
		background: transparent url(../images/icon-scrollmore@2x.png) center no-repeat;
		background-size: 12px 15px;
		width: 12px;
		height: 15px;
		vertical-align: top;
		margin: 5px 0 0 15px;
	}
	.btn-scroll-more:hover,
	.btn-scroll-more:active,
	.btn-scroll-more:not(:disabled):not(:disabled):active{
		background-color: var(--hoka-white);
		color: var(--hoka-blue);
		border: none;
		opacity: 1;
	}

#nav{
	display: block;
	position: relative;
	background: var(--hoka-blue);
	padding: 20px 0;
	color: #fff;
	font-weight: 450;
	font-size: 21px;
}
	#nav .logo{
		display: inline-block;
		text-decoration: none;
		outline: none;
		position: relative;
	}
	#nav .btn-back,
	#nav .title{
		display: inline-block;
		white-space: nowrap;
		vertical-align: middle;
	}
	#nav .btn-back{
		text-decoration: none;
		outline: none;
		color: #fff;
		font-size: 28px;
		font-weight: lighter;
		margin: -8px 20px 0 0;
	}
	#nav .title{
		font-size: 21px;
	}

#hero{
	display: block;
	position: relative;
	background: var(--hoka-blue);
}
	#hero .poster{
		position: relative;
		height: 132vw;
	}
		#hero .poster img{
			position: relative;
			height: 100%;
			width: auto;
			left: 50%;
			transform: translateX(-50%);
		}
	#hero .poster-video{
		height: auto !important;
	}
	#hero .btn-scroll-more{
		display: none;
		position: absolute;
		bottom: 100px;
		left: 50%;
		transform: translateX(-50%);
	}

.section{
	display: block;
	position: relative;
	padding: 20px 0;
}
	.section-fly{
		background: #75FBFD;
		color: var(--hoka-blue);
		font-size: 24px;
		font-weight: 500;
		letter-spacing: -0.02em;
	}

	.section-countdown{
		background: var(--hoka-sky) url(../images/hokacityrun.png) top center no-repeat;
		background-size: cover;
		color: var(--hoka-blue);
	}
		.section-countdown .siap{
			font-weight: 600;
			font-size: 20px;
			margin: 0 0 15px;
		}
		.section-countdown .wrap-countdown{
			margin: 400px 0 0;
		}
		
		.section .title{
			font-weight: 500;
			font-size: 32px;
			padding: 0;
			margin: 0;
		}

	.section-join{
		background-color: #fff;
		padding: 20px 0;
	}

	.section-para .container{
		position: relative;
	}

	.section-white{
		background-color: #f2f2f2;
	}
	.section-yellow{
		background-color: #FFFF55;
		color: var(--hoka-blue);
	}
	.section-purple{
		background-color: #6B2CE5;
	}
	.section-bluesky{
		background-color: #00ffff;
	}
	.section-green{
		background-color: #1DFF48;
	}

#footer{
	display: block;
	position: relative;
	padding: 0;
	text-align: left;
	background: #2A2A37;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
	#footer .container{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#footer .logo{
		display: inline-block;
		text-decoration: none;
		outline: none;
		position: relative;
	}
	#footer .icon{
		display: inline-block;
		white-space: nowrap;
		text-decoration: none;
		outline: none;
		margin: 0 6px;
	}
		#footer .icon:first-child{
			margin-left: 0;
		}
	#footer .copyright{
		background: #fff;
		color: #2a2a37;
		font-size: 14px;
		font-weight: 450;
	}
		#footer .copyright .container{
			padding-top: 20px;
			padding-bottom: 20px;
		}
	#footer .link{
		font-weight: 450;
		font-size: 17px;
		line-height: 22px;
		color: #FFFFFF;
		text-decoration: none;
	}
		#footer .link:hover{
			text-decoration: underline;
		}

.wrap-countdown{
	display: block;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
}
.run-countdown{
	display: block;
}
	.run-countdown .label{
		display: inline-block;
		white-space: nowrap;
		position: relative;
		font-weight: 500;
		font-size: 18px;
		color: var(--hoka-blue);
		text-align: center;
		padding: 0;
		margin: 0 14px;
	}
		.run-countdown .label span{
			display: block;
		}
		.run-countdown .label .num{
			font-weight: 700;
			font-size: 32px;
		}

#form-join .form-label{
	color: #494845;
	font-size: 16px;
	margin: 0 0 10px;
}
	#form-join .form-label sup{
		color: var(--hoka-blue);
	}
#form-join .form-control{
	color: #494845;
	font-size: 16px;
	padding: 12px 16px;
	background: #FFFFFF;
	border: 1px solid #CED4DA;
	border-radius: 5px;
}
	#form-join .phone{
		position: relative;
	}
		#form-join .phone:before{
			content: "+62";
			display: inline-block;
			font-size: 16px;
			position: absolute;
			top: 13px;
			left: 16px;
			opacity: .6;
		}
		#form-join .phone input{
			padding-left: 65px;
		}
	#form-join .password{
		position: relative;
	}
		#form-join .password span{
			content: "";
			display: inline-block;
			position: absolute;
			top: 16px;
			right: 16px;
			background: transparent url(../images/icon-eyeopen.png) center no-repeat;
			background-size: 20px 20px;
			width: 20px;
			height: 20px;
			cursor: pointer;
		}
			#form-join .password span.show{
				background-image: url(../images/icon-eyeclose.png);
			}
		#form-join .password input{
			padding-right: 50px;
		}
	#form-join label.check{
		display: block;
		background: rgba(73, 72, 69, 0.05);
		border-radius: 5px;
		padding: 15px;
		font-size: 16px;
		font-weight: 450;
		color: #494845;
		text-align: left;
		position: relative;
		cursor: pointer;
	}
		#form-join label.check .input,
		#form-join label.check .label{
			display: inline-block;
			margin: 0 13px 0 0;
			width: 7%;
			vertical-align: middle;
		}
		#form-join label.check .label{
			margin: 0;
			width: 85%;
		}
		#form-join label.check .input{
			position: relative;
			overflow: hidden;
		}
			#form-join label.check .input input{
				position: absolute;
				top: 0;
				left:	-50px;
			}
			#form-join label.check .input span{
				border: 2px solid var(--hoka-blue);
				border-radius: 3px;
				width: 18px;
				height: 18px;
				display: block;
				position: relative;
				background: #fff;
			}
				#form-join label.check .input span:before{
					content: "\2713";
					color: #fff;
					font-size: 17px;
					font-family: sans-serif;
					font-weight: normal;
					display: block;
					position: absolute;
					top: -6px;
					left: 0;
				}
				#form-join label.check .input input:checked + span{
					background: var(--hoka-blue);
				}

#modal-join-success .title{
	font-weight: 600;
	font-size: 28px;
}

.section .fly{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: -0.02em;
	color: var(--hoka-sky);
}
	.section .fly p{
		margin: 0;
		padding: 0;
		line-height: 1.2;
	}
	.section .fly h3,
	.section .fly h4{
		font-style: normal;
		font-weight: 700;
		font-size: 72px;
		letter-spacing: -0.03em;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		line-height: 60px;
		position: relative;
	}
		.section .fly h4{
			font-size: 52px;
			line-height: 50px;
		}
	.section .fly a{
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		text-decoration-line: underline;
	}
		.section .fly a:hover{
			text-decoration: none;
		}

	.section .fly-blue{
		color: var(--hoka-blue);
	}
	.section .fly-yellow{
		color: #FFFF08;
	}

	.section .fly-logo{
		width: 75%;
		max-width: 75%;
	}

.section-para .fly{
	position: relative;
	z-index: 9;
}

.section-1{
	padding-bottom: 250px;
}
.section-2{
	padding-top: 150px;
}
.section-3{
	padding-top: 400px;
	background: var(--hoka-blue) url(../images/fly-3.png) top center no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center top;
}
.section-4{
	padding-top: 200px;
	background: #fff url(../images/fly-4.png) top center no-repeat;
	background-size: 100% auto;
}
.section-5{
	padding-top: 145px;
}
.section-6{
	background: var(--hoka-blue) url(../images/fly-8.png) top center no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 50px 0;
	background-position: center top;
}
	.section-6 .fly{
		margin-bottom: 300px;
	}

.para{
	position: absolute;
	z-index: 7;
}
	[class*="para-img-"] img{
		width: 100%;
	}
	.para.para-img-1{
		top: 275px;
		width: 222px;
	}
	.para.para-img-2{
		top: 450px;
		right: 15px;
		z-index: 6;
		width: 156px;
	}

#modal-findout .modal-body{
	padding: 0;
	position: relative;
}
	#modal-findout .modal-content{
		overflow: hidden;
	}
	#modal-findout .modal-body img{
		width: 100%;
	}
	#modal-findout .btn-blue{
		position: absolute;
		bottom: 20px;
		left: 20px;
		right: 20px;
		z-index: 2;
	}
	#modal-findout .icon-close{
		display: block;
		border: none;
		outline: none;
		position: absolute;
		top: 10px;
		right: 10px;
		background: transparent url(../images/icon-close.png) center no-repeat;
		background-size: 38px 38px;
		z-index: 2;
		width: 38px;
		height: 38px;
	}

.event-date{
	font-weight: 700;
	font-size: 52px;
	line-height: 50px;
	letter-spacing: -0.03em;
	color: var(--hoka-sky);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 150px;
}
	.section-yellow .event-date{
		color: var(--hoka-blue);
	}

.event-list{
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	.event-list li{
		margin: 0 0 10px;
		padding: 0;
		font-weight: 700;
		font-size: 26px;
		line-height: 33px;
		letter-spacing: -0.02em;
		color: #FFFFFF;
	}
		.event-list li:last-child{
			margin-bottom: 0;
		}
		.event-list li p{
			padding: 0;
			margin: 0;
			font-style: normal;
			font-weight: 450;
			font-size: 16px;
			line-height: 21px;
			color: var(--hoka-sky);
		}
	.section-yellow .event-list li{
		color: #6B2CE5;
	}
	.section-yellow .event-list li p{
		color: var(--hoka-blue) !important;
	}