.footer2
{
	display: none;
}


.descricao p{
	font: 14px 'open';
	color: #000;
	margin-top: 18px;

	
}

.descricao{
	margin-bottom: 54px;
}

.agenda-shows{
	margin-bottom: 72px;
}

.agenda-shows ul{
	margin-left: -25px;
}

.agenda-shows .lista{
	list-style: none;
	padding: 18px 0 0 0;
	border-top: 1px solid #000;
	height: 72px;
}

.agenda-shows .lista:last-child{
	border-bottom: 1px solid #000;
}

.agenda-shows .lista .title{
	background: #c00;
	color: #fff;
	font: 24px 'open-sans-light';
	text-transform: uppercase;
	text-align: center;
}

.agenda-shows .lista .endereco{
	color: #000;
	font: 18px 'open';
	margin-top: 3px;
}

.agenda-shows .lista .links{
	text-align: right;
}

.agenda-shows .lista .links a{
	margin-left: 15px;
}

.agenda-shows .lista .links a img{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.agenda-shows .lista .links a:hover img{
	-webkit-filter: grayscale(1);
	   -moz-filter: grayscale(1);
	    -ms-filter: grayscale(1);
	        filter: grayscale(1);
}

.agenda-shows .disabled .title{
	background: #ccc;
}

@media (max-width: 1199px){
	.agenda-shows .lista .title{
		font: 18px 'open-sans-light';
		padding: 5px 0;
	}

	.agenda-shows .lista .endereco{
		font: 14px 'open';
	}

	.agenda-shows .lista .links a{
		margin-left: 4px;
	}
}

@media (max-width: 991px){
	.agenda-shows .lista{
		height: 144px;
		text-align: center;
	}

	.agenda-shows .lista .links{
		text-align: center;
		margin: 0 auto;
		margin-top: 12px;
	}
}

@media (max-width: 767px){
	.agenda-shows .lista{
		margin-right: 15px;
	}
}