@charset "utf-8";


@font-face {
	font-family: logo; /* deklarace fontu */
	src: url('fonty/eklektin.eot');
	src: url('fonty/eklektin.eot?#iefix') format('embedded-opentype'),
	url('fonty/eklektin.woff2') format('woff2'),
	url('fonty/eklektin.woff') format('woff'),
	url('fonty/eklektin.ttf') format('truetype');
}
@font-face {
	font-family: menuf; /* deklarace fontu */
	src: url('fonty/bosanovn.eot');
	src: url('fonty/bosanovn.eot?#iefix') format('embedded-opentype'),
	url('fonty/bosanovn.woff2') format('woff2'),
	url('fonty/bosanovn.woff') format('woff'),
	url('fonty/bosanovn.ttf') format('truetype');
}

@font-face {
  font-family: "AvenueX-Regular";
  src: url("./fonty/AvenueX-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonty/AvenueX-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonty/AvenueX-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonty/AvenueX-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonty/AvenueX-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonty/AvenueX-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonty/AvenueX-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ebrima";
  src: url("./fonty/ebrima.eot"); /* IE9 Compat Modes */
  src: url("./fonty/ebrima.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonty/ebrima.otf") format("opentype"), /* Open Type Font */
    url("./fonty/ebrima.svg") format("svg"), /* Legacy iOS */
    url("./fonty/ebrima.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonty/ebrima.woff") format("woff"), /* Modern Browsers */
    url("./fonty/ebrima.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
* {
    box-sizing: border-box;
}
html, body {
    min-height: 100%;
    margin: 0;
    background: url(img/kapela.jpg) no-repeat fixed top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	background-attachment: fixed;
	overflow-x: hidden;
	/*font-family:logo, Geneva, Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.cast {
    min-height: 100%;
    /*min-height: 100vh;*/
    background-color: transparent;
    color: #fff;
    padding: 1em;
    
}
.prvni{
	min-height: 100vh;
}

.cast:nth-child(even) {
    background: rgba(255, 255, 255,0.8);
    color: #000;
}
.dalsi{
	background: rgba(0, 0, 0,0.8);
	
		
}
address{
	font-style: normal;
}
.bila{
	color: #fff;
}
menu {
	font-family: Ebrima; 
	letter-spacing: 2px;
}
.menu3 {
	list-style: none; 
	padding: 0; 
	margin: 0 50px 0 0;
	text-align: right;
	
	}
.menu3 li {
	display: inline;
	}
.menu3 a {
	text-decoration: none; 
	border-bottom: 0; 
	background: transparent; 
	padding: 5px; 
	display: inline-block; 
	/*width: 120px; */
	line-height: 40px;
	color: #fff;
	font-size: 1.5em;
	}
.menu3 a:hover{
	text-decoration: none; 
	background-color: yellow;
	color: #000;
}
.fixni-menu {
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	background: blue; 
	text-align: right; 
	padding: 0 20px 0 0;
	z-index: 1;
	
	}
/**/

    
	.posun{
		margin-top: 20px;
	}
	h2{
		padding-top: 50px;
		padding-left: 50px;
		font-family: menuf;
		letter-spacing: 2px;	
	} 
	h3{
	
		padding-left: 20px;	
	} 
	.fotky h3{
		text-align: left;
	} 
	.polozka{
		display:inline-block;
		padding-left: 20px;
	}

	.koncertv{
	 	/*background: rgba(0, 0, 0,0.3);*/
	 	line-height: 40px;
		color: #fff;
	 	margin: 0 5px 2px 5px;
	 	
	}
	.koncert{
	 	background: rgba(0, 0, 0,0.3);
	 	line-height: 40px;
	 	/*width: 800px;*/	
	 	margin: 0px auto;
	 	color: #fff;
	 	margin: 0 5px 2px 5px;
	 	border-radius: 10px 10px 10px 10px;
	}
	.koncert:nth-child(even){
	 	background: rgba(0, 0, 0,0.3);
	 	color: #000;
	 	margin: 0 5px 2px 5px;	
	 	border-radius: 10px 10px 10px 10px;
	}
	.mezera-koncert{
		height: 20px;
		width: 100%;
	}
	.mezera-tanec{
		height: 40px;
		width: 100%;	
	}
	.datum{
		width: 120px;
	}
	.cas{
		width: 80px;
	}
	.misto{
		width: 200px;
	}
	.mesto{
		width: 200px;
	
	}
	.koncerty-hlavni a{
		text-decoration: underline;
		color: #000;
	}
	.koncerty-hlavni a:hover{
		text-decoration: none;
		color: #000;
	}
	.koncerty-m a{
		text-decoration: underline;
		color: #fff;
	}
	.koncerty-m a:hover{
		text-decoration: none;
		color: #fff;
	}
	.autor{
		text-align: center;
	
    	color: #000;
    	font-size: 9px;
    	margin-top: -11px;
	}

	.popis{
		font-size: 1.5em;
		/*width: 45%;*/
		display: inline-block;
		vertical-align: top;
		padding-top: 50px;
		text-align: center;
		padding-bottom: 50px;	
	}
	.popis-h{
		font-size: 1.5em;

		vertical-align: top;
		padding: 10px 0 50px 50px;
		text-align: left;
		
	}
	ul.kapela li{
	
	}

	.clen{
		display: inline-block;
		/*background: rgba(255, 255, 255,0.4);*/
		vertical-align: top;
	}
	
	.typ{
		padding-left: 10px;
		padding-top: 80px;
	}
	.kontakt{
		text-align: center;
		font-size: 2em
	}
	.kontakt a{
		color: #fff;
		text-decoration: none;
	}
	.kontakt a:hover{
		color: #fff;
		text-decoration: underline;
	}
	.gallery{
		text-align: center;
	}
	.gallery a img{
		border: 3px solid white;
		border-radius: 5px;
	}
	.gallery a:hover img{
		border: 3px solid #000;
		border-radius: 5px;
	}

	.hudba div.title{
		padding-left: 40px;
		padding-bottom: 5px;
		color: #fff;
		/*background-color: #fff;
		border-radius: 15px 15px 0 0;*/
		font-family: menuf;
		letter-spacing: 2px;
	
	}
	.hudba audio{
		width: 300px;
		/*background-color: fuchsia;*/
	
	}
	.hudba div.pod{
		height:10px;
	}
	
	.vyse{
		margin-top: 20px;
		color:transparent;
	}
	.vysed{
		margin-top: 20px;
		color:transparent;
	}
	.vyses{
		margin-top: -25px;
		color:transparent;
	}
	.ikony{
		background: rgba(0, 0, 0,0.4);
		border-radius: 25px;	
	}
	.ikony ul{
		list-style: none;
		text-align: center;
		padding: 10px 0 10px 0;	

	}
	.ikony li{
		display: inline-block;
		padding: 0 10px 0 10px;
	}
	.ikony img{
		height: 50px;
		width: auto;
	}
	.koncerty-m{
		/*display: inline-block;
		width: 48%;*/
		vertical-align: top;
		padding-bottom: 20px;
	}
	.stageplan{
		/*width: 300px;
		margin: 0 auto;
		background: rgba(255, 255, 255,0.8);
		color: #000;
		border-radius: 25px;
		padding: 10px 10px 10px 10px;	*/
		display: none;
	
	}
	.posuns {

	display: none;
	
	}
	.sipka-nahoru{
		position: fixed;
		right: 50px;
		bottom: 60px;
		display:block;
	}
	#sipka-nahoru{
		width: 50px;
		height: 50px;
	}
	.seznam-nahravek{
		/*width: 700px;*/
	}
	.tance{
		display: inline-block;
	}
	.tance ul{
		padding-left:0px;
	}
	.tance button{
		width: 300px;
		height: 30px;
		border: none;
		border-radius: 5px 5px 5px 5px; 
		text-align: left;
    	margin-bottom: 5px;
   	background-color: blue;
    	color: white;
    	font-size: 1.2em;
	}
	.tance-jednotlive li{
		padding: 5px 0 5px 0;
		list-style:square;
		
	}
	.tance-jednotlive ul{
		padding-left: 40px;
	}
	.tance-jednotlive li a{
		text-decoration: none;
		color: #000;
	}
	.tance-jednotlive li a:hover{
		text-decoration: underline;
		color: #000;
	}
	.detail-tance{
		display: inline-block;
		vertical-align:top;
	
	}
	.detail-tance h2{
		padding-top: 0px;
	}
	.detail-tance li{
		padding-bottom: 5px;
		
	}
	
	.detail-tance li img{
		max-width: 334px;
	}
	.detail-tance .titulek{
		font-weight: bold;
		padding-right: 15px;
	}
	.detail-tance li div{
		vertical-align: top;
	}
	.seznam-nahravek ul{
		list-style: none;
	}
	.seznam-nahravek li.cara{
		border-bottom: 1px dotted Black;
	}
	.title-seznam{
		width: 300px;
		display: inline-block;
		vertical-align: top;
   	padding-top: 15px;
   	font-size: 1.2em;
   	border-right: 1px dotted Black;
   	height: 56px;
	}
	audio.pisen{
		padding: 5px 0 5px 0;
	}
	.ostatni-akce{
		padding-left: 20px;
	}
	.ostatni-akce button{
		margin-right: 5px;
		margin-bottom:5px;
		border: none;
		border-radius: 5px 5px 5px 5px;
		height: 30px;
    	width: 60px;
    	color: #000;
    	transition-duration: 0.4s;
  		cursor: pointer;
	}
	.ostatni-akce button:hover{
		background-color: blue;
		color: #fff;
		
	}
	.ostatni-akce button a:hover{
		text-decoration: none;
		color:white;
	}
	.ostatni-akce  button a{
		text-decoration: none;
		color:#000;
	}
	
	
	 /* schování tlačítka */
    li.schovat div {display: none}
    
    /* nastylování „ikony“ plus nebo mínus */
    .tance button span:before {
    	content: "+"; 
    	display: inline-block; 
    	margin-right: .5em; 
    	padding: 0 .4em; 
    	border-radius: 3px; 
    	background: blue; 
    	color: #fff;
    	}
    	.cookies-info li{
    		list-style: none;
    	}
    	.cookies-info button{
    		color: white;
    		background-color: blue;
    		border: none;
    		height: 25px;
    		margin: 2px 2px 2px 2px;
    		
    	}
    	.cookies-info button:hover{
    		color: black;
    		background-color: #87cefa;
    		border: none;
    		height: 25px;
    		
    	}
    /* ikona minus bude mít pomlčku */
    .tance button span.skryt:before {content: "-";}
    /* když je obsah schovaný, schováme popisek „Skrýt“ */
    .tance .schovat .skryt {display: none;}
    /* když je obsah zobrazený, schováme popisek „Zobrazit“ */
    .tance .ukazat .zobrazit {display: none;} 
    /*button .skrytcookies {display: none;}
    button .zobrazitcookies {display: none;}*/
   .cookies-info .schovat .skryt {display: none;}
    /* když je obsah zobrazený, schováme popisek „Zobrazit“ */
    .cookies-info .ukazat .zobrazit {display: none;} 
    .fixni-menu {
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	background: blue; 
	text-align: right; 
	padding: 0 20px 0 0;
	z-index: 1;
	
	
	} 
	#header div.fixni-menu menu li a{
		color: #fff;
	} 
	#fixni-menu button {
    	background: blue;
    	border: 0;
    	color: #fff;
    	font-size: 30px;
    	cursor: pointer;
    	display: none;
	}

	#fixni-menu button:hover, #fixni-menu button:focus {
    	color: #fff;
	}

	#fixni-menu.zobrazit menu {display: block;}
	.tucny{
		font-weight: bold;
	}
	.detail-tance .popisek{
		max-width: 600px;
	}
	.video-jednotlive{
		display: inline-block;
		padding: 0 5px 0 5px;
		
	}
	.poptavka{
		max-width: 600px;
	}
	.udaje-osoba{
		width: 500px;
		display: inline-block;
		vertical-align: top;
	}
	.titl-form{
		width:100%;
	}
	.titl-form label{
		font-weight: bold;
	}
	.udaje-tanec{
		display: inline-block;
		vertical-align: top;
		width: 400px;
	}
	.formular textarea{
		width: 300px;
		height: 120px;
	}
	.delka300{
		width: 300px;
	}
	.kontrolni-cast li img{
		width: auto;
		height: 20px
	}
	.delka30{
		width: 30px;
		height: 30px;
	}
	.nadpis-akce{
		font-size: 1.3em;
		font-weight: bold;
		padding: 5px 0 5px 20px;
		
	}
	
