@charset "utf-8";
/* CSS Document */
.loader_part {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20;
	background: rgba(245,245,245,0.98);
}
.loader_part .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.loader_part .part {
	z-index: 2;
	position: relative;
	text-align: center;
}
.loader_part h3 {
	color: white;
	font-weight: 900;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.loader_part h3 span {
	font-size: 32px;
}
.loader_part .for-loading {
	display: none;
	width: 100%;
	max-width: 250px;
	position: relative;
	padding-top: 120px;
}
.loader_part .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	-moz-animation: circle-breath-logo 2.2s ease-in-out infinite;
	-ms-animation: circle-breath-logo 2.2s ease-in-out infinite;
	-webkit-animation: circle-breath-logo 2.2s ease-in-out infinite; /* Safari 4.0 - 8.0 */
	animation: circle-breath-logo 2.2s ease-in-out infinite;
}
.loader_part .progress-line {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 10px;
}
.index .loader_part .for-loading {
	display: block;
}
.index .loader_part .circle-float {
	display: none;
}
/* -- Animate -- */
.loader_part .circle-float.center:after {
	-moz-animation: circle-breath 2.2s ease-in-out infinite;
	-ms-animation: circle-breath 2.2s ease-in-out infinite;
	-webkit-animation: circle-breath 2.2s ease-in-out infinite; /* Safari 4.0 - 8.0 */
	animation: circle-breath 2.2s ease-in-out infinite;
}
@-ms-keyframes circle-breath {
	0% {
		width: 110%;
		height: 110%;
		left: -5%;
		top: -5%;
    }
    50% {
		width: 116%;
		height: 116%;
		left: -8%;
		top: -8%;
	}
    100% {
		width: 110%;
		height: 110%;
		left: -5%;
		top: -5%;
    }
}
@-moz-keyframes circle-breath {
	0% {
		width: 110%;
		height: 110%;
		left: -5%;
		top: -5%;
    }
    50% {
		width: 116%;
		height: 116%;
		left: -8%;
		top: -8%;
	}
    100% {
		width: 110%;
		height: 110%;
		left: -5%;
		top: -5%;
    }
}
@-webkit-keyframes circle-breath {
	0% {
		width: 110%;
		height: 110%;
		left: -5%;
		top: -5%;
    }
    50% {
		width: 116%;
		height: 116%;
		left: -8%;
		top: -8%;
	}
    100% {
		width: 110%;
		height: 110%;
		left: -5%;
		top: -5%;
    }
}
@keyframes circle-breath {
	0% {
		width: 110%;
		height: 110%;
		left: -5%;
		top: -5%;
    }
    50% {
		width: 120%;
		height: 120%;
		left: -10%;
		top: -10%;
	}
    100% {
		width: 110%;
		height: 110%;
		left: -5%;
		top: -5%;
    }
}
@-ms-keyframes circle-breath-logo {
	0% {
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
    }
    50% {
		width: 108%;
		height: 108%;
		left: -4%;
		top: -4%;
	}
    100% {
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
    }
}
@-moz-keyframes circle-breath-logo {
	0% {
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
    }
    50% {
		width: 108%;
		height: 108%;
		left: -4%;
		top: -4%;
	}
    100% {
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
    }
}
@-webkit-keyframes circle-breath-logo {
	0% {
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
    }
    50% {
		width: 108%;
		height: 108%;
		left: -4%;
		top: -4%;
	}
    100% {
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
    }
}
@keyframes circle-breath-logo {
	0% {
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
    }
    50% {
		width: 108%;
		height: 108%;
		left: -4%;
		top: -4%;
	}
    100% {
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
    }
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 769px) {
}

@media screen and (max-width: 640px) {
	.loader_part .for-loading {
		max-width: 220px;
	}
}