
body, htnl {
	margin: 0;
	padding: 0;
	background-color: #000000;

}


a {
	text-decoration: none;
}

/* ---------- Overlay ---------- */

.loader_hidden {
	opacity: 0 !important;
	animation: none !important
}

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

.fade_item {
	opacity: 0;
	transition: 1s;
}

.fade_item_visible {
	opacity: 1 !important;
}

#kt_bmg_overlay.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	z-index: -1;
	transition: 0.5s;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	background-color: #000000;
}

#kt_bmg_overlay.overlay_visible {
	opacity: 1;
	pointer-events: auto;
	z-index: 1000;
}

#kt_bmg_overlay .overlay_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("images/bg.jpg");
	background-size: cover;
	background-position: center center;
}

#kt_bmg_gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: radial-gradient(circle,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
}

#kt_bmg_overlay .overlay_close_btn {
	width: 50px;
	height: 50px;
	z-index: 100;
	border-radius: 50%;
	right: 0;
	text-align: center;
	margin: 20px;
	line-height: 300%;
	transition: 0.3s;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 1);
	color: #FFFFFF;
	position: absolute;
}

#kt_bmg_overlay .overlay_close_btn:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	color: #FFFFFF;
	background-color: #a4a4a4;
}

.kt_close {
	position: absolute;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 50%;
	top: 50%;
	left: 50%;
	height: 2px;
	background-color: #FFFFFF;
	z-index: 10;
}

.kt_close_01 {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#kt_bmg_content_wrapper {
	width: 50%;
	height: 30%;
	max-width: 600px;
	max-height: 300px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

#kt_bmg_logo {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background-image: url("images/kt_logo_v2.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#kt_bmg_title {
	text-align: center;
	font-weight: 800;
	width: 80%;
	max-width: 600px;
	height: 100px;
	font-size: 24px;
	color: #FFFFFF;
	background-image: url("images/kt_subtitle.svg");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#kt_bmg_overlay_btn {
	bottom: 15%;
	width: 100%;
	position: absolute;
	text-align: center;

}

.kt_bmg_main_btn {
	display: inline-block;
	background-color: #000000;
	color: #FFFFFF;
	width: 160px;
	height: 45px;
	border-radius: 6px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.3s;
	margin: 0 auto;
	font-size: 20px;
	background-image: url("images/kt_sign_up.svg");
	background-size: 70%;
	background-position: center center;
	background-repeat: no-repeat;
}

.kt_bmg_main_btn:hover {
	background-color: #a4a4a4;
}

@keyframes bmg_star {
	0% {
		transform: rotate(0deg);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: rotate(359deg);
		opacity: 0;
	}
}

.kt_bmg_star {
	width: 20vh;
	aspect-ratio: 1/1;
	position: absolute;
	background-image: url("images/kt-star_v3.png");
	background-size: contain;
	background-position: center center;
	opacity: 0.8;
	animation-name: bmg_star;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	filter: blur(2px);
}

#kt_bmg_star_00 {
	top: 5%;
	left: 5%;
	animation-duration: 10s;
	width: 30vh;
}

#kt_bmg_star_01 {
	top: 20%;
	left: 30%;
	animation-duration: 5s;
	width: 15vh;
}

#kt_bmg_star_02 {
	top: 50%;
	right: 30%;
	animation-duration: 15s;
	width: 18vh;
}

#kt_bmg_star_03 {
	top: 50%;
	left: 20%;
	animation-duration: 8s;
	width: 25vh;
}

#kt_bmg_star_04 {
	top: 70%;
	left: 10%;
	animation-duration: 12s;
	width: 20vh;
}

#kt_bmg_star_05 {
	top: 10%;
	right: 30%;
	animation-duration: 20s;
	width: 10vh;
}

#kt_bmg_star_06 {
	top: 30%;
	right: 10%;
	animation-duration: 18s;
	width: 15vh;
}

#kt_bmg_star_07 {
	bottom: 5%;
	right: 5%;
	animation-duration: 5s;
	width: 15vh;
}

#kt_bmg_star_08 {
	top: 35%;
	right: 40%;
	animation-duration: 10s;
	width: 18vh;
}

/************* FOOTER *************/
#footer {
  text-align: center;
  padding: 0;
  margin: 0px;
  bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  font-family: Hevetica, Arial, sans-serfi;
  color: #FFFFFF;
}

#footer p.legal {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 3em auto 0;
  opacity: 0.6;
  color: #FFFFFF;
}
#footer p.legal a {
  margin: 0 0.5rem;
  color: #FFFFFF;
 
}

/* ---------- Media Queries ---------- */

/* iPad portrait & less ---------- */
@media only screen
and (max-width : 768px) {

#kt_bmg_content_wrapper {
	width: 80%;
	top: 45%;
}
}