@charset "utf-8";


html,
body {
	height: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	color: #333333;
}




*+p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.uk-accordion {
	max-width: 100% !important;
}



.uk-button-large {
	font-family: 'Roboto Slab', serif;
}


.ark-field-error {
	background-color: #EC705E;
	color: #F3E7D2;
	border-color: #FF0000;
}

#header {
	z-index: 1;
	position: relative;
}

#content {
	padding-bottom: 30px;
}

.ark-event-thumb h1 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
}


.uk-panel-title {
	font-size: 22px;
	font-weight: normal;
}

.uk-grid>* {
	margin: 5px 0px;
}

.uk-form-width-large {
	width: 534px;
}

.uk-tab>li>a {
	text-transform: uppercase;

}

.uk-nav-side>li>a {
	margin-bottom: 1px;
	font-weight: bold !important;
	padding-top: 8px;
	padding-bottom: 8px;
}



.uk-comment-body {
	padding-left: 0px;
	padding-top: 10px;
}


.ark-navbar {
	border: none;
}

.ark-navbar .uk-navbar-brand {
	visibility: hidden;
}

.ark-navbar-show-title {
	z-index: 100;
}

.ark-navbar-show-title .uk-navbar-brand {
	visibility: visible;
}

/* Navbar container layout */
.ark-navbar-container {
	display: flex;
	align-items: stretch; /* Stretch items to full height */
	justify-content: space-between;
	flex-wrap: nowrap;
    margin: 0 auto; /* Ensure centering */
}

/* Prevent menu from wrapping */
.ark-navbar .uk-navbar-nav {
	display: flex;
	flex-wrap: nowrap;
}

/* Menu items - truncate long text */
.ark-navbar .uk-navbar-nav>li>a {
    display: flex;
    align-items: center; /* Center text vertically */
    max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 48px;
}

/* Right side of navbar */
.ark-navbar-right {
	display: flex;
	align-items: center; /* Icons center vertically */
	margin-left: auto;
}

