/***************/
/*TICKETS*/
/***************/
/***************/
/* MEDIA QUEIRIES */
/*
@media (max-width: 767px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
*/
/**/
/***************/
/*******************************/
/*TICKETS*/
/*******************************/

#tickets{
	/* background-color: #359A8E;*/
	background-color: #4a0d66;
}
#tickets h2{
	/* background-color: #359A8E;*/
	background-color: #4a0d66;
	font-family: 'houschka';
	font-weight: normal;
	font-size: 26px; 
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	width: auto;
	display: inline-block;
	padding: 0px 10px; 
	margin-bottom: 0px;
}
@media (max-width: 767px) { 
	#tickets h2{
		font-size: 26px; 
	}
}
@media (min-width: 768px) { 
	#tickets h2{
		font-size: 32px; 
	}
}

@media (min-width: 992px) { 
	 .engagement-adjust{
		line-height: 127px;
	}
}
/**/
#tickets .bgLine{
	background-image: url('../images/bg-line--lineup.gif');
	background-repeat: no-repeat;
	background-position: center 40%; 
	text-align: center;
	margin-bottom: 40px;
}
#tickets .engagement{	
	text-align: center;
	
}
#tickets .engagement h3{
	font-family: 'medium-houschka';
	color: #fff;
	font-size: 24px; 
	margin-bottom: 30px;
	margin-top: 40px; 
}
#tickets .engagement a.levels{
	font-family: 'medium-houschka';
	font-size: 18px;
	text-decoration: underline; 
	color: #fff; 
}
#tickets .engagement a.levels:hover{
	text-decoration: none; 
}
#tickets .engagement a.purpleButton{
	margin-top: 20px;
	margin-bottom: 30px;
}


























