@media (max-width: 700px) {

	.mainheaderlinks a {
		font-size: 20px !important;
		border-radius: 6px !important;
		padding: 0 2px !important;
		margin-bottom: 2px !important;
	}

}

@media (min-width: 922px) {
	.mainheaderlinks a {
		font-size: 22px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1100px !important;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1300px !important;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1400px !important;
	}
}

@keyframes flipturn {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(0, 1);
	}

	100% {
		transform: scale(1, 1);
		filter: grayscale(100%);
	}
}

@keyframes navslidein {
	0% {
		left: -450px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes socialicondrop {
	0% {
		top: -120px;
		opacity: 0;
	}

	20% {
		top: 0;
		opacity: 1;
	}

	40% {
		top: -30px;
		opacity: 1;
	}

	60% {
		top: 0;
		opacity: 1;
	}

	80% {
		top: -15px;
		opacity: 1;
	}

	100% {
		top: 0px;
		opacity: 1;
	}
}

body {
	font-family: 'Poppins', sans-serif;
	background: #ffffff;
	padding-top: 40px;
}

p {
	line-height: initial !important;
}

.btn-orange {
	background: #e1763c;
	color: #ffffff;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
	background: #cd6b36;
	color: #ffffff;
}

.mainmenu {
	background: linear-gradient(#076649, #076e4f) #076e4f;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	transition: background 0.5s;
}

.mainmenu .nav-link,
.mainmenu .navbar-text {
	font-size: 15px;
	padding-top: 1px;
	padding-bottom: 0;
	color: #b5d4cb;
	transition: color 0.2s;
}

.mainmenu .nav-link:hover {
	color: #ffffff !important;
}

.mainmenu .nav-link i {
	opacity: 0.7;
}

.mainmenu .nav-link:hover i {
	opacity: 1;
}

.mainmenulogostrip {
	margin: -2px 0;
}

.mainmenufloating {
	background: #69c23a !important;
}

.mainmenufloating .nav-link,
.mainmenufloating .navbar-text {
	color: #f0f8ee !important;
}

.mainmenunavlink {
	position: relative;
	opacity: 0;
	animation: navslidein;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.mainmenunavlanguage img {
	height: 17px;
	border-radius: 4px;
	position: relative;
	top: -1px;
}

.mainmenunavlanguage:hover img {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.mainmenusearchcontainer {
	max-width: 520px;
	padding: 0 12px;
}

.mainmenusearch {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: -3px;
	margin-bottom: -3px;
}

.mainmenusearchinput {
	flex: 1;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #ffffff !important;
	border: none;
	/* This removes the border */
	-webkit-appearance: none;
	/* This is for Safari and other WebKit browsers */
	outline: none !important;
	box-shadow: none !important;
	padding: 1px 6px;
	font-size: 15px;
}

.mainmenusearchbutton {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #ffffff;
	color: #6fc23e;
	outline: none !important;
	border-color: #ffffff !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 1px 6px;
}

.mainmenusearch:focused .mainmenusearchbutton {
	color: #e76f51;
}

.mainheader {
	background-image: url(../img/mainheader.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #6fc23e;
	background-size: cover;
	padding-top: 56px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mainheadersearch {
	display: flex;
	flex-direction: row;
	/* max-width:670px; */
}

.mainheadersearchinput {
	flex: 1;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #ffffff !important;
	outline: none !important;
	box-shadow: none !important;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mainheadersearchbutton {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #ffffff;
	color: #6fc23e;
	outline: none !important;
	border-color: #ffffff !important;
	outline: none !important;
	box-shadow: none !important;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mainheadersearch:focused .mainheadersearchbutton {
	color: #e76f51;
}

.mainheaderlinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* text-align: justify;
  	text-justify: inter-word; */

	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	/* justify-content: center; */
}

.mainheaderlinks li {
	display: inline;
}

.mainheaderlinks a {
	display: inline-block;
	font-size: 22px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #ffffff;
	padding: 4px 6px 3px 6px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-bottom: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	transition: background-color 0.3s;
	letter-spacing: 1px;
}

.mainheaderlinks a:hover {
	text-shadow: none;
	text-decoration: none;
	border-color: rgba(0, 0, 0, 0.1) !important;
	background: linear-gradient(#e87537, #d86c32) #e1763c;
}

.mainheaderlinks .mainheaderlinksicon {
	transition: transform 0.4s, color 0.4s;
}

.mainheaderlinks a:hover .mainheaderlinksicon {
	transform: rotate(360deg);
}

.mainheaderslogan {
	margin-top: 6px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	letter-spacing: 4px;
	position: relative;
}

.mainheadercity,
.mainheadercalendar {
	display: inline-block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	letter-spacing: 2px;
	margin: 22px 6px 0 6px;
	transition: 0.3s;
}

.mainheadercity:hover,
.mainheadercalendar:hover {
	text-decoration: none;
	color: #ff8442;
	transform: translateY(-2px);
	/* color: inherit!important; */
}

.mainheadercityarrow {
	position: relative;
	top: 2px;
}

.mainheadercart {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* border: 1px solid rgba(0, 0, 0, 0.08); */
	border-radius: 10px;
	/* background: #59b328; */
	/* width:65px; */
	/* height:80px; */
	width: 50px;
	height: 70px;
	transition: background-color 0.3s;
}

.mainheadercarticon {
	font-size: 32px;
	color: #fefefe;
	position: relative;
	left: -1px;
}

.mainheadercartbadge {
	background: linear-gradient(#e87537, #d86c32) #e1763c;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	width: 32px;
	margin-top: 6px;
	position: relative;
	left: 1px;
}

.mainheadercart:hover {
	text-decoration: none;
	background: #4da91b;
}

.mainheadercondensed {
	padding-bottom: 10px;
}

.mainfooter {
	background: #64b838;
	margin-top: 25px;
	padding-top: 20px;
	padding-bottom: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #ffffff;
	font-size: 14px;
	overflow-x: hidden;
}

.mainfooterblock {
	opacity: 0;
	position: relative;
	left: 30%;
	transition: left 0.6s, opacity 0.5s;
}

.mainfooterblock.animate {
	opacity: 1;
	left: 0;
}

.mainfooterheader {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

.mainfooterheader i {
	font-size: 22px;
	position: relative;
	top: 8px;
}

.mainfooternavlink {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	line-height: 150%;
}

.mainfooternavlink i {
	transition: transform 0.4s;
}

.mainfooternavlink:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
}

.mainfooternavlink:hover i {
	transform: rotate(360deg);
}

.mainfootersocial {
	margin-top: 16px;
}

.mainfootersocialicon {
	position: relative;
	opacity: 0;
	margin: 0 7px;
}

.mainfootersocial.animate .mainfootersocialicon {
	animation: socialicondrop 0.5s 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

.mainfootersocialicon img {
	width: 44px;
	height: 44px;
	transition: transform 0.3s;
}

.mainfootersocialicon:hover img {
	transform: rotate(360deg) scale(1.25, 1.25);
}

.maincopyright {
	background-color: #64b838;
	background-image: url(../img/maincopyright.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.maincopyrighttext {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	color: #ffffff;
}

.mainpageup {
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 45px;
	height: 45px;
	background: #df7942 linear-gradient(#df7942, #d0703c);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	z-index: 99999;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	transform: scale(1.5, 1.5);
	opacity: 0;
	transition: transform 0.7s, opacity 0.7s;
}

.mainpageup.animate {
	transform: scale(1, 1);
	opacity: 1;
}

.mainpageup:hover {
	background: #c46938;
	font-size: 24px;
}

.eventsearcheventposter {
	width: 42px;
	height: 42px;
	border-radius: 2px;
	background: #e9e9e9;
	margin-right: 6px;
}

.eventsearcheventthumb {
	width: 42px;
	height: 42px;
	border-radius: 2px;
}

.eventsearchlist-item {
	background: #fff;
	transition: background-color 0.2s ease;
}

.eventsearchlist-item:hover {
	background-color: #dcdcdc; /* light red */
	cursor: pointer;
}

.eventsearcheventname {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	line-height: 145%;
}

.eventsearcheventdate {
	float: right;
	font-size: 13px;
	font-weight: 500;
}

.eventsearcheventvenue {
	font-size: 13px;
	line-height: 125%;
}

.eventsearcheventvenue i {
	opacity: 0.4;
}

.eventsearchlist {
	border: none !important;
	border-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.eventsearchlist .ui-menu-item {
	background: #ebebeb !important;
	border-top: 1px dotted rgba(0, 0, 0, 0.08);
	padding-top: 2px;
	padding-bottom: 2px;
}

.eventsearchlist .ui-menu-item:hover {
	background: rgb(202, 202, 202) !important;
}

.eventsearchlist .ui-state-active {
	border-radius: 3px;
	border-color: rgba(255, 255, 255, 0.03);
	background: #df7942 linear-gradient(#eb783a, #da6f36) !important;
	color: #ffffff !important;
}

.eventblock {
	opacity: 0;
	margin: 5px;
	border: 1px dotted rgba(105, 194, 58, 0.3);
	transition: opacity 0.5s;
}

.eventblocks.animate .eventblock {
	opacity: 1;
}

.eventblocklink {
	text-decoration: none !important;
}

.eventblocktexts {
	padding: 6px 3px 2px 3px;
}

.eventblockeventname,
.eventblockeventvenue,
.eventblockeventdate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.eventblockeventname {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
	line-height: 115%;
	color: #358709;
	transition: color 0.3s;
}

.eventblockeventvenue {
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 135%;
	color: #444444;
	transition: color 0.2s;
}

.eventblockeventdate {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -1px;
	line-height: 135%;
	color: #333333;
	transition: background-color 0.3s, color 0.2s;
	position: relative;
}

.eventblockeventdatearrow {
	position: absolute;
	top: 2px;
	right: 100%;
	opacity: 0;
	color: #ffffff;
	transition: opacity 0.3s, right 0.4s;
}

.eventblockposter {
	position: relative;
}

.eventblockposterbg {
	min-height: 220px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.eventblockposterover {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	opacity: 0;
	transition: top 0.4s, opacity 0.4s;
}

.eventblockposterovercontent {
	display: inline-block;
	width: 65%;
	border-radius: 6px;
	background: #df7942 linear-gradient(#eb783a, #da6f36);
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 6px 2px;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	color: #ffffff;
}

.eventblockposterovercontentlogo {
	margin: 0 14% 4px 14%;
}

.eventblock:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.eventblock:hover .eventblockposterover {
	top: 35%;
	opacity: 1;
}

.eventblock:hover .eventblockposterimg {
	animation: flipturn 0.3s 1;
	animation-fill-mode: forwards;
}

.eventblock:hover .eventblocktexts {
	background-color: #e27338;
}

.eventblock:hover .eventblockposterbg {
	animation: flipturn 0.3s 1;
	animation-fill-mode: forwards;
}

.eventblock:hover .eventblockeventname {
	color: #ffffff;
}

.eventblock:hover .eventblockeventdate {
	color: #ffffff;
}

.eventblock:hover .eventblockeventvenue {
	color: #ffffff;
}

.eventblock:hover .eventblockeventdatearrow {
	right: 6px;
	opacity: 1;
}

.pageheader {
	margin: 24px 0 14px 0;
	background-color: transparent;
	transition: background-color 0.5s;
	padding-top: 12px;
	overflow: hidden;
}

.pageheadertitle {
	position: relative;
	opacity: 0;
	left: 35%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 130%;
	color: #ea6c28;
	transition: left 0.7s, opacity 0.7s;
}

.pageheadersubtitle {
	position: relative;
	opacity: 0;
	left: 35%;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 120%;
	color: #ea6c28;
	transition: left 0.5s, opacity 0.5s;
}

.pageheaderlinks {
	float: right;
	position: relative;
	opacity: 0;
	right: 35%;
	transition: right 0.7s, opacity 0.7s;
	transition-delay: 0.2s;
}

.pageheaderhr {
	width: 0px;
	height: 11px;
	background: #ea6c28;
	transition: width 1.2s;
}

.pageheader.animate {
	background: linear-gradient(#ffffff, #fafafa, #fafafa, #fafafa);
}

.pageheader.animate .pageheaderhr {
	width: 100%;
}

.pageheader.animate .pageheadertitle {
	opacity: 1;
	left: 0;
}

.pageheader.animate .pageheadersubtitle {
	opacity: 1;
	left: 0;
}

.pageheader.animate .pageheaderlinks {
	opacity: 1;
	right: 0;
}

.pagemorelink {
	color: #358709;
	font-size: 15px;
	font-weight: 500;
}

.pagemorelink:hover {
	color: #4da91b;
	text-decoration: none;
}

.infostripbg {
	background: linear-gradient(#ffffff, #f8f8f8, #f8f8f8, #ffffff);
}

.infostrip {
	padding: 4px 10px 8px 10px;
}

.infostripcontent {
	position: relative;
	overflow: hidden;
	font-size: 15px;
	color: #606060;
}

.infostripcontentbgicon {
	font-size: 65px;
	color: rgba(234, 108, 40, 0.4);
	position: absolute;
	bottom: -80px;
	right: 16px;
	opacity: 0;
	transition: bottom 1s, opacity 2s, font-size 0.1s, color 0.2s;
}

.infostripblock {
	position: relative;
	left: 300px;
	opacity: 0;
	transition: opacity 0.5s, left 0.5s;
}

.infostripcontenttitle {
	margin-top: 8px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 27px;
	line-height: 125%;
}

.infostripcontenttitle i {
	font-size: 22px;
	color: #ea6c28;
}

.infostrip.animate .infostripblock {
	left: 0;
	opacity: 1;
}

.infostrip.animate .infostripcontentbgicon {
	bottom: 6px;
	opacity: 1;
}

.infostripcontent:hover .infostripcontentbgicon {
	font-size: 75px;
	color: #e7e7e7;
}

.epgbanner {
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.epgbannerfade {
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 16px;
}

.epgbannerimg {
	position: relative;
	top: 200px;
	opacity: 0;
	width: 100%;
	box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
	transition: top 0.5s, opacity 0.5s;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.epgbanner.animate .epgbannerimg {
	opacity: 1;
	top: 0;
}

.epgeventtitle {
	margin-top: 18px;
}

.epgeventname {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 36px;
	line-height: 125%;
	letter-spacing: 1px;
	font-weight: bold;
}

.epgeventdate {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 34px;
	letter-spacing: 1px;
	line-height: 125%;
}

.epgmenutop {
	background: linear-gradient(#ffffff, #f2f2f2);
	height: 26px;
}

.epgmenubottom {
	background: linear-gradient(#f2f2f2, #ffffff);
	height: 26px;
}

.epgmenubody {
	background: #f2f2f2;
	padding: 0 8px;
}

.epgmenuhr {
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #e4e4e4;
	margin: 12px 0;
}

.epgmenutitle {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 1px;
	color: #ea6c28;
	border-bottom: 3px solid #ea6c28;
	margin-bottom: 10px;
}

.epgmenutitle i {
	font-size: 23px;
}

.epgmenuvenueaddress {
	font-size: 14px;
	letter-spacing: -1px;
}

.epgmapcode iframe {
	width: 100%;
	height: 240px;
}

.epgtag {
	display: inline-block;
	background: linear-gradient(#fdfdfd, #efefef) #efefef;
	padding: 5px 12px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.03);
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #929292;
	transition: color 0.3s;
	margin-top: 5px;
}

.epgtag i {
	color: #bababa;
	transition: color 0.3s;
}

.epgtag:hover {
	color: #6f6f6f;
	text-decoration: none;
	background: #efefef;
	border-color: rgba(0, 0, 0, 0.07);
}

.epgtag:hover i {
	color: #ea6c28;
}

.epgrelease {
	text-align: justify;
	font-size: 15px;
	overflow: auto;
}

.epgreleasetext {
	max-height: 350px;
	overflow: hidden;
}

.epgreleasetextmax {
	max-height: none !important;
	overflow: none !important;
}

.epgpricelist {
	font-size: 16px;
	font-weight: 500;
	padding: 5px 0;
	margin-top: 14px;
	background: #fbfbfb;
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: 8px;
}

.epgpricelist i {
	font-size: 18px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.epgposter {
	float: left;
	max-width: 200px;
	margin-right: 12px;
	margin-bottom: 2px;
}

.epgeventlistlink,
.epgeventlistlink:hover {
	text-decoration: none;
}

.epgeventlist {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 5px 4px;
	background: #f7f7f7;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	border-right: 1px solid rgba(0, 0, 0, 0.04);
	border-left: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	transition: background 0.2s;
	cursor: pointer;
}

.epgeventlistposter {
	width: 54px;
	margin-right: 6px;
}

.epgeventlistposterimg {
	width: 54px;
	height: 54px;
	border-radius: 4px;
}

.epgeventlistdetails {
	flex: 1;
}

.epgeventlistdetailsname {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 120%;
}

.epgeventlistdetailsvenue {
	font-size: 14px;
	color: #555555;
	line-height: 130%;
}

.epgeventlistdetailsdate {
	font-size: 14px;
	color: #555555;
	font-weight: 500;
	line-height: 130%;
}

.epgeventlisticon {
	width: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #bdbdbd;
}

.epgeventlistactive {
	background: #fcfcfc;
}

.epgeventlistactive .epgeventlistdetailsname {
	color: #e27338;
}

.epgeventlistactive .epgeventlisticon {
	color: #e27338;
}

.epgeventlist:hover {
	background: #e27338;
}

.epgeventlist:hover .epgeventlistdetailsname {
	color: #ffffff;
}

.epgeventlist:hover .epgeventlistdetailsdate,
.epgeventlist:hover .epgeventlistdetailsvenue {
	color: #eeeeee;
}

.epgeventlist:hover .epgeventlisticon {
	color: #ffffff;
}

.epgcof {
	background: #f8f8f8;
	padding-top: 12px;
	padding-bottom: 12px;
}

.cofcartorderbutton {
	background: #e1763c;
	color: #ffffff;
	border: none;
}

.cofcartorderbutton:hover,
.cofcartorderbutton:active,
.cofcartorderbutton:focus {
	background: #cd6b36 !important;
	color: #ffffff;
}

.cofcarttable td {
	background: #ffffff;
}

.cofcarttable th {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 110%;
	color: #e1763c !important;
}

.pgnotice {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 34vh;
}

.pgnoticetitle {
	font-weight: 500;
	font-size: 30px;
	color: #b0b0b0;
}

.pgnoticecontent {
	font-size: 17px;
	color: #b9b9b9;
	margin-top: 14px;
}

.compactform {
	background: #f9f9f9;
	border-radius: 6px;
	padding: 16px 0;
}

.compactformcontent {
	background: #ffffff;
	border-radius: 6px;
	max-width: 540px;
	padding: 18px 12px;
	border: 1px solid rgba(0, 0, 0, 0.03);
}

.compactformcontent .input-group-text {
	background: #f9f9f9 !important;
	color: #ea6c28 !important;
}

.cpgmenu {
	margin: 22px 0 16px 0;
}

.cpgmenuheader {
	padding: 8px 16px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 130%;
	color: #ea6c28;
	background: linear-gradient(#ffffff, #f7f7f7, #f7f7f7);
}

.cpgmenuheader i {
	font-size: 28px;
}

.cpgmenunav {
	background: #ea6c28 !important;
}

.cpgmenunav .nav-link {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 500;
	color: #f3f3f3 !important;
}

.cpgmenunav .nav-link:hover {
	color: #ffffff !important;
}

.cpgorder {
	background: #f9f9f9;
	border-radius: 4px;
	padding: 8px 12px;
	margin-bottom: 6px;
}

.cpgordertitle {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 125%;
	letter-spacing: 1px;
}

.cpgorderdate {
	font-size: 20px;
	color: #555555;
}

.cpgorderevents {
	font-size: 15px;
	color: #444444;
	line-height: 120%;
}

.cpgorderstatus {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-size: 17px;
	font-weight: 500;
}

.cpgorderstatusbtn {
	line-height: 120%;
	padding: 5px 8px;
}

.cpgorderstatussummary {
	font-size: 15px;
	line-height: 130%;
	font-weight: 500;
	color: #444444;
}

.cpgorderticketscont {
	padding-top: 10px;
	padding-bottom: 2px;
}

.cpgtg {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.cpgtgtitle {
	padding: 12px 8px;
	line-height: 120%;
}

.cpgtgtitleevent {
	font-weight: bold;
	font-size: 15px;
}

.cpgtgtitleeventcount {
	font-size: 24px;
	font-weight: bold;
	float: right;
	color: #ea6c28;
}

.cpgtgtitlevenue {
	font-size: 14px;
}

.cpgtgtitledate {
	font-size: 14px;
}

.cpgtgcode {
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.cpgtgmore {
	padding: 10px 0;
}

.venuesstrip {
	background: #f3faef;
	margin-top: 20px;
	padding: 14px 0;
	border-top: 1px dotted #abd296;
	border-bottom: 1px dotted #abd296;
}

.venuesstriptitle {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 125%;
	letter-spacing: 1px;
	color: #64b838;
}

.venuesstripblock {
	margin: 5px;
	background: #ffffff;
	border: 1px dotted #aaaaaa;
}

.venuesstripblocktexts {
	overflow: hidden;
	padding: 6px 5px;
}

.venuesstripblocktextsname {
	font-size: 15px;
	color: #333333;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 130%;
}

.venuesstripblocktextscity {
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 130%;
}

.venuesstripblocklink {
	text-decoration: none !important;
}

.ui-datepicker {
	width: 18em;
	background: #f4f4f4;
	z-index: 99999 !important;
}

.ui-datepicker-calendar td {
	width: 14.28%;
}

.ui-datepicker-calendar a.ui-state-default {
	text-align: center;
	border: none;
	border-radius: 4px;
	padding: 4px 0 10px 0;
	background: #ffffff;
	color: #333333;
}

.ui-datepicker-calendar .uicalendaractive a {
	background-color: #65b135;
	background-repeat: no-repeat !important;
	background-position: 50% 88% !important;
	color: #ffffff;
}

.ui-datepicker-calendar .uicalendaractivedots1 a {
	background-image: url(../img/calendar/dots1.png);
}

.ui-datepicker-calendar .uicalendaractivedots2 a {
	background-image: url(../img/calendar/dots2.png);
}

.ui-datepicker-calendar .uicalendaractivedots3 a {
	background-image: url(../img/calendar/dots3.png);
}

.ui-datepicker-calendar .uicalendaractivedots4 a {
	background-image: url(../img/calendar/dots4.png);
}

.ui-datepicker-calendar .uicalendaractivedots5 a {
	background-image: url(../img/calendar/dots5.png);
}

.tooltip-inner {
	max-width: 400px !important;
}

.anpc {
	margin-left: -6px;
}

.img-footer {
	width: 200px;
	height: 50px;
}

/* Tags area */
.headerlinks {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center !important;
	list-style-type: none;
	row-gap: 20px;
	column-gap: 10px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.headerlinks li {
	/* flex: 1 1 auto; */
	border: 1px solid #ea6c285b;
	border-radius: 0.25rem;
	transition: 0.35s;
	cursor: pointer;
	display: flex;
	justify-content: center;
}


.headerlinks a {
	color: #ea6c28;
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
	width: 100%;
	text-align: center;
	padding: 5px 10px;
}

.headerlinks li:hover {
	opacity: 0.8;
	/* background-color: #ea6c2810; */
	border: 2px solid #ea6c288a;
	opacity: 0.75;
	/* transform: translateY(-2px); */
}

.swiper-tags {
	margin-top: 20px !important;
	display: flex;
	gap: 10px;
}

.swiper-tags li {
	border: 3px solid #ea6c285b;
	border-radius: 0.25rem;
	transition: 0.35s;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
}

.swiper-tags a {
	color: #ea6c28;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	width: 100%;
	text-align: center;
	padding: 7px 10px;
}

.swiper-tags li:hover {
	opacity: 0.8;
	border: 3px solid #ea6c288a;
	opacity: 0.75;
}

/* Header area */
.mainheadersearch {
	min-width: 350px;
}

.mainheadersearchinput {
	background: transparent !important;
	border-top: none;
	border-left: none;
	border-right: none;
	color: white !important;
	border-radius: 0px;
}

.mainheadersearchbutton {
	background: transparent !important;
	border-top: none;
	border-left: none;
	border-right: none;
	color: white !important;
	border-radius: 0px;
	transition: 0.35s;
}

.mainheadersearchbutton:hover {
	opacity: 0.8;
}

.eventsearch {
	/* color: white !important; */
}

.mainheadersearchinput::placeholder {
	color: #ffffff !important;
}

.headerfilterarea {
	display: grid;
	justify-content: center;
	align-items: center;
	width: 100%;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: auto;
}

@media screen and (max-width: 992px) {
	.headerfilterarea {
		margin-top: 10px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto;
	}

	.mainheadersearch {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.search-dropdown {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.city-dropdown {
		grid-column: 1;
		grid-row: 3;
	}

	.calendar-dropdown {
		grid-column: 2;
		grid-row: 3;
	}

}

.headerlinksarea {
	border-top: 2px solid rgba(0, 128, 0, 0.651);
	border-bottom: 2px solid #f1f1f1c7;
	margin-top: 0px !important;
	background-color: #f1f1f173;
}

.mainheader {
	margin-top: 0px !important;
}

.mainheaderlogoimg {
	width: 180px !important;
	/* height: 54px !important; */
}

@media (max-width: 1200px) {
	.mainheaderlogoimg {
		width: 155px !important;
		/* height: 54px !important; */
	}
}

.mainheaderslogan {
	display: none;
}

@media (max-width: 992px) {
	.mobilelogo {
		width: 120px !important;
		/* height: 54px !important; */
	}

	.mainheaderlogoimg {
		display: none;
	}

	.mobilelogo {
		display: block;
	}

}

@media (min-width: 992px) {
	.mobilelogo {
		display: none;
	}
}

.navbar-nav {
	gap: 10px;
	align-items: center;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	background-color: white !important;
}

/* Cards styling */

.pageheader.animate {
	background: none;
}

.pageheadertitle {
	/* color: rgb(92, 92, 92); */
}

.eventblocks {
	/* gap: 15px; */
}

.eventblocklink {}

.eventblock {
	position: relative;
	/* border-radius: 10px; */
	/* background-color: red; */
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* margin-top: 10px!important; */
}

.datebox {
	background-color: white;
	border-radius: 10px;
	padding: 2.5px 10px;
	width: 60px;
	height: auto;
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	color: rgb(59, 59, 59);
	/* border: 1px solid rgb(143, 143, 143); */
}

.datebox p {
	text-align: center;
	margin-top: 15px;
}

.pageheaderlinks a {
	/* color: rgb(92, 92, 92); */
	color: #ea6c28;
	transition: 0.35s;
	font-weight: 500;

}

.pageheaderlinks a:hover {
	opacity: 0.75;
}

.eventblocktexts {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.nav-item a {
	transition: all 0.3s ease-in-out !important;
}

.nav-item a:hover {
	transform: translateY(-2px);
}

.mainmenuquickcontact,
.navbar-text,
.mainmenunavlink,
.nav-item .mainmenunavlink i {
	color: white !important;
}

/* .ui-datepicker-prev:hover, .ui-datepicker-next:hover  {
	border: 1px solid #ea6c28 !important;
	background: #ea6c28 !important;
} */

.ug-textpanel-bg {
	/* background-color: red!important; */
	background-color: unset !important;
	background-image: unset !important;
}

.ui-widget.ui-widget-content {
	border: none !important;
}

@media screen and (max-width: 992px) {
	.navbar-nav {
		padding-top: 25px;
		padding-bottom: 25px;
		display: flex !important;
		align-items: center !important;
	}

	.navbar-nav .nav-link {
		font-size: 18px !important;
		font-weight: 500 !important;
	}

}

.hamburger-box {
	height: auto !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 35px !important;
}

.processor_logo {
	max-height: 50px;
	width: 50%;
	display: flex;
	justify-content: start;
}

.processor_logo img {
	height: 100%;
}

.processors_section {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_logos_section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px !important;
}

/* for mobile */
@media screen and (max-width: 640px) {
	.footer_logos_section {
		flex-direction: column;
	}

	.processor_logo {
		justify-content: center;
	}
}

.select2-search__field {
	border: none !important;
}

.select2-search__field:focus {
	border: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #65b135 !important;
}

.scrollable-menu {
	min-width: 250px;
	max-height: 250px;
	transform: none !important;
	top: 100% !important;
	left: 0 !important;
	/* Adjust this height as needed */
}

.citySearchContainer {
	padding-left: 12.5px !important;
	padding-right: 12.5px !important;
}

#citySearch {
	border: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	border-radius: 5px;
}

#citySearch:focus {
	box-shadow: none;
	outline: none;
}

.event-location-box {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ea6c28;
	font-weight: 500;
	font-size: 20px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.splide__tag {
	transition: 0.35s;
}

.splide__tag:hover {
	scale: 1.05;
}

.tag-hyperlink {
	all: unset;
	text-decoration: none!important;
	cursor: pointer;
}

.mainheadersearchinput::placeholder {
	font-size: clamp(16px, 2vw, 16px);
}

#navbarSupportedContent {
	width: 100%;
}

.search-container-main {
	/* padding-top: 10px; */
}

.event-link {
	/* background-color: #ea6c28; */
	/* background-color: white; */
	border: 1px solid white;
	color: white;
	border-radius: 5px;
	padding: 5px;
}
.event-link a {
	font-size: 18px!important;
	color: white!important;
}
@media screen and (max-width: 992px) {
	.event-link {
		background-color: transparent;
		border: 1px solid white;
		padding: 1px!important;
	}
	.event-link a {
		/* text-decoration: underline; */
		/* text-underline-offset: 3px; */
		font-size: 14px!important;
		color: white!important;
	}
}


.navbar-container {
	width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}

@media screen and (min-width: 992px) {
	.navbar-container {
		margin-top: -20px;
	}
}

@media screen and (max-width: 992px) {
	.search-container-main {
		/* padding-top: -20px; */
		/* background-color: red; */
		/* transform: translateY(-5px); */
	}

	.search-container-main input::placeholder {
		font-size: 10px;
	}
}

@media screen and (max-width: 550px) {
	.main-container-padding {
		padding-top: 75px;
	}

}

.all-events-filters-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.all-events-filters-container .all-events-month-title {
	font-size: 20px;
	font-weight: 500;
	margin-top: 12.5px;
	text-decoration: underline;
	text-underline-offset: 6px;
}

/* remove box shadow on focus */
.all-events-arrow-btn {
	all: unset;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.35s;
	cursor: pointer;
	text-decoration: none!important;
}

.all-events-arrow-btn:hover {
	scale: 1.05;
	border: none!important;
}

.all-events-arrow-btn i {
	color: white;
}

.all-events-arrow-btn:focus {
	box-shadow: none;
	border: none;
}