@charset "UTF-8";

body {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	}
	

h1, h2, h3, h4, h5 {
	font-family: "Arial", "Georgia", serif;
	}
h1 a{
}
h2 {
	font-size: 1.2em;
	}
	
h3 {
	font-size: 1.1em;
	}
	
ul {
	margin: 0px;
	}

a:hover {
	text-decoration: none;
	}
	
a img {
	border: none;
	}

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
	}

p {
	text-align: justify;
	}
	
table th, .noWrap {
	white-space: nowrap;
	}

table, .formTable {
	}
		
	table th, .formTable > div > strong {
		text-align: left;
		}
			
		.formTable > div > strong {
			display: inline-block;
			/*width: 120px;*/	/* we use pixels here as the .big class with bigger font will not work with EMs */
			}
		
			body.orderStepForm .formTable > div > strong {
				/*width: 150px; */
				}
			body.orderStepForm .formTable > div > strong > span{
        display:block;
        font-size:0.8em;
        font-weight:normal;
				}
		
		.formTable > div > div {
			/*display: inline-block;
			margin-left: 130px;*/
			}
		.formTable textarea {
       width:100%;
			}
			
			body.orderStepForm .formTable > div > div {
				/*margin-left: 160px;*/
				}

	table th, table td, .formTable > div > * {
		font-size: 0.9em;
		padding: 0.3em 0.5em;
		vertical-align: middle;
		}
		
		.formTable > div > * {
			padding: 5px 10px;
			}
			
		.formTable > div > strong {
			padding-left: 0px;
			}
		
		table th.top, table td.top, .formTable > div > .top {
			vertical-align: top;
			}

	table tr.big th, table tr.big td, .formTable > div.big > * {
		font-size: 1.6em;
		}
		
		table tr.big th, table tr.big td {
			padding-left: 0.3em;
			}
		
	.formTable > h3 {
		font-size: 1em;
		}
	
.submit {
	background-color: #FF5500;
	display: inline-block;
	padding: 0.2em 1em;
	border: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

	.submit:hover {
		cursor: pointer;
		}
		
form th {
	font-weight: normal;
	}
	
	form .mandatory {
		font-weight: bold;
		}
		
		form .mandatory > span.note {
			display: block;
			font-weight: normal;
			}
			
.center {
	text-align: center;
	}

ul {
	padding: 0em;
	}

.eurPrice {
	font-size: 0.9em;
	}
	
.clearboth{clear:both;}

/******************** tooltip **********************/

.acronym {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
	display: inline-block;
	}
	
	*:first-child + html .acronym {
		display: inline;
		}

	.acronym.nodots {
		border: none;
		}
		
	.acronym .tooltipWrapper {
		position: relative;
		z-index: 2;
		top: 0px;
		display: inline-block;
		width: 100%;
		}
		
		*:first-child + html .acronym .tooltipWrapper {
			display: inline;
			}
		
	.acronym .tooltip {
		display: none;
		width: 300px;
		top: 5px;
		left: 30px;
		
		padding: 1em;
		border-width: 2px;
		border-style: solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		
		position: absolute;
		z-index: 100;
		}

		.acronym:hover .tooltip {
			display: block;
			}
				
			.acronym.touchScreen:hover .tooltip {
				display: none;
				}

			.acronym.touchScreen {
				/*display: none;	 docasne */
        padding:.3em;
        border:.1em solid #fff;
        border-radius:1em;
        background:#0066ff;
        color:#fff;
        font-size:1em;
        font-weight:bold;
				}
				
			.acronym.touchScreen.visible .tooltip {
				display: block;
				}
				
.acronym.right .tooltip {
		left: 100%;
		}
		
/**************** layout ****************/

#languages {
	list-style-type: none;
	float: right;
	padding: 10px;
	}
	
	#languages li {
		display: inline;
		margin: 0px 5px;
		}

    #languages a img{
    display:inline-block;
    width:26px;
    height:16px;
    border:1px solid #666;
    border-radius:1px;

    }
	
h1 {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: normal;
	
	margin: 0px;
	padding: 0.5em;
	}
	
	h1 .tickets {
		text-transform: uppercase;
		font-weight: bold;
		}

#content {
	margin: 1em 1em 1em 1em;
	}
	
#categories {
  clear:both;
	display: block;
	margin: 0em -1em 1em;
	padding: 0.5em 0em;
	}
	
	#categories li {
		display: inline;
		font-size: 1.1em;
		font-weight: bold;
		
		border-right: 2px solid #ccc;
		}
		
		#categories li a {
			text-decoration: none;
			padding: 0em 1em;
			}
			
			#categories li a:hover {
				text-decoration: underline;
				}
				
