.sky {
	height:380px;
	background-color: #0060A1;
	position: relative;
	/*top:110px;*/
	top:auto;
	bottom:auto;
	overflow: hidden;
	opacity: 0.8;
	-webkit-animation: sky_background 30s ease-out infinite;
	-moz-animation: sky_background 30s ease-out infinite;
	-o-animation: sky_background 30s ease-out infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.clouds_one {
  background: url("http://new.chassis-lemmens.be/template_images/cloud_one.png");
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_one 50s linear infinite;
  -moz-animation: cloud_one 50s linear infinite;
  -o-animation: cloud_one 50s linear infinite;
  animation: cloud_one 50s linear infinite;
  background-repeat: repeat-x;
  background-position: 0% center;	  /*-webkit-transform: translate3d(0, 0, 0);

  /*-webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);*/
}

.clouds_two {
  background: url("http://new.chassis-lemmens.be/template_images/cloud_two.png");
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_two 75s linear infinite;
  -moz-animation: cloud_two 75s linear infinite;
  -o-animation: cloud_two 75s linear infinite;
  animation: cloud_two 75s linear infinite;
  background-repeat: repeat-x;
  	background-position: 0% center;	  /*-webkit-transform: translate3d(0, 0, 0);

  /*-webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);*/
}

.clouds_three {
	background-image: url("http://new.chassis-lemmens.be/template_images/cloud_three.png");
	position: absolute;
	left: 0;
	top: 00px;
	height: 100%;
	width: 300%;
	-webkit-animation: cloud_three 100s linear infinite;
	-moz-animation: cloud_three 100s linear infinite;
	-o-animation: cloud_three 100s linear infinite;
	animation: cloud_two 100s linear infinite;
	background-repeat: repeat-x;
	background-position: 0% center;	  /*-webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

@-webkit-keyframes sky_background {
0% {
	
	 background-color: #5D7275;
   
  }
  50% {
	  
	  background-color: #0947A7;
   
  }
  100% {
    background: #5D7275;
  }
  }


@-moz-keyframes sky_background {
0% {
	
	 background-color: #5D7275;
   
  }
  50% {
	  
	  background-color: #0947A7;
   
  }
  100% {
    background: #5D7275;
  }
}


@-webkit-keyframes cloud_one {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-webkit-keyframes cloud_two {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-webkit-keyframes cloud_three {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}



@-moz-keyframes cloud_one {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-moz-keyframes cloud_two {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-moz-keyframes cloud_three {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}


.fi {
	position:absolute;
	top:24%;
	text-align:center;
	margin-bottom:50px;
/*	border-bottom:red 1px solid;
*/}

.pushDown {
	margin-bottom:10px;
	display:block;
}



.uno { 
background-color: #0947A7; 
}