/* Home icon (mobile only) */
.ark-home-icon {
	display: inline-block;
	padding: 10px 15px;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

.ark-home-icon:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Hamburger icon (mobile only) */
.ark-hamburger-icon {
	display: inline-block;
	padding: 10px 15px;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

.ark-hamburger-icon:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Logo in navbar (desktop) */
.ark-navbar-logo {
	display: flex;
    align-items: center;
	margin-right: 10px;
	vertical-align: middle;
}

.ark-navbar-logo img {
	max-height: 40px;
	width: auto;
	vertical-align: middle;
}

/* Slideshow in header */
.ark-slideshow {
	margin-bottom: 20px;
}

.ark-slideshow img {
	width: 100%;
	height: auto;
}

/* Flags container in navbar */
.ark-navbar-right .ark-flags {
	display: flex;
	align-items: center;
}

.ark-navbar-right .ark-flags ul {
	margin: 0;
	padding: 0;
}

/* Mobile layout adjustments */
@media (max-width: 767px) {
	.ark-navbar-container {
		padding: 5px 0;
	}

	.ark-navbar-right {
		gap: 5px;
	}

	.ark-basket-icon {
		padding: 10px 10px;
		font-size: 24px;
	}
}

/* Medium desktop - compact menu to fit one row */
@media (min-width: 960px) and (max-width: 1300px) {
	.ark-navbar-container {
		flex-wrap: nowrap;
	}

	.ark-navbar .uk-navbar-nav>li>a {
		padding: 10px 8px !important;
		font-size: 13px !important;
		max-width: 150px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ark-navbar-right .ark-flags ul {
		margin-right: 5px;
	}

	.ark-navbar-right .uk-navbar-content {
		padding: 0 5px;
	}

	.ark-basket-icon {
		padding: 10px 10px;
		font-size: 24px;
	}
}

.ark-plain-panel .uk-form-row+.uk-form-row {
	margin-top: 10px;
}


.ark-hidden {
	display: none;
}

.ark-hidden-phones {
	display: inline-block;
}

.ark-visible-phones {
	display: none;
}


.ark-plain-panel h3 {
	font-size: 20px;
	display: inline-block;
	padding: 4px 6px;
}



.ark-logo span {
	display: none;
}

.ark-social {
	clear: both;
	float: none;
}

.ark-social a {
	margin-left: 10px;
}


.ark-nav-card-panel {
	display: block;
	padding: 10px 20px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 70px;
	margin-bottom: -50px;
	position: relative;
}



.ark-nav-card-top {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-top: 10px;
	margin-bottom: 12px;
}

.ark-nav-card-top span {
	font-weight: bold;
	font-size: 21px;
}

.ark-nav-card-panel_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	display: inline-block;

}

.ark-nav-card-panel_info span {
	display: inline;
}

@media (max-width: 480px) {
	.ark-nav-card-panel_info span {
		display: none;
	}
}

.ark-nav-card-panel_timer {
	font-family: 'Ubuntu Mono';
	font-size: 24px;
	display: inline-block;
	color: #BE987E;
	position: absolute;
	right: 20px;
}

.ark-basket-icon {
	display: inline-block;
	position: relative;
	padding: 10px 15px;
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.2s ease;
}

.ark-basket-icon:hover {
	color: #FFFFFF;
	text-decoration: none;
	transform: scale(1.1);
}

.ark-basket-badge {
	position: absolute;
	top: 2px;
	right: 2px;
	background-color: #e74c3c;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	padding: 0 4px;
}

.ark-basket {
	position: absolute;
	right: 10px;
	top: 0px;
}

.ark-card-panel {
	width: 330px;
	height: 80px;
	margin: 0;
}

.ark-card-panel_title {
	display: block;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	font-size: 28px;
	position: absolute;
	padding: 4px 4px;
}

.ark-card-panel_total {
	font-size: 18px;
	position: absolute;
	right: 8px;
	top: 8px;
	font-family: 'Roboto Slab', sans-serif;
}

.ark-card-panel_info {
	position: absolute;
	left: 0px;
	bottom: 6px;
}

.ark-card-panel_timer {
	font-family: 'Ubuntu Mono';
	font-size: 44px;
	position: absolute;
	right: 8px;
	bottom: 3px;
}

.ark-sidebar {
	margin-top: 10px;
}

.ark-plain-panel {
	font-size: 12px;
}

.ark-news-item {
	margin-bottom: 15px;
	padding: 5px;
}

.ark-news-item .ark-news-item_title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	font-weight: bold;

}

.ark-news-item>p {
	margin-top: 5px;
}





.ark-event-thumb {
	padding: 2px 10px;
	position: relative;
}


.ark-event-thumb_img {
	float: left;
	width: 120px;
	margin-top: -16px;
	margin-right: 10px;
	margin-left: -2px;
	margin-bottom: 8px;
}

.ark-event-thumb_category {
	position: absolute;
	top: 0px;
	right: 8px;
	text-align: right;
	font-size: 14px;
	line-height: 30px;
}

.ark-event-thumb_schedules {
	padding-top: 8px;
	margin-left: 0px;
	overflow: auto;
	margin-top: 0px;

}

.ark-event-thumb_schedules a:hover {
	text-decoration: none;
}



.ark-event-term {
	cursor: pointer;
	margin-bottom: 5px;
	padding: 0px 12px;
}

/*.ark-event-term p {
	display: inline-block;
}
.ark-event-term:hover p {

    text-decoration:none !important;
}*/

.ark-event-term_data p {
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	margin: 0px;
}

.ark-event-term_data p.tik-karnet-nazwa {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 20px;

}

.ark-event-term_data p span {
	font-size: 12px;
	line-height: 14px;
}

.ark-event-img {
	float: left;
	width: 140px;
	margin-top: 0px;
	border: 2px solid #FFFFFF;
	margin-right: 10px;
	margin-left: -2px;
}

.ark-event-desc-short {
	font-size: 18px;
}

.ark-event_sectors-header {
	padding: 14px;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 20px;
	line-height: 28px;
}

.ark-event_sector-thumb {
	padding: 12px 17px;
	margin-bottom: 12px;
}

.ark-event_sector-thumb p {
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 12px;
}

.ark-event_sector-type {
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 14px;
}

.ark-event-desc-box {
	padding-bottom: 5px;
	margin-bottom: 10px;
}


.ark-event_sector-name {
	font-size: 22px;
	font-family: 'Roboto Slab', sans-serif;
	line-height: 30px;
}

.ark-event_sector-name p span {
	font-size: 28px;
}

.ark-sector-exit_button {
	float: right;
}

.ark-sector-exit_button button {
	line-height: 50px;
	margin-top: -10px;
}

.ark-sector-seats_event-name {
	display: inline-block;
	margin-right: 20px;
}

@media (max-width: 768px) {
	.ark-sector-exit_button {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 18px;
	}

	.ark-sector-exit_button button {
		width: 100%;
		line-height: 30px;
	}

	.ark-sector-seats_event-name {
		display: block;
	}
}


.ark-event_tickets-type-item {
	padding: 0px 3px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-right: 15px;
	border: 1px solid #DDDDDD;

}

.ark-event_tickets-type-item>* {
	padding-left: 0px;
}

.ark-total-txt {
	font-size: 13px;
}

.ark-ticket-name-box {
	margin-top: 12px !important;
	margin-bottom: 12px;
}

.ark-ticket-name-box .uk-form-label {
	display: inline-block;
	color: #333333;
}

.ark-ticket-name-box .uk-form-controls {
	display: inline-block;
}

.ark-ticket-name-box input[type="text"] {
	background: #FFFFFF !important;
	width: 300px;
}

.ark-dodatki-box {
	background: #FFFFFF;
	margin: 10px;

}



.ark-event_tickets-type-name,
.ark-event_tickets-type-price {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 15px;
	line-height: 26px;
}

.ark-event_tickets-type-price span.ukryj-male {
	display: inline;
}

.ark-event_tickets-avail {
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	padding: 0px 4px;
}

#tickets-total-top>div>div {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	line-height: 40px;
}

