.container.white {
	background: #fff;
}
.event {
	display: inline-block;
	width: 300px;
	min-height: 300px;
	height: auto;
	padding: 10px;
	border-radius: 20px;
	box-shadow: 0 6px 12px 3px rgba(0, 0, 0, 0.1);
	#border: 1px solid #eee;
	margin: 20px;
	vertical-align: top;
}
.event_image {
	width: 100%;
	height: auto;
}
.event_name {
	font-size: 20px;
	text-align: center;
}
.event_dates {
	margin-top: 20px;
}
.events .event_dates a {
	color: #fff;
}
.event .btn {
	display: inline-block;
	margin: 10px 0;
}
.section {
	text-transform: uppercase;
	text-align: center;
}
.badge {
	margin: 5px;
}
.event_detail {
	
}
.event_detail .event_dates a {
	color: #000;
}
.event_detail .event_name {
	margin-bottom: 20px;
}
.event_detail .event_dates .row {
	margin-top: 10px;
}
.event_run {
	margin-top: 20px;
	text-align: center;
}
.event_run iframe {
	width: 100%!important;
}
.hall_scheme {
	width: auto;
	margin: 20px 0;
	max-width: 100%;
	overflow-x: scroll;
}
.hall_scheme .section {
	font-weight: bold;
	margin: 5px 0;
}
.hall_row {
	white-space: nowrap;
}
.hall_row_name {
	width: 20px;
	height: 15px;
	display: inline-block;
	font-weight: bold;
}
.seat {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin: 1px;
	cursor: pointer;
}
.seat.na {
	background: #ddd!important;
	cursor: not-allowed;
}
.seat.sold {
	background: #d3f2a2!important;
}
.seat.reserved_people, .seat.hold {
	border: 2px solid #0f0;
}
.seat.reserved_admin {
	border: 2px solid #00f;
}
.seat.corona {
	background: #fff!important;
	border: 1px solid #000;
	cursor: not-allowed;
}
.seat.corona.sold {
	background: #fff!important;
	border: 3px solid #f00;
	cursor: not-allowed;
}
.space {
	width: 10px;
	height: 10px;
	margin: 1px;
	display: inline-block;
}
.clear {
	clear: both;
}
.pre_foot_wrap.non_before:before {
	background: none;
}
.seat.selected {
	border: 1px solid #000;
}
.content {
	padding: 0px 0 20px;
	min-height: 300px;
}

.header {
	box-shadow: 0 6px 12px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}
.btn a {
	color: #fff;
}
.buy_ticket, .phones {
	display: inline-block;
	margin-top: 10%;
	font-size: 20px;
}
.phones {
	margin-top: 5%;
}
.phone {
	display: block;
}
.social_links {
	text-align: center;
}
.social_links img {
	width: 60px;
	height: 60px;
}
.event_dates .btn {
	display: inline-block;
	margin: 5px 0;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	width: 100%;
}
.ticket {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 10px;
}
.tooltip b {
	font-size: 14px;
	font-weight: bold;
}

.event_video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
	margin: 20px 0;
}
.event_video  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.auto_logos {
	text-align: center;
	margin: 10px 0;
}
.auto_logos img {
	height: 150px;
}
.auto_images {
	text-align: center;
	margin: 10px 0;
}
.auto_images img {
	width: 300px;
	max-width: 40%;
	display: inline-block;
	margin: 0 10px;
}
.add_ticket {
	cursor: pointer;
}

@media (max-width: 500px) {

.buy_ticket, .phone {
	font-size: 10px;
}
.phones {
	margin-top: 15%;
}
.event_dates .btn {
	display: block;
}

}
footer {
	text-align: center;
}
.youtube_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-blue {
	background-image: linear-gradient(to bottom,#09E3FE 0,#00C7ED 100%);
	border-color: #00C7E1;
	color: #000;
}
.btn-green {
	background-image: linear-gradient(to bottom,#6f6 0,#0d0 100%);
	border: 1px solid #6f6;
	color: #fff;
}
.btn-green:hover {
	background: #6f6;
}
.gift {
	cursor: pointer;
	color: #337ab7;
}
.gifts_form {
	display: none;
}
.logo_tickets {
	border: 1px solid #21049b;
	border-radius: 3px;
	width: auto;
	padding: 3px;
	display: inline-block;
	margin: 5px 0;
	text-align: center;
}
.logo_tickets img {
	display: block;
	width: 60px;
}
.youtube_container > img {
    width: 100%;
}
.carousel-inner {
    height: 100%;
}
#past_events_carousel {
    aspect-ratio: 1280/853;
}