@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Verdana';
	src: url('Verdana.eot?#iefix') format('embedded-opentype'),
		url('Verdana.woff') format('woff'),
		url('Verdana.ttf') format('truetype'),
		url('Verdana.svg#Verdana') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
@font-face {
	font-family: 'cmu_typewriter_textregular';
	src: url('cmuntt_0-webfont.eot');
	src: url('cmuntt_0-webfont.eot?#iefix') format('embedded-opentype'),
		url('cmuntt_0-webfont.woff2') format('woff2'),
		url('cmuntt_0-webfont.woff') format('woff'),
		url('cmuntt_0-webfont.ttf') format('truetype'),
		url('cmuntt_0-webfont.svg#cmu_typewriter_textregular') format('svg');
	font-weight: normal;
	font-style: normal;

} */

@font-face {
    font-family: 'exeroeregular';
    src: url('exeroe-webfont.eot');
    src: url('exeroe-webfont.eot?#iefix') format('embedded-opentype'),
         url('exeroe-webfont.woff2') format('woff2'),
         url('exeroe-webfont.woff') format('woff'),
         url('exeroe-webfont.ttf') format('truetype'),
         url('exeroe-webfont.svg#exeroeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_slab100';
    src: url('museo_slab_100-webfont.eot');
    src: url('museo_slab_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_slab_100-webfont.woff2') format('woff2'),
         url('museo_slab_100-webfont.woff') format('woff'),
         url('museo_slab_100-webfont.ttf') format('truetype'),
         url('museo_slab_100-webfont.svg#museo_slab100') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {box-sizing: border-box;}

:root {
	--white: #fff;
	/*  --dimwhite: #ddd; */
	--dimwhite: #f5f5f5;
	--lightgrey: #ccc;
	--grey: #aaa;
	--midgrey: #777;
	--darkgrey: #333;
	--orange: #fdb105;
	--yellow: #ffbb00;
	/*  --yellow:#da0; */
	--red: #b00;
	--red2: #f00;
	--red3: #911a1a;
	--black: #000;
}


html {
	/* font-size: 100.1%;  */
	font-size: calc(15px + 0.200625vw);
	/* font-size: calc(16px + 0.390625vw); */
	color: var(--white);
	margin: 0;
	padding: 0;
}

body, ul, p {
	margin: 0;
	padding: 0;
}

body {
/*	font-family: cmu_typewriter_textregular, Verdana, Arial, Helvetica, sans-serif; */
	font-family: museo_slab100, cmu_typewriter_textregular, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 95%;
	color: var(--lightgrey);
	background-color: var(--darkgrey);
	letter-spacing:0.03em;
}

html, body {
	height: 100%
}

/* ešte otestovat */

a {
	font-weight: normal;
	text-decoration: none;
}

a:link {color: var(--white)}
a:visited {	color: var(--white)}
a:hover {color: var(--yellow);}
a:active {color: var(--white);}

.email a {
	color: var(--dimwhite);
	font-size: 140%;
}

.email a:hover {
	color: var(--yellow);
}

/* a::after {content: "  "url(../images/web.png);} */

#mainBackDiv {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*  filter: brightness(.7); */
}

.nb1 {background-image: url(../BACKS/mainback-index.jpg);}
.nb2 {background-image: url(../BACKS/mainback-general.jpg);} /* general */
.nb3 {background-image: url(../BACKS/mainback-mixer.jpg);} /* music */
.nb4 {background-image: url(../BACKS/mainback-video.jpg);} /* video */
.nb8 {background-image: url(../BACKS/mainback-band.jpg);} /* band */

/*.nb2 {background-image: url(../BACKS/mainback-2.jpg);}  general */
/*.nb3 {background-image: url(../BACKS/mainback-3.jpg);}  music */
/*.nb4 {background-image: url(../BACKS/mainback-4.jpg);}  video */
/*.nb8 {background-image: url(../BACKS/mainback-8.jpg);}  band */

.nb6 {background-image: url(../BACKS/mainback-6.jpg);}
.nb9 {background-image: url(../BACKS/mainback-9.jpg);}
.nb10 {background-image: url(../BACKS/mainback-idx-bw-sh-fire.jpg);}

.blured {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	opacity: 0.2;
	transition: all 0.4s ease-in;
}

.unblur {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
}

.xphoto {
	opacity: 0.05;
	transition: opacity 1.2s ease-in;
	transition-delay: 0.2s;
	filter: grayscale(100%);
}

.xphotoff {
	opacity: 1;
	filter: grayscale(0%);
}

.xnet {
	width: 50%;
	transition: width 1.2s ease-in;
}

.xnetoff {
	width: 0%;
}

.darkerback {
	filter: sepia(100%) saturate(300%) brightness(40%) hue-rotate(180deg);
}

.centerblock {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 95%;
	margin-right: -50%;
}

.centerblock2 {
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	z-index: 2000;
}

.indeximage {
	position: relative;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

img.resiz {
	width: 100%;
}

.resiz {
	width: 100%;
}

.imglink {
	opacity: 0.7;
	filter: alpha(opacity=70);
	border: 1px solid #ddd;
	cursor: pointer;
}

.imglink:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.imglinkrev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #ddd;
	cursor: pointer;
	filter: grayscale(100%) brightness(70%);
}

.imglinkrev {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #aaa;
}

.lupa {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #ddd;
	font-size: 220%;
	font-weight: normal;
	text-shadow: 0px 0px 3px black;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

.sidetitle {position:absolute; right:0; top:50px; opacity:25%; width:6%;  filter: sepia(1) hue-rotate(302deg) saturate(100);}
.sidetitle img {width:85%;}

.sidetitle-x {position:absolute; right:0; top:50px; opacity:25%; width:6%;}
.sidetitle-x img {width:85%;}  

#mainContainer {
	position: relative;
	max-width: 95%;
	/*   min-width: 420px; */
	/*	height: 100%; */
	margin: 0 auto;
	padding: 1%;
}

#shadowtop {
	position: absolute;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background-image: linear-gradient(to bottom, rgba(9, 9, 9, 0.5), rgba(9, 9, 9, 0.0));
}