#tickets-total>div>div {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	line-height: 40px;
}

#tickets-total>div> :first-child,
#tickets-total>div> :last-child {
	background: none;
}

#tickets-total .ark-total-txt {
	text-align: right;
	font-size: 14px;
}

.ark-cart-total {
	background-color: #FFF;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}

.ark-tickets-types-box-mobile {
	display: none;
}


.ark-seats-info p {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}

.ark-messages-seats {
	color: #F30;
	font-size: 22px;
	text-align: center;
}

.ark-scena {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.ark-seats-container {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	overflow: scroll;
	-webkit-overflow-scrolling: auto;
	-webkit-overflow-scroll: touch;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}



@media (max-width: 768px) {
	#tickets-total>div> :last-child {
		background: none;
	}

	.ark-scena {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.ark-tickets-types-box {
		margin-left: 0%;
		margin-right: 0%;
	}
}




.ark-subnav-categories {
	margin: 0px;
}


.ark-offcanvas-title {
	font-family: 'Roboto Slab', sans-serif;
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin: 30px 14px;
	color: #f7bc88;
}

a.seatsToBasketNumbered {
	font-family: 'Roboto Slab', sans-serif;
	color: #003366;
	font-size: 18px;
	/*padding-left: 60px;
	background: url(../img/basket_big.png) no-repeat left #33CC00;*/
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
	margin-right: 4px;
	margin-top: -22px;
	margin-bottom: -22px;

	background-color: #82bb42;
	background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
	background-image: linear-gradient(to bottom, #9fd256, #6fac34);
	border-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

}



#tickets-total a.seatsToBasketNumbered {}

#tickets-total-top a.seatsToBasketNumbered {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
	margin-right: 4px;
	margin-top: -22px;
	margin-bottom: -22px;

	background-color: #82bb42;
	background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
	background-image: linear-gradient(to bottom, #9fd256, #6fac34);
	border-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

}



#tickets-total a.seatsToBasketNumbered:hover,
#tickets-total-top a.seatsToBasketNumbered:hover {
	color: #FFFFFF;
}


.ark-cart-title {
	background-color: #331105;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	color: #F2E7D2;
}

.ark-cart-title-text {
	font-size: 26px;
	font-weight: bold;
	width: 25%;
	line-height: 40px;
	float: left;
}

.ark-cart-title-timer-info {
	position: absolute;
	left: 0px;
	bottom: 6px;
}

.ark-cart-title-timer-box {
	display: inline-block;
	position: relative;
	float: right;
	height: 40px;
	width: 270px;
	margin: 2px 0px;
	font-size: 14px;
	line-height: 14px;
}

.ark-card-tickets-timer {
	font-family: 'Ubuntu Mono';
	font-size: 30px;
	position: absolute;
	right: 8px;
	bottom: 14px;
}


/*
 * Blocks
 */

.ark-middle,
.ark-section,
.ark-footer {
	padding: 30px 0 8px 0;
}

.ark-footer-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.ark-footer-tikecik {
	padding-left: 0px;
	text-align: center;
	margin-top: 15px;
}

.ark-tikecik-info {
	font-size: 12px;
	text-align: right;
	margin-top: 0 !important;
}

.ark-tikecik-info p:first-child {
	margin-bottom: 0;
}

.ark-tikecik-info p {
	margin-top: 2px;
	margin-bottom: 2px;
}

.ark-footer ul {
	margin-top: 0px;
	padding-left: 9px;
}

.ark-footer li {
	display: inline-block;
	margin-right: 24px;

}

.ark-footer li a {
	display: block;
	padding: 5px 4px;
}

/* Footer Link Buttons */
.ark-footer p a {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px 2px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.ark-footer p a:hover {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}

.ark-small_text {
	font-size: 14px;
}




.ark-small_text {
	font-size: 14px;
}

.ark-sale-off {
	padding: 10px;
	border: 1px solid #777777;
	background-color: rgba(150, 150, 150, 0.2);
	border-radius: 5px;
	text-align: center;
	color: #555555;
}



@media (min-width: 930px) {
	.uk-width-medium-1-4 {
		width: 25%;
	}

}

@media (max-width: 929px) {
	.ark-sidebar {
		float: none;
	}

	.ark-footer {
		padding: 20px 0px;
	}

	.ark-footer-tikecik {
		margin-top: 40px;
		text-align: left;
		padding-left: 35px;
	}

	.ark-event_tickets-type-price span.ukryj-male {
		display: none;
	}

	.ark-small_text {
		display: block;
		line-height: 14px;
		padding-bottom: 4px;
	}



}

@media (max-width: 768px) {

	.ark-social {
		clear: none;
		float: right;
		margin-top: 30px;
	}

	.ark-basket {
		float: none;
		clear: both;
		padding: 5px;
		position: relative;
		right: 0;
	}

	.ark-card-panel_info {
		left: 5px;
		bottom: 8px;
	}

	.ark-card-panel_timer {
		right: 8px;
		bottom: 12px;
	}

	/*.ark-event-term_data {
  		width: 70%;
		float: none;
	}*/
	.ark-event-thumb_schedules {
		margin-left: 0px;
	}

	.ark-event-thumb_category {
		float: none;
		text-align: left;
		display: none;
	}

	.ark-event-thumb>div>h1 {
		clear: both;
		float: none;
	}

	.ark-event-thumb_img {
		display: none;
	}

	#tickets-total-top {
		display: none;
	}

	.ark-karnet-cena {
		display: none;
	}

}

@media (max-width: 575px) {
	.ark-hidden-phones {
		display: none;
	}

	.ark-visible-phones {
		display: inline;
	}

	#mobilna-zmiana-2to3 {
		width: 30% !important;

	}

	#mobilna-zmiana-3to4 {
		width: 40% !important;

	}

	.ark-tickets-types-box {
		display: none;
	}

	.ark-tickets-types-box-mobile {
		display: block;
	}

	.ark-event-term .uk-width-small-2-5 {
		width: 50%;
	}

	.ark-event-term .uk-width-small-1-5 {
		width: 100%;
	}

	.ark-event-term .uk-width-small-1-5>button {
		width: 100%;
	}

	.ark-event-term_data p {
		font-size: 18px;
	}

}

