 .molCol2{
	-webkit-animation-delay: 0.15s; 
    animation-delay: 0.15s;
}

.molCol3{
	-webkit-animation-delay: 0.3s; 
    animation-delay: 0.30s;
}

.molCol4{
	-webkit-animation-delay: 0.45s; 
    animation-delay: 0.45s;
}
.molCol5{
	-webkit-animation-delay: 0.60s; 
    animation-delay: 0.60s;
}
.molCol6{
	-webkit-animation-delay: 0.75s; 
    animation-delay: 0.75s;
}
.molCol7{
	-webkit-animation-delay: 0.90s; 
    animation-delay: 0.90s;
}
.molCol8{
	-webkit-animation-delay: 1.05s; 
    animation-delay: 1.05s;
}
.molCol9{
	-webkit-animation-delay: 1.20s; 
    animation-delay: 1.20s;
}
.molCol10{
	-webkit-animation-delay: 1.35s; 
    animation-delay: 1.35s;
} 


.pendulumfast{
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

/*slow*/
.molCol2slow{
	-webkit-animation-delay: 0.40s; /* Chrome, Safari, Opera */
    animation-delay: 0.40s;
}

.molCol3slow{
	-webkit-animation-delay: 0.80s; /* Chrome, Safari, Opera */
    animation-delay: 0.80s;
}

.molCol4slow{
	-webkit-animation-delay: 1.20s; /* Chrome, Safari, Opera */
    animation-delay: 1.20s;
}
.molCol5slow{
	-webkit-animation-delay: 1.60s; /* Chrome, Safari, Opera */
    animation-delay: 1.60s;
}
.molCol6slow{
	-webkit-animation-delay: 2.00s; /* Chrome, Safari, Opera */
    animation-delay: 2.00s;
}
.molCol7slow{
	-webkit-animation-delay: 2.40s; /* Chrome, Safari, Opera */
    animation-delay: 2.40s;
}
.molCol8slow{
	-webkit-animation-delay: 2.80s; /* Chrome, Safari, Opera */
    animation-delay: 2.80s;
}
.molCol9slow{
	-webkit-animation-delay: 3.20s; /* Chrome, Safari, Opera */
    animation-delay: 3.20s;
}
.molCol10slow{
	-webkit-animation-delay: 3.60s; /* Chrome, Safari, Opera */
    animation-delay: 3.60s;
}

.pendulumslow{
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

/*pendulum font*/
	.pendulum{
		animation-name: tiktok;
		animation-timing-function:linear;
		animation-direction:alternate;  		
  		animation-iteration-count:infinite;

		-webkit-animation-name: tiktok; 
  		-webkit-animation-timing-function:linear;
  		-webkit-animation-direction:alternate;  		
  		-webkit-animation-iteration-count:infinite;
	}

	@keyframes "tiktok" {
	 0% {
	    left: 0%;
	 }
	 
	 100% {
	    left: 10%;
	 }

	}

	@-moz-keyframes tiktok {
	 0% {
	    left: 0%;
	 }
	 
	 100% {
	    left: 10%;
	 }

	}

	@-webkit-keyframes "tiktok" {
	 0% {
	    left: 0%;
	 }
	 
	 100% {
	    left: 10%;
	 }
	}

	