#shadow-2 {
	position: absolute;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	background-image: linear-gradient(to bottom, rgba(94, 16, 20, 1.0), rgba(82, 12, 17, 0.0));
	/* border-bottom: #444 1px solid; */
}

#shadowbottom {
	position: fixed;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-image: linear-gradient(to top, rgba(000, 000, 000, 0.7), rgba(000, 000, 000, 0.0));
	bottom: 0;
}

.yellowtext {color: var(--yellow);}

.rottext2 {
   font-family: exeroeregular, Verdana, Arial, Helvetica, sans-serif;
   position:absolute;
   text-align:right;	
   top:10px;
   right:3vw;
   font-size: 3.8vw;
   font-weight:normal;
   color: rgba(255, 195, 0, .25);
   transform:rotate(270deg);
   transform-origin:right;
}

.mainheaderwrap {
	position: relative;
	width: 100%;
	max-width: 1000px;
	top: 0px;
	margin: 0px auto;
	/*! padding-top:20px; */
}

.mainheader {
	position: relative;
	width: 80%;
	max-width: 570px;
	margin: 0 auto;
	opacity:90%;

}

#MainWrapper {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 95%;
}

#MenuContentWrapper {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

#MenuBlock {
	position: relative;
/*	font-family: exeroeregular; */
	width: 90%;
	height: auto;
	font-size: 120%;
	text-align: center;
	margin: 0 auto;
	/*! padding-top: 10px; */
}

#MenuBlock a {
	display: inline-block;
	position: relative;
	min-height: 24px;
	color: var(--white);
	padding: 5px 7px 5px 7px;
	line-height: 1em;
	margin: 0px;
	text-shadow: 2px 2px var(--black);
	transform: scale(.8, 1.1); 
	letter-spacing: 0.09em;
}

#MenuBlock a:hover {
	background: rgba(200,150,0, 0.4);
	border-radius: 5px;
}

