
/******** SKIN NATALE 2017 **********************************************************************/
 
.topbar {
	background-image: url(../../img/natale-topbar.png);
	background-repeat: repeat-x;
	background-position: 0px -19px;
	padding-top: 4px;
}

header {
	background: url(../../img/natale-header-left.png) no-repeat -35px -70px , url(../../img/natale-header-center.svg) no-repeat center -10px/290px auto, url(../../img/natale-header-right.png) no-repeat right top;
	transition: all 0.5s ease-out 0s, background-color 0.3s , border 0.3s, background-position 0s ease-out 0.2s;
}

.banner-home-lookbook-wrapper {
	background-image: url(../../img/natale-content-bg.svg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.club-banner-home {
	background-image: url(../../img/natale-bg_banner_club.jpg);
	background-color: #88D1CA;
}

#footer-rules {
	background-image: url(../../img/natale-footer.svg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 120px !important;
	background-size: 31% auto;
}


#carousel-main-slide .main-slide-content::after,
.letitsnow::after {
	background: none;
	background-image: url('../../img/s1.png'), url('../../img/s2.png'), url('../../img/s3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
	content: " ";
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .container{
	z-index: 9;
}

@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}



@media only screen and (max-width : 1280px) { 
	
	header {
	background: url(../../img/natale-header-left.png) no-repeat -75px -70px , url(../../img/natale-header-center.svg) no-repeat center -10px/290px auto, url(../../img/natale-header-right.png) no-repeat 105% top;
}

}

@media only screen and (max-width : 991px) {
	header {
		background: #fff;
	}
}
 

/******** SKIN NATALE 2017 **********************************************************************/
	