div.ticket-price-type-a {
	background-color: #ff6600;
	display: block;
	height: 16px;
	width: 16px;
	margin: 7px;
	margin-right: 10px;
}

div.ticket-price-type-b {
	background-color: #0066ff;
	display: block;
	height: 16px;
	width: 16px;
	margin: 7px;
	margin-right: 10px;
}

div.ticket-price-type-c {
	background-color: #33CC00;
	display: block;
	height: 16px;
	width: 16px;
	margin: 7px;
	margin-right: 10px;
}

div.ticket-price-type-d {
	background-color: #CC0000;
	display: block;
	height: 16px;
	width: 16px;
	margin: 7px;
	margin-right: 10px;
}

div.ticket-price-type-e {
	background-color: #990066;
	display: block;
	height: 16px;
	width: 16px;
	margin: 7px;
	margin-right: 10px;
}

.avail-yes {
	background-color: #BCD3B4;
}

.avail-no {
	background-color: #E7BAAF;
}

.avail-maybe {
	background-color: #E9BDA0;
}

.ark-imagemap-info {
	width: 80%;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
}

.ark-imagemap-sectortxt {
	width: 18%;
	display: inline-block;
	height: 60px;
	border-right: 1px solid #999999;
	vertical-align: top;
}

.ark-event-desc-sector {
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
}