#MenuBlock a.current {
	color: var(--yellow);
/*	font-weight: bold;*/
}

#ContentBlockfull {
	position: relative;
	height: 100%;
	min-height: 700px;
	min-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.ContentBack1full {
	position: relative;
	/* float:left;  */
	margin: 0 auto;
	font-size: 100%;
	line-height: 15px;
	height: 100%;
	width: 100%;
	/* max-width:820px; */
	/* border-right: 1px solid #aaa; */
	/* background-color:#900; */
}

.contBack {
	/*	background: rgba(0,0,0,0.4);
	backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); */
	border-radius: 10px;
	opacity: 1;
}

.subtext {
	font-size: 90% !important;
	min-height: 4.2em;
	display: inline-block;
}

.subtext2 {
	font-size: 90% !important;
	min-height: 2.7em;
}

.contentOne {
	position: relative;
	margin: 0 auto;
	line-height: 20px;
	color: var(--dimwhite);
}

bw {
	color: var(--white);
	font-weight: bold;
}

bw2 {
	font-size: 130%;
	color: var(--white);
}

w {
	color: #fff;
}

iw {
	color: #fff;
	font-style: italic;
}

.prase {
	position: relative;
	text-align: left;
	font-size: 100%;
}

.prase p {
	margin-left: 11.5em;
	text-indent: -13.0em;
}

.prase p span {
	width: 12em;
	display: inline-block;
	text-align: right;
	color: var(--white);
}

.prase p span.neni {
	text-indent: 10px;
	width: auto;
	text-decoration: none;
}

.bigger {
	font-size: 110%;
	var(--white);
}

znak {
	font-size: 150%;
	color: #fff;
	margin-bottom: -4px;
}

kdo {
	color: #fff;
}

.ticket, .evnt2 {
	padding: 1px 5px 0px 5px;
	background: #ccc;
	font-size: 90%;
	font-weight: bold;
	color: #000 !important;
	text-shadow: none;
	border-radius: 3px;
}

.fblink2 {
	padding: 0 5px 2px 5px;
	background: #04a;
	font-size: 90%;
	font-weight: bold;
	color: #fff !important;
	text-shadow: none;
	border-radius: 3px;
}

.event {
	padding: 0 5px 2px 5px;
	background: #ccc;
	font-size: 90%;
	font-weight: bold;
	color: #000 !important;
	text-shadow: none;
	border-radius: 3px;
}

.button1 {
	display: inline-block;
	padding: 7px 12px 5px 14px;
	width: auto;
	background: #ccc;
	font-size: 120%;
	font-weight: bold;
	color: #000 !important;
	text-shadow: none;
	border-radius: 3px;
	cursor: pointer;
}

.fblink {
	margin-bottom: -5px;
}

.odkaz {
	padding: 3px 5px 3px 5px;
	font-size: 90% !important;
	font-weight: bold;
	background: #000;
	color: #eee !important;
	border-radius: 4px;
}

.odkaz2 {
	padding: 3px 5px 3px 5px;
	font-size: 90% !important;
	font-weight: bold;
	background: #999;
	color: #000 !important;
	border-radius: 4px;
}

.odkaz3 {
	padding: 4px 7px 4px 7px;
	font-size: 100% !important;
	font-weight: bold;
	background: #500;
	color: #eee;
	border-radius: 4px;
}

zmena {
	color: #f00 !important;
	font-weight: bold;
}

.normtext {
	font-size: 110%;
	line-height: 1.4em;
}

#footer {
	width: 100%;
	/*može byt 960px */
	margin: 0 auto;
	height: 60px;
	clear: both;
	background-image: linear-gradient(to top, rgba(000, 000, 000, 0.8), rgba(000, 000, 000, 0.2));
	/* background-image:url(../images/back-44.png); */
	/* border-top: #444 1px solid; */
	position: fixed;
	bottom: 0px;
}

#foocenter {
	position: fixed;
	text-align: center;
	font-size: 80%;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer3 {
	position: relative;
	margin: 10px auto 10px auto;
	text-align: center;
	font-size: 80%;
}

