﻿/* Spin	*/
.windows8-black {
	position: relative;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 24px;
	padding-top: 24px;
	width: 90px;
}

.windows8-black .wBall {
	position: absolute;
	width: 86px;
	height: 86px;
	opacity: 0;
	-moz-transform: rotate(225deg);
	-moz-animation: orbit 3.8499999999999996s infinite;
	-webkit-transform: rotate(225deg);
	-webkit-animation: orbit 3.8499999999999996s infinite;
	-ms-transform: rotate(225deg);
	-ms-animation: orbit 3.8499999999999996s infinite;
	-o-transform: rotate(225deg);
	-o-animation: orbit 3.8499999999999996s infinite;
	transform: rotate(225deg);
	animation: orbit 3.8499999999999996s infinite;
}

.windows8-black .wBall .wInnerBall{
	position: absolute;
	width: 11px;
	height: 11px;
	background: black;
	left:0px;
	top:0px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	border-radius: 11px;
}

.windows8-black #wBall_1 {
	-moz-animation-delay: 0.84s;
	-webkit-animation-delay: 0.84s;
	-ms-animation-delay: 0.84s;
	-o-animation-delay: 0.84s;
	animation-delay: 0.84s;
}

.windows8-black #wBall_2 {
	-moz-animation-delay: 0.17s;
	-webkit-animation-delay: 0.17s;
	-ms-animation-delay: 0.17s;
	-o-animation-delay: 0.17s;
	animation-delay: 0.17s;
}

.windows8-black #wBall_3 {
	-moz-animation-delay: 0.34s;
	-webkit-animation-delay: 0.34s;
	-ms-animation-delay: 0.34s;
	-o-animation-delay: 0.34s;
	animation-delay: 0.34s;
}

.windows8-black #wBall_4 {
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.windows8-black #wBall_5 {
	-moz-animation-delay: 0.67s;
	-webkit-animation-delay: 0.67s;
	-ms-animation-delay: 0.67s;
	-o-animation-delay: 0.67s;
	animation-delay: 0.67s;
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
		opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
		opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}

}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
		opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}

}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
		opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
		opacity: 0;
		transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}

/* Spin	*/
.windows8 {
	position: relative;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 24px;
	padding-top: 24px;
	width: 90px;
}

.windows8 .wBall {
	position: absolute;
	width: 86px;
	height: 86px;
	opacity: 0;
	-moz-transform: rotate(225deg);
	-moz-animation: orbit 3.8499999999999996s infinite;
	-webkit-transform: rotate(225deg);
	-webkit-animation: orbit 3.8499999999999996s infinite;
	-ms-transform: rotate(225deg);
	-ms-animation: orbit 3.8499999999999996s infinite;
	-o-transform: rotate(225deg);
	-o-animation: orbit 3.8499999999999996s infinite;
	transform: rotate(225deg);
	animation: orbit 3.8499999999999996s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 11px;
	height: 11px;
	background: #EAAA14;
	left:0px;
	top:0px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	border-radius: 11px;
}

.windows8 #wBall_1 {
	-moz-animation-delay: 0.84s;
	-webkit-animation-delay: 0.84s;
	-ms-animation-delay: 0.84s;
	-o-animation-delay: 0.84s;
	animation-delay: 0.84s;
}

.windows8 #wBall_2 {
	-moz-animation-delay: 0.17s;
	-webkit-animation-delay: 0.17s;
	-ms-animation-delay: 0.17s;
	-o-animation-delay: 0.17s;
	animation-delay: 0.17s;
}

.windows8 #wBall_3 {
	-moz-animation-delay: 0.34s;
	-webkit-animation-delay: 0.34s;
	-ms-animation-delay: 0.34s;
	-o-animation-delay: 0.34s;
	animation-delay: 0.34s;
}

.windows8 #wBall_4 {
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.windows8 #wBall_5 {
	-moz-animation-delay: 0.67s;
	-webkit-animation-delay: 0.67s;
	-ms-animation-delay: 0.67s;
	-o-animation-delay: 0.67s;
	animation-delay: 0.67s;
}