@media screen and (min-width: 1400px) {
	.poptavka{
		max-width: 1000px;
	}
}
@media screen and (min-width: 1050px) {
	/*	h1{
		position: absolute;
		top: 30%;
		text-align: center;
		font-family: Ebrima;
		font-size: 6em;
		width: 100%;
	
	}*/
	h1{
		display: none;
	}
	.logo-hlavni{
		position: absolute;
		top: 30%;
		text-align: center;
		width: 100%;
	}
			.koncerty-hlavni{
		color: #000;
		background: rgba(255, 255, 255,0.8);
		width: 600px;
		border-radius: 10px 10px 10px 10px;
		position: absolute;
		bottom: 50px;
		right: 50px;
	}
	.hudba {
		/*background: rgba(255, 255, 255,0.8);*/
		/*background-color: #fff;*/
		width: 300px;
		position: absolute;
		left: 80px;
		bottom: 50px;
		border-radius: 15px;
	
	}
	.foto img{
	width: 200px;
	border-radius: 50%;	
	}
	.foto{
		width: 200px;
	
	}
	.jmeno{
		/*width: 300px;*/
		/*text-align: right;*/
		padding-top: 80px;
		padding-left: 50px;
		padding-right: 50px;
	}
		ul.kapela{
		list-style: none;
		padding-left: 60px;
		padding-right: 60px;
		font-size: 1.5em;
		width: 90%;
		display: block;
		margin: 0px auto;
	
	}
		ul.kapela li:nth-child(even){
		/*line-height: 40px;*/
		text-align: right;
		margin-top: -100px;
	
	}
	.koncertv{
		border-radius: 10px 10px 10px 10px;
	}
	.detail-tance{
		padding-left: 50px;
	}
	.detail-tance li div{
		display: inline-block;
	}
	.detail-tance .titulek{
		width: 170px;
		text-align: right;
	}
	.video-jednotlive iframe{
		width: 420px;
		height: 315px;
		border: 0;
	}
	
	
}
@media screen and (min-width: 765px) and (max-width: 1049px) {
	h1{
		/*position: relative;
		top: 80px;*/
		text-align: center;
		font-family: Ebrima;
		font-size: 4em;
		width: 100%;
	
	}
		.koncerty-hlavni{
		color: #000;
		background: rgba(255, 255, 255,0.8);
		max-width: 600px;
		border-radius: 10px 10px 10px 10px;
		/*position: absolute;
		top: 250px;
		right: 50px;*/
	}
	.koncertv{
		border-bottom: thin solid #fff;
	}
	.hudba {
		/*background: rgba(255, 255, 255,0.8);*/
		/*background-color: #fff;*/
		width: 300px;
		/*position: relative;
		left: 30px;
		top: 450px;*/
		border-radius: 15px;
	
	}
	.foto img{
		width: 150px;
		border-radius: 50%;	
	}
	.foto{
		width: 150px;
	
	}
	.jmeno{
		/*width: 300px;*/
		/*text-align: right;*/
		padding-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
		
	}
		ul.kapela{
		list-style: none;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1.0em;
		width: 95%;
		display: block;
		margin: 0px auto;
	
	}
		ul.kapela li:nth-child(even){
		/*line-height: 40px;*/
		text-align: right;
		margin-top: -10px;
	
	}
	.mistov{
		width: 100%;
	}
	.detail-tance{
		padding-left: 50px;
	}
	.detail-tance li div{
		display: inline-block;
	}
	.detail-tance .titulek{
		width: 170px;
		text-align: right;
	}
	.video-jednotlive iframe{
		width: 420px;
		height: 315px;
	}
	
}



