/*
body._ny {
	background: #fff url(/i/ny_bg_left.jpg) 0 0 no-repeat;
	background-attachment: fixed;
}
body._ny header {
	background: #363942 url(/i/ny_bg_top.jpg) top center no-repeat;
}
*/

body._ny .cntnt {background-color: transparent;}
body._ny .ctlg-fltr__block .b-filter {background-color: transparent;}

body._ny .goodlist {border-radius: 30px;}

body._ny .logo {background-color:transparent;}

/* NY19: snows  */
.snows {
background-image:url('/i/_ny/snow1.png'), url('/i/_ny/snow2.png'), url('/i/_ny/snow3.png');
-webkit-animation: snow 15s linear infinite;
-moz-animation: snow 15s linear infinite;
-ms-animation: snow 15s linear infinite;
animation: snow 15s linear infinite;
width: 100%;
min-height:100%;
}

.snows._blue {
	background-image:url('/i/_ny/snow1_blue.png'), url('/i/_ny/snow2_blue.png'), url('/i/_ny/snow3_blue.png');
	min-height:60%;
}

/* NY VX-only */
body._ny .vx-f .snows._foot {position: absolute; z-index: 0; margin: -62px 0 0 0; min-height: 308px;}
body._ny .vx-f .vx-f__b {z-index: 1; position: relative;}
/* */

@keyframes snow {
0% {background-position: 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
@-moz-keyframes snow {
0% {background-position: 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
@-webkit-keyframes snow {
0% {background-position: 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
@-ms-keyframes snow {
0% {background-position: 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
/* NY16: /snows  */