#virtual-tickets-text {
	padding: 0px 0px 0px 10px;
	}

#performances {
	list-style-type: none;
	}
	
	#performances li .logo {	
		float: left;
		width: 150px;
		height: 100px;
		text-align: center;
		border-width: 1px;
		border-style: solid;
		}
		
		#performances li .logo img {
		max-width: 150px;
		max-height: 100px;
			}

	#performances li .text {
		margin-left: 152px;
		padding-left: 1em;
		}

	#performances .specialPrice {
		width: 118px;
		height: 39px;
		float: right;
		background: url('../../../../../vt/_data/public/img/special_price_en.png');
		}
		
		#performances .specialPrice.cz {
			background: url('../../../../../vt/_data/public/img/special_price_cz.png');
			}
		
		#performances .specialPrice.de {
			background: url('../../../../../vt/_data/public/img/special_price_de.png');
			}

#performance {
	}
			
	#performance #logo, #performance #pictures, #performance #map {
		float: right;
		clear: right;
		margin: 0em 0em 1em 1em;
		}

	#performance #pictures, #performance #map {
		width: 300px;
		}
		
		#performance #pictures .detail {
			display: none;
			position: relative;
			}
			
			#performance #pictures .detail.visible {
				display: block;
				}

		#performance #pictures a span {
			display: none;
			position: absolute;
			z-index: 100;
			right: 50%;
			top: 50%;
			border: 10px solid white;
			}
			
			#performance #pictures a:hover span {
				display: block;
				}

		#performance #pictures .control {
			background: #d0d0d0;
			margin-bottom: 4px;
			}
			
		#performance #pictures .control a {
			display: inline-block;
			width: 50%;
			height: 28px;
			line-height: 1000px;
			overflow: hidden;
			background-position: center;
			background-repeat: no-repeat;
			}
			
			#performance #pictures .control a.left  {
				background-image: url('../../../../../vt/_data/public/img/photoLeft.gif');
				}

			#performance #pictures .control a.right {
				background-image: url('../../../../../vt/_data/public/img/photoRight.gif');
				}
	
		#performance #pictures .thumb {
			float: left;
			margin: 0px 0px 4px 4px;
			}
			
		#performance #pictures .thumb.firstInRow {
			margin-left: 0px;
			}
		
		#performance #map p {
			font-weight: bold;
			text-align: center;
			}
			
		#performance #map #mapCanvas {
			width: 100%;
			height: 300px;
			}
		
	#performance > .text {
		margin-right: 300px;
		}
		
	#performance .schedule {
		font-weight: bold;
		}
		
	#performance .price {
		font-weight: bold;
		}
  #performance .total_price{
  }
  #performance .total_price.acronym .tooltipWrapper{
  }
  #performance .total_price.acronym .tooltipWrapper .tooltip{
  width:350px;
  font-size:0.6em;
  }

#performance #popupMap {
	width: 300px;
	height: 200px;
	}
	
#errors {
	padding: 1em;
	margin-bottom: 1em;
	
	border-width: 2px;
	border-style: solid;
	
	list-style-type: none;
	}

#order-steps {
	display: none;
	}
	
ul#order-steps{width:100%;height:35px;margin:0;padding:0;list-style:none;background:#dfdfdf;}
ul#order-steps li{position:relative;float:left;width:19%;height:35px;margin:0;padding:0;line-height:35px;}
ul#order-steps li a{display:block;width:100%;height:100%;color:#000;}
ul#order-steps li span.number{float:left;width:25px;height:100%;font-size:18px; font-weight:bold;text-align:center;}
ul#order-steps li span.text{float:left;height:100%;font-size:12px;}
ul#order-steps li.current{color:#fff;}
ul#order-steps li.current span.number{color:#fff;}
ul#order-steps li.current span.text{color:#fff;}

ul#order-steps li.future{color:#adadad;}
ul#order-steps li.future span.number{color:#adadad;}
ul#order-steps li.future span.text{color:#adadad;}


ul#order-steps li.past{color:#000;}
ul#order-steps li.past span.number{color:#000;}
ul#order-steps li.past span.text{color:#000;}

.youtubePlayer {
	width: 300px;
	height: 300px;
	}
	
/********************* events calendar *********************/

#eventsCalendar {
	display: block;/**/
	float: right;
	clear: right;
  position:relative;
  z-index:100;
  width:229px;
  height:67px;
  padding: 0 0 0 66px;
  box-sizing:border-box;
	margin: 5px;
  background:url('../../../../../img/event_calendar.png') no-repeat;
  color:#993d10;
  font-size:16px;
  /*font-weight:bold;*/
  text-decoration:none;
  text-shadow:1px 1px 1px #fff;
	}
