@charset "utf-8";

/* NEW YEAR */
.headerNy {
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 501;
}
.headerNyContainer {
	position: relative;
}
.NyGifts {
	background: url("../new-year/header-decore.png") no-repeat scroll 0 0 transparent;
	height: 138px;
	position: absolute;
	right: 0;
	top: 13px;
	width: 251px;
}
.headerNyLeft {
	height: 150px;
	left: -292px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 292px;
}
.NyTreeLeft {
	background: url("../new-year/tree-left-min.png") no-repeat scroll 0 0 transparent;
	height: 80px;
	position: absolute;
	right: 11px;
	top: 0;
	width: 281px;
	z-index: 0;
}
.NyTreeRight {
	background: url("../new-year/tree-min.png") no-repeat scroll 0 0 transparent;
	height: 200px;
	overflow: hidden;
	position: absolute;
	right: -250px;
	top: 0;
	width: 250px;
	z-index: 0;
}
.tree-anim div {
	background-size: 100% 100%;
	position: absolute;
	transform-origin: 50% 0 0;
}
.toyStar {
	background: url("../new-year/toyStar-min.png") no-repeat scroll 0 0 transparent;
	height: 54px;
	left: 14px;
	top: 26px;
	width: 41px;
}
.toyStarSmall {
	background: url("../new-year/toyStarSmall.png") no-repeat scroll 0 0 transparent;
	height: 40px;
	left: 177px;
	top: 75px;
	width: 30px;
}
.toySphere {
	background: url("../new-year/toySphere-min.png") no-repeat scroll 0 0 transparent;
	height: 50px;
	left: 90px;
	top: 75px;
	width: 32px;
}
.toySphereSmall {
	background: url("../new-year/toySphereSmall.png") no-repeat scroll 0 0 transparent;
	height: 40px;
	left: 155px;
	top: 18px;
	width: 26px;
}
.toyCone {
	background: url("../new-year/toyConeSmall.png") no-repeat scroll 0 0 transparent;
	height: 35px;
	left: 150px;
	top: 102px;
	width: 16px;
}
.tree-anim>div {
}
.tree-anim>div.animated {
	animation: 0.7s ease-out 0s normal none 1 anim;
}
.tree-anim .toySphere.animated {
	animation: 0.8s ease-out 0s normal none 1 anim;
}
.tree-anim .toyCone.animated {
	animation: 0.9s ease-out 0s normal none 1 anim;
}

.footerDecore {
	background: url("../new-year/footer-bg.png") repeat-x scroll left bottom transparent;
	height: 70px;
}
.footerDecoreInset {
	background: url("../new-year/footer-snowman.png") no-repeat scroll 0 5px transparent;
	height: 66px;
	margin: 0 auto;
	width: 535px;
}

.fire {
	height: 218px;
	left: -5px;
	position: absolute;
	top: -83px;
	width: 1265px;
	z-index: 0;
}
.fire1, .fire2, .fire3 {
	height: 218px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1265px;
}
.fire1 {
	background: url("../new-year/fire.png") repeat scroll 0 0 transparent;
}
.fire2 {
	background: url("../new-year/fire-1.png") repeat scroll 0 0 transparent;
}
.fire3 {
	background: url("../new-year/fire-2.png") repeat scroll 0 0 transparent;
	opacity: 0;
}

#footer .block_left,
#footer .block_right {
	position: relative;
	z-index: 2;
}