#bg {
	position: relative;
	display: block;
	width: 100%;
	background-image: url('../images/testate/eventi.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	height: 400px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
    }

#title{
	display: block;
	position: relative;
	margin:0 auto;
	max-width: 1000px;
	font-family: 'belle';
	font-size: 3em;
	color: #fff;
	line-height: 42px;
    padding-top: 170px;
	text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.6);
	-moz-text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.6);
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	}

#band-red{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #eedec2;
	margin-top: -5px;
	}

#band-red p{
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	padding: 5px;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 30px;
	text-align: left;
	}

#triangol{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	background-image: url('../images/triangolo.png');
	background-position: center;
	background-repeat: repeat-x;
	padding: 0;
	height: 8px;
	}

#corpo{
	display: block;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	position: relative;
	margin-top:20px;
	margin-bottom:0;
	padding-bottom: 40px;
	}

#corpo p{
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	padding: 0;
	}

#corpo .title{
	font-size: 2.7em;
	line-height: 45px;
	margin-top: 20px;
	padding-bottom: 10px;
	color:#530000;
	font-family: 'allura';
}

#corpo .title-s{
	font-size: 2.5em;
	line-height: 40px;
	margin-top: 20px;
	padding-bottom: 10px;
	color:#530000;
	font-family: 'tangerine';
}

#corpo .title span{
	font-size: 0.8em;
	color:#ff0029;
	font-family: 'tangerine';
	}

#corpo .desc{
	margin-top: 20px;
	font-size: 1.2em;
	line-height: 35px;
}

#cat{
	display: inline;
	float: left;
	width: 31%;
	padding: 5px 0px 30px 0px;
    margin-left: 10px;
    margin-right: 10px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	}

#cat .evento{
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 450px;
	border: 1px solid #ccc;
	border-radius: 10px;
	}

#cat img{
	width: 95%;
	max-width: 490px;
	margin-top:-20px;
	padding: 0;
	}

#cat .link{
	width: 95%;
	display: block;
	margin: 0 auto;
	font-size: 2.6em;
	color:#ff0029;
	font-family: 'tangerine';
	margin-bottom: 20px;
	text-align: right;
	}

#weekend{
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	z-index: 100;
    margin-bottom: 30px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	}

#weekend img.big{
	width: 100%;
	max-width: 800px;
	}

#weekend img.small{
	width: 100%;
	max-width: 450px;
	}



/* responsive rules */
@media screen and (min-width: 1800px) {
	
#weekend img.big{
	display: block;
	}

#weekend img.small{
	display: none;
	}
	
	
}

@media screen and (min-width: 1500px) and (max-width: 1799px) {
    
#weekend img.big{
	display: block;
	}

#weekend img.small{
	display: none;
	}
	
#centro .desc{
	padding:80px 8px 20px 8px;
}

	
}
	
@media screen and (min-width: 1220px) and (max-width: 1499px) {
    
#weekend img.big{
	display: block;
	}

#weekend img.small{
	display: none;
	}
	
#bg {
    min-height: 331px;
    }
	
#title{
	padding-top: 140px;
	}
	
#centro .desc{
	padding:40px 8px 20px 8px;
}
	
}

@media screen and (min-width: 1051px) and (max-width: 1219px) {
    
#weekend img.big{
	display: block;
	}

#weekend img.small{
	display: none;
	}
	
#bg {
    min-height: 283px;
    }
	
#title{
	padding-top: 130px;
	}
	
#centro .desc{
	padding:20px 8px 20px 8px;
}

}

@media screen and (min-width: 801px) and (max-width: 1050px) {
    
#weekend img.big{
	display: block;
	}

#weekend img.small{
	display: none;
	}
	
#bg {
	background-size:120%;
    height: 257px;
    }
	
#title{
	padding-top: 110px;
	}

#cat{
	width: 100%;
	}
	
#centro .desc{
	padding:10px 8px 20px 8px;
}	
	


}


@media screen and (min-width: 651px) and (max-width: 800px) {
    
#weekend img.big{
	display: block;
	}

#weekend img.small{
	display: none;
	}
	
#bg {
	background-size:140%;
    height: 244px;
    }
	
#title{
	font-size: 2.85em;
	padding-top: 90px;
	}

#cat{
	width: 100%;
	}
	
#centro .desc{
	padding:10px 8px 20px 8px;
}

	
}

@media screen and (min-width: 451px) and (max-width: 650px) {
    
#weekend img.big{
	display: none;
	}

#weekend img.small{
	display: block;
	}

#bg {
	background-size:170%;
    height: 202px;
    }
	
#title{
	font-size: 2.75em;
	padding-top: 70px;
	}
	
#cat{
	width: 100%;
	}
	
#centro .desc{
	padding:10px 8px 20px 8px;
}


}


@media screen and (min-width: 291px) and (max-width: 450px) {
    
#weekend img.big{
	display: none;
	}

#weekend img.small{
	display: block;
	}
	
#bg {
	background-size:210%;
    height: 140px;
    }
	
#title{
	font-size: 2.55em;
	padding-top: 35px;
	}

#band{
	margin-top: 0px;
	background-image: none;
	background-color: #eedec2;
	}

#cat{
	width: 100%;
	}
	
#centro .desc{
	padding:10px 8px 20px 8px;
}
	
	

}

@media screen and (max-width: 290px) {
    
#weekend img.big{
	display: none;
	}

#weekend img.small{
	display: block;
	}
	
#bg {
	background-size:220%;
    height: 134px;
    }
	
#title{
	font-size: 2.45em;
	padding-top: 35px;
	}
	
#band{
	margin-top: 0px;
	background-image: none;
	background-color: #eedec2;
	}

#cat{
	width: 100%;
	}
	
#centro .desc{
	padding:10px 8px 20px 8px;
}
	


	
}