<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -- TODO: extract into unique location (css/phtml) -- */
:root {
	--cl-header-dark: rgba(0, 43, 76, .9);
	
	--cl-primary: #0066b3;
	--cl-primary-dark: #103152;
	--cl-primary-tint: #005236e6;
	--cl-secondary: #ff6600;
	
	--cl-muted: #707070;
	
	--cl-header-dark: rgba(0, 43, 76, .9);
}

html {
	height: 100%;
	min-height: 100vh;
}

html, body {
	padding: 0;
	margin: 0;
}

body {
	/*padding-top: 105px;*/
}

.orange,
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange {
	color: #ff6600;
}
.blue {
	color: #0066b3;
}

i.first {
	text-transform: none;
}

.table {
	display: table;
	width: 100%;
}
	.table-row {
		display: table-row;
	}
	.table-cell {
		display: table-cell;
	}

/* carousel: hide all but but first slide before load */
.owl-carousel:not(.owl-loaded) &gt; div:not(:first-child) {
	display: none;
}

.dx-carousel {
		padding-right: 15px;
		padding-left: 15px;
	}
	.dx-carousel .owl-nav .owl-prev {
		left: -5px;
	}
	.dx-carousel .owl-nav .owl-next {
		right: -5px;
	}
	.dx-carousel .owl-nav div {
		top: 20%;
	}

	.dx-carousel .owl-prev.disabled,
	.dx-carousel .owl-next.disabled {
		opacity: 0.4;
		/* display: none; */
	}

.section-default .nav-pills a {
	color: #0066b3;
}

.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:focus,
.nav-pills&gt;li.active&gt;a:hover {
	background-color: #0066b3;
}


.cursor-pointer {
	cursor: pointer;
}



.button-more {
	text-align: center;
	margin: 40px 0;
}




.notice-entertain-first {
	padding: 10px;
	/* background: hsla(20, 100%, 92%, 1); */
	/* color: #ff6600; */
	color: #0066b3;
	margin-bottom: 10px;
	border-left: 4px solid #0066b3;
	background: #f5f5f5;
}
	.notice-entertain-first a {
		font-weight: bold;
	}



a.anchor {
	display: block;
	position: relative;
	visibility: hidden;
	top: -150px;
}


/* -- notifications -------------------------------------------------------- */

.message {
	background: #ddd;
	border-left: 3px solid #aaa;
	padding: 10px;
	margin-bottom: 10px;
}
	.message.message-sm {
		padding: 5px;
	}
	.message.message-info {
		background-color: #6f96b4;
		/*color: white;*/
		background-color: #d9e6f2;
		color: #0066b3;
		border-color: #0066b3;
	}
	.message.message-error {
		background-color: #edc3a6;
		background-color: #f3d6c3;
		border-color: #ca7000;
	}
	.message.message-warning {
		background-color: #fcf8e3;
		background-color: #fbf7da;
		border-color: #e7c418;
		color: #8a6d3b;
	}
	.message.message-success {
		background-color: #d1eda6;
		border-color: #7cca00;
	}
	
	.message &gt; .fe:first-child {
		margin-right: 5px;
		line-height: 1 !important;
	}

.message button.button-close {
	float: right;
	background: transparent;
	border: 0;
	padding: 5px;
	line-height: 1;
}
	.message button.button-close .fe {
		font-size: 15px;
	}


/* -- LOCO CLIENT ----------------------------------------------------------- */

.logo .logo-client {
	max-width: 260px;
	max-height: 55px;
	object-fit: contain;
}
footer .logo .logo-client {
	width: 100%;
}
header .logo .logo-client {
	height: 100%;
	object-fit: contain;
	object-position: right center;
}

@media (max-width: 1199px) {
	.logo .logo-client {
		max-width: 200px;
	}
}



/* -- META HEADER ----------------------------------------------------------- */

.meta-header {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
	-webkit-user-select: none;
	background-color: white;
}
	.meta-header .logo.pull-right {
		position: absolute;
		right: 0;
		height: 100%;
		width: auto;
	}
	.meta-header .navbar {
		margin-bottom: 0;
		border: 0;
	}
	.meta-header .navbar-collapse {
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	.meta-header .navigation {
		padding: 25px 20px;
		/*height: 110px;*/
		background-color: white;

		box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	}
	@media (min-width: 992px) {
		.navbar-header .spacer {
			display: none !important;
		}
	}
	@media (min-width: 1200px) {
		.meta-header .navigation {
			/*height: 105px;*/
		}
	}
	.navigation .navbar-toggle {
		background-color: #0066b3;
	}
	.navigation .navbar-toggle:hover {
		background-color: #ff6600;
	}
	.navbar-nav.navbar-mobile {
		display: none;
	}
	.meta-header .navbar-header {
		position: relative;
	}
	.meta-header .navigation .logo-main {
		float: none;
		height: auto;
		padding: 0;
		
		display: flex;
		width: auto;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;/*jm*/
		
		margin-right: 15px;
		padding-top: 13px;
	}
	
	@media (max-width: 1400px) {
		.meta-header .navigation .logo-main {
			padding-top: 8px;
		}
	}
	@media (max-width: 991px) {
		.meta-header .navigation .logo-main {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			margin: 0;
			padding: 0;
			padding-left: 10px;
		}
	}
	
	
	.meta-header .navbar-left {}
	.meta-header .social-media-mobile {
		display: none;
	}
	.meta-header .navbar-left li {
		display: block;
		vertical-align: middle;
		float: left;
		list-style-type: none;
		padding: 0 10px;
	}
	.meta-header .navbar-left li a {
		color: #0066b3;
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
		display: table-cell;
		vertical-align: middle;

		padding-left: 0;
		padding-right: 0;
		
		letter-spacing: .75px;
		border-bottom: 1px solid transparent;
	}

	.meta-header .navbar-left&gt;li&gt;a:focus,
	.meta-header .navbar-left&gt;li&gt;a:hover {
		background-color: transparent;
		border-bottom: 1px solid #0066b3;
		color: #0066b3;
		text-decoration: none;
	}
	.meta-header .navbar-left&gt;li&gt;a.logo-main:focus,
	.meta-header .navbar-left&gt;li&gt;a.logo-main:hover {
		border-bottom: 0;
	}

	.meta-header .navbar-nav&gt;.active&gt;a:hover {
		color: #0066b3;
		background-color: transparent;
		cursor: default;
	}

	.meta-header .navbar-left li.active a {
		border-bottom: 1px solid #ff6600;
		/*color: #0066b3;*/
		background-color: transparent;
	}


	.meta-header .navbar-right {}
	.meta-header .navbar-right a:hover {
		text-decoration: none;
	}
	.meta-header .navbar-right li {
		padding: 10px 12px;
		padding: 0;
	}
	.meta-header .navbar-right li div {
		text-align: center;
		position: relative;
	}
	.meta-header .navbar-right .fe {
		font-size: 30px;
	}
	.meta-header .navbar-right span.circle {
		background: #7ED321;
		padding: 5px;
		border-radius: 50%;
		display: block;
		position: absolute;
		top: -5px;
		right:10px;
		
		top: 3px;
		right: 20px;/*jm*/
	}
	.meta-header .navbar-right li div.basket {
		position: relative;
	}
	.meta-header .navbar-right li div.basket .badge {
		position: absolute;
		top: -6px;
		right: -6px;
		padding: 4px 0 0 0;
		border-radius: 50%;
		color: white;
		background-color: #ff6600;
		width: 21px;
		height: 21px;
		text-align: center;
		font-size: 12px;
		line-height: 1;
	}
		.meta-header .navbar-right li div.basket strong.badge {
			font-size: 22px;
			font-weight: normal;
			padding-top: 1px;
		}
	.meta-header .navbar-right li span {
		display: block;
		/*font-size: 13px;*//*jm*/
		line-height: 18px;
	}

	.meta-header .navbar-toggle {
		background-color: #0066b3;
	}
	.meta-header .navbar-toggle .icon-bar {
		background-color: white;
		width: 100%;
	}
	.meta-header .navbar-toggle .icon-text {
		color: white;
	}
	.meta-header .nav-close {
		display: none;
	}
	.meta-header .nav-close .close.fe {
		color: white;
		text-shadow: none;
		opacity: 1;
		font-size: 30px;
	}

	@media(max-width:1400px) {
		.meta-header .navigation .logo-main {
			/*margin-right: 15px;*//*jm*/
		}
		.meta-header .fe {
			font-size: 22px;
		}
		.meta-header .navbar-left li a {
			font-size: 17px;
			line-height: 22px;
			
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.meta-header .navbar-right {
			margin-right: 0;
		}
	}
	@media(max-width:1200px) {
		.meta-header .navigation {
		}
		.meta-header .navbar-header {
			display: block;
			/*float: none;*/
		}
		.meta-header .navbar-left {
			padding: 0;
		}
	}
	@media (max-width:1200px) and (min-width:992px) {
		.meta-header .navigation .logo-main {
			/*padding: 12px 0;*//*jm*/
		}
		.meta-header .navbar-left li {
			padding: 0 7px;
			padding: 0 5px;
		}
		.meta-header .navbar-left li a {
			font-size: 16px;
		}
		.meta-header .navbar-right li {
			padding: 5px;
		}
	}
	@media (max-width:991px)/* and (min-width:678px)*/ {
		body {
			/*padding-top: 65px;*/
		}
		.meta-header .navigation {
			padding: 0;
		}
		.navbar-fixed-top .navbar-collapse {
			position: relative;
		}
		/*
		.meta-header .navbar-right {
			position: absolute;
			right: 0;
			top: 0;
			margin-top: -50px;
		}
		*/
		
		.meta-header .container&gt;.navbar-collapse {
			margin-left: 0;
			margin-right: 0;
		}
		
		.meta-header .navbar-toggle {
			margin: 0;
			border-radius: 0;
			border: 0;
			color: white;
			padding: 10px 15px;
			
			
			width: 70px;/*jm*/
		}
			.meta-header .navbar-toggle .fe {
				display: block;
				font-size: 17px;
				margin-bottom: 5px;
			}
			.meta-header .navbar-toggle .icon-text {
				display: block;
				font-size: 12px;
				line-height: 1;
			}
		.meta-header .navbar-header {
		}

		.navbar-nav.navbar-mobile {
			display: block;
			float: right !important;
			position: relative;
			right: auto;
			top: auto;
			margin: 0;
		}
		.navbar-nav.navbar-mobile .nav-user a {
			display: block;
			padding: 10px 15px;
		}
		.navbar-nav.navbar-mobile&gt;li {
			float: left;
			padding: 0;
		}
		.meta-header .navigation .logo-main {
			/*padding-top: 19px;*//*jm*/
		}

		.navigation .navbar-collapse {
			background-color: #0066b3;
		}

		.meta-header .navbar-collapse .navbar-left li a {
			color: white;
		}
		
		
		
		.logo.pull-right {
			display: none;
		}
		
	}

@media (max-width:768px){
	.navbar-nav.navbar-mobile&gt;li {
		padding: 10px;
	}
	.meta-header .navbar-toggle {
		/*margin-left: 10px;*//*jm*/
	}
	.meta-header .navigation .logo-main img {
		max-width: 120px;
		max-width: 40vw;
	}
	.meta-header .navbar-right li div.basket .badge {
		top: -4px;
	}

}

/*-- NAVIGATION COLLAPSE IN ------------------------------------------------- */

	@media (max-width: 991px) {
		.meta-header .navbar-toggle:hover {
			background-color: #0066b3;
		}
		.meta-header .navbar-collapse.collapsing .nav-close {
			display: none;
		}
		.meta-header .navbar-collapse .nav-close:hover {
			background-color: transparent;
		}
		.meta-header .navbar-collapse .nav-close:focus {
			outline: none;
		}
		.meta-header .navbar-collapse .navbar-right {
			float: none !important;
		}
		.meta-header .navbar-collapse .nav-user {
			text-align: left;
		}
		.meta-header .navbar-collapse .nav-user a {
			color: white;
			
			display: block;
			padding: 10px 15px;/*jm*/
		}
		.meta-header .navbar-collapse .nav-user span {
			display: inline;
			padding-right: 5px;
		}
		.meta-header .navbar-collapse .nav-user span.circle {
			position: relative;
			width: 5px;
			top: auto;
			right: auto;
			display: inline-block;
			height: 5px;
			line-height: 1;
		}
}




	@media (max-width: 991px) {

		.meta-header .nav-close {
			display: inline;
			position: absolute;
			right: 0;
			/*top: -80px;*/
			padding-top: 15px;
			padding-left: 41px;
		}
		.meta-header .navbar-collapse {
			height: 100vh !important;
			max-height: 100%;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			padding-top: 15px;
			padding-left: 40px;
		}
		.meta-header .navbar-collapse .navbar-left {
			margin-top: 100px;
			float: none !important;
		}
		.meta-header .navbar-collapse div.basket {
			display: none;
		}
		.meta-header .navbar-collapse .social-media-mobile {
			position: fixed;
			bottom: 50px;
			left: 10px;
			width: 100%;
			display: block;
		}
		.meta-header .navbar-collapse .social-media-mobile .social-media {
			text-align: left;
		}
		.meta-header .navbar-collapse .social-media-mobile a {
			color: white;
		}
		.meta-header .navbar-collapse .navbar-left li {
			float: none;
		}
		.meta-header .navbar-collapse .navbar-left li.active a {
			border-bottom: none;
		}
		.meta-header .navbar-collapse .navbar-left li.active:before {
			content: "";
			border-left: 4px solid #ff6600;
			height: 100%;
			position: absolute;
			left: -20px;
		}

		.meta-header .navbar-right li span {
			font-size: 12px;
			line-height: 1;
			display: block;
			margin-top: 5px;/*jm*/
		}
	}

@media (max-width: 767px) {
	.navbar-nav.navbar-mobile&gt;li {
		padding: 10px 8px;
		padding: 0;/*jm*/
	}
	.meta-header .navbar-right li span {
		/*font-size: 10px;*//*jm*/
	}
	.meta-header .navbar-right .fe {
		font-size: 30px
	}
	.meta-header .navigation .logo-main {
		/*margin-right: 0;
		padding-top: 30px;
		padding-right: 7px;
		padding-left: 7px;*//*jm*/
	}
}


/*-- SECTION HEADER SLIDER ---------------------------------------------------*/

.slider-main {
	position: relative;
}
	.slider-main .item-img {
	}
	.slider-main .item-caption {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 5%;
	}
	.slider-main .item-caption .top-event {
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}
	.slider-main .item-caption .title {
		color: white;
		font-size: 64px;
		font-weight: bold;
		line-height: 64px;
		text-shadow: 1px 1px 4px black;
		max-width: 724px;
	}
	.slider-main .item-caption .name {
		color: white;
		font-size: 32px;
		font-weight: bold;
		line-height: 1;
		text-shadow: 1px 1px 4px black;
		max-width: 724px;
		margin-bottom: 10px;
	}
	.slider-main .item-caption .buttons {
		margin-top: 40px;
	}

	.slider-main .dx-carousel .owl-dots {
		bottom: 60px;
	}
	.slider-main .top-event-card .responsive-image {
		/*height: 80vh;*/
		padding-top: 52.6%;
	}
		.item.image-right .responsive-image {
			background-position: 100% 50%;
		}
	
		.item.image-left .responsive-image {
			background-position: 0% 50%;
		}

	@media (max-width:1200px) {
		.slider-main .item-caption {
			margin-top: 10%;
		}
	}
	@media (max-width:992px) {
		.slider-main .item-caption {
			margin-top: 20%;
		}
	}
	@media (max-width:768px) {
		.slider-main .item-caption {
			margin-top: 25%;
		}

		.slider-main .item-caption .title {
			font-size: 32px;
			line-height: 32px;
		}
		.slider-main .item-caption .name {
			font-size: 20px;
		}

	}


/* -- SLIDER UPDATE: LAYER WITH GRADIENT ------------------------------------ */

.slider-main .responsive-image:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.slider-main .responsive-image {
	position: relative;
	overflow: hidden;
}

.slider-main .item-caption {
	z-index: 2;
}


/* -- SECTION DEFAULT ------------------------------------------------------- */

.section-default {
	padding: 50px 0;
	padding: 35px 0;
	background: #ececec;
}
	.section-default h2 {
		margin-top: 0;
		margin-bottom: 50px;


		text-transform: uppercase;
	}

	@media (max-width: 768px) {
		.section-default h2 {
			text-align: center;
			margin-top: 30px; /* TODO ?????? */
			font-size: 28px;
			line-height: 32px;
		}
			.section-default.section-header-detail h2 {
				text-align: left;
			}
		
		.section-default h2 i {
			display: block;
			margin-bottom: 15px;
		}

	}



/* -- SECTION SEARCH -------------------------------------------------------- */

.section-search {
	padding: 0;
	z-index: 1;
	position: relative;
}
	.section-search .container {
		background-color: white;
	}
		body.startpage .section-search .container {
			background-color: transparent;
		}
	.section-search .content {
		padding: 30px 20px;
		position: relative;
	}
	body.startpage .section-search .content {
		margin-top: -70px;
		margin-top: -55px;
		margin-top: 35px;
		background-color: white;
	}
	.section-search .content input.form-control {
		border-radius: 0;
	}
	.section-search .content input.input-search,
	.section-search input.input-search {
		border: 0;
		box-shadow: none;
		height: 53px;
		font-size: 18px;
		line-height: 24px;



		margin-top: 5px;
		padding-left: 30px;
		padding-right: 0;
		padding-bottom: 0;
		height: 40px;
		border-bottom: 1px solid #ccc;
	}
	.section-search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: rgba(0,0,0,.7);
		opacity: 1; /* Firefox */
	}
	
		.section-search input.input-search:focus {
			outline: auto;
			outline-color: var(--cl-primary);
			outline-offset: -4px;
			outline-style: solid;
			outline-width: 2px;
		}

		.section-search a.btn.btn-advanced-search {
			padding-left:  0;
			padding-right:  10px;
		}

		.section-search .buttons-right .btn {
			margin-left: 0;
		}

		.section-search .icon-search {
			position: absolute;
			bottom: 8px;
			left: 18px;
		}
		.section-search:hover .form-control.input-search {
			/* background-color: #ffb90030; */
			/*box-shadow: 0 0 6px 0px rgba(0,0,0,.35) !important;*/
		}
		.section-search .form-control.input-search:hover,
		.section-search .form-control.input-search:focus {
			/* background-color: #ffb90030; */
			box-shadow: 0 0 6px 0px rgba(0,0,0,.35) !important;
		}


	.section-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: black;
	}

	.section-search ::-ms-input-placeholder { /* Microsoft Edge */
		color: black;
	}

	.section-search .btn.search {
		padding: 13px 50px;
	}

	@media(max-width: 767px){
		.section-search .btn.search {
			width: 100%;
		}
		.section-search .buttons-right .btn {
			margin-left: 0;
		}

		.section-search .btn-advanced-search {
			display: none;
		}
		.section-search .container .content input.input-search {
			border: 1px solid #ccc;
			margin-bottom: 20px;
		}

		.section-search .icon-search {
			bottom: 28px;
		}
	}