.ark-event-desc-sector p {
	margin-bottom: 8px;
}

@media (max-width: 640px) {
	.ark-imagemap-info {
		width: 100%;
	}

	.ark-imagemap-sectortxt {
		display: none;
	}
}

.chair-price-a,
.chair-price-b,
.chair-price-c,
.chair-price-d,
.chair-price-e,
.chair-price-f,
.chair-price-g,
.chair-price-h,
.chair-price-u {
	cursor: pointer;
}

.chair-price-a text,
.chair-price-b text,
.chair-price-c text,
.chair-price-d text,
.chair-price-e text,
.chair-price-f text,
.chair-price-g text,
.chair-price-h text,
.chair-price-ua text,
.chair-price-ua-light text,
.chair-price-u text,
.chair-price-reserved text {
	fill: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.chair-price-reserved-a .chair-back,
.chair-price-a .chair-seat,
.chair-price-a .chair-back {
	fill: #ff6600;
}

.chair-price-a:hover .chair-under {
	fill: #111111;
	/*#ffbe93;*/
}

.chair-price-reserved-b .chair-back,
.chair-price-b .chair-seat,
.chair-price-b .chair-back {
	fill: #0099ff;
}

.chair-price-b:hover .chair-under {
	fill: #111111;
	/*#93d3ff;*/
}

.chair-price-reserved-c .chair-back,
.chair-price-c .chair-seat,
.chair-price-c .chair-back {
	fill: #33CC00;
}

.chair-price-c:hover .chair-under {
	fill: #111111;
	/*#53FF1A;*/
}

.chair-price-reserved-d .chair-back,
.chair-price-d .chair-seat,
.chair-price-d .chair-back {
	fill: #CC0000;
}

.chair-price-d:hover .chair-under {
	fill: #111111;
	/*#FF5E5E;*/
}

.chair-price-reserved-e .chair-back,
.chair-price-e .chair-seat,
.chair-price-e .chair-back {
	fill: #990066;
}

.chair-price-e:hover .chair-under {
	fill: #111111;
	/*#F200A4;*/
}

.chair-price-reserved-f .chair-back,
.chair-price-f .chair-seat,
.chair-price-f .chair-back {
	fill: #f85ea7;
}

.chair-price-f:hover .chair-under {
	fill: #111111;
	/*#F200A4;*/
}

.chair-price-reserved-g .chair-back,
.chair-price-g .chair-seat,
.chair-price-g .chair-back {
	fill: #ded213;
}

.chair-price-g:hover .chair-under {
	fill: #111111;
	/*#F200A4;*/
}

.chair-price-reserved-h .chair-back,
.chair-price-h .chair-seat,
.chair-price-h .chair-back {
	fill: #03dac3;
}

.chair-price-h:hover .chair-under {
	fill: #111111;
	/*#F200A4;*/
}



.chair-selected .chair-seat {
	fill: #003366;
}

.chair-price-ua .chair-seat,
.chair-price-ua .chair-back {
	fill: #b8b8b8;
	opacity: 0.2;
}

.chair-price-reserved .chair-seat {
	fill: #b8b8b8;
	opacity: 0.2;
}

.chair-price-ua-light .chair-seat,
.chair-price-ua-light .chair-back {
	color: #cccccc;
	fill: #e2e2e2;
	opacity: 0.4;
}

.ark-add-comment-block {
	background-color: #EEEAE6;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	padding: 12px;
}

.tooltip {
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 5px;
	font-family: 'Roboto Slab', serif;
	-webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.75);

}

