@charset "UTF-8";


ul,
li,
figure,
legend {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.bbt-calendar *,
.bbt-calendar *:before,
.bbt-calendar *:after {
	box-sizing: inherit;
}



.bbt-activities-filter {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	display: Flex;
	position: relative;
	z-index: 10;
}

.bbt-activities-filter>div>span {
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	opacity: 0.7;
	position: relative;
	z-index: 4;
}

.bbt-activities-center-filter {
	width: 100%;
}

.bbt-activities-center-filter input {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	border-radius: 8px;
	height: 48px;
	line-height: 46px;
	padding-left: 20px;
	width: 340px;
	z-index: 2;
	background: #fff;
}

.bbt-activities-center-filter>li {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-right: 0;
	display: flex;
	align-items: center;
	z-index: 2;
	width: 100%;
}

.bbt-activities-center-filter>li>div {
	display: none;
	position: absolute;
	left: -31px;
	top: -37px;
	width: 400px;
	background: #fff;
	padding: 80px 20px 20px 20px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 12px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 12px;
	-moz-border-radius-topright: 0;
	border-radius: 12px;
	border-top-right-radius: 0;
}

.bbt-activities-center-filter>li:hover>div {
	display: block;
}

.bbt-activities-center-filter>li>div>ul {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 400px;
	display: flex;
	margin-top: 16px;
	flex-direction: column;
}

.bbt-activities-center-filter>li>img {
	margin-left: 10px;
	z-index: 2;
}

.bbt-activities-center-filter>li>div>ul>li {
	font-weight: normal;
	margin-bottom: 20px;
	padding-right: 10px;
	order: 2;
}

.bbt-activities-center-filter>li>div>ul>li:first-child {
	order: 0;
	display: block !important;
}

.bbt-activities-center-filter>li>div>ul::-webkit-scrollbar,
.bbt-activities-active-filter-list::-webkit-scrollbar {
	width: 6px;
}

.bbt-activities-center-filter>li>div>ul::-webkit-scrollbar-track,
.bbt-activities-active-filter-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.bbt-activities-center-filter>li>div>ul::-webkit-scrollbar-thumb,
.bbt-activities-active-filter-list::-webkit-scrollbar-thumb {
	background: #888;
}

.bbt-activities-center-filter>li>div>ul::-webkit-scrollbar-thumb:hover,
.bbt-activities-active-filter-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.bbt-activities-center-filter b {
	position: relative;
	z-index: 2;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.bbt-activities-filter-age {
	width: 100%;
}

.bbt-activities-filter-age input {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	border-radius: 8px;
	height: 48px;
	line-height: 46px;
	padding-left: 20px;
	width: 340px;
	z-index: 2;
	background: #fff;
}

.bbt-activities-filter-age>li {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-right: 0;
	display: flex;
	align-items: center;
	z-index: 2;
	width: 100%;
}

.bbt-activities-filter-age>li>div {
	display: none;
	position: absolute;
	left: -31px;
	top: -37px;
	width: 400px;
	background: #fff;
	padding: 80px 20px 20px 20px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 12px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 12px;
	-moz-border-radius-topright: 0;
	border-radius: 12px;
	border-top-right-radius: 0;
}

.bbt-activities-filter-age>li:hover>div {
	display: block;
}

.bbt-activities-filter-age>li>div>ul {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 400px;
	display: flex;
	margin-top: 16px;
	flex-direction: column;
}

.bbt-activities-filter-age>li>img {
	margin-left: 10px;
	z-index: 2;
}

.bbt-activities-filter-age>li>div>ul>li {
	font-weight: normal;
	margin-bottom: 20px;
	padding-right: 10px;
	order: 2;
}

.bbt-activities-filter-age>li>div>ul>li:first-child {
	order: 0;
	display: block !important;
}

.bbt-activities-filter-age>li>div>ul::-webkit-scrollbar,
.bbt-activities-active-filter-list::-webkit-scrollbar {
	width: 6px;
}

.bbt-activities-filter-age>li>div>ul::-webkit-scrollbar-track,
.bbt-activities-active-filter-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.bbt-activities-filter-age>li>div>ul::-webkit-scrollbar-thumb,
.bbt-activities-active-filter-list::-webkit-scrollbar-thumb {
	background: #888;
}

.bbt-activities-filter-age>li>div>ul::-webkit-scrollbar-thumb:hover,
.bbt-activities-active-filter-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.bbt-activities-filter-age b {
	position: relative;
	z-index: 2;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.bbt-activities-filter-date {
	width: 100%;
}

.bbt-activities-filter-date input {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	border-radius: 8px;
	height: 48px;
	line-height: 46px;
	padding-left: 20px;
	width: 340px;
	z-index: 2;
	background: #fff;
}

.bbt-activities-filter-date>li {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-right: 0;
	display: flex;
	align-items: center;
	z-index: 2;
	width: 100%;
}

.bbt-activities-filter-date>li>div {
	display: none;
	position: absolute;
	left: -31px;
	top: -37px;
	width: 400px;
	background: #fff;
	padding: 80px 20px 20px 20px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 12px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 12px;
	-moz-border-radius-topright: 0;
	border-radius: 12px;
	border-top-right-radius: 0;
}

.bbt-activities-filter-date>li:hover>div {
	display: block;
}

.bbt-activities-filter-date>li>div>ul {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 400px;
	display: flex;
	margin-top: 16px;
	flex-direction: column;
}

.bbt-activities-filter-date>li>img {
	margin-left: 10px;
	z-index: 2;
}

.bbt-activities-filter-date>li>div>ul>li {
	font-weight: normal;
	margin-bottom: 20px;
	padding-right: 10px;
	order: 2;
}

.bbt-activities-filter-date>li>div>ul>li:first-child {
	order: 0;
	display: block !important;
}

.bbt-activities-filter-date>li>div>ul::-webkit-scrollbar,
.bbt-activities-active-filter-list::-webkit-scrollbar {
	width: 6px;
}

.bbt-activities-filter-date>li>div>ul::-webkit-scrollbar-track,
.bbt-activities-active-filter-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.bbt-activities-filter-date>li>div>ul::-webkit-scrollbar-thumb,
.bbt-activities-active-filter-list::-webkit-scrollbar-thumb {
	background: #888;
}

.bbt-activities-filter-date>li>div>ul::-webkit-scrollbar-thumb:hover,
.bbt-activities-active-filter-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.bbt-activities-filter-date b {
	position: relative;
	z-index: 2;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}




.bbt-activities-filter-centers {
	width: 600px;
	border-right: 1px solid #ddd;
	position: relative;
	padding: 15px 30px 15px 30px;
}

.detail-activities-or {
	position: absolute;
	left: 270px;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	top: 25px;
	border-radius: 4px;
	width: 60px;
	line-height: 28px;
	height: 30px;
	padding: 0;
	text-align: center;
}

.bbt-activities-filter-type {

	position: relative;
	padding: 15px 30px 15px 30px;
	font-size: 18px;
	z-index: 2;
}

.bbt-activities-filter-type b,
.bbt-activities-filter img {
	position: relative;
	z-index: 2;
}

.bbt-activities-filter {
	width: 100%;
}

.bbt-activities-filter>li {
	position: relative;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2;
	width: 100%;
	font-size: 14px;
}

.bbt-activities-filter>li:hover>div {
	display: block;
}

.bbt-activities-filter>li>div {
	display: none;
	position: absolute;
	left: -31px;
	top: -39px;
	width: 400px;
	background: #fff;
	padding: 90px 20px 20px 20px;
	border: 1px solid #DDDDDD;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

.bbt-activities-filter>li>div>ul>li {
	font-weight: normal;
	margin-bottom: 20px;
	padding-right: 10px;
}

.bbt-activities-filter>li>div>ul>li:last-child {
	margin: 0;
}

.bbt-activities-filter-view {
	min-width: 130px;
	text-align: right;
	padding: 20px 60px 15px 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	transition: all ease 0.3s;
}

.bbt-activities-filter-view img {
	position: absolute;
	right: 15px;
	top: 20px;
}

.bbt-activities-filter-view b {
	font-size: 18px;
}

.bbt-activities-filter-view:hover {
	transition: all ease 0.3s;
	background: #f2f2f2;
}

.bbt-activities-filter-view span {
	z-index: 0 !important;
}

.bbt-activities {
	padding-top: 10px;
	margin-bottom: 30px;
}

.bbt-activities-filter-search {
	padding: 15px;
	position: relative;
	flex: auto;
}

.bbt-activities-filter-search input {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	border-radius: 8px;
	height: 48px;
	line-height: 46px;
	padding-left: 20px;
	width: 100%;
}

.bbt-activities-filter-search button {
	background: none;
	position: absolute;
	right: 0px;
	top: 25px;
}
/*
.chkbox-theme {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: capitalize;
}

.chkbox-theme input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 2px solid #000;
	border-radius: 4px;
}

.chkbox-theme input:checked~.checkmark {
	background-color: #ccc;
	border: 2px solid #ccc;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.chkbox-theme input:checked~.checkmark:after {
	display: block;
}

.chkbox-theme .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/
.bbt-detail-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 100px;
	position: relative;
}

.bbt-detail-list:before {
	width: 1px;
	height: calc(100% - 40px);
	background: #ddd;
	left: 50px;
	top: 40px;
	content: "";
	position: absolute;
}

.bbt-detail-list>li {
	width: 100%;
	display: flex;
	margin-top: 30px;
	position: relative;
}

.bbt-detail-list>li>figure {
	width: 200px;
	margin-right: 20px;
	min-width: 200px;
} 

.bbt-detail-list>li>figure>a>img {
	width: 100%;
	border-radius: 0;
}

.bbt-detail-list>li>div {
	display: Flex;
	flex-direction: column;
	width: 100%;
}

.bbt-detail-list-top {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.bbt-detail-list-top strong {
	padding: 4px 8px;
	border-radius: 4px;
	background: #265D94;
	color: #fff;
	margin-right: 10px;
	font-size: 12px;
}

.bbt-detail-list h2 {
	font-size: 22px !important;
	margin-bottom: 3px;
}

.bbt-detail-list-top address {
	font-style: normal;
	display: flex;
	align-items: center;
	opacity: 0.7;
	margin-right: 20px;
	font-weight: bold;
}

.bbt-detail-list-top time {
	font-style: normal;
	display: flex;
	align-items: center;
	opacity: 0.7;
	margin-right: 20px;
	font-weight: bold;
}

.bbt-detail-list-top time img {
	margin-right: 5px;
}

.bbt-detail-list-top address img {
	margin-right: 5px;
}

.bbt-details-list-date {
	position: absolute;
	left: 10px;
	background: #fff;
	text-align: center;
	display: Flex;
	flex-direction: column;
	width: 80px !important;
	padding: 5px;
	top: 30px;
	z-index: 2;
}

.bbt-details-list-date span {
	font-size: 14px;
	font-weight: bold;
}

.bbt-details-list-date b {
	font-size: 48px;
	line-height: 44px;
}



.bbt-detail-list-top-theatre {
	background: #ccc !important;
	color: #000 !important;
}

.bbt-detail-list-top-music {
	background: #df0a78 !important;
}


.bbt-detail-list-top-activities {
	background: #1291e0 !important;
	color: #fff !important;
}


.c-day {
	width: 100%;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width:999px) {


	.bbt-detail-calendar {
		position: relative;
		width: 100%;
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
		box-sizing: border-box;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
		border-radius: 12px;
	}

	.bbt-detail-calendar .c-day {
		width: 100%;
		border-bottom: 1px solid #ddd;
		display: flex;
	}

	.bbt-detail-calendar .bbt-detail-list:before {
		display: none;
	}

	.bbt-detail-calendar .bbt-details-list-date {
		width: 200px;
		min-width: 200px;
		min-height: 200px;
		max-width: 200px;
		position: relative;
		top: 0;
		left: 0;
		padding: 30px;
		background: #F8F8F8;
	}

	.bbt-detail-calendar .c-day:first-child .bbt-details-list-date {
		-webkit-border-top-left-radius: 12px;
		-moz-border-radius-topleft: 12px;
		border-top-left-radius: 12px;
	}

	.bbt-detail-calendar .bbt-detail-list {
		flex-direction: row;
		padding-left: 0;
		flex-wrap: wrap;
	}

	.bbt-detail-calendar .bbt-detail-list figure {
		display: none;
	}

	.bbt-detail-calendar .bbt-detail-list h2 {
		font-size: 16px !important;
		margin-bottom: 0;
		line-height: 22px;
	}

	.bbt-detail-calendar .bbt-detail-list>li>div {
		padding-bottom: 60px;
		position: relative;
	}

	.bbt-detail-calendar .bbt-detail-list-top address {
		position: Absolute;
		left: 0;
		bottom: 30px;
		opacity: 1;
		font-size: 14px;
		align-items: flex-start;
		font-weight: normal;
	}

	.bbt-detail-calendar .bbt-detail-list-top address b {
		display: none;
	}

	.bbt-detail-calendar .bbt-detail-list>li {
		padding: 30px 30px 0 30px;
		border-left: 1px solid #ddd;
		margin-top: 0;
		width: 25%;
		min-width: 25%;
		max-width: 25%;
		height: 265px;
		border-bottom: 1px solid #ddd;
	}


	.bbt-detail-calendar .bbt-detail-list-top time {
		opacity: 1;
		font-size: 14px;
		margin-right: 0;
	}

	.bbt-detail-calendar .bbt-detail-list-top strong {
		margin-right: 10px;
	}

	.bbt-detail-calendar .bbt-detail-list-top time img {
		display: none;
	}

	.bbt-detail-calendar .bbt-detail-list-top {
		margin-bottom: 20px;
	}

	.bbt-theatre-detail-all {
		display: none;
	}

	.bbt-detail-calendar .bbt-theatre-detail-all {
		display: block;
		width: 100px;
		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -50px;
		border-radius: 12px;
		background-color: #ccc;
		font-weight: bold;
		font-size: 14px;
		line-height: 30px;
		transition: all ease 0.3s;
	}

	.bbt-detail-calendar .bbt-theatre-detail-all b {
		font-size: 14px !important;
		line-height: 30px;
	}

	.bbt-detail-calendar .bbt-theatre-detail-all:hover {
		background: #f8ce4e;
		transition: all ease 0.3s;
	}


}

.bbt-detail-mobile-date {
	display: none;
}

.bbt-activities-filter-mobile {
	display: none;
}

.bbt-plays-scene {
	width: 100%;
	padding: 30px;
	background: #EFF0F1;
	border-bottom: 2px solid #cbcbcb;
	border-radius: 12px;
	z-index: 22;
	position: relative;
}

.bbt-detail-list-top-notification {
	position: Absolute;
	left: 190px;
	top: 2px;
	color: #3DAB5D;
	font-weight: bold;
	letter-spacing: 0.2px;
	display: block;
}

.bbt-activities-filter-title-mobile,
.bbt-activities-filter-mobile-subtitle,
.bbt-activities-center-filter-result {
	display: none;
}

.bbt-detail-list>li>div address {
	display: Flex;
	font-style: normal;
	color: #000;
}

.bbt-detail-list>li>div address span {
	margin: 0 10px;
	font-size: 36px;
	line-height: 18px;
}

.bbt-detail-list>li>div address time {
	font-size: 18px;
}

.bbt-detail-list h2 a {
	color: #000;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.bbt-detail-list h2 a::before {
	width: 0;
	height: 18px;
	background: #ccc;
	position: absolute;
	bottom: 0;
	z-index: -1;
	transition: all ease 0.5s;
	content: "";
}

.bbt-detail-list h2 a:hover:before {
	width: 100%;
	transition: all ease 0.5s;
}

.bbt-detail-calendar .bbt-detail-list address {
	flex-direction: column-reverse;
	font-size: 14px;
}

.bbt-detail-calendar .bbt-detail-list address span {
	display: none;
}

.bbt-detail-calendar .bbt-detail-list address p {
	margin: 5px 0;
}

.bbt-detail-calendar .bbt-detail-list-top-notification {
	left: auto;
	right: 0;
	top: 4px;
	font-size: 13px;
}


.no-activity {
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	padding-top: 60px;
	display: none;
}

.no-activity h3 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
}



.clear-activity {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	z-index: 2;
	background: none;
	color: #000;
	font-weight: normal;
}

.clear-activity:Hover {
	background: #EFF0F1;
}

.clear-filters {
	position: absolute;
	right: 20px;
	top: 30px;
	font-size: 12px !important;
	border: 1px solid #ddd;
	padding: 4px 8px !important;
	border-radius: 4px;
	z-index: 2;
	color: #000;
	font-weight: normal !important;
	background: none;
}

.clear-filters:Hover {
	background: #EFF0F1;
}

.no-activity a {
	color: #004b82;
	font-size: 18px;
	margin-top: 15px;
}

.bbt-detail-list-mobile-date {
	display: none !important;
}

.bbt-detail-list>li>div address img {
	display: none;
}

.bbt-detail-calendar .bbt-detail-list address img {
	width: 18px;
	position: absolute;
	left: -4px;
	top: 6px;
	display: block !important;
}

.bbt-detail-calendar .bbt-detail-list address {
	position: relative;
	padding-left: 20px;
}

.bbt-detail-list>li>div address a {
	color: #000;
	letter-spacing: 0.2px;
}


@media screen and (max-width:999px) {


	.clear-activity {
		top: 30px;
	}

	.bbt-detail-calendar .bbt-detail-list address img {
		top: 4px;
	}

	.bbt-theatre-detail {
		width: 100%;
	}

	.bbt-activities {
		padding: 20px 20px 0 20px;
	}

	.bbt-theatre-detail h1,
	.bbt-theatre-detail h2 {
		font-size: 16px !important;
		font-weight: bold;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.bbt-activities-filter {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 11100;
		right: -100%;
		top: 0;
		border-radius: 0;
		transition: all ease 0.3s;
		flex-direction: column;
	}

	.bbt-activities-filter.open {
		right: 0px;
		
	}
	
	.detail-activities-or {
		display: none;
	}

	.bbt-activities-filter-centers {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #ddd;
		padding: 20px;
	}

	.bbt-activities-filter-title-mobile {
		width: 100%;
		display: block;
		background: #f1f1f1;
		border-bottom: 1px solid #ddd;
		padding: 20px;
		margin-bottom: 30px;
	}

	.bbt-activities-filter-title-mobile button {
		display: flex;
		padding: 10px;
		font-weight: bold;
		font-size: 16px;
		align-items: center;
		background: none;
		color: #000;
	}

	.bbt-activities-filter-title-mobile button svg {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	.bbt-activities-filter-type {
		width: 100%;
		padding: 20px;
	}

	.bbt-activities-filter-view,
	.bbt-activities-filter-search {
		display: none;
	}

	.bbt-activities-filter b {
		font-size: 16px;
	}

	.bbt-activities-filter img {
		transform: rotate(270deg);
		-ms-transform: rotate(270deg)
	}

	.bbt-activities-center-filter>li>div {
		display: block;
		z-index: 222;
		position: fixed;
		top: 0;
		border: 0;
		width: 100%;
		padding: 0;
		height: 100%;
		right: -100%;
		left: auto;
		transition: all ease 0.3s;
	}

	.bbt-activities-filter>div>span,
	.bbt-activities-filter-type {
		z-index: 1;
	}

	.bbt-activities-filter-mobile-subtitle {
		width: 100%;
		display: block;
		background: #f1f1f1;
		border-bottom: 1px solid #ddd;
		padding: 20px;
		margin-bottom: 20px;
	}

	.bbt-activities-filter-mobile-subtitle button {
		display: flex;
		padding: 10px;
		font-weight: bold;
		font-size: 16px;
		align-items: center;
		background: none;
		color: #000;
	}

	.bbt-activities-filter-mobile-subtitle button svg {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	.bbt-activities-center-filter>li>div>ul>li {
		padding: 0 20px;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.bbt-activities-center-filter input {
		width: 100%;
		font-size: 16px;
	}

	.bbt-activities-center-filter-result {
		width: 100%;
		display: block;
		text-align: center;
		padding: 20px;
		background: #ccc;
		color: #000;
		font-weight: bold;
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 14px;
		z-index: 20;
	}

	.bbt-activities-center-filter>li>div>ul>li:first-child {
		display: none;
	}



	.bbt-activities-filter>li>div {
		display: block;
		z-index: 222;
		position: fixed;
		top: 0;
		border: 0;
		width: 100%;
		padding: 0;
		height: 100%;
		right: -100%;
		left: auto;
		transition: all ease 0.3s;
	}

	.bbt-activities-filter>li>div>ul>li {
		padding: 0 20px;
	}

	.zindex100 {
		z-index: 100;
	}


	.bbt-activities-center-filter>li>div>ul {
		max-height: calc(100vh - 200px);
	}



	.c-day {
		overflow: visible;
		padding: 0;
	}

	.bbt-details-list-date {
		width: 100% !important;
		top: 0;
		padding: 0;
		left: 0;
		position: sticky;
		position: -webkit-sticky;
		background: #fafafa;
		border-top: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
		display: none;
	}

	.activity-link {
		position: Absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.bbt-detail-list:before {
		display: none
	}

	.bbt-detail-list {
		padding-left: 0;
	}

	.bbt-detail-list>li>figure>a>img {
		width: 100%;
		max-width: inherit !important;
	}

	.bbt-detail-list>li>figure {
		width: 100%;
		max-width: inherit !important;
		margin-right: 10px;
		display: none;
	}

	.bbt-detail-list-top {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 0;
	}

	.bbt-detail-list-top strong {
		font-size: 9px;
		position: absolute;
		top: 20px;
		left: 80px;
	}

	.bbt-detail-list-top address {
		font-size: 13px;
		align-items: flex-start;
		padding-top: 5px;
		letter-spacing: 0.2px;
		width: 100%;
		font-weight: normal !important;
	}

	.bbt-detail-list-top time {
		opacity: 1;
		font-size: 13px;
		margin: 5px 0 0 0;
		left: 0;
	}

	.bbt-detail-list>li {
		padding: 20px 40px 20px 80px;
		border: 0;
		flex-direction: column;
		position: relative;
		letter-spacing: -0.5px;
		width: 100%;
		max-width: inherit;
		margin-top: 0;
		background-repeat: no-repeat;
		background-position: top 70px right 20px;
		background-size: 10px 10px;
	/*	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI5cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDkgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Q2xpcCAyPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDEuNjg3NSAxLjY4NzUgMCA5IDcuMzEyNSAxLjY4NzUgMTQuNjI1IDAgMTIuOTM3NSA1LjYyNSA3LjMxMjUiPjwvcG9seWdvbj4gICAgPC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iQ2xpcC0yIiBmaWxsPSIjMDAwMDAwIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgPC9nPjwvc3ZnPg==);*/
		border-bottom: 1px solid #f1f1f1;
		transition: all ease 0.3s;
		min-height: 120px;
	}


	.bbt-detail-list-top time img {
		display: none;
	}

	.bbt-detail-list>li h2 {
		font-size: 15px !important;
		line-height: 20px !important;
		margin-top: 0;
		margin-bottom: 0;
	}

	.bbt-detail-list-top address img {
		width: 14px;
		margin-top: 2px;
		display: none;
	}

	.bbt-detail-list {
		width: 100%;
	}

	.bbt-detail-mobile-date {
		display: none;
		font-weight: bold;
		font-size: 15px;
		letter-spacing: -0.5px;
		text-align: left;
		padding: 10px 10px 10px 20px;
	}

	.bbt-details-list-date span,
	.bbt-details-list-date b {
		display: none;
	}

	.bbt-activities-filter-mobile {
		width: 100%;
		height: 40px;
		background: #F0F0F0;
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.bbt-activities-filter-mobile button img {
		margin-left: 7px;
	}

	.bbt-plays-scene {
		padding: 0;
		background: none;
		border: 0;
		z-index: 120000;
	}

	.bbt-activities-filter-mobile-sort {
		display: none !important;
	}

	.bbt-detail-list>li>div {
		flex-direction: column;
		padding: 30px 0 0 0;
	}

	.bbt-detail-list-top-notification {
		font-size: 10px;
	}

	.bbt-detail-list-top-notification {
		left: auto;
		right: 20px;
		top: 20px;
	}

	.bbt-detail-list>li>div address {
		font-size: 12px;
		align-items: flex-start;
	}

	.bbt-detail-list>li>div address span {
		display: none;
	}

	.bbt-detail-list>li>div address p {
		margin: 0;
	}

	.no-activity {
		padding-top: 40px;
	}

	.no-activity h3 {
		font-weight: bold;
		font-size: 18px;
		margin-top: 30px;
	}

	.no-activity img {
		width: 150px;
	}

	.bbt-detail-list-mobile-date {
		display: block !important;
		position: absolute;
		left: 10px;
		top: 20px;
		border-radius: 4px;
		width: 55px !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		border: 1px solid #ddd;
		padding: 5px 0 !important;
	}

	.bbt-detail-list-mobile-date span {
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
	}

	.bbt-detail-list-mobile-date b {
		font-size: 11px;
		display: block;
		margin-top: -2px;
	}

	.bbt-detail-list>li>div address time {
		display: none;
	}

	.bbt-detail-list>li>div address img {
		display: block !important;
		width: 14px;
		margin: 2px 4px 0 0;
	}

	.bbt-detail-list>li>div address a {
		display: flex;
	}

	.bbt-detail-list-mobile-date strong {
		font-size: 10px;
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: -20px;
		color: #000000;
	}

	.soldout {
		font-size: 10px;
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: -20px;
		color: #FF0000 !important;
	}
}










header>.container {
	max-width: 1400px !important;
}

@media screen and (max-width: 999px) {
	.bbt-detail-list h2 a {
		font-size: 15px;
	}
}

@media screen and (min-width:180px) and (max-width:760px) {
	.section-title {
		align-items: center;
		margin-top: 40px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width:180px) and (max-width:999px) {
	.section-title {
		margin-top: 40px;
		align-items: center;
	}
}




@media screen and (min-width:180px) and (max-width:999px) {
	.bbt-activities-filter>li,
	.bbt-activities-center-filter>li {
		justify-content: space-between;
		padding-right: 0;
	}
}



.t-ticket {
	width: 190px;
	height: 35px;
	border-radius: 4px;
	background: #555;
	color: #000;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	transition: all ease 0.3s;
	z-index: 12;
}

.bbt-detail-calendar .t-ticket {
	width: fit-content;
	background: #fff;
	color: #0077ff;
}

.reservation-disabled {
	width: 190px;
	height: 35px;
	border-radius: 4px;
	color: #FF0000;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	transition: all ease 0.3s;
	z-index: 12;
}

.bbt-detail-calendar .reservation-disabled {
	width: fit-content;
	color: #FF0000;
}


.t-ticket:hover {
	text-decoration: underline;
}

.bbt-detail-calendar .bbt-detail-list>li {
	flex-direction: column;
	position: relative;
}

.bbt-detail-calendar .bbt-detail-list>li>div {
	padding-bottom: 80px;
}

.bbt-detail-calendar .bbt-detail-list>li {
	height: auto;
}


@media screen and (max-width: 999px) {
	.activity-link {
		z-index: 10;
	}

	.bbt-detail-calendar .bbt-detail-list>li>div {
		padding-bottom: 20px;
	}

	.bbt-detail-list>li>div address {
		margin-top: 0;
	}


	.bbt-activities {
		padding: 0 20px !important;
		margin-bottom: 0;
	}

	.bbt-theatre-detail-tags {
		margin-bottom: 0 !important;
		padding: 10px 20px 0 20px !important;
	}
}

@media screen and (min-width: 999px) {
	.bbt-detail-calendar .t-ticket {
		position: absolute;
		bottom: 30px;
		left: 40px;
		padding: 2px 20px;
	}

	.t-ticket {
		z-index: 11;
	}

	.bbt-detail-calendar .reservation-disabled {
		position: absolute;
		bottom: 30px;
		left: 40px;
	}

	.reservation-disabled {
		z-index: 11;
	}
}


.bbt-details-list-date.oh-no-activity{
	color:#aaa;
	min-height: unset;
	padding:2px;
}




.bbt-activities .calendar-icon-text, .bbt-activities .calendar-icon {
	display: none !important;
}

.bbt-activities.calendar-view .calendar-icon-text, .bbt-activities.calendar-view .calendar-icon {
	display:block!important;
}

.bbt-activities.calendar-view .list-icon-text, .bbt-activities.calendar-view .list-icon {
	display:none!important;
}



.bbt-activities-filter-mobile-filter{
	border:none;
}


.bbt-detail-list-content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
}

.bbt-detail-list-top-playtype {
	letter-spacing: 2px;
}

.c-day.has-calendar {
	background: #d40a0a;
}

.c-day.no-calendar {
	background: #53da34;
}