/* KAM Animation */

/*
// Already in KAM theme w/ html5bp
.clearfix:before, .clearfix:after {content: " "; display: table;}  
.clearfix:after {clear:both;}  
.clearfix {*zoom:1;}  
.pull-left {float:left;}
.pull-right {float:right;}

*/

.container {
	width:1200px; 
	height:556px; 
	overflow:hidden; 
	position:relative; 
	margin: 58px auto 10px auto; 
	border: none;
	background:#fff;
}
.container img { 
	max-width: initial;
	} 
.background {background:url(/images/bg_kam-ani.jpg); width:1212px; height:556px; }

.layer div {position:absolute;}
.building-2{top: 214px; left:-39px;}
.kid{top: 225px; left:447px;}
.plane{top:0px; left:850px;}
.plane-2{top:0px; left:246px;}
.figure{top:200px; left:850px;} 
.figure-2{top:250px; left:120px;} 
.leaves{top:206px; left:-25px;}

/*   */
@media only screen and (max-width: 2600px) {
	.still {
	display:none;
	}
}
@media only screen and (max-width: 1312px) {
 	.container {
	display:none;
	}
	.still {
	display:block;
	}
}
/*  Adjust the menu at less than 520px */
@media only screen and (max-width: 520px) {
	.still {
	display:none;
	}	
}
