
@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: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

/* 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 {
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Right side of navbar */
.ark-navbar-right {
	display: flex;
	align-items: center;
	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: inline-block;
	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;
}

.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;
}