#eventsCalendar:hover {
  color:#fff;
  text-shadow:1px 1px 1px #993d10;
}
#eventsCalendar > span{
position:absolute;
top:50%;
left:70px;
z-index:105;
width:130px;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
}
	
#eventsCalendarListing {
	}

  .datePicker .datedisplay{
  position:relative;
  z-index:111;
  }
	
	#eventsCalendarListing .monthsList li {
		list-style-type: none;
		display: inline;
		}

	#eventsCalendarListing .calendar table {
		}
		
		#eventsCalendarListing .calendar table .header {
			}
			
		#eventsCalendarListing .calendar table .week {
			}
	
	#eventsCalendarListing .calendar .date > * {
		font-size: 20px;
		text-align: center;
		background: url('../../../../../kalendar3/day-bg.png') left top no-repeat;
		width: 25px;
		height: 23px;
		padding: 13px 10px 7px;
		display: inline-block;
		color: black;
		}
	
	#eventsCalendarListing .calendar .date.full > * {
		text-decoration: underline;
		}

	#eventsCalendarListing .calendar .date.past > * {
		color: grey;
		text-decoration: none;
		}
		
	#eventsCalendarListing .calendar .date.future > * {
		color: #56789a;
		}
	
	#eventsCalendarListing .calendar .legend {
		list-style-type: none;
		line-height: 20px;
		}
		
		#eventsCalendarListing .calendar .legend .date span {
			vertical-align: middle;
			display: inline-block;
			}

#yvideo{
clear:both;
float:right;
}

/************************** responsive tables ****************************/

/*.responsiveTable > * > * {
	font-size: 0.9em;
	padding: 0.3em 0.5em;
	vertical-align: middle;
	float: left;
	}

	.responsiveTable > * {
		display: block;
		text-decoration: none;
		clear: left;
		}

		.responsiveTable > a {
			outline: none;
			}
			
		.responsiveTable > * > * {
			color: white;
			}
		
	.responsiveTable > div:first-child > * {
		font-weight: bold;
		}

.responsiveTable.schedules .colDay { width: 50px; }
.responsiveTable.schedules .colDate { width: 80px; }
.responsiveTable.schedules .colTime { width: 100px; color: inherit; text-decoration: underline; }
.responsiveTable.schedules .colTime:hover { text-decoration: none; }
.responsiveTable.schedules .colNote { width: 300px; }
.responsiveTable.schedules .colButton { width: 100px; }


.responsiveTable.tickets .colPrice { width: 200px; }
.responsiveTable.tickets .colNote { width: 400px; }
.responsiveTable.tickets .colButton { width: 100px; }

*/


.responsiveTable {
  display:block;
	font-size: 1em;
	padding: .1em .3em;
	vertical-align: middle;
  text-align:center;
	}

.responsiveTable *{
text-decoration:none;
background:none;
}


.responsiveTable.schedules a{
display:block;
padding:.3em;
margin:.3em 0;
border-radius:.5em;
}
.responsiveTable.schedules .colDay {
}
.responsiveTable.schedules .colDate {
}
.responsiveTable.schedules .colTime {
}
.responsiveTable.schedules .colNote {
display:block;
font-size:.6em;
}
.responsiveTable.schedules .colButton {
display:block;
font-size:1.1em;
}



.responsiveTable.tickets > div.ticketscols{
display:none;
}

.responsiveTable.tickets .ticket_item{
margin:0.5em 0;
}

.responsiveTable.tickets a.ticket_rate_order{
position:relative;
z-index:51;
display:block;
padding:0.3em;
margin:0;
border-radius:5px;
box-shadow:0px 0px 5px 1px rgba(0,0,0,0.5);
background:#CB3506;
color:#fff;
}
.responsiveTable.tickets .colPrice {
display:block;
font-size:1.1em;
}
.responsiveTable.tickets .colButton {
display:block;
font-size:1.1em;
text-transform: uppercase;
}

.responsiveTable.tickets .colNote {
position:relative;
z-index:50;
display:block;
padding:0.5em;
background:#555;
margin:0 1em;
border-radius:0 0 5px 5px;
}


.responsiveTable.tickets a.viti_price_skybox_link{
display:inline-block;
padding:0.2em 0.5em;
border-radius:2px;
background:rgba(255,255,255,1);
color:#CB3506;
}



#footer{
}
#footer p{
line-height:1.4em;
text-align:center;
font-size:.6em;
}





#performance table tr.choosenperformlink{
color:#000;
background:#fff;
}