@-moz-keyframes orbit {
	0% {
	opacity: 1;
	z-index:99;
	-moz-transform: rotate(180deg);
	-moz-animation-timing-function: ease-out;
	}

	7% {
	opacity: 1;
	-moz-transform: rotate(300deg);
	-moz-animation-timing-function: linear;
	-moz-origin:0%;
	}

	30% {
	opacity: 1;
	-moz-transform:rotate(410deg);
	-moz-animation-timing-function: ease-in-out;
	-moz-origin:7%;
	}

	39% {
	opacity: 1;
	-moz-transform: rotate(645deg);
	-moz-animation-timing-function: linear;
	-moz-origin:30%;
	}

	70% {
	opacity: 1;
	-moz-transform: rotate(770deg);
	-moz-animation-timing-function: ease-out;
	-moz-origin:39%;
	}

	75% {
	opacity: 1;
	-moz-transform: rotate(900deg);
	-moz-animation-timing-function: ease-out;
	-moz-origin:70%;
	}

	76% {
	opacity: 0;
	-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
	-moz-transform: rotate(900deg);
	}

	}

@-webkit-keyframes orbit {
	0% {
	opacity: 1;
	z-index:99;
	-webkit-transform: rotate(180deg);
	-webkit-animation-timing-function: ease-out;
	}

	7% {
	opacity: 1;
	-webkit-transform: rotate(300deg);
	-webkit-animation-timing-function: linear;
	-webkit-origin:0%;
	}

	30% {
	opacity: 1;
	-webkit-transform:rotate(410deg);
	-webkit-animation-timing-function: ease-in-out;
	-webkit-origin:7%;
	}

	39% {
	opacity: 1;
	-webkit-transform: rotate(645deg);
	-webkit-animation-timing-function: linear;
	-webkit-origin:30%;
	}

	70% {
	opacity: 1;
	-webkit-transform: rotate(770deg);
	-webkit-animation-timing-function: ease-out;
	-webkit-origin:39%;
	}

	75% {
	opacity: 1;
	-webkit-transform: rotate(900deg);
	-webkit-animation-timing-function: ease-out;
	-webkit-origin:70%;
	}

	76% {
	opacity: 0;
	-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
	-webkit-transform: rotate(900deg);
	}

}

@-ms-keyframes orbit {
	0% {
	opacity: 1;
	z-index:99;
	-ms-transform: rotate(180deg);
	-ms-animation-timing-function: ease-out;
	}

	7% {
	opacity: 1;
	-ms-transform: rotate(300deg);
	-ms-animation-timing-function: linear;
	-ms-origin:0%;
	}

	30% {
	opacity: 1;
	-ms-transform:rotate(410deg);
	-ms-animation-timing-function: ease-in-out;
	-ms-origin:7%;
	}

	39% {
	opacity: 1;
	-ms-transform: rotate(645deg);
	-ms-animation-timing-function: linear;
	-ms-origin:30%;
	}

	70% {
	opacity: 1;
	-ms-transform: rotate(770deg);
	-ms-animation-timing-function: ease-out;
	-ms-origin:39%;
	}

	75% {
	opacity: 1;
	-ms-transform: rotate(900deg);
	-ms-animation-timing-function: ease-out;
	-ms-origin:70%;
	}

	76% {
	opacity: 0;
	-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
	-ms-transform: rotate(900deg);
	}

}

@-o-keyframes orbit {
	0% {
	opacity: 1;
	z-index:99;
	-o-transform: rotate(180deg);
	-o-animation-timing-function: ease-out;
	}

	7% {
	opacity: 1;
	-o-transform: rotate(300deg);
	-o-animation-timing-function: linear;
	-o-origin:0%;
	}

	30% {
	opacity: 1;
	-o-transform:rotate(410deg);
	-o-animation-timing-function: ease-in-out;
	-o-origin:7%;
	}

	39% {
	opacity: 1;
	-o-transform: rotate(645deg);
	-o-animation-timing-function: linear;
	-o-origin:30%;
	}

	70% {
	opacity: 1;
	-o-transform: rotate(770deg);
	-o-animation-timing-function: ease-out;
	-o-origin:39%;
	}

	75% {
	opacity: 1;
	-o-transform: rotate(900deg);
	-o-animation-timing-function: ease-out;
	-o-origin:70%;
	}

	76% {
	opacity: 0;
	-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
	-o-transform: rotate(900deg);
	}

}