@media screen and (max-width: 764px) {
	#fixni-menu{
		
	}	
		#fixni-menu button {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0px 0 0 10px;
    }
    
    #fixni-menu menu {display: none; }
    #fixni-menu menu li{
		display:  block;
		padding: 0 10px 0 10px;
	}
	#fixni-menu menu li a{
		color: #fff;
		text-decoration: none;
		padding: 10px 0 10px 0;
		display: block;
		padding-left: 50px;
		width: 100%;
		background-color: blue;
	}
	#fixni-menu menu li a:hover, #fixni-menu menu li a.focus{
		background-color: yellow;
		color: #000;
		border-bottom: none ;
	
		width: 100%;
	}
	#fixni-menu menu{
	
	list-style: none;
	text-align: left;
   
   font-size: 1.1em;
}
		.koncerty-hlavni{
		color: #000;
		background: rgba(255, 255, 255,0.8);
		
		border-radius: 10px 10px 10px 10px;
		
	}
	.popis-h{
			
		padding: 10px 0 50px 0;
				
	}
	ul.kapela{
		list-style: none;
		padding-left:0px;
	}
	ul.kapela li:nth-child(even){
	text-align: right;
	}
	ul.kapela li div.jmeno{
		margin-top: 40px;
		padding-left: 10px;
		max-width: 350px;
	}
	ul.kapela li:nth-child(even) div.jmeno{
	 padding-right: 10px;	
	}
	
	ul.kapela li img{
		width: 100px;
		border-radius: 50%;
	}
		.koncertv{
		border-bottom: thin solid #fff;
	}
	.title-seznam{
		display: block;
		width: 300px;
		vertical-align: top;
		padding-top: 15px;
		font-size: 1.2em;
		border-right: none;
		height: 56px;
	}
	.seznam-nahravek li.cara{
		border-bottom: none;
	}
	.detail-tance ul{
		padding-left: 0px; 
	}
	.detail-tance h2{
		padding-left: 0;
	}
	.video-jednotlive iframe{
		max-width: 320px;
		height: 200px;
	}
}
@media screen and (max-width: 430px) {
.kontakt{
		text-align: center;
		font-size: 1em
	}
	}
@media screen and (max-width: 419px) {
ul.kapela li div.jmeno{
		
		/*width: 225px;*/
	}
}