.webinfo {
	color: var(--white);
}

.langflag {
	position: absolute;
	bottom: 0px;
	right: 1px;
}

.socialmedia {
	position: relative;
	margin-left: -20px;
	overflow: auto;
}

.socialmedia-2 {
	position: absolute;
	/* width:55px; */
	z-index: 0;
	left: 10%; 
	top: 15px;
}

.socialmedia-2 a img{float:none; margin: 0; border: none;}

/* .socialmedia-2 {position:relative; width:55px; margin: 10px auto 0px auto; z-index:0; overflow: auto;}  */
.fb1, .you1, .inst, .spot {
	position: relative;
	float: left;
	margin-left: 15px;
}

.extfileTwo {
	position: relative;
	font-size: 110%;
	margin: 0px auto 0 auto;
	width: 96%;
	min-height: 700px;
	/*	background-color: rgba(0,0,0,0.2);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px); 
	border-radius: 10px;
	opacity: 1;	
	border: solid 1px #444; */
}

.narr {
	max-width: 800px;
}

.extfileThree {
	position: relative;
	font-size: 110%;
	line-height: 1.2em;
	overflow: auto;
	margin-top: 20px;
}

.extfileFour {
	position: relative;
	margin: 20px auto 0 auto;
	float: none;
	width: 96%;
	min-height: 700px;
	/*	background-color: rgba(0,0,0,0.2);
	backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: hidden;
  border-radius: 10px;
  	border: solid 1px #444; */
	opacity: 1;
}

.narrower2 {
	max-width: 830px;
}

.extfileFive {
	position: relative;
	margin: 40px auto 0 auto;
	width: 96%;
	max-width: 750px;
	min-height: 350px;
	/*	 background: rgba(0,0,0,0.2);
	  backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px); 
	border-radius: 10px !important; */
	opacity: 1;
	/*	border: solid 1px #444;  */
}

.extfileSix {
	position: relative;
	margin: 30px auto 0 auto;
	width: 95%;
	max-width: 800px;
	min-height: 400px;
	background: rgba(50, 50, 50, 0.6);
	border-radius: 8px;

}

.obsah-1 {
	position: relative;
	margin: 0 auto;
	max-width: 850px;
	width: 90%;
}

.obsah-2 {
	position: relative;
	margin: 0 auto;
	max-width: 800px;
	width: 90%;
	background: rgba(0,0,0,0.3);
	/*! border: 1px solid #777; */
	border-radius: 8px;
	z-index: 0;
	backdrop-filter: blur(4px);
}

.obsah-3 {
	position: relative;
	margin: 0 auto;
	max-width: 600px;
}

.narrower {
	max-width: 750px;
}

.column {
	position: relative;
	float: left;
	width: 44%;
	min-width: 280px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: var(--dimwhite);
	padding: 0 10px 0 10px;
	background: rgba(0, 0, 0, 0.4);
}

.column2 {
	position: relative;
	float: left;
	width: 92%;
	margin-bottom: 20px;
	color: var(--dimwhite);
	padding: 0 10px 0 10px;
	margin-left: 20px;
	margin-right: 20px;
	/*  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); */
	margin: 30px 20px 20px 20px;
	border-radius: 10px;
	opacity: 1;
}

.column3 {
	position: relative;
	/*! float: left; */
	color: var(--lightgrey);
	/*! padding: 30px 10px 10px 10px; */
	margin: 20px;
	/* background-color: rgba(0,0,0,0.2) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: solid 1px #444; */
}

.columnaktu {
	position: relative;
	color: var(--lightgrey);
	padding: 30px 30px 30px 30px;
	background-color: rgba(0,0,0,0.3) !important;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 10px;
	max-width: 800px;	
	float: none;
	margin: 30px auto 20px auto;
	text-align: center;
}

.bg-blur-frame {
	background-color: rgba(0, 0, 0, 0.2) !important;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 10px;
	border: solid 1px #444;
}

.bg-blur-light {
	border-radius: 5px;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3);
}

