
.logozen {
	width: 40px;
	margin-left: 10px;
	display: inline-block;
	position: relative
}

.logo01,
.logo02,
.logo03 {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	top: 0;
	stroke-width: 5;
	stroke: #000;
	width: 100%
}
.logo02,
.logo03 {
	position: absolute;
	left: 0
}

.logo03 {
	transform: rotate(360deg)
}

.logo01.giro {
	animation-name: giro;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	-webkit-animation-name: giro;
	-webkit-animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: infinite
}

.logo02.giro {
	animation-name: giro;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	-webkit-animation-name: giro;
	-webkit-animation-duration: 3s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: infinite
}

.logo03.giro {
	animation-name: giro;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	-webkit-animation-name: giro;
	-webkit-animation-duration: 3s;
	animation-delay: .8s;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: infinite
}

.logo01.girototal {
	animation-name: girototal;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	-webkit-animation-name: girototal;
	-webkit-animation-duration: 3s;
	animation-delay: 0;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: infinite
}

.logo02.girototal {
	animation-name: girototal;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	-webkit-animation-name: girototal;
	-webkit-animation-duration: 3s;
	animation-delay: 0;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: infinite
}

.logo03.girototal {
	animation-name: girototal;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	-webkit-animation-name: girototal;
	-webkit-animation-duration: 3s;
	animation-delay: 0;
	-webkit-animation-fill-mode: forwards;
	animation-iteration-count: infinite
}

@-webkit-keyframes giro {
	from {
		-webkit-transform: rotateY(0)
	}
	to {
		-webkit-transform: rotateY(360deg)
	}
}

@-webkit-keyframes girototal {
	from {
		-webkit-transform: rotateY(0)
	}
	to {
		-webkit-transform: rotateY(360deg)
	}
}



.loader {
    overflow: visible;
    padding-top: 0em;
    height: 0;
    width: auto!important;
}