@keyframes orbit {
	0% {
	opacity: 1;
	z-index:99;
	transform: rotate(180deg);
	animation-timing-function: ease-out;
	}

	7% {
	opacity: 1;
	transform: rotate(300deg);
	animation-timing-function: linear;
	origin:0%;
	}

	30% {
	opacity: 1;
	transform:rotate(410deg);
	animation-timing-function: ease-in-out;
	origin:7%;
	}

	39% {
	opacity: 1;
	transform: rotate(645deg);
	animation-timing-function: linear;
	origin:30%;
	}

	70% {
	opacity: 1;
	transform: rotate(770deg);
	animation-timing-function: ease-out;
	origin:39%;
	}

	75% {
	opacity: 1;
	transform: rotate(900deg);
	animation-timing-function: ease-out;
	origin:70%;
	}

	76% {
	opacity: 0;
	transform:rotate(900deg);
	}

	100% {
	opacity: 0;
	transform: rotate(900deg);
	}

}

/* Bar */
#fountainG{
	position: relative;
	width: 100px;
	height: 12px
}

.fountainG{
	position:absolute;
	top:0;
	background-color:#EAAA14;
	width:13px;
	height:13px;
	-moz-animation-name:bounce_fountainG;
	-moz-animation-duration:1.3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-moz-transform:scale(.3);
	-moz-border-radius:8px;
	-webkit-animation-name:bounce_fountainG;
	-webkit-animation-duration:1.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-webkit-transform:scale(.3);
	-webkit-border-radius:8px;
	-ms-animation-name:bounce_fountainG;
	-ms-animation-duration:1.3s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-ms-transform:scale(.3);
	-ms-border-radius:8px;
	-o-animation-name:bounce_fountainG;
	-o-animation-duration:1.3s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	-o-transform:scale(.3);
	-o-border-radius:8px;
	animation-name:bounce_fountainG;
	animation-duration:1.3s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	transform:scale(.3);
	border-radius:8px;
}

#fountainG_1{
	left:0;
	-moz-animation-delay:0.52s;
	-webkit-animation-delay:0.52s;
	-ms-animation-delay:0.52s;
	-o-animation-delay:0.52s;
	animation-delay:0.52s;
}

#fountainG_2{
	left:13px;
	-moz-animation-delay:0.65s;
	-webkit-animation-delay:0.65s;
	-ms-animation-delay:0.65s;
	-o-animation-delay:0.65s;
	animation-delay:0.65s;
}

#fountainG_3{
	left:25px;
	-moz-animation-delay:0.78s;
	-webkit-animation-delay:0.78s;
	-ms-animation-delay:0.78s;
	-o-animation-delay:0.78s;
	animation-delay:0.78s;
}

#fountainG_4{
	left:38px;
	-moz-animation-delay:0.91s;
	-webkit-animation-delay:0.91s;
	-ms-animation-delay:0.91s;
	-o-animation-delay:0.91s;
	animation-delay:0.91s;
}

#fountainG_5{
	left:50px;
	-moz-animation-delay:1.04s;
	-webkit-animation-delay:1.04s;
	-ms-animation-delay:1.04s;
	-o-animation-delay:1.04s;
	animation-delay:1.04s;
}

#fountainG_6{
	left:63px;
	-moz-animation-delay:1.17s;
	-webkit-animation-delay:1.17s;
	-ms-animation-delay:1.17s;
	-o-animation-delay:1.17s;
	animation-delay:1.17s;
}

#fountainG_7{
	left:75px;
	-moz-animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
	-ms-animation-delay:1.3s;
	-o-animation-delay:1.3s;
	animation-delay:1.3s;
}

#fountainG_8{
	left:88px;
	-moz-animation-delay:1.43s;
	-webkit-animation-delay:1.43s;
	-ms-animation-delay:1.43s;
	-o-animation-delay:1.43s;
	animation-delay:1.43s;
}

@-moz-keyframes bounce_fountainG{
	0%{
		-moz-transform:scale(1);
		background-color:#EAAA14;
	}

	100%{
		-moz-transform:scale(.3);
		background-color:#FFFFFF;
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
		-webkit-transform:scale(1);
		background-color:#EAAA14;
	}

	100%{
		-webkit-transform:scale(.3);
		background-color:#FFFFFF;
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
		-ms-transform:scale(1);
		background-color:#EAAA14;
	}

	100%{
		-ms-transform:scale(.3);
		background-color:#FFFFFF;
	}
}

@-o-keyframes bounce_fountainG{
	0%{
		-o-transform:scale(1);
		background-color:#EAAA14;
	}

	100%{
		-o-transform:scale(.3);
		background-color:#FFFFFF;
	}
}

@keyframes bounce_fountainG{
	0%{
		transform:scale(1);
		background-color:#EAAA14;
	}

	100%{
		transform:scale(.3);
		background-color:#FFFFFF;
	}
}