.column4 {
	position: relative;
	/* max-width: 880px; */
	color: var(--dimwhite);
	padding: 30px 30px 30px 30px;
	margin: 30px 20px 20px 20px;
	background-color: rgba(50, 50, 50, 0.4) !important;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 10px;
	opacity: 1;
	/*  text-shadow: 1px 1px black;   24-2-24*/
}

.columnaudio {
	position: relative;
	float: left;
	width: 44%;
	min-width: 280px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: var(--dimwhite);
	padding: 0 10px 20px 10px;
	background: rgba(0, 0, 0, 0.4);
}

/*   -------- overrides the values in audio_playlists.css  ------------      */
div#container {
	font-size: 100% !important;
}

.titleone {
	margin: 0 auto;
	text-align: center;
	font-family: exeroeregular, cmu_typewriter_textregular, Verdana, Arial, Helvetica, sans-serif;
	font-size: 190%;
	color: var(--red3);
	/* letter-spacing: 0.05em;*/
	line-height: 1em;
	 text-shadow: 1px 1px black;
}

.titleone2 {
	margin: 0 auto;
	text-align: center;
	font-family: exeroeregular, cmu_typewriter_textregular, Verdana, Arial, Helvetica, sans-serif;
	font-size: 220%;
	color: var(--red3);
	/* letter-spacing: 0.05em;*/
	line-height: 1em;
	text-shadow: 1px 1px black;
}

.titleone3 {
	font-family: exeroeregular, cmu_typewriter_textregular, Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: var(--midgrey);
	/* letter-spacing: 0.05em;*/
	line-height: 1em;
	/*text-shadow: 1px 1px black;  24-2-24*/
}

.titcolor1 {
	color: var(--yellow);
}

.title1 {
	font-size: 150%;
}

.objhidden {
	display: none
}

.mainimg {
	margin-bottom: 30px;
	width: 100%;
	max-width: 840px;
	border: 1px solid var(--white);
}

/*---------------------- koncerty --------------------------*/
.titleodehrane {
	display: inline-block;
	width: auto;
	margin: 40px 0 20px 0;
	padding: 5px 15px 5px 15px;
	border-radius: 4px;
	color: #000;
	background: rgba(255, 255, 255, 0.5);
	font-size: 170%;
	font-weight: bold;
	cursor: pointer;
}

.datablock {
	position: relative;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 10px 5px 5px 5px;
	/*! width: 95%; */
	background: rgba(0, 0, 0, 0.3);
	min-width: 350px;
	backdrop-filter: blur(4px);
	border: 1px solid #970;
}

.datumside {
	position: relative;
	/*! float: left; */
	width: 55%;
	font-size: 140%;
	/*  letter-spacing: 0.05em; */
	max-width: 220px;
	min-width: 100px;
	/*! margin: 10px 12px 0px 0px; */
	z-index: 2;
	/*! text-align: right; */
	height: auto;
	/*! display: inline-block; */
	/*! vertical-align: top; */
	color: var(--yellow);
	transform: scale(1, 1.3);
	padding: 5px;
	/*! background: black; */
}

.datum {
	/*! display: block; */
	/*! font-size: 120%; */
	margin: 12px 0px 20px 10px;
	font-weight: bold;
	letter-spacing: 0.05em;
	/*! transform: scale(1, 1); */ 
	/*! color: var(--yellow); */
}

.datum::after {
  content: " - ";
}

.datumover {color:white; font-size:130%;}
.datumover::after {content: "\2714";}

.warn {
	color: var(--red2);
}

.textside {
	position: relative;
	/*! max-width: 600px; */
	width: 90%;
	color: var(--lightgrey);
	font-size: 100%;
	line-height: 1.5em;
	overflow: hidden;
	/*! text-overflow: ellipsis; */
	height: 100%;
	margin: 15px 0 6px 8%;
	padding-left: 15px;
	border-left: 1px solid #aaa;
	display: block;
	/*! vertical-align: top; */
}

.textside b {
	color: var(--white);
	font-weight: bold;
	font-size: 105%;
}

