
/****************** SKIN NATALE   ************************************/
  
  


.slideshow-bg::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: " ";
} 

@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;}
}

.logo{
	position: relative;
}
.logo::after {
	content: "";
	position: absolute;
	background-image: url(../../img/natale_head.svg);
	width: 78px;
	height: 55px;
	right: -36px;
	background-size: contain;
	top: -44px;
	background-repeat: no-repeat;
}

.footer-bottom {
	background-image: url(../../img/natale_foot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 170px;
	border-top: none;
}

@media only screen and (max-width : 1441px) {
	 
		
	.logo::after{
		display: none;
	}
}


@media only screen and (max-width : 1280px) {
 
}

@media only screen and (max-width : 991px) {
	
	.footer-bottom { 
		background-position: 0 20px; 
	}


}
 
/****************** SKIN NATALE   ************************************/