#eventListContainer
{
	max-width: 1437px;
	margin: 0px auto 0px; auto;
	border-radius: 6px;
	background-color: #f8f8f9;
}

@media 
only screen and (max-width: 1436px)
{
	#eventListContainer
	{
		background: none;
	}
}

#eventListContainer #eventListTabsAndSearchBar
{
	height: 64px;
	border: 1px solid #dddddd;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #f8f8f9;
	background-size: cover;
}

@media 
only screen and (max-width: 1436px)
{
	#eventListContainer #eventListTabsAndSearchBar
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

@media 
only screen and (max-width: 767px)
{
	#eventListContainer #eventListTabsAndSearchBar
	{
		height: 56px;
	}
}

#eventListContainer #eventListTabsAndSearchBar #eventListTabs
{
	list-style-type: none;
	padding: 0px;
}

#eventListContainer #eventListTabsAndSearchBar #eventListTabs .eventListTab
{
	float: left;
	display: inline-block;
	cursor: pointer;
	min-width: 135px;
	height: 62px;
	line-height: 62px;
	border-right: 1px solid #dddddd;
	background-color: #f8f8f9;
	background-size: cover;
	font-size: 16px;
	color: #222222;
	text-decoration: none solid rgb(34, 34, 34);
	text-align: center;
	padding: 0px;
	text-indent: 0px;
	transition: background-color 0.2s ease;
	margin: 0px;
}

@media 
only screen and (max-width: 767px)
{
	#eventListContainer #eventListTabsAndSearchBar #eventListTabs .eventListTab
	{
		height: 54px;
		line-height: 54px;
		min-width: 75px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 14px;
	}
}

#eventListContainer #eventListTabsAndSearchBar #eventListTabs .eventListTab .tabTextLink
{
	color: #222222;
}

#eventListContainer #eventListTabsAndSearchBar #eventListTabs .eventListTab.active,
#eventListContainer #eventListTabsAndSearchBar #eventListTabs .eventListTab:hover
{
	background-color: #ffffff;
}

#eventListContainer #eventListSearch 
{
	float: right;
	width: 500px;
	line-height: 62px;
	height: 62px;
	margin-top: 8px;
	margin-right: 25px;
}

@media 
only screen and (max-width: 1090px)
{
	#eventListContainer #eventListTabsAndSearchBar
	{
		height: 124px;
		border: 1px solid #dddddd;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background-color: #f8f8f9;
		background-size: cover;
	}

	#eventListContainer #eventListTabsAndSearchBar #eventListTabs 
	{
		border-top: 1px solid #dddddd;
		margin-top: 18px;
	}

	#eventListContainer #eventListSearch
	{
		line-height: 42px;
		height: 42px;
		margin-top: 0px;
		margin-right: 0px;
		padding: 4px;
		width: 100%;
		float: none;
		clear: both;
		display: block;
	}
}

@media 
only screen and (max-width: 767px)
{
	#eventListContainer #eventListTabsAndSearchBar
	{
		height: 112px;
	}

	#eventListContainer #eventListSearch
	{
		line-height: 38px;
		height: 38px;
	}

	#eventListContainer #eventListSearch .input-group
	{

	}
}

#eventListContainer #eventListSearch .input-group-append .input-group-text
{
	cursor: pointer;
}

#eventListContainer #eventListContent
{
	padding: 29px;
}

#eventListContainer #eventListContent .eventListSection
{
	display: none;
}

#eventListContainer #eventListContent .eventListSection.active
{
	display: block;
}

#eventListContainer #eventListContent .eventListSection .singleEvent,
#categoriesPageEventsList .singleEvent
{
	clear: both;
	border: 1px solid #dddddd;
	border-radius: 6px;
	background-color: #ffffff;
	background-size: cover;
	margin-bottom: 17px;
	overflow: auto;
	cursor: pointer;
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventImage,
#categoriesPageEventsList .singleEvent .eventImage
{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventImage .includedInPassNotice,
#categoriesPageEventsList .singleEvent .eventImage .includedInPassNotice
{
	position: absolute;
	top: 15px;
	left: 0px;
	padding: 4px;
	font-size: 14px;
	background-color: var(--custom-btn-color);
	color: white;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

@media 
only screen and (max-width: 860px)
{
	#eventListContainer #eventListContent .eventListSection .singleEvent .eventImage,
	#categoriesPageEventsList .singleEvent .singleEvent .eventImage
	{
		float: none;
		display: block;
	}
	
	#eventListContainer #eventListContent
	{
		padding-bottom: 0px;
	}
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventImage img,
#categoriesPageEventsList .singleEvent .eventImage img
{
	width: 319px;
	height: 158px;
	object-fit: cover;
}

@media 
only screen and (max-width: 860px)
{
	#eventListContainer #eventListContent .eventListSection .singleEvent .eventImage img,
	#categoriesPageEventsList .singleEvent .eventImage img
	{
		width: auto;
		max-width: 100%;
		max-height: 158px;
		object-fit: cover;
	}
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo,
#categoriesPageEventsList .singleEvent .singleEvent .eventInfo
{
	display: inline-block;
	padding: 21px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: calc(100% - 340px);
}

@media 
only screen and (max-width: 860px)
{
	#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo,
	#categoriesPageEventsList .singleEvent .singleEvent .eventInfo
	{
		display: block;
		width: 100%;
	}
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo .eventDate,
#categoriesPageEventsList .singleEvent .eventInfo .eventDate
{
	font-size: 16px;
	color: #686868;
	text-decoration: none solid rgb(104, 104, 104);
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo .eventDate .priceRangeBlock
{
	float: right;
	display: inline-block;
	color: #888;
}

@media 
only screen and (max-width: 860px)
{
	#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo .eventDate .priceRangeBlock
	{
		display: none;
	}
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo .eventDate .priceRangeBlock img
{
	width: 24px;
	height: 24px;
	fill: #888;
	display: inline;
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo .eventTitle,
#categoriesPageEventsList .singleEvent .eventInfo .eventTitle
{
	font-size: 21px;
	color: var(--primary-text);
	font-weight: 600;
	text-decoration: none solid rgb(48, 66, 105);
	margin-top: 10px;
	margin-bottom: 10px;
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo .eventTitle a,
#categoriesPageEventsList .singleEvent .eventInfo .eventTitle a
{
	color: var(--primary-text);
	text-decoration: none solid rgb(48, 66, 105);
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo .eventShortDescription,
#categoriesPageEventsList .singleEvent .eventInfo .eventShortDescription
{
	font-size: 14px;
	color: #222222;
	text-decoration: none solid rgb(34, 34, 34);
	line-height: 24px;
}

#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo .eventShortDescription img,
#eventListContainer #eventListContent .eventListSection .singleEvent .eventInfo .eventShortDescription iframe
{
	max-width: 100%;
}

#categoriesPageCategoriesList
{
	float: left;
	height: 100%;
	width: 301px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	background-color: #ffffff;
	background-size: cover;
	padding: 8px 12px 8px 12px;
}

@media 
only screen and (max-width: 767px)
{
	#categoriesPageCategoriesList
	{
		clear: both;
		float: none;
		width: 100%;
		margin-bottom: 19px;
	}
}

#categoriesPageCategoriesList .category
{
	cursor: pointer;
	padding: 16px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background-color: #fff;
	background-size: cover;
	font-size: 16px;
	margin-bottom: 16px;
	color: #4d7cff;
	text-decoration: none solid rgb(77, 124, 255);
}

#categoriesPageCategoriesList .category:last-child
{
	margin-bottom: 0px;
}

#categoriesPageCategoriesList .category.active
{
	background: #4d7cff;
	color: white;
}

#categoriesPageCategoriesList .category .eventCount
{
	float: right;
	color: black;
}

#categoriesPageCategoriesList .category.active .eventCount
{
	color: white;
}

#categoriesPageEventsList
{
	float: right;
	padding: 0px 21px 0px 21px;
	width: calc(100% - 301px);
}



@media only screen and (max-width: 767px)
{
	#categoriesPageEventsList
	{
		clear: both;
		float: none;
		width: 100%;
		padding: 0px;
	}
}

#categoriesPageEventsList .categoryBlock
{
	margin-bottom: 16px;
}

#categoriesPageEventsList .categoryBlock .categoryTitle
{
	padding: 16px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: var(--primary-text);
	background-size: cover;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none solid rgb(255, 255, 255);
}

#categoriesPageEventsList .categoryBlock .eventsForCategory
{
	padding: 9px;
	background: white;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent
{
	height: 72px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	background-color: #ffffff;
	background-size: cover;
	margin-bottom: 8px;
	cursor: pointer;
}

#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent:last-child
{
	margin-bottom: 0px;
}

#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventImage
{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventImage .includedInPassNotice
{
	position: absolute;
	top: 15px;
	left: 0px;
	padding: 4px;
	font-size: 14px;
	background-color: var(--custom-btn-color);
	color: white;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventImage img
{
	width: 128px;
	height: 70px;
	object-fit: cover;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventInfo
{
	float: right;
	width: calc(100% - 128px);
	padding: 8px;
	line-height: 28px;
}

#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventInfo .dateAndTime
{
	font-size: 16px;
	color: #686868;
	text-decoration: none solid rgb(104, 104, 104);
}

#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventInfo .title
{
	
}

#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventInfo .title a
{
	font-size: 18px;
	color: var(--primary-text);
	font-weight: 600;
	text-decoration: none solid rgb(48, 66, 105);
}

#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventInfo .icon
{
	float: right;
	color: #2c98fb;
	line-height: 56px;
	font-size: 24px;
}

@media 
only screen and (max-width: 860px)
{
	#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventInfo .icon
	{
		display: none;
	}
	
	#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventImage img
	{
		width: 68px;
		height: 70px;
		object-fit: cover;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}

	#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventInfo
	{
		float: right;
		width: calc(100% - 68px);
		padding: 8px;
		line-height: 16px;
	}
	
	#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventInfo .dateAndTime
	{
		font-size: 12px;
	}

	#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventInfo .title
	{
	
	}

	#categoriesPageEventsList .categoryBlock .eventsForCategory .categoryEvent .eventInfo .title a
	{
		font-size: 14px;
	}
}

.sectionContent
{
	margin-top: 19px;
}

.sectionContent .activeSectionTop
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: var(--main-top-bar-color);
	background-size: cover;
	padding: 19px 29px 19px 29px;
}

.sectionContent .activeSectionTop h3
{
	font-size: 21px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none solid rgb(255, 255, 255);
}

.sectionContent .activeSectionTop h4
{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none solid rgb(255, 255, 255);
	margin-bottom: 0px;
}

.sectionContent .activeSectionContents
{
	border: 1px solid #dddddd;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: #ffffff;
	background-size: cover;
	padding: 19px 29px 19px 29px;
}

/*open layers map*/
#openLayersMap
{
	width: 100%;
	height: 360px;
	margin-bottom: 19px;
}

.ol-attribution.ol-logo-only,
.ol-attribution.ol-uncollapsible
{
	display: none;
}

.ol-control button,
.ol-attribution,
.ol-scale-line-inner
{
}

#mapMarkersHolder
{
	display: none;
}

.ol-popup
{
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	padding: 15px;
	border-radius: 9px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -225px;
	min-width: 450px;
}

.ol-popup:after,
.ol-popup:before
{
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after
{
	border-top-color: white;
	border-width: 10px;
	left: 224px;
	margin-left: -10px;
}

.ol-popup:before
{
	border-top-color: #cccccc;
	border-width: 11px;
	left: 224px;
	margin-left: -11px;
}

.ol-popup-closer
{
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}

.ol-popup-closer:after
{
	content: "✖";
	color: #c3c3c3;
}

.ol-popup .popup-content .single-marker-title,
.ol-popup .popup-content .single-marker-contents
{
	white-space: nowrap;
}

.ol-popup .popup-content.single-marker .single-marker-title,
.ol-popup .popup-content.single-marker .single-marker-contents
{
	text-align: center;
}

.ol-popup .popup-content.single-marker .single-marker-title
{
	font-size: .95em;
}

.ol-popup .popup-content.single-marker .single-marker-contents
{
	font-size: .85em;
	font-weight: normal;
}

.ol-popup .popup-content.single-marker .single-marker-contents .btn
{
	margin-top: 6px;
}

/*MultiEvent Map Point*/
.multi-marker-content
{
	overflow: auto;
	max-height: 300px;
}

.multi-marker-content .multiMapMarkerRow
{
	padding: 6px;
	padding-right: 0px;
}

.multi-marker-content .multiMapMarkerRow:nth-child(even)
{
	background: #fafafa;
}

.multi-marker-content .multiMapMarkerRow:hover
{
	background: #f0f0f0;
}

.multi-marker-content .multiMapMarkerRow h4.multi-marker-title
{
	font-size: .95em;
	margin-bottom: 0px;
}

.multi-marker-content .multiMapMarkerRow span.smallerText
{
	font-size: .85em;
}

.multi-marker-content .multiMapMarkerRow .dateAndBuyButton
{
	display: flex;
}

.multi-marker-content .multiMapMarkerRow .eventTitle
{
	text-align: left;
}

.multi-marker-content .multiMapMarkerRow .startDate
{
	flex: 1 0 75%;
	text-align: left;
	line-height: 28px;
}

.multi-marker-content .multiMapMarkerRow .buyButton
{
	flex: 0 0 25%;
}

.multi-marker-content .multiMapMarkerRow .buyButton .btn
{
	position: relative;
	top: -10px;
	left: -9px;
}

@media only screen and (max-width: 767px)
{
	.multi-marker-content .multiMapMarkerRow
	{
		display: block;
	}

	.multi-marker-content .multiMapMarkerRow .startDate
	{
		line-height: 16px;
	}

	.multi-marker-content .multiMapMarkerRow .buyButton
	{
		display: none;
	}
}

#eventListSearch .input-group-append .input-group-text.searchButton
{
	color: black;
}

.searchFormWorking
{
	background-image: url(https://d19cc29qsd5ddg.cloudfront.net/publicTheme-2.9.0/assets-2.9.0/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
}

.searchFormContainer
{
	display: flex;
	align-items: center;
	justify-items: right;
}

.searchFormContainer .toggleLink
{
	flex: 0 0 125px;
	padding-right: 5px;
	line-height: 15px;
	text-align: right;
}

.searchFormContainer .toggleLink a
{
	font-size: 12px;
}

.searchFormContainer .inputs
{
	flex: 1 1 100%;
}

.searchFormContainer .inputs .input-group .input-group-prepend .input-group-text.distanceSelectContainer
{
	padding: 0px 4px 0px 4px;
}