.ark-gallery .uk-thumbnail div {
	max-height: 165px;
	overflow: hidden;
	max-width: 250px;
}

.ark-gallery .uk-thumbnail {
	margin: 4px 2px;
}

.uk-panel-box .uk-nav {
	padding: 5px 20px;
}

.ark-karnet-cena {
	font-size: 14px;
	font-weight: normal;
	margin-right: 30px;
	margin-top: -5px;
	text-decoration: none;
}

.btnz {
	display: block;
	float: left;
	padding: 6px 15px 3px 15px;
	border: none;
	background-color: #ececec;
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}

.btnz:hover {
	color: #efefef;
}

.facebook {
	background-color: #3b5998;
}

.gplus {
	background-color: #dd4b39;
}

.twitter {
	background-color: #55acee;
}

.addones_checklink-yes {
	background: url(../img/checkbox_yes.png) no-repeat left;
	display: inline-block;
	padding-left: 34px;
	padding-top: 9px;
	font-size: 16px;
	color: #0f82b9;
	font-weight: bold;

}

.addones_checklink-no {
	background: url(../img/checkbox_no.png) no-repeat left;
	display: inline-block;
	padding-left: 34px;
	padding-top: 9px;
	font-size: 16px;
	color: #0f82b9;
	font-weight: bold;
}

.ptech {
	font-size: 12px;
	text-transform: upercase;
	color: #777777;
	margin: 0;

}

.ark-event_ticket-addones {
	background: #FFFFFF;
	margin: 6px;
	margin-left: 40px;
	padding: 10px;
	border: 2px solid #E3022C;
	border-left: 17px solid #E3022C;
}

.ark-event_ticket-seat {
	font-size: 18px;
	font-weight: bold;
}

.ark-event_ticket-seat span {
	font-size: 15px;
	font-weight: normal;
}

.getpaid\.backends\.paypal {
	background: url(../img/paypal_icons.png) no-repeat right;
	padding-right: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Event Calendar Styles */
.ark-event-calendar-container {
	/* Base container - themes can override */
	border-radius: 4px;
	overflow: hidden;
}

.ark-event-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 1px;
	background: #ddd;
}

.ark-event-calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: #f5f5f5;
	margin-bottom: 1px;
}

.ark-event-calendar-header h3 {
	margin: 0;
	font-size: 18px;
}

.ark-event-calendar-nav a {
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
}

.ark-event-calendar-nav a:hover {
	background: #f0f0f0;
}

.ark-event-calendar-day-name {
	padding: 10px;
	text-align: center;
	font-weight: 600;
	background: #f8f9fa;
	font-size: 12px;
}

.ark-event-calendar-day {
	min-height: 80px;
	padding: 0;
	background: #fff;
	position: relative;
    vertical-align: top;
}

.ark-event-calendar-day > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

.ark-event-calendar-day > .ark-event-calendar-day-number {
    padding: 8px;
}

.ark-event-calendar-day.other-month {
	background: #f8f9fa;
	color: #999;
}

.ark-event-calendar-day.today {
	background: #e8f4fc;
}

.ark-event-calendar-day.selected {
    background-color: #ddd;
    font-weight: bold;
}

/* Event Dot Indicator */
.ark-event-calendar-dot {
    width: 6px;
    height: 6px;
    background: #555;
    border-radius: 50%;
    margin: 4px auto 0;
}

.ark-event-calendar-day.selected .ark-event-calendar-dot {
    background: #fff;
}

.ark-event-calendar-day-number {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 14px;
}

.ark-event-calendar-day.today .ark-event-calendar-day-number {
	color: #0077b6;
}

