@charset "utf-8";


html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
    position: relative;
  margin: 0;
  padding-bottom: 120px;
  min-height: 100%;
}
.contenedor {
	margin: 0 auto;
  	}



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




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


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


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

#header {
	z-index: 1;
	pointer-events: none;
height: 150px;
}

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


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

.ark-event_sector-name span.ark-txt-maly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

@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 {
	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: 60px;
}

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

.ark-event-thumb_category {
    float: right;
    top: 0px;
    right: 28px;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
}
.ark-event-thumb_schedules {
	margin-top: 6px;
	margin-left: 0px;
	overflow: hidden;
}



.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-family: 'Roboto Slab', sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin: 0px;
}
.ark-event-term_data p span {
	font-size: 12px;
	line-height: 14px;
}

.ark-event-img {
	float: left;
	width: 140px;
	margin-top: -40px;
	border: 2px solid #FFFFFF;
	margin-right: 10px;
	margin-left: -2px;
}
.ark-event-desc-short {
	font-size: 16px;
}
.ark-event_sectors-header {
	padding: 14px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 20px;
	line-height: 28px;
}
.ark-event_sector-thumb {
    font-size: 12px;
    padding: 0px 10px;
    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;
}


.ark-event_sector-name {
    font-size: 16px;
    font-family: 'Roboto Slab', sans-serif;
	line-height: 30px;
	font-weight: bold;
}
.ark-event_sector-price {
    font-size: 15px;
    font-family: 'Roboto Slab', sans-serif;
		font-weight: normal;
}
.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;
	}
}

.tickets-list > .ark-event_tickets-type-item > .uk-grid > div {
	line-height: 36px;
}

.ark-event_tickets-type-item {
    padding: 0px 3px;
    margin-bottom: 2px;
	margin-left: 0px;
	padding-right: 15px;
}

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



.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: 25px;
	text-align: center;
	font-size: 13px;
	padding: 0px 4px;
	display: inline-block;
}

#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: 200px;
	margin: 0 auto;
}

.ark-seats-container {
	width: 100%;
	overflow: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.ark-delete-icon {
	display: block;
	padding: 10px;
	}



@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-event_sector-thumb {
    	padding: 4px 8px;
    	margin-bottom: 8px;
	margin-left: -12px;
	margin-right: -12px;
	}

	.tickets-list > .ark-event_tickets-type-item > .uk-grid > div {
	line-height: 22px;
	}

	.ark-event_ticket-price {
	padding-left: 85px;
	}
	.ark-delete-icon {
	padding: 2px;
	}
}




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


.ark-mobile-break {
	display: inline-block;
	width: 14px;
}

.ark-mobile-panel {
	margin: 0px;
}
.ark-mobile-center {
	text-align: left;
 }



/*
 * Blocks
 */

.ark-middle,
.ark-section,
.ark-footer { padding: 30px 0 8px 0; 
position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

.ark-footer {
    height: 120px;
}
.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;
}


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

}
@media (max-width: 929px) {
  .ark-sidebar {
	float: none;
	margin-top: 59px;
  }
  #slideshow {
	display: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;
  }
  body {
    padding-bottom: 180px;
  }
  .ark-footer {
    height: 180px;
  }

}
@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;
	}
	.ark-mobile-break {
	  display: block;
	  height: 10px;
	}
	.ark-mobile-center {
	  text-align: center;
  	}



}

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

body {
    padding-bottom: 210px;
  }
  .ark-footer {
    height: 210px;
  }
  .ark-mobile-panel {
	margin-left: -24px;
	margin-right: -24px;
	padding: 8px 4px;
  }
  .ark-mobile-center {
	text-align: center;
  }

}

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: #FF0000;
}
.avail-maybe {
	background-color: #E9BDA0;
}


.chair-price-a, .chair-price-b, .chair-price-c, .chair-price-d, .chair-price-e, .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-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-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 {
	backgroung: #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);

}