/* -- CONTAINER ADVANCED SEARCH ---------------------------------------------- */

	.section-search .advanced-search {
		display: none;
	}
		.section-search.is-open .advanced-search {
			display: block;
		}

	/*
	.section-search .advanced-search-categories {
		overflow: hidden;
		height: 0;
		transition-property: all;
		transition-duration: 100s;
		transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	}
	.section-search .advanced-search-categories.is-open {

		overflow: visible;
		max-height: 500px;
		height: auto;
	}
	*/
	.section-search .advanced-search .advanced-search-input {
		margin-top: 30px;
	}
	.section-search .advanced-search .advanced-search-input label {
		color: #0066b3;
		font-size: 18px;
		line-height: 24px;
		font-weight: norm
	}
	.section-search .advanced-search-categories .title {
		color: #0066b3;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.section-search .advanced-search-categories input.styled-checkbox {
		position: absolute;
		opacity: 0;
	}
	.section-search .advanced-search-categories label {
		font-weight: normal;
		position: relative;
		cursor: pointer;
		padding: 0;
		padding-left: 30px;
		position: relative;
	}

	.section-search .advanced-search-categories label:before {
		content: '';
		margin-right: 10px;
		display: inline-block;
		vertical-align: text-top;
		width: 20px;
		height: 20px;
		background: white;
		border: 1px solid #ccc;

		position: absolute;
		top: 0;
		left: 0;
	}
	.section-search .advanced-search-categories label:hover,
	.section-search .advanced-search-categories .styled-checkbox:checked + label {
		color: #ff6600;
	}
	.section-search .advanced-search-categories .styled-checkbox:checked + label:before,
	.section-search .advanced-search-categories label:hover:before {
		border-color: #ff6600;
	}
	.section-search .advanced-search-categories .styled-checkbox:checked + label:after,
	.section-search .advanced-search-categories label:hover:after {
		content: '';
		position: absolute;
		left: 5px;
		top: 11px;
		background: #ff6600;
		width: 2px;
		height: 2px;
		box-shadow:	2px 0 0 #ff6600, 4px 0 0 #ff6600, 4px -2px 0 #ff6600, 4px -4px 0 #ff6600, 4px -6px 0 #ff6600,4px -8px 0 #ff6600;
		transform: rotate(45deg);
	}



/* -- ABOUT PAGE ------------------------------------------------------------ */

body.aboutus {
	background: #ececec;
}
	body.aboutus table th,
	body.aboutus table .fe {
		color: #0066b3;
	}
	body.aboutus table td.name {
		/*color: #ff6600;*/
		/*font-weight: bold;*/
	}
	body.aboutus table td.icon {
		text-align: center;
	}
	body.aboutus table .fe.fe-minus {
		color: #aaa;
	}


body.ticket-butler.v2 .section-text-info {
	background-color: #103152;
	color: white;
}
	body.ticket-butler.v2 .section-text-info h2 {
		color: white;
	}
.row.row-orange {
	background-color: #ff6600;
}
.row.row-grey {
	padding: 40px 0 20px;
	background-color: #F4F4F4;

	margin-left: 0;
	margin-right: 0;
}
	.row.row-grey .column table {
		margin-left: -15px;
		margin-right: -15px;
	}

section.no-padding,
.section-content .content-wrap.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}
	.section-content .content-wrap.no-padding-top {
		padding-top: 0;
	}
	.section-content .content-wrap.no-padding-bottom {
		padding-bottom: 0;
	}
	/* -- contest update stuff -- */
	.section-content .content-wrap.wrap-contest {
		padding-top: 0;
	}
	.content-wrap.wrap-contest .gewinnspiel-window {
		overflow: hidden;
	}
	
	
	.content-wrap.min-height {
		min-height: 50vh;
	}




.section-default.section-content-dark h2 {
	color: white;
}

.section-default.section-content-dark,
.section-default.section-text-info.section-content-dark {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #ECECEC;
}
.section-default.section-content-dark .content-wrap,
.section-default.section-text-info.section-content-dark .content-wrap {
	background-color: #103152;
	color: white;
	padding: 60px 0;
}



@media (max-width: 767px) {

	.event-hotline {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.row.row-grey {
		margin-left: -20px;
		margin-right: -20px;
	}
		.row.row-grey .column table {
			margin-left: 0;
			margin-right: 0;
		}
}

/* -- SEARCH PAGE ----------------------------------------------------------- */

.section-search-results-header h1 {
	margin: 40px 0;
}
.section-search-results {
	padding-top: 60px;
	padding-bottom: 80px;
}

.event-list-item {
	background: white;
	margin-bottom: 30px;
}
	.event-list-item a,
	.event-list-item a:hover {
		text-decoration: none;
	}
	.event-list-item .event-image {
		padding: 0;
	}
	.event-list-item .responsive-image {
		padding-top: 100%;
	}
	
	.section-search-results .event-list-item .responsive-image {
		background-position: 100% 50%;
	}

	.event-list-item .event-item-inner {
		padding: 20px 10px 20px 10px;
	}
	.event-list-item .event-name {
		font-size: 28px;
		line-height: 32px;
		color: #0066b3;
	}
	.event-list-item .event-name a,
	.event-list-item .event-name a:hover {
		color: #0066b3;
	}
	.event-list-item .event-ticket-link {
		text-align: right;
	}
	.event-list-item .event-name,
	.event-list-item .event-body,
	.event-list-item .event-date,
	.event-list-item .event-ticket-price,
	.event-list-item .event-ticket-link {
		margin-bottom: 10px;
	}
	.event-list-item .event-type {
		background: #ff6600;
		color: white;
		font-weight: bold;
		text-transform: uppercase;

		display: inline-block;
		font-size: 13px;
		line-height: 1;
		margin-bottom: 5px;
		padding: 3px 6px;
	}
		.event-list-item .event-type .light,
		.event-list-item .event-type.light {
			font-weight: normal;
		}

@media (max-width: 767px) {

	.event-list-item {
		margin-left: 0;
		margin-right: 0;
	}

	.event-list-item .event-ticket-link {
		text-align: left;
	}
	.event-list-item .event-name a {
		word-break: break-word;
	}

	.section-list .event-list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
		gap: 15px;
	}
	.section-list .row.event-list-item {
		/*flex: 0 0 48%;*/
		/*flex: 0 0 calc(50% - 15px);*/
		/*max-width: calc(50% - 15px);*/
		width: 48%;
		width: calc(50% - 8px);
		margin-bottom: 0;
	}
	.section-list .row.event-list-item .event-item-inner {
		padding: 0;
		margin-top: 9px;
		margin-left: -5px;
		margin-right: -5px;
	}
	.section-list .row.event-list-item .event-item-inner .event-name {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
		font-weight: 600;
	}
	.section-list .row.event-list-item .event-item-inner .event-body,
	.section-list .row.event-list-item .event-item-inner .event-date {
		display: none;
	}
	.section-list .event-list-item .event-ticket-link {
		font-weight: 700;
	}
	.section-list .buttons {
		margin: 40px 0;
	}

}