.ark-event-calendar-event {
	display: block;
	padding: 3px 6px;
	margin-bottom: 3px;
	background: #5cb85c;
	color: #fff;
	border-radius: 3px;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ark-event-calendar-event:hover {
	background: #449d44;
	color: #fff;
	text-decoration: none;
}

.ark-event-calendar-more {
	font-size: 10px;
	color: #666;
}

/* Tablet/Small Laptop/Mobile adjustments */
@media (max-width: 1100px) {
	.ark-event-calendar-day {
		min-height: 50px;
		padding: 1px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		position: relative;
		background: #fff;
	}

	.ark-event-calendar-event {
		font-size: 9px;
		padding: 2px 1px;
		text-align: center;
		background: #5cb85c;
	}

	.ark-event-calendar-day-name {
		font-size: 10px;
		padding: 2px;
		overflow: hidden;
	}

	.ark-event-calendar-wrapper {
		width: 100%;
	}

	.ark-event-calendar-grid {
		display: grid;
		grid-template-columns: repeat(7, 1fr);
		border: 1px solid #ddd;
		background: #fff;
		width: 100%;
		min-width: 0;
	}

	.ark-event-calendar-day-number {
		font-size: 10px;
		margin-bottom: 2px;
	}

	/* Hide city on smaller screens to fit grid */
	.ark-event-city {
		display: none;
	}

	/* Scale down navigation links */
	.ark-event-calendar-nav a {
		font-size: 11px;
		padding: 3px 6px;
	}

	.ark-event-calendar-header h3 {
		font-size: 1.2rem;
	}
}

/* General Quantity Input Styles (Cross-template compatibility) */
.quantity {
	position: relative;
	display: inline-block;
    vertical-align: middle;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.quantity input {
	width: 70px;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #ddd;
    background: #fff;
    color: #333;
	font-size: 18px;
	font-weight: bold;
    text-align: center;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #ddd;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    background: #f5f5f5;
}

.quantity-button:hover {
    background: #e0e0e0;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #ddd;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}


/* ═══════════════════════════════════════════════════ */
/*  Checkout page (shared across all themes)           */
/* ═══════════════════════════════════════════════════ */

.checkout-page {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 10px;
}

/* ── Timer bar ── */
.checkout-timer {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px 20px;
	margin-bottom: 24px;
	text-align: center;
	color: #555 !important;
	font-size: 14px;
}
.checkout-timer strong {
	color: #d9534f;
	font-size: 16px;
	margin-left: 4px;
}

/* ── Layout ── */
.checkout-layout {
	margin: 0 -15px;
}
.checkout-layout > div {
	padding: 0 15px;
}

/* ── Sections ── */
.checkout-section {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.checkout-section-header {
	display: flex;
	align-items: center;
	padding: 14px 20px;
	border-bottom: 1px solid #e0e0e0;
	background: #fafafa;
}
.checkout-section-header h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	color: #333 !important;
}
.checkout-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #337ab7;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-right: 12px;
	flex-shrink: 0;
}
.checkout-optional {
	margin-left: auto;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.checkout-section-body {
	padding: 20px;
}

/* ── Form field spacing ── */
.checkout-page .uk-form-row {
	margin-bottom: 12px;
}
.checkout-page .uk-form-label {
	color: #444 !important;
	font-weight: 600;
}

/* ── Invoice toggle ── */
.checkout-invoice-toggle {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #555;
	font-size: 14px;
	cursor: pointer;
	padding: 8px 0;
}
.checkout-invoice-toggle input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
}

/* ── Delivery / Payment cards ── */
.checkout-card {
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 12px;
}
.checkout-card h4 {
	font-size: 15px;
	margin: 0 0 12px 0;
	color: #333 !important;
}
.checkout-card h4 i {
	color: #337ab7;
	margin-right: 8px;
}

.checkout-radio-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.checkout-radio-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	transition: border-color 0.2s;
	font-size: 14px;
}
.checkout-radio-item:hover {
	border-color: #337ab7;
}
.checkout-radio-item input[type="radio"] {
	flex-shrink: 0;
}
.checkout-radio-label {
	flex: 1;
	color: #333 !important;
}
.checkout-radio-price {
	color: #d9534f;
	font-weight: bold;
	white-space: nowrap;
}

.checkout-payment-notice {
	background: #ff6600;
	color: #FFFFFF;
	padding: 8px 12px;
	border-radius: 6px;
	margin-bottom: 12px;
	font-size: 13px;
}

/* Payment radio widget (rendered by Django) */
.checkout-card .payment-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	transition: border-color 0.2s;
	font-size: 14px;
	margin-bottom: 8px;
}
.checkout-card .payment-option:last-child {
	margin-bottom: 0;
}
.checkout-card .payment-option:hover {
	border-color: #337ab7;
}
.checkout-card .payment-option input[type="radio"] {
	flex-shrink: 0;
	width: auto !important;
}
.checkout-card .payment-option label {
	margin: 0;
	cursor: pointer;
	color: #333 !important;
}