.responsiveTable.schedules a.choosenperformlink{
color:#000;
background:#fff;
}






.rootcalendar *{
box-sizing:border-box;
/*transition:all ease-in-out 0.5s;*/
}

.rootcalendar .performlist{
padding-bottom:5em;
font-size:1vw;
}
.rootcalendar .performlist .performlist_date_line{
background:rgba(0,0,0,0.3);
color:#fff;
padding:1em 1em 0.5em 1em;
margin:2em 0 0 0;
border-top:4px solid #6a6463;
}
.rootcalendar .performlist .performlist_date_line:first-child{
margin:0;
border-top:0;
}
.rootcalendar .performlist .performlist_date_line > span{
display:block;
padding:0 0 0 2em;
background: url('../../../../../kalendar4/img/ico-calendar-white.png') no-repeat left center;
font-size:2.2em;
line-height:120%;
}
.rootcalendar .performlist .performlist_cate_line{
clear:both;
background:rgba(0,0,0,0.3);
color:#fff;
padding:1em 1em 1em 1em;
margin:0.5em 0 0 0;
cursor:pointer;
transition:background ease 0.5s;
}
.rootcalendar .performlist .performlist_cate_line.open{
background:#525252;
}
.rootcalendar .performlist .performlist_cate_line > span{
display:block;
padding:0;
font-size:1.6em;
line-height:120%;
}
.rootcalendar .performlist .performlist_cate_line > span > img{
vertical-align:top;
margin-top:0.1em;
margin-left:0.5em;
height:1em;
transition:transform ease 0.5s, margin ease 0.5s;
}
.rootcalendar .performlist .performlist_cate_line.open > span > img{
transform:rotate(90deg);
}
.rootcalendar .performlist .performlist_item{
clear:both;
width:100%;
height:10em;
padding:0.5em 0;
margin:1em 0;
background:rgba(0,0,0,0.2);
color:#fff;
}
.rootcalendar .performlist .performlist_item .perform_datetime{
position:relative;
z-index:50;
float:left;
width:15%;
height:100%;
padding:1em 2em;
text-align:center;
font-size:1.4em;
line-height:150%;
vertical-align:middle;
}
.rootcalendar .performlist .performlist_item .perform_datetime .perform_datetime_in{
position:absolute;
top:50%;
left:0;
z-index:51;
display:block;
width:100%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
}
.rootcalendar .performlist .performlist_item .perform_datetime .perform_datetime_date{
display:block;
}
.rootcalendar .performlist .performlist_item .perform_datetime .perform_datetime_weekday{
display:block;
text-transform: uppercase;
}
.rootcalendar .performlist .performlist_item .perform_datetime .perform_datetime_time{
display:block;
}
.rootcalendar .performlist .performlist_item .perform_datetime_image{
position:relative;
z-index:50;
float:left;
width:15%;
height:100%;
background:rgba(0,0,0,0.3);
}
.rootcalendar .performlist .performlist_item .perform_datetime_image > img{
position:absolute;
top:50%;
left:50%;
z-index:51;
max-width:90%;
max-height:90%;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
.rootcalendar .performlist .performlist_item .perform_description{
float:left;
width:45%;
height:100%;
padding:1em 2em;
}
.rootcalendar .performlist .performlist_item .perform_description .perform_description_title{
display:block;
font-size:1.6em;
line-height:120%;
}
.rootcalendar .performlist .performlist_item .perform_description .perform_description_note{
display:block;
font-size:0.9em;
line-height:120%;
padding:1em 0;
}
.rootcalendar .performlist .performlist_item .performlist_item_link{
position:relative;
z-index:50;
float:left;
width:25%;
height:100%;
padding:0;
text-align:center;
}
.rootcalendar .performlist .performlist_item .performlist_item_link > a{
position:absolute;
top:50%;
left:50%;
z-index:51;
display:block;
width:70%;
height:auto;
padding:1em 1em;
background:#cc3405;
font-size:1.2em;
line-height:120%;
text-decoration:none;
color:#fff;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
.rootcalendar .performlist .performlist_item .performlist_item_link > a > span{
}
.rootcalendar .performlist .performlist_item .performlist_item_link > a:hover{
background:#fff;
color:#cc3405;
}



.performlist_totop{
display:none;
position:fixed;
bottom:20px;
right:20px;
z-index:1000;
width:50px;
height:50px;
padding:8px;
box-sizing:border-box;
background:rgba(255,255,255,0.5);
font-size:14px;
color:rgba(255,255,255,0.8);
border-radius:100px;
text-align:center;
cursor:pointer;
}


@media screen and (max-width: 1200px) {
  body {
  }

  .rootcalendar .performlist .performlist_item{
  height:18em;
  }
  .rootcalendar .performlist .performlist_item .perform_datetime{
  font-size:1.4em;
  }
  .rootcalendar .performlist .performlist_item .perform_datetime_image{
  width:20%;
  }
  .rootcalendar .performlist .performlist_item .perform_description .perform_description_title{
  font-size:2.2em;
  }
  .rootcalendar .performlist .performlist_item .perform_description .perform_description_note{
  font-size:1.2em;
  }
  .rootcalendar .performlist .performlist_item .performlist_item_link{
  width:20%;
  }
  .rootcalendar .performlist .performlist_item .performlist_item_link > a{
  width:90%;
  font-size:1.8em;
  }

}



@media screen and (max-width: 1000px) {
  body {
  }


  .rootcalendar .performlist .performlist_item{
  height:26em;
  }
  .rootcalendar .performlist .performlist_item .perform_datetime{
  font-size:2em;
  }
  .rootcalendar .performlist .performlist_item .perform_datetime_image{
  width:20%;
  }
  .rootcalendar .performlist .performlist_item .perform_description .perform_description_title{
  font-size:2.5em;
  }
  .rootcalendar .performlist .performlist_item .perform_description .perform_description_note{
  font-size:1.6em;
  }
  .rootcalendar .performlist .performlist_item .performlist_item_link{
  width:20%;
  }
  .rootcalendar .performlist .performlist_item .performlist_item_link > a{
  width:90%;
  font-size:1.8em;
  }

}



@media screen and (max-width: 700px) {
  body {
  }

  .rootcalendar .performlist .performlist_date_line{
  font-size:1.8em;
  }

  .rootcalendar .performlist .performlist_cate_line{
  font-size:1.8em;
  }


  .rootcalendar .performlist .performlist_item{
  height:50em;
  padding:2em;
  margin:5em 0;
  }
  .rootcalendar .performlist .performlist_item .perform_datetime{
  width:40%;
  height:50%;
  font-size:2.8em;
  }
  .rootcalendar .performlist .performlist_item .perform_datetime_image{
  width:60%;/* 60% */
  height:50%;
  }
  .rootcalendar .performlist .performlist_item .perform_description{
  clear:both;
  width:65%;
  height:50%;
  padding:3em 2em 0 0;
  }
  .rootcalendar .performlist .performlist_item .perform_description .perform_description_title{
  font-size:3.2em;
  }
  .rootcalendar .performlist .performlist_item .perform_description .perform_description_note{
  font-size:2em;
  }
  .rootcalendar .performlist .performlist_item .performlist_item_link{
  width:35%;
  height:50%;
  }
  .rootcalendar .performlist .performlist_item .performlist_item_link > a{
  top:auto;
  bottom:0;
  left:auto;
  right:0;
  width:90%;
  font-size:2.2em;
  -webkit-transform: none;
  transform: none;
  }

}



@media screen and (max-width: 500px) {
  body {
  }

  .rootcalendar .performlist .performlist_date_line{
  font-size:3.2em;
  }

  .rootcalendar .performlist .performlist_cate_line{
  font-size:3.2em;
  }


  .rootcalendar .performlist .performlist_item{
  height:100em;
  }
  .rootcalendar .performlist .performlist_item .perform_datetime{
  display:block;
  float:none;
  width:100%;
  height:10%;
  font-size:3.8em;
  }
  .rootcalendar .performlist .performlist_item .perform_datetime .perform_datetime_date,
  .rootcalendar .performlist .performlist_item .perform_datetime .perform_datetime_weekday,
  .rootcalendar .performlist .performlist_item .perform_datetime .perform_datetime_time{
  display:inline-block;
  }
  .rootcalendar .performlist .performlist_item .perform_datetime_image{
  display:block;
  float:none;
  width:90%;/* 100% */
  height:40%;
  margin:0 auto;
  }
  .rootcalendar .performlist .performlist_item .perform_description{
  display:block;
  clear:both;
  float:none;
  width:90%;
  height:35%;
  padding:3em 0 0 0;
  margin:0 auto;
  }
  .rootcalendar .performlist .performlist_item .perform_description .perform_description_title{
  font-size:4.8em;
  }
  .rootcalendar .performlist .performlist_item .perform_description .perform_description_note{
  font-size:2.8em;
  }
  .rootcalendar .performlist .performlist_item .performlist_item_link{
  display:block;
  float:none;
  width:90%;
  height:15%;
  margin:0 auto;
  }
  .rootcalendar .performlist .performlist_item .performlist_item_link > a{
  width:100%;
  font-size:3.6em;
  }

}