/* -- SECTION WELCOME -------------------------------------------------------- */
.section-welcome {
	padding-top: 60px;
	padding-top: 35px;
}
	.section-welcome .responsive-image {
		background-size: contain;
	}
	.section-welcome .dx-carousel {
		padding-left: 0;
		padding-right: 0;
	}
	.section-welcome .row {
		background: white;
		margin-left: 0;
		margin-right: 0;
	}
	.section-welcome .col-sm-5 {
		padding-left: 0;
	}
	.section-welcome .col-sm-7,
	.section-welcome .col-img {
		padding-left: 0;
		padding-right: 0;
	}
	.section-welcome .item-caption {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.section-welcome .item-caption .content {
		padding: 52px 0 0 54px;
		max-width: 310px;
	}

	.top-event {
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
		cursor: default;
		margin-left: 0;
		padding-left: 0;
		color: #ff6600;
		padding: 13px 20px 13px 0;
		display: inline-block;
	}
	.top-event:after {
		content: "";
		display: block;
		border-top: 1px solid #ff6600;
		width: 80%;
		margin-bottom: 21px;
		margin-top: 7px;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}
	a.top-event:hover {
		color: #ff6600;
	}

	.section-welcome .welcome-slider .top-event-card .responsive-image {
		/*height: 48.65vh;*/
		padding-top: 56.2%;
		position: relative;
	}
	.section-welcome .welcome-slider .top-event-card .responsive-image a {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.section-welcome .content {
		padding: 35px 25px 25px 25px; /*66px 46px 0 25px;*/
		background-color: white;
	}

	.section-welcome .content .title {
		color: #0066b3;
		font-size: 44px;
		font-weight: bold;
		line-height: 44px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	.section-welcome .content .sub-title {
		color: #000000;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 35px;
	}
	.section-welcome .content .buttons .btn {
		margin-right: 0;
		padding-left: 0;
		text-transform: uppercase;
		font-weight: bold;
	}
	.section-welcome .content .logo {
		text-align: right;
	}
	
	
	.section-welcome .description {
		font-size: 1.4em;
	}
	.section-welcome .description ul {
		margin: 30px 0;
	}
	.section-welcome .description li {
		margin-bottom: 5px;
	}

	@media (min-width: 1200px) {
		.section-welcome .content .title {
			font-size: 35px;
		}
		.section-welcome .content {
			padding: 25px 20px 20px 20px;
		}
	}
	@media (max-width: 1199px) {

		.section-welcome .content .title {
			font-size: 24px;
			line-height: 24px;
		}
		.section-welcome .content {
			padding: 35px 25px 25px 25px;
		}
		.section-welcome .welcome-slider .top-event-card .responsive-image {
			/* height: 47vh; */
			height: auto;
			background-size: cover;
			background-position: 50% 50%;
			padding-top: 72.384%;
		}

	}
	@media (max-width: 992px) {

		.section-welcome .content .title {
			font-size: 20px;
			line-height: 22px;
		}
		.section-welcome .content {
			padding: 35px 25px 25px 25px;
		}
		.section-welcome .welcome-slider .top-event-card .responsive-image {
			/* height: 47vh; */
		}
		.section-welcome .discription .sm-hidden,
		.section-welcome .description .sm-hidden {
			display: none;
		}

	}
	@media (max-width: 768px) {
		.section-welcome .welcome-slider .top-event-card .responsive-image {
			/* height: 29vh; */
			padding-top: 74%;
		}
		.section-welcome .content .title {
			font-size: 22px;
			line-height: 22px;
		}
		.section-welcome .discription .sm-hidden,
		.section-welcome .description .sm-hidden {
			display: block;
		}

	}

/* -- SECTION TEXT-INFO ----------------------------------------------------- */


.section-text-info {
	background-color: #ECECEC;
}
	.section-text-info .content {
		padding-top: 90px;
		padding-bottom: 77px;
	}
	.section-text-info .title {
		color: #0066b3;
		font-size: 44px;
		font-weight: bold;
		line-height: 44px;
		margin-bottom: 27px;
		text-transform: uppercase;
	}

	.section-text-info .readmore {
		color: #ff6600;
		font-size: 15px;
		font-weight: bold;
		line-height: 28px;
		margin-top: 9px;
		text-transform: uppercase;
		padding-left: 0;
	}

/* -- META FOOTER ----------------------------------------------------------- */

.meta-footer {
	padding: 57px 20px;
	background-color: #0066b3;
	color: white;
}

	.meta-footer .title {
		font-size: 22px;
		font-weight: bold;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.meta-footer a.readmore {
		color: #ff6600;
		font-size: 15px;
		font-weight: bold;
		line-height: 28px;
		text-transform: uppercase;
	}
	.meta-footer .logo {
		background-color: white;
		padding: 25px;
	}

	.meta-footer .buttons .btn {
		color: white;
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
		padding-left: 0;
	}
	.meta-footer .social-media {
		text-align: right;
	}
	.meta-footer .social-media a.btn{
		color: white;
	}
	.meta-footer .social-media .fe {
		font-size: 28px;
	}

	.meta-footer .copyright {
		color: white;
		font-size: 13px;
		line-height: 18px;
	}
	.meta-footer hr {
		border-top: 1px solid #002B4C;
		margin-bottom: 30px;
		margin-top: 30px;
	}
@media (max-width: 767px) {
	.meta-footer .buttons .btn {
		display: block;
		padding: 8px 20px;
	}
	.meta-footer .copyright,
	.meta-footer .social-media {
		text-align: center;
	}
	.meta-footer .social-media {
		margin: 10px auto;
	}
	
	.meta-footer .col-partner {
		margin-top: 20px;
	}
}


/* -- EVENT CARD ------------------------------------------------------------ */

.card {
	/*border: 1px solid #ddd;*/
	margin-bottom: 30px;
	background: white;

	padding-top: 200%;
	position: relative;
	overflow: hidden;
}
	.card.artist-card {
		padding-top: 140%;
	}
	.card a,
	.card a:hover,
	.card .anchor-replacement,
	.card .anchor-replacement:hover {
		color: black;
		text-decoration: none;

		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
		.card a:hover {
			color: #ff6600;
		}
	.top-event-card .responsive-image {
		transition-duration: .3s;
		background-size: 100%;
	}
	.card .responsive-image {
		padding-top: 100%;
		background-color: #F4F4F4;
		transition-duration: .3s;
		background-size: 100%;
	}
	.top-event-card:hover .responsive-image,
	.card:hover .responsive-image {
		background-size: 110%;
	}
	.card .content {
		padding: 20px;
	}
	.card .content .title {
		color: #0066b3;
		font-weight: bold;
		margin-bottom: 9px;

		font-size: 18px;
		line-height: 24px;
	}
	.card .content .link {
		color: #ff6600;
		font-weight: 700;

		left: 0;
		bottom: 0;
		right: 0;
		padding: 20px;
		background: white;
		position: absolute;
	}
		.card .content .link:before {
			top: -30px;
			left: 0;
			right: 0;
			height: 30px;
			content: "";
			display: block;
			background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			position: absolute;
			/* background: red; */
		}
	.card .content .link .fe.fe-ticket {
		/*vertical-align: inherit;*/
	}

@media (min-width: 1200px) {

	.card {
		padding-top: 180%;
	}

	.card.artist-card {
		padding-top: 145%;
	}

}
@media (max-width: 768px) {

	.card {
		padding-top: 150%;
	}

	.card.artist-card {
		padding-top: 145%;
	}

}



/* -- HEADER SLIDESHOW ------------------------------------------------------ */

.section-header {
	padding: 0;
}
	.section-header .dx-carousel {
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
	
	.section-header a.caption-text,
	.section-header a.caption-text:hover,
	.section-header a.caption-text:active {
		text-decoration: none;
	}




/* -- EVENT DETAIL HEADER --------------------------------------------------- */

.section-header-detail {
	padding: 80px 0;
	position: relative;
	background-color: transparent;
	color: white;
}
	.section-header-detail .btn-back {
		display: inline-block;
		text-align: left;
		padding-left: 0;
		font-size: 15px;
		font-weight: bold;
		line-height: 28px;
		text-transform: uppercase;
		margin-top: -58px;
		margin-bottom: 58px;
	}
	.section-header-detail .btn-back i {
		padding-right: 5px;
	}
	.section-header-detail .bg-layer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.section-header-detail .bg-layer.image {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;

		z-index: -2;
	}
		.section-header-detail .bg-layer.image.blur {
			filter: blur(15px);
		}
	.section-header-detail .bg-layer.tint {
		background-color: rgba(0, 43, 76, .9);

		z-index: -1;
	}
	.section-header-detail h1 {
		font-size: 64px;
		line-height: 1;
		color: white;
	}
	.section-header-detail .intro {
		font-size: 26px;
		line-height: 36px;

		/*
		max-height: 200px;
		overflow: hidden;
		*/

		margin-bottom: 20px;
	}
	.section-header-detail .image-event {
		width: 100%;
	}
@media(max-width: 768px) {
	.section-header-detail {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.section-header-detail .image-event {
		margin-top: 40px;
		margin-bottom: -70px;
		/*box-shadow: 0 0 10px 0 rgba(0,0,0,.5);*/
	}
	.section-header-detail h1 {
		font-size: 36px;
		line-height: 38px;
	}
	.section-header-detail .intro {
		font-size: 20px;
		line-height: 26px;
	}
	.section-header-detail .buttons .btn {
		width: 100%;
		margin-bottom: 20px;
	}

	.section-event-dates {
		padding-top: 100px;
	}
	.section-header-detail .btn-back {
		margin-bottom: 0;
		margin-top: 0;
	}
}



/* --EVENT DETAIL RELATED EVENTS ----------------------------------------------------- */

.section-event-related .dx-carousel .card {
	padding-top: 200%;

}
	.section-event-related .dx-carousel .card .content {
		padding: 10px;
	}
@media(max-width: 767px) {
	.section-event-related .dx-carousel .card {
		padding-top: 150%;
	}
}

/* --EVENT DETAIL DATES ----------------------------------------------------- */

/* LIST */
.section-event-dates {
	padding-top: 80px;
}
	.section-event-dates .event-date-entry {
		background: white;
		margin-bottom: 10px;
	}
	.section-event-dates .event-date-entry.entry-hidden {
		display: none;
	}
		.section-event-dates .event-date-entry .date-tickets {
			display: none;
			padding: 0 20px 20px;
		}
	.section-event-dates .date-info {
		padding: 20px;
	}
	.section-event-dates .date-info .table {
		margin: 0;
	}
	.section-event-dates .btn .fe {
	}
	.section-event-dates .cell-ticket {
		text-align: right;
	}

	.section-event-dates .event-date-unavailable {
		padding: 10px 0;
	}
	
	
	.section-event-dates .event-date-title {
		display: block;
		font-weight: normal;
	}



@media (min-width: 992px) {

	.section-event-dates .row.row-text {
		/*padding-top: 15px;*/
	}
	
	.section-event-dates .row.row-text .x-event-date-time {
		padding-top: 10px;
	}

	.btn-blue-outline.showMailChange {
		margin-left: 20px;
	}
}
@media (max-width: 767px) {

	.section-event-dates .cell-ticket {
		text-align: center;
	}

	.section-event-dates .cell-ticket .btn {
		margin-top: 15px;
	}

}


/* TABLE */
.event-date-list {

}
	.event-date-list .table-cell {
		vertical-align: middle;
	}
	.event-date-list .event-date-entry {
		user-select: none;
		cursor: default;
	}
	.event-date-list .event-date {
		text-align: center;
		/*padding: 0 10px;*/
	}
	.event-date-list .event-time {
		text-align: center;
		/*padding: 0 40px;*/

	}
	.event-date-list .event-location {
		width: 100%;
	}
	.event-date-list .event-tickets {
		}


	/* CONTENT */
	.section-event-dates .event-date-day {
		font-size: 22px;
	}
	.section-event-dates .event-date-month {
		color: #ff6600;
	}
	.section-event-dates .event-date-time {
		min-width: 160px;
	}
	.section-event-dates .event-date-location {
		font-weight: bold;
	}
		.section-event-dates .event-date-location strong {
			color: #ff6600;
			margin-left: 15px;
			text-transform: uppercase;
		}

	.date-tickets .table {}
	.date-tickets .table-row {}
	.date-tickets .table-cell {
		border-bottom: 1px solid #dadada;
	}
	.date-tickets .price-code {
		padding: 20px 0;
		text-align: center;
	}

	.date-tickets .price-category {
		width: 100%;
		paddding-left: 45px;
	}
	.date-tickets .price-value {
		white-space: nowrap;
		padding: 0 10px;
	}
	.date-tickets .event-unavailable {
		white-space: nowrap;
		padding: 0 10px;
	}
	.date-tickets .price-class {
		display: inline-block;
		width: 35px;
		height: 35px;
		background: #ccc;
		vertical-align: middle;
		margin: 0 10px 0 0;
		/*box-shadow: 0 0 4px -1px rgba(0,0,0,.5);*/
	}
	.date-tickets select.form-control {
		border-radius: 0;
		border: 1px solid #DADADA;
		padding: 10px;
		height: auto;
		margin: 0;
		cursor: pointer;
		min-width: 130px;
		background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.date-tickets .event-terms {
		padding: 13px;
	}
		.date-tickets .event-terms small {
			display: block;
			color: #ff6600;
		}
		.date-tickets .event-terms small a {
			text-decoration: underline;
		}


	.date-tickets .price-class-name {
		padding: 10px 0;
		display: inline-block;
	}

	.date-tickets .price-code,
	.date-tickets .event-unavailable,
	.date-tickets .price-value {
		padding: 10px 0;
	}
	.date-tickets .event-unavailable {
		text-align: right;
	}

	/*
	.date-tickets .row.row-ticket-class {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #dadada;
	}
	*/
	.date-tickets .splitter {
		height: 1px;
		background: #dadada;
		margin: 5px 0;
	}

@media (max-width: 767px) {

	.date-tickets select.form-control {
		min-width: 95px;
	}

	.date-tickets .splitter {
		margin: 25px 0;
	}

	.date-tickets select.form-control {
		margin-top: 15px;
	}

	.date-tickets .responsive-clear {
		clear: both;
		padding-top: 1px;
	}
	.date-tickets .event-unavailable {
		text-align: center;
	}



	.price-category {
		position: relative;
	}

	.date-tickets .price-class {
		position: absolute;
		top: 8px;
		left: -20px;
		width: 15px;
		bottom: 8px;
		height: auto;
	}


	.section-event-dates .event-date-location strong {
		margin-left: 0;
		display: block;
	}

}


/* -- events webshop -- */

.event-webshop {
	/*display: none;*/
	/*padding: 15px 0;*/
	/*border-radius: 4px;*/
}

.event-webshop.webshop-dark {
	background-color: #152e4d;
}

.event-webshop iframe {
	width: 100%;
	border: 0;
	min-height: 1200px;
}


/* --EVENT DETAIL CONTENT --------------------------------------------------- */

.section-event-content {
}
	.section-event-content .event-content-wrap {
		background: white;
		padding: 60px 0;
	}
	.section-content .event-hotline,
	.section-event-content .event-hotline {
		padding: 60px 0;
		background-color: #F4F4F4;
	}
	.section-event-content .notice-eventim {
		padding: 40px 0;
	}
@media(max-width: 768px) {
	.section-event-content .event-hotline,
	.section-event-content .notice-eventim,
	.section-event-content .event-content-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* -- EXCLUSIVE EVENTS ------------------------------------------------------ */

.section-exclusive {
	position: relative;
}
	.section-exclusive h2 {
		color: #ff6600;
	}
	.section-exclusive h2 .fe.fe-star {
		font-size: 44px;
		vertical-align: bottom;
	}

	@media (max-width: 768px) {
		.section-exclusive {
			padding-bottom: 70px;
		}
		.section-exclusive .dx-carousel .owl-dots {
			position: relative;
			bottom: auto;
			left: auto;
			width: 100%;
			margin-left: auto;
			text-align: center;
		}
		.section-exclusive .readmore-buttons-mobile {
			margin-top: 30px;
		}

		.section-exclusive .buttons-right {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			text-align: center;
		}
		.section-exclusive .dx-carousel .card {
			padding-top: 200%;

		}
		.section-exclusive .dx-carousel .card .content {
			padding: 10px;
		}
	}

/* -- HIGHLIGHT EVENTS ------------------------------------------------------ */

.section-highlights {

}
	.section-highlights h2 {
		color: #0066b3;
	}
	.section-highlights .card.event-card-xl {
		padding-top: 54.5%;
	}
	.section-highlights .card.event-card-xl .responsive-image {
		padding-top: 55%;
	}
	.section-highlights .card.event-card-xl .content {
		position: absolute;
		top: 10%;
		left: 50px;
	}
	.section-highlights .card.event-card-xl .content .title {
		color: #FFFFFF;
		font-size: 44px;
		font-weight: bold;
		line-height: 44px;
		text-shadow: 1px 1px 4px black;
		width: 240px;
	}
	.section-highlights .card.event-card-xl .content .description {
		display: none;
	}
	.section-highlights .card.event-card-xl .content .link {
		bottom: auto;
		background: transparent;
	}
	.section-highlights .card.event-card-xl .content .link:before {
		display: none;
	}
	
	
	
	.section-highlights .dropdown-menu.dropdown-menu-top-categories {
		padding: 0 10px;
		border-radius:  0;
		border: 0;
	}
	
	.section-highlights .dropdown-menu.dropdown-menu-top-categories button.btn.btn-blue-outline.btnCategory.dropdown-item {
		margin: 10px 0 10px;
		display: block;
		width: 100%;
	}
	.section-highlights .buttons {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 10px;
		justify-content: flex-end;
	}
	.section-highlights .buttons .btn {
		margin: 0;
	}
	.section-highlights .buttons .dropdown {
		margin-bottom: 30px;
	}

	ul.dropdown-menu.menu-regions li .dropdown-item.active {
		background-color: #f5f5f5;
	}


@media (max-width: 768px) {
	.section-highlights .buttons {
		margin-bottom: 30px;
		justify-content: center;
	}
	.section-highlights .buttons .btn {
		padding: 9px 15px;
	}
	.section-highlights .buttons .dropdown {
		margin-bottom: 0;
	}
	.section-highlights .buttons-right {
		margin-bottom: 30px;
	}
	.section-region a.btn {
		margin-bottom: 20px;
	}



}



	/* -- VR TICKET -- */

section.section-default.section-artist .dx-carousel .owl-dots {
	bottom: -50px;
}

	.box-regional.dx-carousel .owl-prev,
	.box-regional.dx-carousel .owl-next {
		background-color: #0066b3;
	}
	.box-regional.dx-carousel .owl-prev.disabled,
	.box-regional.dx-carousel .owl-next.disabled {
		opacity: 1;
		background-color: #ccc;
		display: none;
	}
	
	@media (min-width: 768px) {
		.box-regional.dx-carousel .owl-nav .owl-prev {
			left: -45px;
		}
		.box-regional.dx-carousel .owl-nav .owl-next {
			right: -45px;
		}
	}
	@media (max-width: 767px) {
		.box-regional.dx-carousel  {
			padding: 0;
		}
		.dx-carousel .owl-nav {
			display: none;
		}
		.dx-carousel .owl-dots {
			bottom: -25px;
		}
	}
	
	
.card.event-card.vrticket-card.bg-size-logo .responsive-image {
	background-size: 80%;
}
.card.event-card.vrticket-card.bg-size-cover .responsive-image {
	background-size: cover;
}
	
	/*
.card.event-card.vrticket-card .responsive-image {
	border: 10px solid #ff6600;
	background-color: #ff6600;
	padding-top: 65%;
	background-size: contain;
	border-bottom: 0;
}

	.card.event-card.vrticket-card .responsive-image {
	    border: 10px solid #ff6600;
	    background-color: #ff6600;
	    padding-top: 45px;
	    background-size: contain;
	    border-bottom: 0;
	    background-position: left center;
	}

.card.event-card.vrticket-card {
	background: #ff6600;
	
	padding-top: 130%;
	margin-bottom: 0;
}



.card.event-card.vrticket-card a,
.card.event-card.vrticket-card a:hover,
.card.event-card.vrticket-card .anchor-replacement,
.card.event-card.vrticket-card .anchor-replacement:hover {
	color: #222;
	color: white;
}
.card.event-card.vrticket-card .content .link {
	background: #ff6600;
	color: white;
}

*/
						/*
							.card.event-card.vrticket-card .content .link {
							    background: #ff6600;
							    color: white;
							    top: 20px;
							    left: 65px;
							    bottom: auto;
							    background: transparent;
							    padding: 0;
							}
							*/
	
	/*
.card.event-card.vrticket-card .responsive-image:after {
    content: "VR Ticket";
    color: white;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 65px;
}

.card.event-card.vrticket-card .content .link:before {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255 102 0) 100%);
}

.card.event-card.vrticket-card .content .title {
	color: white;
}
*/

/* -- ARTISTS --------------------------------------------------------------- */

.section-artist {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #103152;
}
	.section-artist h2 {
		color: #0066b3;
		color: white;
	}


/* -- CATEGORIES ------------------------------------------------------------ */

.section-categories {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #103152;
	position: relative;
}
	.section-categories h2 {
		color: #0066b3;
		color: white;
	}
@media (max-width: 768px) {
	.section-categories {
		padding-bottom: 120px;
	}
	.section-categories .buttons-right {
		position: absolute;
		bottom: 50px;
		left: 0;
		width: 100%;
	}

}

.tile.tile-image {
	padding-top: 50%;
	position: relative;

	margin-bottom: 30px;


	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
}
	.tile.tile-image a {
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
		color: white;
		text-decoration: none;
	}
	.tile.tile-image .responsive-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		transition-duration: .3s;
		background-size: 100%;
	}
	.tile.tile-image:hover .responsive-image {
		background-size: 110%;
	}


	.tile.tile-image .caption-wrap {
		display: table;
		width: 100%;
		height: 100%;
	}
	.tile.tile-image .caption {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		text-shadow: 1px 1px 4px black;
	}



/* -- BUTTONS --------------------------------------------------------------- */

.buttons {
}
	.buttons .btn {
		margin-right: 10px;
	}

	.buttons-right {
		text-align: right;
	}
	.buttons-right .btn {
		margin-left: 10px;
	}
	.buttons-admin {
		margin-top: 20px;
	}

	@media (max-width: 768px) {
		.buttons-right {
			text-align: center;
		}
		.buttons-right .btn.btnCategory {
			margin-bottom: 10px;
			display: inline;
		}
	}




/* -- ELEMENTS -------------------------------------------------------------- */

.responsive-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}



/* -- KINO PAGE ------------------------------------------------------------- */

body.kinoneu {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
	body.kinoneu header {
		display: table-row;
		width: 100%;
	}
	body.kinoneu .iframe-outer,
	body.kinoneu &gt; .container {
		display: table-row;
		height: 100%;
	}
	.meta-footer.footer-kino {
		color: #bdc3c7;
		background-color: #191b1f;
		padding: 20px 0 10px 0;
	}
		.meta-footer.footer-kino a {
			color: white;
		}
	body.kinoneu iframe.deinkinoticket {
		position: relative;
		border: 0;
		width: 1px;
		min-width: 100%;
		height: 100%;
		min-height: 70vh;
	}
	body.kinoneu .iframe-inner,
	body.kinoneu .content-wrap {
		display: table-cell;
		height: 100%;
		padding: 0;
	}




/* -- CONTENT PAGE ---------------------------------------------------------- */

.section-header-hero {
	padding: 80px 0;
	position: relative;
	background-color: transparent;
	color: white;

	padding-bottom: 350px;
	margin-bottom: -300px;
}
.section-image-hero {
	padding: 0;
	background: transparent;
}
	.section-image-hero img {
		width: 100%;
		display: block;
	}
.section-content.pull-up {
	padding-top: 0;
}



/* -- CONTENT PAGE ---------------------------------------------------------- */

body.ticket-butler {
	background: #ececec;
}
body.ticket-butler .section-content-butler-first {
	padding-bottom: 0;
}
body.ticket-butler .section-text-info {
	background-color: white;
}
body.ticket-butler .section-header-detail {
	padding-bottom: 350px;
	margin-bottom: -300px;
}
	body.ticket-butler .section-content {
		padding-top: 0;
	}
	body.ticket-butler .tlist li {
		margin: 30px 0;
		list-style-type: none;
		position: relative;
	}
		body.ticket-butler .tlist li:before {
			content: "\e92b";
			position: absolute;
			left: -35px;
			font-family: 'vr-icon-font';
			font-size: 24px;
		}

	body.ticket-butler .card.artist-card {
		padding-top: 195%;
	}

@media(max-width: 991px) {

	body.ticket-butler .card.artist-card {
		padding-top: 180%;
	}
}

@media(max-width: 768px) {
	body.ticket-butler .section-content .content-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.event-hotline strong {
		font-size: 24px;
		line-height: 24px;
	}
	.event-hotline .ticket-butler {
		margin-top: 40px;
	}
}
@media(max-width: 479px) {


	body.ticket-butler .card.artist-card {
		padding-top: 240%;
	}
}

.section-content {
	padding-top: 80px;
	padding-bottom: 80px;
}
	.section-content .content-wrap {
		background: white;
		padding: 60px 0;
	}
	.section-content .content-wrap.content-grey,
	.section-content.section-grey .content-wrap {
		background: #f4f4f4;
	}


@media (max-width: 767px) {
	

	.section-content .content-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

		.section-content .content-wrap.wrap-contest .gewinnspiel-window {
			overflow: visible;
		}
		.content-wrap.wrap-contest .row.banner {
			margin-left: -20px;
			margin-right: -20px;
		}
			.content-wrap.wrap-contest .row.banner .col-sm-12 {
				padding-left: 0;
				padding-right: 0;
			}
}



.section-image {
	padding: 0;
	background: transparent;
}
	.section-image img {
		width: 100%;
		display: block;
	}



/* -- PARTIAL: TICKET BUTLER ------------------------------------------------ */

.partial-text.ticket-hotline p,
.partial-text.ticket-butler p {
	margin-bottom: 25px;
}



/* -- CATEGORIES OVERVIEW --------------------------------------------------- */

.section-categories-overview {
	background: transparent;
	margin-top: -80px;
}



/* -- HOTLINE BUTTON --------------------------------------------------------- */


.hotline-box {
	max-width: 600px;
	display: block;
	z-index: 100;
	overflow: visible;
	position: fixed;
	right: 0;
	top: 40vh;
	transform: translateX(100%);
	transition-duration: .3s;
	cursor: default;
}
	.hotline-box button.close {
		display: none;
	}
	.hotline-box:hover {
		transform: translateX(0);
	}
	.hotline-box .hotline-content {
		background-color: #ff6600;
		padding: 30px 30px 20px;
		color: white;
	}
	.hotline-box .hotline-content a {
		font-weight: bold;
		color: white;
		text-decoration: underline;
	}
	.hotline-box .hotline-content p {
		margin-bottom: 10px;
	}
	.hotline-box .hotline-content strong {
		color: white;
		text-transform: uppercase;
	}

	.hotline-box .hotline-content .ticket-hotline {
		margin-bottom: 15px;
	}
	.button-hotline {
		background-color: #ff6600;
		color: white;
		padding: 15px;
		border: 0;
		font-size: 13px;
		line-height: 18px;
		position: absolute;
		top: 0;
		right: 100%;
		cursor: default;
	}
	.button-hotline:focus,
	.button-hotline:hover {
		border: 0;
		outline: none;
	}

	.button-hotline .fe.fe-phone {
		font-size: 30px;
	}
	.button-hotline .icon-text {
		display: block;
	}

@media (min-width: 768px) {

	.hotline-box .button-hotline {
		pointer-events: hover;
	}
}
@media (max-width: 767px) {
		.hotline-box button.close {
			display: inline;
		}
		.hotline-box {
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			pointer-events: none;
			transform: translateX(0);
		}
		.hotline-box:hover {
			/*top: 20vh;*/
			transform: translateX(0);
		}
		.hotline-box .button-hotline {
			padding: 10px;
			position: fixed;
			top: auto;
			bottom: 70px;
			right: 0;
			pointer-events: visible;
		}
		.hotline-box .button-hotline .fe {
			font-size: 20px;
			display: block;
		}
		.hotline-box .hotline-content {
			position: fixed;
			top: 20vh;
			left: 10px;
			right: 10px;
			bottom: auto;
			box-shadow: 0 0 0px 200vh rgba(0,0,0,.5);

			display: none;
		}
		.hotline-box.is-visible .hotline-content {
			display: block;
			pointer-events: visible;
		}
		.hotline-box .hotline-content button.close {
			position: absolute;
			top: 10px;
			right: 20px;
			opacity: 1;
			color: white;
			font-size: 3em;
		}
}


/* -- SECTION BASKET -------------------------------------------------------- */

.section-basket {

}
.section-default.section-content.section-basket-content {
	padding-top: 0;
}
	.section-basket h1 {
		margin: 60px 0;
	}
	.section-basket .event-list-header {
		margin-bottom: 10px;
	}
	.section-basket .event-list-item {
		margin-left: 0;
		margin-right: 0;
	}
	.section-basket .buttons {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.section-basket .btnDelete {
		color: black;
	}
	.section-basket .row.system-fee {
		margin-top: 10px;
	}

	.section-basket input.qty {
		padding: 4px 5px;
		height: auto;
		text-align: center;
	}
	.section-basket .event-list-item .event-item-inner {
		padding-bottom: 0;
	}
	.section-basket .basket-summary {
		margin-top: 40px;
		margin-bottom: 40px;
	}
		.section-basket .basket-summary small.orange {
			display: block;
			color: #ff6600;
		}
		.section-basket .basket-summary small.orange a {
			text-decoration: underline;
		}
	.section-basket .basket-summary .btn {
		margin-bottom: 40px;
	}
	.section-basket .basket-summary strong {
		font-size: 1.5em;
		margin: 10px 0;
		display: block;
	}
	.section-basket .panel.panel-clear {
		margin: 40px 0;
		box-shadow: none;
	}

@media (max-width: 767px) {

	.section-basket .event-list-item .event-list-header {
		margin-top: 20px;
	}
}



/* -- SECTION CHECKOUT ------------------------------------------------------ */

.section-checkout {

}
	.section-checkout h1 {
		margin: 60px 0;
	}
	.section-checkout h2 {
		margin-bottom: 0;
	}
	.section-checkout .nav-pills {
		margin-bottom: 20px;
	}
	.section-checkout .panel-default {
		border-radius: 0;
		margin: 40px 0;
	}
	.section-checkout .panel-default&gt;.panel-heading {
		border-radius: 0;
		background-color: #0066b3;
		color: white;
	}
	.section-checkout .error {
		/*
		display: block;
		padding: 5px;
		border: 1px solid #c00;
		background: #fee;
		*/

		color: #c00;
	}







	.section-checkout .panel-default {
		background: transparent;
		border: 0;
		box-shadow: none;
		margin-top: 0;
	}
	.section-checkout .panel-default .panel-heading {
		background: transparent;
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.section-checkout .panel-body {
		background-color: white;
		padding-left: 0;
		padding-right: 0;
	}
	.section-checkout .panel-default h2 {
		font-size: 28px;
		line-height: 32px;
		color: #0066b3;
	}

.section-checkout.section-checkout-data .row.row-address {
	margin-top: 100px;
}

@media (max-width: 767px) {

	.section-checkout.section-content .content-wrap {
		margin-left: -15px;
		margin-right: -15px;

		padding-left: 30px;
		padding-right: 30px;

		padding-top: 20px;
	}

	.section-checkout th {
		font-size: .75em;
	}
	.section-checkout .btn {
		margin-top: 15px;
	}
	.section-checkout .panel.contactdata .panel-body {
		margin-left: -15px;
		margin-right: -15px;
	}
}


/* -- SECTION MY ------------------------------------------------------------ */

.section-my {

}
	.section-my h1 {
		margin-bottom: 60px;
	}
	.section-my .nav-pills {
		margin: 40px 0;
	}
	.section-my .user-data {
		margin: 20px 0;
		padding: 40px;
		background: #f4f4f4;
	}
	.section-my .user-data .password-view {
		margin-top: 20px;
	}
	.section-my .buttons-right {
		text-align: right !important;
		margin-bottom: 30px;
	}
	.section-my .buttons-left {
		margin-bottom: 30px;
	}
	.section-my #orders {
		overflow-x: auto;
	}
	.section-my .advanced-search-categories form {
		margin-top: 30px;
	}
	.section-my .advanced-search-categories form button {
		margin-top: 20px;
	}

@media (max-width: 768px) {
	.section-my .user-data {
		padding: 20px;
	}

}


/* -- SECTION MICROSITE ------------------------------------------------------ */

.microsite-window .squeeze h2 {
	margin-top: 30px;
}
.microsite-window img.colimg {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
	.microsite-window .embed-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;

		margin-bottom: 20px;
	}
	.microsite-window .embed-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}



/* -- SECTION GEWINNSPIEL ------------------------------------------------------ */

.gewinnspiel-window img {
	width: 100%;
	margin: 20px auto;
}

.gewinnspiel-window .row.banner img {
	margin: 0 auto 60px;
	box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.15);
}
/*.gewinnspiel-teilnahme .gewinnspiel-register-note {*/
.gewinnspiel-teilnahme {
	padding: 20px;
	background-color: #f76800;
	color: #fff;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
}

.gewinnspiel-teilnahme .gewinnspiel-register-note p.bordered {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.gewinnspiel-teilnahme a {
	color: black;
}

.gewinnspiel-teilnahme h3 {
	color: white;
}

.gewinnspiel-teilnahme #teilnahmebedingungen {
	width: 100%;
	padding: 20px;
	background-color: #fff;
	color: #000;
	margin-bottom: 15px;
}
.gewinnspiel-teilnahme #teilnahmebedingungen p {
	margin-bottom: 10px;
	margin-top: 10px;
}
/*
.gewinnspiel-teilnahme .gewinnspiel-contact {
	padding: 40px 20px;
	background-color: #ddd;
	color: #333;
	overflow: hidden;
	clear: both;
}
*/

.gewinnspiel-teilnahme .gewinnspiel-contact input.form-control {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 0;
}
.gewinnspiel-teilnahme form:after {
	content: "";
	display: block;
	clear: both;
}
.contestsection{
	margin: 20px 0;
}


/* -- contest headline updates -- */

.content-wrap.wrap-contest h1 {
	margin-top: 0;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 38px;
}

.content-wrap.wrap-contest h2 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 30px;
}

.content-wrap.wrap-contest h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}


.content-wrap.wrap-contest .gewinnspiel-teilnahme h3 {
	margin-top: 5px;
	margin-top: 20px;
	color: white;
	font-size: 28px;
	line-height: 32px;
}



/* -- SECTION-MORE-EVENTS ---------------------------------------------------- */

.section-more-events {
	padding-top: 0;
}
	.section-more-events h2 {
		margin-top: 50px;
	}
	.section-more-events .outer-regionalesfenster {
	}
	.section-more-events .regionalesfenster {
		margin-bottom: 30px;
		background: white;
	}
	.section-more-events .regionalesfenster .events {
		padding-top: 20px;
	}
	.section-more-events .regionalesfenster h2 {
		background: black;
	}
	.section-more-events .regionalesfenster .sub-headline {
		color: #ff6600;
	}
		.section-more-events .regionalesfenster  small {
			color: black;
			display: block;
		}
		
		@media (min-width: 660px) {
			.section-more-events .regionalesfenster  small {
				float: right;
			}
		}
	
	.section-more-events .mastercard {
		background: white;
	}
	.section-more-events .mastercard h2 {
		background: black;
		padding: 5px 20px;
		margin-bottom: 20px;
	}
	.section-more-events .mastercard h2:after {
		content: "";
		display: block;
		clear: both;
	}
	.section-more-events .mastercard h2 img {
		width: 121px;
		float: left;
	}
	.section-more-events h2 .mini {
		float: right;
		font-size: 12px;
		margin-top: 3%;
		color: white;
		text-transform: capitalize;
	}
	.section-more-events .event-list-item {
		padding: 10px 30px 10px 60px;
		margin-bottom: 0;
		position: relative;
	}

	.section-more-events .event-list-item .event-name .fe-external-link {
		vertical-align: sub;
		margin-left: -30px;

	}

	.section-more-events .event-list-item .event-name {
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
	}
	.section-more-events .event-list-item .event-body {
		color: black;
	}

	.section-more-events .top10-list-group {

	}
	.section-more-events .headline {
		padding: 30px;
		padding-bottom: 30px;
		margin-bottom: 45px;
		font-size: 44px;
		line-height: 44px;
		color: #0066b3;
		font-weight: bold;
		text-transform: uppercase;
	}
	.section-more-events .sub-headline {
		padding: 30px;
		padding-bottom: 30px;
		background-color: #F4F4F4;
		font-size: 18px;
		line-height: 24px;
		color: #ff6600;
		font-weight: bold;
	}
	.section-more-events .top10-list-group .table {
		background-color: white;
		padding: 30px;

	}
	.section-more-events .top10-counter span {
		padding: 5px 0 0 0;
		border-radius: 50%;
		color: white;
		background-color: #ff6600;
		width: 21px;
		height: 21px;
		text-align: center;
		font-size: 12px;
		line-height: 1;
		display: inline-block;
	}
	.section-more-events .top10-list-group .card {
		padding-top: 0;
		margin-bottom: 0;
	}
	.section-more-events .top10-list-group .card a {
		position: relative;
	}
	.section-more-events .top10-list-group .card a .content {
		padding: 0 10px 16px 14px;
	}
	.section-more-events .powered-center {
		text-align: center;
		padding: 10px 0;
		font-size: 12px;
	}
	
	.top10-list-group .card .content .title {
		margin-bottom: 0;
	}



/* -- SECTION USER REGISTER -------------------------------------------------- */

.section-user-register .registerForm {
	margin: 20px 0;
	padding: 40px;
	background: #f4f4f4;
}
	.section-user-register form:after {
		content: "";
		display: block;
		clear: both;
	}
	.section-user-register .iban-select-wrapper {
		display: none;
	}
	.section-user-register .group-iban {
		/*background-color: #ccc;*/
		border: 1px solid #ccc;
		display: inline-block;
	}
	.section-user-register .group-iban .control-iban {
		display: inline-block;
	}
	.section-user-register .group-iban .group-iban-addon {
		display: inline-block;
		padding: 10px 5px;
	}
	.section-user-register .group-iban .custom-number {
		width: 14px;
		border: 0;
		border-bottom: 1px solid #bbb;
		box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
		text-align: center;
	}
	
	.section-user-register .custom-number,
	.section-user-register .fixed-number {
		margin-right: 3px;
	}
	.section-user-register .custom-number.space,
	.section-user-register .fixed-number.space {
		margin-right: 5px;
		margin-right: 6px;
	}
	.section-user-register .form-horizontal .control-label{
		text-align: left;
	}
	.section-user-register .group-iban .fixed-number {
		width: 14px;
		border: 0;
		border-bottom: 1px solid #bbb;
		box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
		text-align: center;
		background-color: #dedede;
		display: inline-block;
	}
	.section-user-register .register-notice {
		color: #aaa;
		line-height: 1.4;
		font-size: 13px;
		margin-bottom: 20px;
	}
	.section-user-register .form-check-label {
		font-weight: normal;
	}
	.section-user-register .form-check-label .form-check-input {
		margin-right: 4px;
	}



/* -- SECTION CATEGORY DETAIL ----------------------------------------------- */

.section-category-detail .buttons {
	text-align: center;
}

























.promotion-wrap .colimg {
	width: 100%;
}
.kinopolis img.shadow{
	margin: 40px auto;
	box-shadow: 0px 3px 7px 1px rgba(0,0,0,.5);
}












/*  button scroll-to-top */

/*
.btn-back-top {
	position: fixed;
	bottom: 50px;
	right: 10px;
	width: 60px;
	height: 60px;
	z-index: 500;
	border-radius: 50%;
	border: 0;
	background-color: rgba( 255, 83, 0, .5 );
}
*/

.btn-back-top {
	position: fixed;
	display: none;
	bottom: 0;
	right: 20px;
	width: 66px;
	height: 55px;
	z-index: 500;
	border-radius: 0;
	border: 0;
	background-color: rgb(0, 100, 175);
}

@media (max-width: 767px) {

	.btn-back-top {
		right: 0;
		width: 67px;
		height: 58px;
		border-radius: 0;
	}

	.btn-blue-outline.showMailChange {
		margin : 20px 0;
	}
	.email-change {
		margin-bottom: 50px;
	}
	.user-email {
		width: 90%;
	}

}

	.btn-back-top .fe {
		font-size: 25px;
		line-height: 2.3;
		padding-top: 4px;
	}
	.btn-back-top:focus {
		outline: none;
	}
	.btn-back-top:hover {
		background-color: rgba( 255, 83, 0, .8 );
	}

	button.btn.btn-blue-outline.btnCategory.dropdown-item {
		width: 89%;
		font-size: 14px;
		margin-top: 2px;
		margin-bottom: 2px;
		/* background: rgba( 236, 236, 236, 1); */
	}

	.dropdown-menu-top-categories {
		top: 40px;
		left: auto;
		background: rgba( 255, 255, 255, 1);
	}

	button#dropdownMenuButton {
		/*padding-right:  5px;*/
	}
	
.event-info-id {
	float: right;
	margin-top: -38px;
	color: #ff6600;
	font-weight: bold;
}
.icon-discount {
	margin-left: 10px;
	color: #ff6600;
}


/* Loading spinner for checkout/verify-user*/

.loader {
	display: none;
	float: left;
	margin-right: 8px;
	border: 4px solid #b9bbbd;
	border-top: 4px solid #808080;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
}

.mailSent-message {
	display: none;
	padding: 10px;
	margin: 20px 0;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.email-change {
	position: absolute;
	bottom: 100px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s;
}

.send-confirmation {
	visibility: visible;
	opacity: 1;
	transition: opacity .5s;
}

button.btn.btn-default.quit-change {
	margin-left: 20px;
}

.visible {
	visibility: visible;
	opacity: 1;
}
.non-visible {
	visibility: hidden;
	opacity: 0;
}





/* -- layout webbank -- */

body.webbank {
	padding-top: 0;
	
	font-size: 14px;
	line-height: 22px;
}

body.webbank .event-list-item .event-name {
	font-size: 22px;
	line-height: 28px;
}

body.webbank .section-highlights {
	padding: 20px 0;
}

body.webbank .section-search {
	padding-top: 15px;
}

body.startpage.webbank .section-search .content {
	margin-top: 0;
}

body.webbank .event-list {
	margin-top: 20px;
	/*
	padding-left: 15px;
	padding-right: 15px;
	*/
}


body.webbank .row-search-second {
	margin-top: 25px;
}

body.webbank .row-search-second label {
	color: #0066b3;
}

body.webbank .row-search-second .btn.search {
	margin-top: 10px;
	
	margin-top: 17px;
	display: block;
	float: none;
	width: 100%;
	padding: 10px;
	font-size: 16px;
}


body.webbank .section-search .content input.input-search {
	border: 1px solid #ccc;
	
	font-size: 15px;
	padding-top: 0px;
}



body.webbank button.btn.btn-blue-outline {
	padding: 7px 14px;
	margin-bottom: 5px;
	font-size: 16px;
	
	background-color: white;
}
	body.webbank button.btn.btn-blue-outline i {
		font-size: 18px;
	}

@media (max-width: 767px) {
	body.webbank .section-search .icon-search {
		bottom: 8px;
	}
}


body.webbank .section-search .content {
	padding: 20px;
}


body.webbank .event-list-item {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 20px;
}

body.webbank .dropdown-menu.dropdown-menu-top-categories {
	left: 0;
	right: auto;
}


@media (max-width: 599px) {
	
	body.webbank button.btn.btn-blue-outline {
		padding: 3px 8px;
	}
}



@media (min-width: 600px) {
	section.section-default.section-highlights .dropdown {
		float: right;
	}
	
	body.webbank .dropdown-menu.dropdown-menu-top-categories {
		left: auto;
		right: 0;
	}
}


body.webbank .event-list-item .event-ticket-link {
	text-align: right !important;
}




body.webbank.demo .row.row-categories {
	background: white;
	padding: 15px 0 10px;
	margin: 0;
}

body.webbank.demo .row.row-categories&gt;strong {
	margin-left: 15px;
	margin-bottom: 10px;
	/*display: inline-block !important;*/
	color: #0066b3;
	font-size: 16px;
}







/* -- contest style update -- */

.contest-element a {
	border: 1px solid #d4d4d4;
	display: block;
}

.contest-element a img {
	margin-top: 0;
}

.contest-element a {
	margin-bottom: 60px;
	box-shadow: 0 0 6px 0px #00000029;
}

.contest-element .contest-element-text {
	padding: 20px;
}

.contest-element h3 {
	margin-top: 0;
}

.contest-element h2 {
	margin-bottom: 20px;
}

.ticket-phone:hover {
	text-decoration: none;
}
.ticket-phone p {
	color: #0066b3;
}


section.section-default.section-disclaimer {
	padding: 15px;
}








/* -- iban registration mobile updates -- */

@media (max-width: 767px) {

	.section-user-register .registerForm {
		padding: 10px;
	}

	.section-user-register .group-iban .fixed-number {
		width: auto;
		box-shadow: none;
	}

	.section-user-register .group-iban .fixed-number:first-child {
		padding-left: 5px;
	}
	.section-user-register .group-iban .fixed-number:last-child {
		padding-right: 5px;
	}

	.section-user-register .group-iban .group-iban-addon:after {/* content: ""; *//* display: block; *//* clear: both; */}

	.section-user-register .group-iban .group-iban-addon {
		padding: 0;
		box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	}

	.section-user-register .group-iban {
		border: 0;
	}

	.section-user-register .group-iban .group-iban-addon, .section-user-register .group-iban .control-iban {
		margin-bottom: 10px;
	}

	.section-user-register .group-iban .custom-number {
		width: 25px;
		border-radius: 0;
		border-right: 1px solid #eee;
	}
	
	.section-user-register .custom-number,
	.section-user-register .fixed-number {
		margin-right: 0px;
	}

	.section-user-register .custom-number.space,
	.section-user-register .fixed-number.space {
		margin-right: 0;
	}
	.section-user-register .custom-number.space,
	.section-user-register .fixed-number.space:after {
		content: "-";
		display: inline-block;
	}
	
}



/* -- TOP SLIDER -- */

.slider-main .top-event-card {
	display: flex;
	flex-direction: row;
	position: relative;
}

.slider-main .item-caption {
	position: relative;
	top: auto;
	left: auto;
	margin-top: 0;
	
	display: flex;
	background: #0066b3;
	width: 30%;
	height: auto;
	
	text-align: center;
	order: 2;
	
	flex-direction: column;
	padding: 20px;
		justify-content: center;
}
	.slider-main .item-caption:hover,
	.slider-main .item-caption:active,
	.slider-main .item-caption:focus {
		text-decoration: none;
	}

.slider-main .item-caption .content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
	
	text-decoration: none;
}


.slider-main .top-event-card .top-event {
	color: white;
	padding-top: 0;
	cursor: pointer;
	text-shadow: none;
}
.slider-main .top-event-card .top-event:after {
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
	width: 70px;
}
.slider-main .item-caption .name {
	font-size: 18px;
	text-shadow: none;
	font-weight: normal;
}
.slider-main .item-caption .title {
	font-size: 32px;
	line-height: 1.3;
	text-shadow: none;
}

.slider-main .top-event-card .responsive-image {
	width: 70%;
	padding-top: 39%;
	order: 0;
}

.slider-main .dx-carousel .owl-dots {
		bottom: 15px;
		position: absolute;
	left: 0;
	z-index: 15;
	width: 70%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
}




@media (max-width: 767px) and (orientation:landscape) {

	.slider-main .item-caption {
		width: 40%;
	}
	
	.box-floating-buttons {
		bottom: auto;
		top: 80px;
	}

}






/* -- SLIDER MAIN MOBILE ---------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

	.slider-main .top-event-card .responsive-image {
		padding-top: 42.6%;
	}

}



@media (max-width: 767px) and (orientation:portrait) {

	.slider-main .top-event-card .responsive-image {
		width: 100%;
		padding-top: 56.2%;
			padding-top: 66.2%;
	}

	.slider-main .top-event-card {
		flex-wrap: wrap;
	}

	.slider-main .item-caption {
		width: 100%;
		padding: 20px;
	}

	.meta-header .navbar-toggle {
		padding: 10px 15px;
	}

	.slider-main .responsive-image:after {
		display: none;
	}

	.slider-main .item-caption .buttons {
		margin-top: 20px;
	}

	.slider-main .top-event-card .top-event:after {
		margin-bottom: 10px;
	}

	section.section-default.section-header .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.slider-main .dx-carousel .owl-dots {
		bottom: auto;
		top: 49vw;
			top: 58vw;
		width: 100%;
	}
	
	.slider-main .buttons .btn {
		padding: 9px 15px;
	}

}








/* -- accordeon -- */

.accordeon-group {
	margin: 20px 0;
}

.accordeon-group .accordeon-title {
	padding: 5px 0;
}
	.accordeon-group .accordeon-title a {
		color: #0066b3;
		font-weight: normal;
	}
	.accordeon-group .accordeon-title a:hover,
	.accordeon-group .accordeon-title a:active,
	.accordeon-group .accordeon-title a:focus {
		text-decoration: none;
	}
.accordeon-group .accordeon-body {
	padding-bottom: 25px;
}



/* -- startpage update -- */

.fs-inherit {
	font-size: inherit;
}

.new-new-new {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ff6600;
	text-align: center;
	color: white;
	font-size: 1.4em;
	padding: 8px;
	
	z-index: 2;
}


/* -- TOP PARTNER --------------------------------------------------------------- */

.section-top-partner {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #103152;
}
	.section-top-partner h2 {
		color: #0066b3;
		color: white;
		margin-bottom: 20px;
	}
	.section-top-partner p {
		color: white;
		font-size: 1.4em;
		margin: 40px 0;
	}


section.section-default.section-top-partner .card .content .link {
	padding: 0px 15px 15px 15px;
	text-align: right;
}

section.section-default.section-top-partner .card .responsive-image {
	padding-top: 70%;
	background-size: contain;
	
	margin: 0 15px;
	background-color: white;
}

section.section-default.section-top-partner .card .description {
	line-height: 1.35;
}


/* -- FLOATING BUTTONS -- */


.box-floating-buttons {
	/* max-width: 600px; */
	display: block;
	z-index: 100;
	/* overflow: visible; */
	position: fixed;
	right: 0;
	top: 43vh;
	/* transform: translateX(100%); */
	/* transition-duration: .3s; */
	cursor: default;
}

.box-floating-buttons .button {
	display: block;
	text-align: center;
	background-color: #ff6600;
	color: white;
	padding: 13px 0;
	border: 0;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	text-decoration: none;
	
	width: 75px;
	
	box-shadow: 0 0 5px #0000003b;
	
	line-height: 1;
}
	.box-floating-buttons .button .fe {
		margin-bottom: 5px;
	}
.box-floating-buttons .button:hover {
	text-decoration: none;
}
.box-floating-buttons .button.my {
	background-color: #00db12;
}
.box-floating-buttons .button &gt; * {
	display: block;
}


@media (max-width: 991px) {
	
	.box-floating-buttons .button.my,
	.box-floating-buttons .button.button-login {
		display: none;
	}
}

@media (max-width: 767px) {
	
	.box-floating-buttons {
		top: auto;
		bottom: 5vh;
		bottom: 60px;
		zoom: .9;
	}
	
}




/* hotline modal */

.modal.hotline .modal-content {
	padding: 0;
	background: #ff6600;
	color: white;
	border-radius: 0;
}

.modal.hotline .modal-dialog {
	/* background: red; */
}

.modal.hotline .modal-content strong.important,
.modal.hotline .modal-content a {
	color: white;
}

strong.important {}

.modal.hotline .modal-content .modal-header {
	border: 0;
	padding: 0;
}

.modal.hotline .modal-content .modal-header .close {
	padding: 20px;
	opacity: 1;
	color: white;
	
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}



/* -- SECTION CONTEST -- */

.section-contest {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #103152;
}
	.section-contest h2 {
		color: white;
		margin-bottom: 20px;
	}
	.section-contest h3 {
		color: #ff6600;
		margin-bottom: 20px;
	}
	.section-contest h4 {
		color: white;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.section-contest p {
		color: white;
		font-size: 1.4em;
		margin-bottom: 20px;
	}

	.section-contest img {
		width: 100%;
	}
	.section-contest .img {
		width: 100%;
		padding-top: 52.6%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		margin-bottom: 20px;
	}



/* -- SECTION REGISTER -- */

section.section-default.section-register {
	background-color: #ececec;
	padding: 80px 0;
}

.section-register .img {
	padding-top: 100%;
	border-radius: 100%;
	background-color: #0066b3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@media (max-width: 767px) {
	
.section-register .img {
	margin-bottom: 40px;
}
}

.box-orange {
	color: white;
	padding: 40px;
	background-color: #ff6600;
}
.box-orange h1,
.box-orange h2,
.box-orange h3,
.box-orange h4 {
	color: white;
}






/* -- SECTION SERVICES -- */

.box-service {
	padding: 40px 40px 60px;
	background: white;
	box-shadow: 0px 3px 5px #0000000a;
	margin-bottom: 80px;
}
	.box-regional.dx-carousel .owl-nav div,
	.box-service.dx-carousel .owl-nav div {
		top: 50%;
		transform: translateY(-50%);
	}
	.box-service.dx-carousel .owl-nav .owl-prev {
		left: -22px;
	}
	.box-service.dx-carousel .owl-nav .owl-next {
		right: -22px;
	}
	.box-service.dx-carousel .owl-dots {
		bottom: 15px;
	}
	
	.box-service.dx-carousel .owl-prev.disabled,
	.box-service.dx-carousel .owl-next.disabled {
		opacity: 1;
		background-color: #ccc;
	}




.service-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px;
	padding: 40px 40px 0;
	background: white;
	/*border: 1px solid black;*/
	
	justify-content: space-around;
	margin-bottom: 80px;
	
	box-shadow: 0px 3px 5px #0000000a;
}
	a.service-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-decoration: none;
		padding: 0 10px;
		
		
		/*width: calc(100% / 6);*/
		/*margin-bottom: 30px;*/
	}
	a.service-item:hover {
		text-decoration: none;
	}
	a.service-item:hover .service-icon {
		transform: scale(1.1);
	}
	.service-icon {
		transition-duration: .2s;
		background: #0066b3;
		width: 100px;
		height: 100px;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: white;
		margin-bottom: 20px;
		padding: 25px;
		
		margin-top: 10px;
	}
	.service-icon img {
		max-width: 100%;
		max-height: 100%;
	}
	.service-icon .fe {
		font-size: 60px;
	}
	.service-label {
		font-size: 20px;
		color: black;
		text-align: center;
	}
	a.service-item:hover .service-label {
		color: #ff6600;
		color: #0066b3;
	}
	
@media (max-width: 1199px) {
	
	.service-box a.service-item {
		margin-bottom: 20px;
		width: 33%;
	}
	
}
@media (max-width: 679px) {
	
	.service-box a.service-item {
		margin-bottom: 20px;
		width: 50%;
	}
	
}


/* -- SECTION TOPICS -- */

.section-topics {
	padding-top: 80px;
}

.client-topics {
}
	.client-topics .card {
		padding-top: 120%;
		border: 1px solid black;
	}
	.client-topics .responsive-image {
		padding-top: 50%;
		padding-top: 66.67%;
		background-size: cover !important;
	}
	.client-topics .card .content .link {
		padding: 0px 15px 15px 15px;
		text-align: right;
	}
	.client-topics .card:hover .title {
		color: #ff6600;
	}














/* -- dropdown last icon positioning -- */
.dropdown-toggle:not(.btn) .fe:last-child {
	margin-right:  0;
}


/* -- global menu apps menu on my page -- */
.section-my .dropdown-toggle.toggle-apps {
	/*background: wheat;*/
	/*background: #f4f4f4;*/
	color: #333;
}



/* -- GLOBAL MENU -- */

.dropdown-menu.global-menu {
	left: auto;
	right: 0;
	width: 350px;
	width: 420px;
	background-color: #f7f7f7;
	border-color: #ccc;
	
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	padding: 0;
	padding-right: 3px;
}
	.dropdown-menu.global-menu::-webkit-scrollbar {
		width: 11px;
		height: 8px;
		background-color: #bbb;
		border: 3px solid #f7f7f7;
	}
	
	.dropdown-menu.global-menu::-webkit-scrollbar-thumb {
		background: #000;
		background: #0066b3;
		border: 3px solid #f7f7f7;
		border-radius: 10px;
	}


.section-my .dropdown .toggle-global {
	background: #0066b3;
	color: white;
}

.global-menu section {
	padding: 20px 10px;
	margin: 0px 15px;
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.global-menu section.highlight {
	background-color: white;
}
.global-menu section:last-child {
	border-bottom: 0;
}

.global-menu section.applicatios {
	background: #f9f9f9;
}

.global-menu section.personal {
	background: #eee;
}

.global-menu .flex-h {
	display: flex;
	justify-content: space-between;
}

.meta-header .global-menu .fe,
.global-menu .fe {
	vertical-align: middle;
}

.dropdown-menu.global-menu a {
	color: #333;
	padding: 3px 10px;
}

.dropdown-menu .promo-dashboard a:hover,
.dropdown-menu.global-menu a:hover {
	text-decoration: none;
}

.global-menu .section-header {
	margin-bottom: 10px;
	font-size: .9em;
	color: #555;
}
	.global-menu .section-header:first-child {
		margin-top: -10px;
	}

					.dropdown-toggle.toggle-global {
						background-color: #0066b3;
						/* background-color: var(--cl-primary); */
						color: white !important;
					}
					
					.dropdown-toggle.toggle-global:hover,
					.dropdown-toggle.toggle-global:focus,
					.dropdown-toggle.toggle-global:focus-within {
						color: white !important;
						/* background-color: var(--cl-primary) !important; */
						background-color: #0066b3 !important;
					}

.dropdown-menu .spacer {
	height: 6px;
	overflow: hidden;
}



ul.menu {
	padding: 0;
	list-style: none;
}
ul.menu + ul.menu {
	margin-top: 15px;
}



ul.menu li&gt;a,
ul.menu li&gt;span.a {
	padding: 4px 10px;
	display: block;
}

ul.menu li&gt;a:hover {
	background: #f5f5f5;
	background: #eee;
	color: inherit;
}

ul.menu .w50 {
	width: 50%;
}

ul.menu.tiles {
	display: flex;
	flex-wrap: wrap;
}

ul.menu.tiles li {
	width: 50%;
	width: 33%;
	/*float: left;*/
	margin-bottom: 6px;
}

ul.menu.tiles:after {
	content: "";
	display: block;
	clear: both;
}

ul.menu.tiles li a &gt; * {
	display: block;
}

ul.menu.tiles li a {
	text-align: center;
	color: #777;
	padding: 10px 5px;
	height: 100%;
	
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	
	border-radius: 8px;
}

ul.menu.tiles li a.active {
	color: #0066b3;
	background-color: white;
	box-shadow: 2px 2px 4px #0000000d;
	border: 1px solid #0066b329;
}

ul.menu.tiles li a .fe {
	font-size: 30px;
	margin-bottom: 10px;
	margin-right: 0;
}

ul.menu.tiles li a:hover {
	color: #333;
}

ul.menu.tiles li a &gt; .caption {
	/*margin-bottom: 10px;*/
		/* font-size: .95em; */
	line-height: 1.3;
		margin-top: auto;
	margin-bottom: auto;
}








i.fe.indicator {
	position: relative;
}

i.fe.indicator:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #398439;
}




.nav&gt;li&gt;a.highlight {
	background: #e7e7e7;
}
.nav&gt;li&gt;a.highlight:focus,
.nav&gt;li&gt;a.highlight:hover {
	color: white;
	background: #0066b3;
}


.overflow-ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
	cursor: pointer;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-right: 0 !important;
	padding-left: 20px!important;
}

.bootstrap-table .fixed-table-pagination {
	margin-top: 20px;
	overflow-x: auto;
}
.bootstrap-table .pull-right.pagination {
	float: none !important;
	display: block;
	text-align: center;
}
.bootstrap-table .pull-left.pagination .pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.bootstrap-table .pull-right.pagination-detail {
	padding-right: 8px;
}

@media (max-width: 767px) {
	.table-responsive .bootstrap-table .fixed-table-pagination {
		padding: 0 8px;
	}
	.bootstrap-table .pull-right.pagination-detail {
		float: none !important;
	}
}



.bootstrap-table .pagination-detail button.btn.btn-default.dropdown-toggle {
	font-size: 15px;
	padding: 6px 12px;
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
	.bootstrap-table .pagination-detail button.btn.btn-default.dropdown-toggle:hover {
		background: #0066b3;
		color: white;
	}


/* -- print styles --------------------------------------------------------- */

@media print {
	
	.navigation-wrap {
		display: none;
	}
	
	.container-full.logged-in .page-wrap {
		margin-left: 0;
	}
	
	.box
	/* 
	.section-dashboard .row .col-md-6
	.section-dashboard .row
	.section  
	*/
	{
		
		display: table !important;
		page-break-inside: avoid;
		break-inside: avoid;
	}
	/* .box .box-header,
	.box .box-content,
	.box table {
		display: block;
	}
	*/
	.no-print,
	.bootstrap-table .fixed-table-toolbar .search,
	.bootstrap-table .pagination-detail {
		display: none;
	}
	table {
		page-break-inside:avoid; 
		page-break-after:auto ;
		break-inside: avoid;
		page-break-before: always;
	}
	table tr {
		page-break-inside: avoid; 
		page-break-after: auto;
	}
	table thead {
		display: table-header-group;
	}
	table tfoot {
		display: table-footer-group;
	}

	.box table {
		page-break-inside:auto; 
		page-break-after:auto ;
		break-inside: auto;
		page-break-before: always;
	}

	@page {
		/* portrait or landscape */
		size: portrait;
	}

	/*
	[class^='col-sm'],
	[class^='col-md'] {
		float: left !important;
	}

	.col-sm-12,
	.col-md-12 {
		width: 100%;
	}
	.col-sm-11,
	.col-md-11 {
		width: 91.66666667% !important;
	}
	.col-sm-10,
	.col-md-10 {
		width: 83.33333333% !important;
	}
	.col-sm-9,
	.col-md-9 {
		width: 75% !important;
	}
	.col-sm-8,
	.col-md-8 {
		width: 66.66666667% !important;
	}
	.col-sm-7,
	.col-md-7 {
		width: 58.33333333% !important;
	}
	.col-sm-6,
	.col-md-6 {
		width: 50% !important;
	}
	.col-sm-5,
	.col-md-5 {
		width: 41.66666667% !important;
	}
	.col-sm-4,
	.col-md-4 {
		width: 33.33333333% !important;
	}
	.col-sm-3,
	.col-md-3 {
		width: 25% !important;
	}
	.col-sm-2,
	.col-md-2 {
		width: 16.66666667% !important;
	}
	.col-sm-1,
	.col-md-1 {
		width: 8.33333333% !important;
	}
	*/

	[class^='col-print'] {
		float: left;
	}
	.col-print-12 {
		width: 100% !important;
	}
	.col-print-11 {
		width: 91.66666667% !important;
	}
	.col-print-10 {
		width: 83.33333333% !important;
	}
	.col-print-9 {
		width: 75% !important;
	}
	.col-print-8 {
		width: 66.66666667% !important;
	}
	.col-print-7 {
		width: 58.33333333% !important;
	}
	.col-print-6 {
		width: 50% !important;
	}
	.col-print-5 {
		width: 41.66666667% !important;
	}
	.col-print-4 {
		width: 33.33333333% !important;
	}
	.col-print-3 {
		width: 25% !important;
	}
	.col-print-2 {
		width: 16.66666667% !important;
	}
	.col-print-1 {
		width: 8.33333333% !important;
	}
	.break-inside-avoid {
		break-inside: avoid;
		page-break-inside: avoid;
		display: table !important;
		width: 100%;
	}
	.break-after-always {
		break-after: page;
		page-break-after: always;
	}
	.break-before-always {
		break-before:page;
		page-break-before:always;
	}
	i.fe {
		display: none;
	}
	.section-dashboard .box,
	.section-dashboard .box-content canvas {
		max-width: 100%;
		width: 100%;
		height: auto !important;
	}

	.section-dashboard table {
		page-break-inside:auto; 
		page-break-after:auto ;
		break-inside: auto;
		page-break-before: auto;
	}
	.section-dashboard table tr {
		page-break-inside: avoid; 
		page-break-after: auto;
	}
	.section-dashboard table thead {
		display: table-header-group;
	}
	.section-dashboard table tfoot {
		display: table-footer-group;
	}

	.section-dashboard .box table {
		page-break-inside:auto; 
		page-break-after:auto ;
		break-inside: auto;
		page-break-before: auto;
	}

	a[href],
	a[href]:after {
		/* content: " (" attr(href) ")"; */
		display: none;
	}

	body.area-promotion.admin .meta-footer {
		display: none;
	}
}


/* -- CATEGORY/LOCATION DROPDOWNS -- */
section.section-search-v2 {
	z-index: auto;
}
.dropdown.entertain {
	display: inline;
}
.dropdown.entertain .dropdown-menu-wrap {
	top: 40px;
	/* left: auto; //if needed */
	border-radius: 4px 4px 4px 4px;
	border-radius: 0;
	box-shadow: none;
	left: 0;
	font-size: 16px;
	padding: 15px;
	z-index: 1000;
	background: rgba( 255, 255, 255, 1);
}
.dropdown.entertain .dropdown-wrap-child {
	float: left;
	width: 300px;
	display: none;
}
.dropdown.entertain .dropdown-wrap-child ul.dropdown-menu-child {
	position: relative;
	top: auto;
	left: auto;
	margin-left: 20px;
	width: 100%; /*200px;*/
}
.dropdown.entertain ul.dropdown-parent {
	float: left;
	width: 300px;
	margin: 0;
}
.dropdown.entertain ul.dropdown-parent ul.dropdown-menu-child {
	display: none;
}
.dropdown.entertain .dropdown-menu.dropdown-menu-wrap:after {
	content: "";
	display: block;
	clear: both;
}
.dropdown.entertain .dropdown-menu-wrap ul {
	padding: 0;
}
.dropdown.entertain li {
	text-align: left;
	list-style: none;
}
.dropdown.entertain li&gt;a {
	position: relative;
	display: block;
	padding: 10px 10px;
	white-space: initial;
	color: #333;
	font-weight: 400;
	line-height: 1.42857143;
}

.dropdown.entertain .dropdown-submenu &gt; .dropdown-item::after {
	content: "\e930";
	font-family: 'vr-icon-font' !important;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	color: #0066b3;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}
.dropdown.entertain .dropdown-item.active,
.dropdown.entertain .dropdown-item.active::after,
.dropdown.entertain .dropdown-item:hover,
.dropdown.entertain .dropdown-item:hover::after {
	color: #ff6600;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown.entertain .dropdown-submenu .dropdown-menu li:not(:last-child) .dropdown-item,
.dropdown.entertain .dropdown-submenu:not(:last-child) &gt; .dropdown-item {
	border-bottom: 1px solid #e5e5e5;
}
.dropdown.entertain .dropdown-menu-wrap.child-visible {
	width: 650px;
}

@media (max-width: 767px) {

	.dropdown.entertain {
		display: block;
	}
	.dropdown.entertain .dropdown-menu {
		width: 100%;
		top: 60px;
		padding: 0;
		/*border: none;*/
	}
	.dropdown.entertain ul.dropdown-parent {
		float: none;
		width: auto;
	}
	.dropdown.entertain .dropdown-submenu &gt; .dropdown-item::after {
		content: "\e92e";
		right: 5px;
	}
	.dropdown.entertain .dropdown-submenu &gt; .dropdown-item.active::after {
		content: "\e931";
	}
	/*
	.dropdown.entertain .dropdown-submenu .dropdown-menu {
		position: relative;
		left: auto;
		max-width: 100%;
		border: 0;
	}
	.dropdown.entertain .dropdown-submenu &gt; .dropdown-item::after {
		content: "\e92e";
	}
	.dropdown.entertain .dropdown-submenu &gt; .dropdown-item.active::after {
		content: "\e931";
	}
	*/
}


/* -- CATEGORY/LOCATION -- */

@media (max-width: 767px) {
	
	section.section-default.section-content.section-header-detail {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	section.section-default.section-content.section-category-detail,
	section.section-default.section-content.section-location-detail {
		padding-top: 40px;
	}
}


/* -- FORM UPLOAD BUTTON -- */
.form-dx-upload {
	display: inline-block;
	padding-left: 20px;
}
.form-dx-upload .upload-btn {
	position: relative;
	overflow: hidden;
}
.form-dx-upload .upload-btn input {
	cursor: pointer;
	position: absolute;
	font-size: 50px;
	opacity: 0;
	right: 0;
	top: 0;
}

/* -- EVENT CARD --*/

@media (max-width: 767px) {
	.row.event-list {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.row.event-list &gt; * {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.card.artist-card,
	.card.event-card {
		margin-bottom: 15px;
	}
	.card.artist-card .content,
	.card.event-card .content {
		padding: 10px;
	}
	.card.artist-card .content .title,
	.card.event-card .content .title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
	}
	.card.event-card .content .description {
		display: none;
		visibility: hidden;
	}
	.card.event-card .content .link {
		position: relative;
		padding: 0 10px;
		background: transparent;
	}
	.card.event-card .content .link:before {
		background: none;
	}
}

/** -- CUSTOM DISPLAY -- **/
@media (max-width: 767px) {
	.dx-xs-block {
		display: block;
	}
}

/** -- CUSTOM FORM -- **/
.form-check input.form-check-input {
	position: absolute;
	opacity: 0;
}
.form-check label {
	font-weight: normal;
	position: relative;
	cursor: pointer;
	padding: 0;
	padding-left: 30px;
	position: relative;
}

.form-check label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
	border: 1px solid #ccc;

	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.form-check label:hover,
.form-check .form-check-input:checked + label {
	color: #ff6600;
}
.form-check .form-check-input:checked + label:before,
.form-check label:hover:before {
	border-color: #ff6600;
}
.form-check .form-check-input:checked + label:after,
.form-check label:hover:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 11px;
	background: #ff6600;
	width: 2px;
	height: 2px;
	box-shadow:	2px 0 0 #ff6600, 4px 0 0 #ff6600, 4px -2px 0 #ff6600, 4px -4px 0 #ff6600, 4px -6px 0 #ff6600,4px -8px 0 #ff6600;
	transform: rotate(45deg);
}

/** -- CONSENT LAYER --*/

.consent-blocker {
	background-size: cover;
	background-position: 50% 50%;
	background-color: #fafafa;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin: 20px 0;
	padding: 20px 0;
	aspect-ratio: 16/9;
}
.consent-blocker .consent-content-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.consent-blocker .text-wrap {
	padding: 30px;
	background-color: rgba(255,255,255,.95);
	max-width: 400px;
	margin: 0 auto;

}
@media (max-width: 767px) {
	.consent-blocker .text-wrap {
		width: 80%;
		padding: 10px;
	}
}
.consent-blocker .text-wrap .title {
	color: var(--cl-primary);
	font-weight: 700;
}

.consent-blocker button.btn {
	font-size: 1em;
	background-color: var(--cl-primary);
	color: white;
	padding: 7px 12px;
	border: 0;
	cursor: pointer;
	font-weight: 500;
}
.consent-blocker .form-check-label {
	font-weight: normal;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
	column-gap: 5px;
}
.consent-blocker .form-check-label input {
	margin: 0;
}



/** -- PROMOTION RELAUNCH -- */

.promotion-wrap.relaunch {
	overflow-x: hidden;
}

.promotion-wrap.relaunch .section-default h2 {
	margin-bottom: 20px;
}

.promotion-wrap.relaunch .btn-secondary {
	background-color: var(--cl-secondary);
}

.promotion-wrap.relaunch ol:not(.list-unstyled),
.promotion-wrap.relaunch ul:not(.list-unstyled) {
	padding-left: 20px;
}
.promotion-wrap.relaunch ul.lead.numbers {
	padding-left: 0;
}
.promotion-wrap.relaunch .promotion-form {
	margin-bottom: 0;
	
	padding: 60px; /* new */
}

/* equalize containers */
/*
		.promotion-wrap.relaunch .content-container.background-primary:not(.padding-default),
		.promotion-wrap.relaunch .section-default .content-container,
		.promotion-wrap.relaunch .promotion-form {
			padding: 40px;
		}
*/

.column-2 {
	column-count: 2;
	column-gap: 40px;
}
h2.lead.h2 {
	margin-bottom: 30px;
}

.promotion-wrap.relaunch ul.lead.numbers {
	margin-bottom: 0;
}
.promotion-wrap.relaunch ul.lead.numbers li:last-child {
	margin-bottom: 0;
}

@media(max-width: 768px) {
	.promotion-wrap.relaunch .section-default.section-hero {
		padding-left: 5px;
		padding-right: 5px;

		padding: 20px 5px 100px;
	}
	.promotion-wrap.relaunch ul.lead.numbers li {
		font-size: 1.1em;
		padding-left: 40px;
	}
	.promotion-wrap.relaunch ul.lead.numbers span.number-badge {
		width: 30px;
		height: 30px;
	}
}


@media(max-width: 767px) {
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mt-sm-6 {
		margin-top: 4rem !important;
	}
	.object-fit-sm-contain {
		-o-object-fit: contain!important;
		object-fit: contain!important
	}
	.promotion-wrap.relaunch .section-default h2 {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.promotion-wrap.relaunch .content-container.background-primary:not(.padding-default) {
		padding: 30px 20px;
	}
	.promotion-wrap.relaunch section.section-default:not(.section-hero) .container{
		padding-right: 0;
		padding-left: 0;
	}
	.promotion-wrap.relaunch .content-container.slider {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.promotion-wrap.relaunch .content-container {
		padding: 20px;
	}

	.promotion-wrap.relaunch .promotion-form {
		padding: 20px;
	}
	.promotion-wrap.relaunch .promotion-form .btn {
		padding: 8px 10px;
		font-size: 14px;
	}
	.promotion-wrap.relaunch ul.lead {
		column-count: 1;
	}
	.meta-footer {
		padding: 40px 10px;
	}
}

/** -- Promotion content slider -- */

.promotion-slider {
	padding: 10px 20px 50px 20px;
}
.promotion-slider.background-white h3,
.promotion-slider * {
	color: #333;
}
.promotion-slider .item h3 {
	margin: 0;
	padding: 20px 30px;
}
.promotion-slider .dx-carousel .owl-nav div {
	/*
	top: 50%;
	transform: translateY(-50%);
	transform: translateY(calc(-50% + 20px)); 
	*/
	top: 140px;
	color: white;
	background-color: var(--cl-primary);
}
	.promotion-slider .dx-carousel .owl-nav div .fe {
		color: white;
	}
	.promotion-slider .dx-carousel .owl-nav .owl-prev {
		left: -20px;
	}
	.promotion-slider .dx-carousel .owl-nav .owl-next {
		right: -20px;
	}

.promotion-slider .dx-carousel .owl-dots {
	bottom: -30px;
}
	.promotion-slider .dx-carousel .owl-dots .owl-dot span {
		box-shadow: none;
		background-color: #ababab;
	}
	.promotion-slider .dx-carousel .owl-dots .owl-dot.active span {
		background-color: var(--cl-secondary);
	}

.promotion-slider .item .img {
	width: 100%;
}

@media(min-width: 768px) {
	.promotion-slider .content-wrap.d-flex {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: start;
		column-gap: 30px;
		padding: 0 30px;
	}
	.promotion-slider .item .content {
		width: 70%;
	}
	.promotion-slider .item .img {
		max-width: 30%;
	}
}

@media(max-width: 767px) {
	
	.promotion-slider {
		padding: 20px 20px 50px 20px;
	}
	.promotion-slider .item {
		padding: 0 10px;
	}
	.promotion-slider .item h3 {
		padding: 20px 0;
	}
	.promotion-slider .item .img {
		display: none;
	}
	.promotion-slider .dx-carousel .owl-dots {
		bottom: -40px;
	}
	.promotion-slider .dx-carousel .owl-nav {
		display: block;
	}
	.promotion-slider .dx-carousel .owl-nav .fe {
		padding: 0;
	}
}

/** -- LOGIN RELAUNCH ----------------------------------------- */

.section-user-login.bg-image {
	background-image: url('/media/entertain-v2/img/teaser-event.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

@media (min-width: 768px) {
	.section-user-login .wrap-content {
		padding: 0 60px;
	}
}

.section-user-login .login-wrap h2 {
	margin-bottom: 20px;
}
.section-user-login .login-form .link-register {
	margin-bottom: 20px;
	font-weight: 500;
}
.section-user-login .login-form .btn-submit {
	margin: 25px 0 10px 0;
}
.section-user-login .login-form.role-member .btn-submit {
	margin: 10px 0;
	width: auto;
}

.section-user-login .login-wrap .separator.line-on-side {
	border-bottom: 2px solid #ccc;
	line-height: .1em;
	margin: 30px 0;
}
.section-user-login .login-wrap .separator span {
	background-color: white;
	padding: 0 5px;
}
.section-user-login .login-wrap .btn-yes {
	font-weight: bold;
	border: 2px solid;
	border-radius: 0;
	position: relative;
	text-align: left;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.section-user-login .login-wrap .btn-yes i {
	position: absolute;
	right: 10px;
}

@media (max-width: 767px) {
	.section-user-login .col {
		max-width: 425px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}
/** -- REGISTER RELAUNCH -------------------------------------- */

.section-user-register.bg-image {
	background-image: url('/media/entertain-v2/img/teaser-event.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
@media (min-width: 768px) {
	.section-user-register .wrap-content {
		padding: 0 60px;
	}
}

.section-user-register.bg-image .content-wrap .registerForm {
	margin-bottom: 0;
}
.section-user-register .registerForm .btn-submit {
	margin-top: 20px;
}
.section-user-register .registerForm .description {
	line-height: 1.4;
	font-size: 13px;
	margin-top: 10px;
	/* padding: 0px 6px; */
}
.section-user-register .registerForm .errors {
	color: #dc3545;
	list-style: none;
	padding: 0;
	margin-top: .25rem;
}

.section-user-register input#client_blz + div &gt; ul.errors {
	margin-top: -10px;
}

.section-user-register .registerForm .depOther {
	margin-top: 15px;
}
.section-user-register .registerForm .depOther.hidden {
	visibility: hidden;
	opacity: 0;
}


/* -- REGISTER RELAUNCH -------------------------------------- */

.meta-footer.footer-small {
	padding: 30px 0;
}
.footer-small a:hover {
	text-decoration: none;
}
.footer-small a {
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-right: 30px;
}
.footer-small .copyright {
	margin-top: 15px;
	text-align: left;
}
@media (min-width: 992px) {
	.footer-small .copyright {
		margin-top: 4px;
		text-align: right;
	}
}




/* -- DETAIL/DETAIL-DATE NOTICE -------------------------------------------- */

.section-default.section-notice {
	padding-bottom: 0;
}
.section-default.section-notice .content {
	padding: 20px;
	background-color: white;
	
}
.section-default.section-notice .content:after {
	content: "";
	display: block;
	clear: both;
}
.section-default.section-notice .text {
	margin-bottom: 0;
}
.section-default.section-notice .title {
	font-weight: bold;
	margin-bottom: 5px;
}
.section-default.section-notice .description {
	margin-bottom: 5px;
}
.section-default.section-notice .description:last-child {
	margin-bottom: 0;
}
.section-default.section-notice .buttons {
	float: right;
	margin: 0 0 0 20px;
}

.section-default.section-notice .btn.btn-white {
	background-color: white;
	color: #ff6600;
	margin: 0;
}

.section-notice .icon {
	position: absolute;
	top: 18px;
	left: 18px;
}

.section-notice .content {
	position: relative;
}

.section-default.section-notice .content.has-icon {
	padding-left: 52px;
}

.section-default.section-notice .content &gt; i,
.section-default.section-notice .content &gt; .icon &gt; i,
.section-default.section-notice .content strong {
	color: #0066b3;
}

@media (min-width: 767px) {
}





.section-default.section-notice.section-highlight .content {
    background-color: #ff6600;
    color: white;
}

.section-default.section-notice.section-highlight .content i, .section-default.section-notice.section-highlight .content strong {
    color: white;
}

.section-default.section-notice.section-highlight .content h1,
.section-default.section-notice.section-highlight .content h2,
.section-default.section-notice.section-highlight .content h3,
.section-default.section-notice.section-highlight .content h4 {
	color: white;
}

.section-default.section-highlight a:not(.btn) {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.section-default.section-notice.section-highlight .content.padding {
	padding: 60px 20px;
}


/* cashback campaign alert */
.section-default.section-notice.section-highlight .content .alert i,
.section-default.section-notice.section-highlight .content .alert strong {
    color: #31708f;
}



/* -- FAVORITES --- */

.btn.disabled:focus {
	outline:none;
	box-shadow: none;
}
.fe-48 {
	font-size: 48px;
}


.section-favorite.partial-favorite {
	padding-top: 60px;
	color: white;

	background: url('/media/entertain-v2/img/category-favorite/bg_favs_1920x1141.png');
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.section-favorite .row {
	/* margin-left: 0; */
	/* margin-right: 0; */
}
.section-favorite .link-modal {
}
.section-favorite .btn-modal {
	color: white;
}
.section-favorite.partial-favorite .btn.btn-modal {
	padding: 0;
	text-align: right;
}
.section-favorite .link-modal i {
	color: var(--cl-primary);
}

@media (max-width: 767px) {
	.section-favorite .intro-inner {
		text-align: center;
	}
}



.modal-favorite .category ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	list-style: none;
}
.modal-favorite label.btn {
	border-radius: 2.23rem;
	padding: 5px 10px;
	font-size: 0.95em;
	background-color: #ececec;
	color: var(--cl-primary);
	font-weight: 700;
}
.modal-favorite label.btn .fe {
	font-size: 1em;
}
.modal-favorite input.styled-checkbox {
	position: absolute;
	opacity: 0;
}
.modal-favorite .styled-checkbox + label::before {
	content: "\ea0c";
	font-family: "vr-icon-font";
	vertical-align: middle;
	margin-right: 5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.modal-favorite .styled-checkbox:checked + label::before {
	content: "\ea0b";
}
/* .modal-favorite label:hover, */
.modal-favorite .styled-checkbox:checked + label {
	background-color: var(--cl-primary);
	color: white;
}
.modal-favorite label.btn:hover {
	border-color: var(--cl-primary);
}
.modal-favorite label label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
}
.modal-favorite .modal-header .btn-reset {
	color: var(--cl-muted);
	opacity: 0.95;
}
.modal-favorite .modal-header .close {
	opacity: .5;
}
.modal-favorite .modal-header .close:hover {
	opacity: .8;
}
.modal-favorite .modal-content {
	padding: 10px;
	max-height: calc(100vh - 20px);
	overflow-y: auto;
}
.modal-favorite .modal-content .modal-title {
	margin-top: 20px;
}
.modal-favorite .modal-content .modal-title h2 {
	margin-bottom: 0;
}


.modal-favorite .modal-content .modal-body {
	margin-bottom: 30px;
}
.modal-favorite .modal-content .modal-body .title {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}
.modal-favorite .modal-content .modal-body .title span {
	background-color: white;
	display: inline-block;
	padding-right: 5px;
}
.modal-favorite .modal-content .modal-body .title::after {
	content: "";
	display: block;
	border-top: 2px solid var(--cl-primary);
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 6px;
	z-index: -1;
	left: 0;
}
.modal-favorite .modal-content .modal-body .category {
	margin-bottom: 40px;
}
.modal-favorite .modal-footer {
	position: fixed;
	left: 20px;
	right: 20px;
	bottom: 0;
	border: none;
	padding: 15px;
	background-color: white;
}
.modal-favorite .modal-footer button {
	border-radius: 2.23rem;
	padding: 10px 10px;
}
.modal-favorite .modal-footer .text-center {
	text-align: center;
}
@media (max-width: 767px) {
	.wrap-setting {
		margin-bottom: 50px;
	}
	.section-favorite .btn-settings .btn {
		padding: 8px 10px;
	}
}
@media (min-width: 768px) {
	.modal-favorite .modal-content {
		max-height: 70vh;
	}
	.modal-favorite .modal-dialog {
		width: 480px;
		margin: 30px auto;
	}
}

.section-favorite.partial-favorite .btn.btn-modal i {
	border-radius: 50%;
	background: white;
	color: var(--cl-primary);
	padding: 7px;
	font-weight: bold;
}




.section-favorite .button-more {
	/* display: none; */
}
.section-favorite .btn-settings {
	display: flex;
	gap: 5px;
	margin-bottom: 30px;
}
	.section-favorite .btn-settings .dropdown-menu {
		min-width: 300px;
		padding: 15px;
	}
	.section-favorite .btn-settings .dropdown-menu li&gt;a {
		font-size: 16px;
	}
	.section-favorite .btn-settings .dropdown-menu li&gt;a:hover,
	.section-favorite .btn-settings .dropdown-menu .active&gt;a {
		background-color: #f5f5f5;
		color: var(--cl-secondary);
		/* font-weight: 600; */
	}

.section-favorite .event-list {
	padding-left: 15px;
	padding-right: 15px;
}
.section-favorite .event-list .event-list-item {
	margin-left: 0;
	margin-right: 0;
}

/* .section-favorite .content-wrap {
	padding-top: 60px;
	margin-bottom: 60px;
	color: white;

	background: url('/media/entertain-v2/img/category-favorite/bg_favs_1920x1141.png');
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
} */
</pre></body></html>