/* ── Sidebar ── */
.checkout-sidebar {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
}

.checkout-sidebar-section {
	padding: 16px 18px;
	border-bottom: 1px solid #e0e0e0;
}
.checkout-sidebar-section:last-child {
	border-bottom: none;
}

/* ── Cart toggle ── */
.checkout-sidebar-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	user-select: none;
}
.checkout-sidebar-toggle h4 {
	margin: 0;
	font-size: 15px;
	color: #333 !important;
}
.checkout-sidebar-toggle h4 i {
	color: #337ab7;
	margin-right: 8px;
}
.checkout-item-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #337ab7;
	color: #FFFFFF;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	margin-left: 8px;
}
.checkout-toggle-icon {
	color: #999;
	transition: transform 0.2s;
}

/* ── Cart items ── */
.checkout-cart-items {
	padding-top: 12px;
}
.checkout-cart-event {
	margin-bottom: 12px;
}
.checkout-cart-event-name {
	color: #337ab7;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}
.checkout-cart-event-detail {
	color: #777;
	font-size: 12px;
	margin-bottom: 8px;
}
.checkout-cart-event-detail small {
	color: #999;
}
.checkout-cart-ticket {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 6px 10px;
	margin-bottom: 4px;
	background: #f8f8f8;
	border-radius: 4px;
	font-size: 13px;
	color: #555;
}
.checkout-cart-ticket-price {
	color: #d9534f;
	font-weight: bold;
	white-space: nowrap;
}
.checkout-cart-addon {
	width: 100%;
	color: #999;
	font-size: 12px;
	padding-top: 2px;
}

/* ── Summary ── */
.checkout-summary-row {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	color: #666;
	font-size: 13px;
}
.checkout-summary-total {
	display: flex;
	justify-content: space-between;
	padding: 12px 0 4px;
	margin-top: 8px;
	border-top: 2px solid #337ab7;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.checkout-summary-total span:last-child {
	color: #d9534f;
}

/* ── Agreements ── */
.checkout-agreements {
	margin-bottom: 14px;
}
.checkout-agreement {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
	cursor: pointer;
	flex-wrap: wrap;
}
.checkout-agreement input[type="checkbox"] {
	margin-top: 2px;
	flex-shrink: 0;
	width: auto !important;
	min-width: 16px;
}
.checkout-agreement span {
	flex: 1;
}
.checkout-agreement a {
	color: #337ab7;
}
.checkout-agreement a:hover {
	color: #23527c;
}

/* ── Form validation errors on checkout  ── */
.checkout-field-error {
	color: #d9534f;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 500;
}
.checkout-agreement .checkout-field-error {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Override UIKit's invasive background for wrappers */
.checkout-page .uk-form-danger,
.checkout-page .uk-form-row.uk-form-danger {
	background: transparent !important;
}
.checkout-page input.uk-form-danger {
	border-color: #d9534f !important;
	background: #fffafa !important;
}

/* ── Invoice toggle checkbox fix ── */
.checkout-invoice-toggle input[type="checkbox"] {
	width: auto !important;
	min-width: 16px;
}
.checkout-invoice-toggle span {
	flex: 1;
}

/* ── Submit button ── */
.checkout-submit-btn {
	display: block;
	width: 100%;
	padding: 14px 16px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	background: #5cb85c;
	border: none;
	border-radius: 8px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s;
	white-space: normal;
	word-wrap: break-word;
	line-height: 1.4;
	text-align: center;
}
.checkout-submit-btn:hover {
	background: #449d44;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px);
}

/* ── Responsive ── */
@media (max-width: 767px) {
	.checkout-page {
		padding: 0 8px;
	}
	.checkout-layout > div {
		padding: 0;
	}
	.checkout-sidebar {
		margin-top: 20px;
	}
	.checkout-section-body {
		padding: 14px;
	}
}