.linehi {
	line-height: 40px;
}

.smaller {
	font-size: 85%;
	color: #bbb;
}

/*------------------------------------------------------------*/

.telno {
	color: var(--white);
	font-size: 150%;
}

.addressblock {
	margin: 50px 0 0 12%;
}

.pagetitleleft {
	left: 0;
	font-size: 200%;
	color: var(--white);
	line-height: 25px;
}

.weblink {
	font-size: 60%;
	white-space: nowrap;
}

.weblink2 {
	font-size: 100%;
	white-space: nowrap;
}

.popissekce {
	font-size: 180%;
	color: var(--lightgrey);
	line-height: 1em;
}

.popissekcegal {
	color: var(--white);
	font-size: 250%;
	/*! font-weight:bold; */
	line-height: 1em;
}

.titlecontact {
	color: var(--red);
	font-size: 250%;
	line-height: 1em;
	line-height: 1em;
	font-weight: bold;
	text-shadow: 2px 2px black;
}

.contactpage {
	position: relative;
	margin: 0 auto;
	text-align: center;
	background-color:rgba(0,0,0,0.5);
	border-radius:10px;
	border: solid 1px #666; 
	margin-top: 48%;
	max-width: 600px; 
}

.contactmail {font-size: 140%; line-height: 25px;}

#gallery {
	margin-right: 10px;
}

#closeit {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	transition: transform .2s;
}

#closeit:hover {
	transform: rotate(90deg);
}

/* unite gallery tiles stuff */

.photolinkname {
	position: relative;
	float: left;
	font-size: 120%;
	margin-left: 0px;
	line-height: 1.2em;
	/*  text-shadow: 2px 2px var(--black);  24-2-24*/
}

.picthumb {
	float: left;
	/*   width: auto; */
	width: 30%;
	max-width: 250px;
	min-width: 200px;
	margin: 0 20px 20px 0;
	cursor: pointer;
}

/* ------------------------------------------------------------------------------------*/

.video-container {
	position: relative;
	border: 1px solid #777;
	background: var(--black);
	width: 100%;
	cursor: pointer;
}

.videobox {
	position: relative;
	float: left;
	width: 45%;
	max-width: 400px;
	min-width: 200px;
	margin: 0 20px 10px 0;
}

.you-video-container-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	border: 1px solid #777;
}

.you-video-container-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container-2 {
	position: relative;
	float: left;
	width: 45%;
	max-width: 400px;
	border: 1px solid #888;
	overflow: hidden;
}

.video-container-3 {
	position: relative;
	width: 90%;
	max-width: 800px;
	min-width: 350px;
	border: 1px solid #888;
	margin: 0 0 30px 0;
}

.floatright {
	float: right;
}

.responsive {
	width: 100%;
	max-width: 250px;
	height: auto;
}

.responsive2 {
	width: 100%;
	/*  max-width: 320px;   */
	height: auto;
}

.fotopage {position: relative; margin: 30px 6%; text-align: center;background: rgba(0,0,0,0.3); border-radius: 8px; z-index: 0; backdrop-filter: blur(4px);}

.cdsleeve {
	position: relative;
/*	float: left;  */
	width: 40%;
	/*	max-width:220px; */
	/*	min-width:200px; */
	margin: 0 8px 20px 8px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	background: rgba(0,0,0,.5);
}

.cdsleeve.img {width:500px;}

.cdtitle {
	color: var(--white);
	font-size: 150%;
	line-height: 1em;
	margin-top: 20px;
	/* font-weight: bold; */
}

.cdtitle span {
	color: #aaa;
}

.cdpic {
	position: relative;
	/* float:left; */
	margin: 0 20px 10px 0;
}

.frame {
	border: 1px solid #777;
}

.cdpictext {
	position: relative;
	margin: 50px 0 0 10px;
	/* text-shadow: 1px 1px black;  24-2-24*/
}

.cdpopis {
	color: var(--lightgrey);
	font-size: 100%;
	line-height: 1.4em;
}

.cdpopis span {
	color: var(--white);
}

