/*!
 * Festa del cappelletto 2016
 * Copyright 2016 manuelragazzini.it
 *
 */
  	/******************************** GENERAL *********************************/
	@font-face {
	  font-family: 'Bebas';
	  src: url('../fonts/BebasNeue.eot'); /* IE9 Compat Modes */
	  src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/BebasNeue.woff') format('woff'), /* Pretty Modern Browsers */
		   url('../fonts/BebasNeue.ttf')  format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/BebasNeue.svg#svgBebas') format('svg'); /* Legacy iOS */
	}
	@font-face {
	  font-family: 'GraphikR';
	  src: url('../fonts/Graphik-Regular.eot'); /* IE9 Compat Modes */
	  src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/Graphik-Regular.woff') format('woff'), /* Pretty Modern Browsers */
		   url('../fonts/Graphik-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/Graphik-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
	}
	body,p{
		font-family:'GraphikR';
		font-size:27px;
	}
 	.separatore{
		width:100%;
		height:70px;
		background-color:#8a1812;
		margin-bottom:85px;
	}
	h1,h2{
		font-size:63px;
		line-height:75px;
		color:#8a1812;
		font-family:'Bebas';
		margin-bottom:70px;
	}
	
 	/******************************** HEADER *********************************/
	#contenitoreimgprincipale,  #contenitoreimgprincipale img{
		width:100%;
		height:auto;
	}
	
	/******************************** sezione EVENTO *********************************/
	#evento{
		width:100%;
		height:auto;
		background: url('../images/sfondoevento.jpg') 0 0 no-repeat;
    	background-size: cover;
    	padding-top:85px;
	}
	.titolone{
		font-size: 63px;
		line-height:75px;
		color:#fff !important;
		font-family:'Bebas';
		-webkit-text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
		-moz-text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
		text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
	}
	.sottotitolo{
		font-size: 31px;
		line-height:43px;
		color:#fff !important;
		font-family:'Bebas';
		-webkit-text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
		-moz-text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
		text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
	}
	.sottotitolothin{
		font-size: 31px;
		line-height:43px;
		color:#fff !important;
		font-family:'GraphikR';
		-webkit-text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
		-moz-text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
		text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
	}
	.divisorebianco{
		border-bottom:5px solid #fff;
		width:100%;
		-webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
		box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
		margin-bottom:10px;
		margin-bottom:20px;
	}
	
	
	/******************************** sezione ristoranti *********************************/
	.divisorerosso{
		border-bottom:5px solid #8a1812;
		width:100%;
		margin-top:-30px;
		margin-bottom:85px;
	}
	.contenitoreristoranti{
		padding:0 100px;
	}
	.nomeristorante{
		font-size: 20px;
		line-height:30px;
		color:#8a1812;
		font-family:'Bebas';
		text-align:left;
	}
	.descrizioneristorante{
		font-size: 12px;
		line-height:25px;
		color:#8a1812;
		text-align:left;
	}
	.bloccoristorante{
		margin-bottom:40px;
	}
	/******************************** sezione COLLABORAZIONE *********************************/
	.partner{
		display:inline-block;
		margin:0 10px;
	}
	
	

	/******************************** RESPONSIVE *********************************/
	@media (min-width: 768px) and (max-width: 1199px){
		.col-lg-6 {
			width: 50%;
			float: left;
		}
	}
	
	@media (max-width: 768px){
		.fotoerica {
			margin:auto;
		}
		.col-lg-7, .col-lg-8 p{
			text-align:center !important;
		}
		img.img-responsive {
			text-align: center;
			margin: auto;
		}
		.row {
			margin: 0;
		}
	}
	@media (max-width: 400px){
		.fotoerica {
			width:100%;
		}
		.partner{
			margin-top:20px;
		}
	}
	