.tree_container {
	position: relative;
	text-align: center;
	height: 879px;
	z-index: 1;
}
.tree_container:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 283px;
	z-index: -1;
	background: #eeebe6;
}
.tree_container .tree {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 29px;
	margin-left: -325px;
	width: 669px;
	height: 850px;
	background: url('../img/bg.jpg') 0 0 no-repeat;
}

.tree_container .screens {
	position: relative;
	width: 850px;
	height: 879px;
	margin: 0 auto;
}

.tree_container .screens .screen {
	position: absolute;
	background: url('../img/screens.png') 0 0 no-repeat;
	opacity: 0;
	top: 0;

	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);

	-webkit-transition: opacity 0.2s ease, top 0.3s ease;
	-moz-transition: opacity 0.2s ease, top 0.3s ease;
	transition: opacity 0.2s ease, top 0.3s ease;
}

.tree_container .screens .screen_1 {
	width: 215px;
	height: 179px;
	top: 290px;
    left: 470px;
	background-position: 0 0;
}
.tree_container .screens .screen_2 {
	width: 144px;
	height: 120px;
	top: 150px;
	left: 60px;
	background-position: -220px 0;
}
.tree_container .screens .screen_3 {
	width: 144px;
	height: 120px;
	top: 80px;
    left: 580px;
	background-position: -369px 0;
}
.tree_container .screens .screen_4 {
	width: 144px;
	height: 120px;
    top: 240px;
	left: 385px;
	background-position: -518px 0;
}
.tree_container .screens .screen_5 {
	width: 95px;
	height: 79px;
    top: 0px;
	left: 220px;
	background-position: -330px -184px;
}
.tree_container .screens .screen_6 {
	width: 105px;
	height: 88px;
    top: 370px;
    left: 170px;
	background-position: 0 -184px;
}
.tree_container .screens .screen_7 {
	width: 105px;
	height: 88px;
	top: 160px;
	left: 680px;
	background-position: -110px -184px;
}
.tree_container .screens .screen_8 {
	width: 95px;
	height: 79px;
	top: 250px;
	left: 240px;
	background-position: -430px -184px;
}
.tree_container .screens .screen_9 {
	width: 95px;
	height: 79px;
	top: 140px;
    left: 460px;
	background-position: -530px -184px;
}
.tree_container .screens .screen_10 {
	width: 105px;
	height: 88px;
    top: 180px;
	left: 300px;
	background-position: -220px -184px;
}
.tree_container .screens .screen_11 {
	width: 62px;
	height: 52px;
	top: 65px;
	left: 380px;
	background-position: -220px -125px;
}
.tree_container .screens .screen_12 {
	width: 49px;
	height: 41px;
    top: 110px;
	left: 275px;
	background-position: -287px -125px;
}
.tree_container .screens .screen_13 {
	width: 49px;
	height: 41px;
	top: 435px;
    left: 150px;
	background-position: -341px -125px;
}
.tree_container .screens .screen_14 {
	width: 49px;
	height: 41px;
	top: 355px;
	left: 360px;
	background-position: -395px -125px;
}

.tree_container .screens.animated .screen_1 {
	top: 320px;
	opacity: 1;
}
.tree_container .screens.animated .screen_2 {
	top: 180px;
	opacity: 1;

	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.tree_container .screens.animated .screen_3 {
	top: 110px;
	opacity: 1;

	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.tree_container .screens.animated .screen_4 {
    top: 270px;
	opacity: 1;

	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.tree_container .screens.animated .screen_5 {
    top: 30px;
	opacity: 1;

	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.tree_container .screens.animated .screen_6 {
    top: 400px;
	opacity: 1;

	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
.tree_container .screens.animated .screen_7 {
    top: 190px;
	opacity: 1;

	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.tree_container .screens.animated .screen_8 {
    top: 280px;
	opacity: 1;

	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.tree_container .screens.animated .screen_9 {
    top: 170px;
	opacity: 1;

	-webkit-transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.tree_container .screens.animated .screen_10 {
    top: 210px;
	opacity: 1;

	-webkit-transition-delay: 1.8s;
	-moz-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
.tree_container .screens.animated .screen_11 {
    top: 95px;
	opacity: 1;

	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	transition-delay: 2s;
}
.tree_container .screens.animated .screen_12 {
    top: 140px;
	opacity: 1;

	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.tree_container .screens.animated .screen_13 {
    top: 475px;
	opacity: 1;

	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.tree_container .screens.animated .screen_14 {
    top: 385px;
	opacity: 1;

	-webkit-transition-delay: 2.2s;
	-moz-transition-delay: 2.2s;
	transition-delay: 2.2s;
}