.cdpictextbutt {
	position: relative;
	height: 100%;
	min-height: 130px;
	margin-left: 10px;
	/* text-shadow: 1px 1px black;  24-2-24*/
}

.cdtext {
	position: relative;
	float: left;
	max-width: 380px;
	color: var(--grey);
	font-size: 100%;
	line-height: 120%;
}

.cdtext span {
	color: var(--grey);
}

.cdtextTit {
	color: var(--red);
	font-size: 130%;
	font-weight: bold;
}

.cdtextPopis {
	color: var(--lightgrey);
	font-size: 120%;
	line-height: 20px;
}

.cdjacket {
	float: left;
	margin: 6px 30px 20px 0;
}

#closeit2 {
	position: relative;
	float: right;
	right: -5px;
	cursor: pointer;
	transition: transform .2s;
}

#closeit2:hover {
	transform: rotate(90deg);
}

.wwwtitle {
	position: absolute;
	right: 0px;
	bottom: -30px;
	font-size: 300%;
	font-weight: bold;
	color: #770;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.pisatel {
	text-align: right;
	font-weight: bold;
	color: var(--white);
}

.mediathumbs a {
	margin-right: 20px;
	line-height: 40px;
}

h1 {
	font-weight: 500;
	font-size: 180%;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

h2 {
	font-weight: bold;
	font-size: 140%;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	color: var(--white);
	/* text-shadow: 1px 1px black;  24-2-24*/
}

h3 {
	font-size: 200%;
	margin: 0;
	padding: 0;
	color: var(--midgrey);
	font-weight: normal;
	line-height: 25px;
}

h4 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	color: var(--white);
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.1em;
}

.conc h2 {font-size:120%; font-weight: bold; margin-bottom: 6px; color: #ddd;}


hr {
	clear: both;
	margin: 0;
	padding: 0;
}

hr.thin {
	margin: 20px 0 20px 0;
	border-bottom: 0;
	border-top: 1px solid #aaa;
}

/*--------------------------------------- Formular ----------------------------------------*/

.formtable {
	/*! margin-left:20px; */
	text-align: left;
	color: var(--white);
}

form {
	position: relative;
	margin-top: 30px;
}

#objblock {
	margin: 0 0 50px 12%;
	font-size: 120%;
}

.objtitle {
	position: relative;
	padding: 5px 5px 5px 5px;
	color: var(--white);
	font-size: 150%;
	letter-spacing: 0.04em;
	margin-left: 0px;
	max-width: 550px;
}

.objtitle span {
	font-size: 80%;
	color: #888;
}

.obchtitle {
	position: relative;
	margin-top: 30px;
	font-size: 140%;
	color: var(--white);
	font-weight: bold;
}

.obchtitle2 {
	position: relative;
	margin-top: 30px;
	font-size: 110%;
	color: var(--white);
	font-weight: bold;
}

.vopdef {
	color: #ddd;
	font-weight: bold;
	margin-right: 20px;
}

.voptext {
	width: 100%;
	max-width: 650px;
	margin-left: 10px;
}

.objsent {
	position: relative;
	top: 80px;
	left: 50px;
}

.objsenttitle {
	color: #a00;
	font-size: 180%;
}

.objsenttext {
	color: var(--dimwhite);
	font-size: 130%;
}

td {
	height: 1em;
	vertical-align: top;
}

.infield {
	border: 0;
	background: #eee;
	height: 20px;
}

.txright {
	text-align: right;
	width: 150px;
	color: #999;
	font-size: 85%;
}

.txleft {
	text-align: left;
	width: 150px;
	color: #999;
	font-size: 85%;
}

.txrightpic {
	border: 1px solid #555;
	background: #222;
	cursor: pointer;
}

.txrightpic img {
	margin-bottom: -5px;
}

.txitem {
	width: 360px !important;
	padding: 0 10px 0 10px;
}

.cornerlogo {
	position: relative;
	top: 0px;
	right: 0px;
}

textarea {
	font-size: 90%;
	color: var(--black);
	border: 0;
	background: var(--white);
	line-height: 15px;
	resize: none;
}

