@charset 'UTF-8';

#tickets {
	padding: 0;
}

#tickets img {
	max-width: 100%;
}

#tickets * {
	font-family: 'Montserrat';
}

.ticket-content {
	padding: 15px;
	box-sizing: border-box;
}

.ticket-prices h2 {
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 300 !important;
	font-size: 24px;
}

.ticket-prices ul li {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
}

.ticket-main p {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Montserrat';
	color: #000;
}

.ticket-left > div, .ticket-right > div {
	width: 100%;
	float: left;
	clear: both;
	margin: 15px 0;
	text-align: center;
}

.buy-ticket {
	display: block;
	min-width: 200px;
	width: 250px;
	text-transform: uppercase;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 20px;
	margin: 20px auto 0 auto;
	border-radius: 20px;
	font-size: 24px;
	font-family: 'Montserrat';
	font-weight: bold;
	clear: both;
}

.buy-ticket:hover {
	background: #444;
	text-decoration: none;
	color: #FFF;
}

.buy-ticket:active, .buy-ticket:focus, .buy-ticket:visited {
	text-decoration: none;
	color: #FFF;
}

.ticket-main .buy-ticket {
	margin-bottom: 30px;
}

.ticket-place {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}

.ticket-place * {
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-weight: 300 !important;
}

.ticket-place .place-first {
	font-size: 20px;
}

.ticket-place .place-main {
	font-size: 38px;
	margin: 0 0 10px 0;
}

.ticket-place .place-date {
	font-size: 34px;
	padding-top: 20px;
	border-top: 3px solid black;
}