.ceny {
	font-size: 80%;
	color: #999
}

.cenyb {
	font-size: 80%;
	color: #bbb;
	font-weight: bold;
}

.spcheckhide {
	display: none;
}

#submit {
	color: #ddd;
	font-size: 100%;
	width: 173px;
	height: 24px;
	border: 2px solid #ddd;
	margin: 0px;
	padding: 0px;
	background: #222;
	cursor: pointer;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

#submit:hover {
	background: #700;
}

#maska {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.5;
}

.closewin {
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 3005;
	cursor: pointer;
}

#cdmp1,
#cdmp2,
#cdmp3,
#cdmp4 {
	/*   position:relative;
	margin:3% auto;
    width:90%;
    max-width:630px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 100%;
	padding:20px 20px 30px 20px;
  background:rgba(0,0,0,0.7);
    border: 1px solid #777;
    border-radius: 8px;
     -moz-border-radius: 13px;
	-webkit-border-radius: 13px;  
	z-index:2000;  */
}

.cdshow {
	position: relative;
	margin: 0 auto;
	/* bolo 3% auto */
	width: 98%;
	max-width: 770px;
	font-size: 100%;
	/*! color: #888; */
	padding: 20px 20px 30px 20px;
	background:rgba(0,0,0,0.3); /*! border: 1px solid #777; */ border-radius: 8px; /*
     -moz-border-radius: 13px;
	-webkit-border-radius: 13px; */
	z-index: 2000;
	backdrop-filter: blur(4px);
}

.liempty {
	display: block;
	float: right;
	width: 30px;
	height: 24px;
	margin: 7px 5px 0 5px;
}

.liempty2 {
	height: 24px;
	cursor: default !important;
	background-image: none !important
}

.clear_both {
	clear: both;
}

.texthidden {
	display: none;
}

.closebutt1 {
	position: absolute;
	top: -5px;
	right: -5px;
}

.closebutt2 {
	position: absolute;
	bottom: -9px;
	right: -5px;
}

.nohi {display: block !important; height: 0;  transition: height .3s ease-in;}
.hi {height: 15em !important;}

#rmbutt {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	display: none;
	z-index: 500 !important;
}

.showmenu {
	display: block !important;
}

/*--------------------------------------- Media ----------------------------------------*/

@media screen and (min-width:951px) {
	#MenuBlock {display: block !important; height:30px !important;}
}

@media all and (max-width:950px) {
	.column {width: 90%;}
}

@media all and (max-width:950px) {
	.mainheaderwrap {
		height: 70px !important;
		top: 0px;
	}

	#shadow {height: 150px;}

	#MenuBlock {
		display: none;
		position: absolute;
		top: 90px !important;
		left: 10px;
		width: 94%;
    	height: 0em;
		z-index: 100;
		padding: 0px;
		border-radius:8px;
		border: 1px solid #aaa;
		background: rgba(0,0,0, 0.85);
		font-size: 165%;
		text-align: center;
		overflow: hidden;
	}

	#MenuBlock a {
		width: 90%;
		margin: 10px 0 0px 0px;
	}
	
	#MenuBlock .nets {display: inline-block !important; width: auto; transform: scale(1.3, .9)}
	#MenuBlock .nets a {width:10px; background: none !important;}
	#MenuBlock .nets img {border: none;}

	#rmbutt {	display: block;}

	.socialmedia-2 {display:none;}
	.odeslatbutt {margin-left: 10px;}

	.thumbblock {width: 85%;}

	.mainheader {
		left: 40px;
		bottom: 0px;
		width: 70%;
		height: 80px;
	}


	.videobox {width: 99%;}

	.you-video-box-youtube {	width: 99%;}

	.video-container-2 {width: 99%;}

	.popi {width: 90%;}

	.cdsleeve {width: 45%;}
}

@media screen and (max-width:650px) {
	.cdsleeve {width: 92%;}

	.picthumb {width: 100%;}

	.smaller .datum {font-size: 150%;}
}