html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;

}

h1,h2,h3,h4,h5,h6,p,form{
  margin:0;
}
body{
  background:url(img/background.png) repeat;
  margin: 0; 
  font-family: 'Albertsthal Typewriter';
}

a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#main {
  width:auto;
  margin:0px auto;
  text-align: center;
}
#main h1.top{
position:absolute;
}


#menu {
  height:80px;
  width:auto;
  margin:0px auto;
  position:relative; 
  
  
}


#home {
	width:200px;
	height:70px;
	margin:0px auto;
	float: left;

	
}


.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  height:80px;
  

}

#navbar {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,.5);
  position: fixed !important;
  /*rozmazání*/
  background-color: rgba(0, 0, 0, 0.49);
    backdrop-filter: saturate(180%) blur(20px);
  
}
#navbar::after {
  clear: both;
  content: "";
  display: table;
}

.logo {
 width:240px;
	height:70px;
	margin:0px auto;
	float: left;
	background:url(img/logo.png) 10px no-repeat;
}

.nav-colapse {
  float: right;
  display: none;
}

nav {
  display: block;
  float: right;
  color: #b6ae92;

}

nav a{

  color: #b6ae92;
}

nav ul {
  list-style: none;
  margin-top: 25px;
  /*cursor: pointer;*/
  

}
nav ul li {
  display: inline;
  padding: 5px 14px 5px 5px;
  font-size:1.1em;
}

@media only screen and (max-width: 850px) {
nav ul li {
  padding: 15px 5px 15px 5px;
}
}

nav ul li:hover {
  color: #fff;
}

#hide {
  display: none;
}
#hide:checked + nav {
  display: block;
}

.hero {
  display: block;
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 800px) {
  .container {
    width: 100%;
  }

  .nav-colapse {
    display: block;
    margin: 14px 12px 0 0;
    float: right;
  /*  cursor: pointer;*/
    padding: 22px;
    background: url(img/mobile-menu.png) no-repeat;
	font-weight:bold;
  }
  
 /*  .nav-colapse:hover {
    background: url(img/mobile-menu.png) no-repeat;
	background-position: 0% 100%;

  }*/

  nav {
    display: none;
    float: none;
    clear: both;
	background:#000000;
  }
  nav ul {
    margin-top: 0px;
  }
  nav ul li {
    display: block;
    text-align: center;
    border-bottom: 1px dotted #cccccc;
	z-index:9999;
  }

  .hero {
    height: 300px;
  }
}


#navigace {
 max-height:454px;
  width:auto;
  margin:0px auto;
  position:relative; 
  

}

#bannery {
	
  display:block;
  
max-width:1300px;
margin:0px auto;
 max-height:454px;
 box-shadow: 0px 5px 60px 14px #000000;

}

#rozcestnik {
  height:auto;
  width:auto;
  margin:0px auto;
  position:relative; 

	 border-bottom:1px dotted #cccccc;

}

#rozcestnik img {

 max-height:140px;
}

.rozcestnik-cont {
 max-width:1280px;
 margin:0px auto;
  padding-top:20px;
  padding-left:20px;
  min-height:320px;
  overflow:hidden;
 /* border:1px dotted #cccccc;*/

}

.rozcestnik-cont a {
  color: #636363;
  text-decoration: underline;
  font-size:0.9em;
}

.rozcestnik-cont a:hover {
  color: #df001b;
}

.rozcestnik-cont h2 {
  font-size:2em;
  color: #df001b;
  padding-bottom:12px;
}

.rozcestnik-cont h3 a  {
  font-size:1em;
   color: #ffffff;
    text-decoration: none;
   /* font-weight:bold;*/
}

.rozcestnik-cont p{
  color: #636363;
   font-size:0.8em;
   padding-top:8px;
   padding-bottom:14px;

}

.rozcestnik-cont img{
   padding-bottom:8px;
     padding-top:15px;
}

.rozcestnik-cont-1{
	width:22.22222%;
	float:left; 
	margin-bottom: -1000px;
	padding: 0 5px 1000px 16px;
	  text-align: center;
	   border-top:1px dotted #cccccc;
		
}

@media (max-width:799px) {
.rozcestnik-cont-1{
margin:0px 10px 20px 25px;
width:300px;
padding: 0;
	
}
}

@media (max-width:710px) {
.rozcestnik-cont-1{
margin:0px 10px 20px 20px;
width:250px;
padding: 0;	
}
}

@media (max-width:600px) {
.rozcestnik-cont-1{
margin:0px 10px 20px 20px;
width:90%;
padding: 0;	
}
.rozcestnik-cont{
padding-right: 0px;
padding-left: 0;
}

.rozcestnik-cont h2 {
padding-left:10px;
}

}




#cont {
  height:auto;
  width:auto;
  margin:0px auto;
  position:relative; 
  background-color: rgba(0,0,0,.3);
}

#centr {
  max-width:1300px;
  margin:0px auto;
  padding-top:5px;
  min-height:200px;
  
  /*background-color: rgba(0,0,0,.3);*/
}


#cont-mapa {
  height:auto;
  width:auto;
  margin:0px auto;
  position:relative; 
  
}

#mapa {
  max-width:1300px;
  margin:0px auto;
 max-height:400px;
}

.rsmapa {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }


.rsmapa img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
} 



#cont-loga {
  height:auto;
  width:auto;
  margin:0px auto;
  position:relative; 
  background: #d1d1d1;

}
#loga {
  max-width:1300px;
  margin:0px auto;
 max-height:400px;
 
}

.rsloga {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }


.rsloga img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
} 




.text-cont {
  padding:25px 20px 20px 25px;
  color:#ffffff;
  min-height:100px;
  
}

.text-cont a{
color:#ffffff;
font-weight:bold;

}

.text-cont h2{
  font-size:2.2em;
    color: #df001b;
	padding-top:5px;
	padding-bottom:20px;
}

.text-cont h3{
  color: #b6ae92;
  font-size:1.5em;

  padding-bottom:0px;
  padding-top:15px;
 
}

.text-cont h4{
  color:#b6ae92;
  font-size:1.2em;
  padding-left:0px;
  padding-bottom:1px;
  padding-top:10px;
  font-weight:bold;
  
}

.text-cont b{
   font-weight:bold;
}
.text-cont p{
  font-size:1em;
   line-height: 1.6;
   padding-top:5px;
   color: #b6ae92;
   

}

.text-cont img{

  padding:0px 10px 10px 0px;
}


  
.text-cont ul {
  padding-top:0px; 
  color: #777368; 
  clear:both;
}

.text-cont ul li { 
  margin:2px;
  line-height:20px;
  font-size:1em;
  margin-left:47px;
  list-style-image: url(img/li.png);
  
  }
  
  
 .head-img{ 

  }
  
 .head-img img{ 
  width:100%;
  margin:0px auto;
  padding-bottom:20px;
  /*border:1px dotted #cccccc;*/
  float:left;
  
  }
  
  

  

.clear{
	clear:both;
}

#bottom{
  height:auto;
  width:auto;
	margin:0px auto;


}

#bottom-kontakt {
 max-width:1300px;
  margin:0px auto;
  padding-top:20px;


  min-height:200px;
  overflow:hidden;


}

.bottom-cont,.bottom-cont-download{
	/*width:390px;
	float:left; 
	margin:20px 20px 25px 20px;
	border:1px dotted #cccccc;*/
	
	width:30%;
	float:left; 
	margin-bottom: -1000px;
	padding: 0 5px 1000px 15px;

}


.bottom-cont h3,.bottom-cont-download h3{
	  font-size:1.3em;
	  padding-left:30px;
	  color: #ffffff; 
}
}

.bottom-cont p{
  font-size:0.9em;
  padding-left:30px;
  padding-top:15px; 
}

.bottom-cont span.grey p{
 color: #777368; 
}

.bottom-cont ul ,.bottom-cont-download ul {

  color: #777368; 
  padding-top:8px;
}

.bottom-cont a,.bottom-cont-download a{

  color: #777368; 
}

.bottom-cont ul li{ 
  margin:0px;
  line-height:26px;
  font-size:1em;
  margin-left:55px;
  list-style-image: url(img/li.png);
  }
  
  
 .bottom-cont-download ul li{ 
  margin:0px;
  line-height:26px;
  font-size:1em;
  margin-left:55px;
  list-style-image: url(img/li-pdf.png);
  }
  
  
@media (max-width:677px) {
.bottom-cont,.bottom-cont-download{
margin:0px 10px 20px 25px;
width:300px;
padding: 0;
}

}

.bottom-cont-button {
  width:180px;
  height:35px;
  float:left; 
  margin:20px 20px 20px 30px;
  background:#df001b;
  -webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}

.bottom-cont-button p {
  font-size:1em;
  padding-left:15px;
  padding-top:8px; 
  color: #ffffff; 
}

.bottom-cont-button:hover {
  color: #ffffff;
  text-decoration: underline;
   background:#cccccc;
}



/* -------------------------sponzori------------------------*/
#soc.site{
	height:380px;
	width:auto;
	margin:0px auto;
	display: block;

}

#soc.site-cont {
	max-width:1300px;
	min-height:280px;
	margin:0px auto;
	border-top: 1px solid #ebebeb;
}



.loga {
	max-width:1300px;
	min-height:0px;
	margin:0px auto;

}

.loga p{
	color:#666666;
	font-size: 1em;
	padding:10px 0px 0px 0px;
	text-align:center;

}

.loga img{
	padding:20px 20px 20px 20px;

}




/* -------------------------footer------------------------*/




#footer{
  height:200px;
  width:auto;
margin:0px auto;
background-color: rgba(0,0,0,.5);



}

#footer-end {
	max-width:1300px;
	height:auto;
	margin:0px auto;
}

#footer-end img {
	padding-top: 30px;
}

.copyright {
	max-width:1300px;
	height:50px;
	margin:0px auto;
	color: #b6ae92;
	font-size: 1em;
	padding:40px 0px 0px 10px;
	text-align:center;

}



@media (max-width:1150px) {

#bottom-kontakt {
  background:none;
}

#footer-end {
  background:none;

}

}



.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
} 
  


/*------------------------kontakty----------------------*/
#kontakt{
 max-width:1280px;
 margin:0px auto;
  margin-top:15px;
  padding-bottom:20px; 
  padding-left:20px;
  overflow:hidden;
  background:#f7f7f7;
}

@media (max-width:500px) {
#kontakt{
padding-left:0px;	
}
}

.kontakt-cont{
	width:45%;
	float:left; 
	margin-bottom: -1000px;
	padding: 10px 0px 1000px 16px;
}



@media (max-width:600px) {
.kontakt-cont{
margin:0px 10px 20px 10px;
width:90%;
padding: 0;	
}
}




#mappopup{
  height:102px;
  width: 260px;
  padding-left:8px;
}

#mappopup h1{
  color: #118f9a;
  font-size: 1.2em;
}

#bodyMappopup p{
	font-size: 0.9em;
	color: #118f9a;
}

#map_pdy{
}

 /* NapiĹˇte nĂˇm */
 
.formular{
	padding-left:20px;
	padding-top:20px;
	max-width:512px;
	background: #eeeeee;
	min-height:430px;
	 
	     border: dotted 1px #eeeeee;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin: 5px 5px 5px 0px;
    background: #eeeeee;


} 

.formular p{
  font-size:0.9em;
  color: #df001b; 
  padding-bottom:20px;
} 
 
 
form.kontakt{


}
form.kontakt label{ 
	color:#004d2d;
	font-size: 0.8em;
	float:left;
	clear:left;
	width:50px;
	text-align:right;
	padding:5px 10px 10px 10px;
	margin-bottom:10px;
}
form.kontakt input{
  border: solid 1px #cccccc;
	float:left;
	width:60%;
	padding:4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form.kontakt textarea{
  border: solid 1px #cccccc;
	float:left;
	width:95%;
	height:100px;
}

form.kontakt input.submit{
	clear:both;
	width:75px;
	height:30px;
	border:0;
	background:#018601;
	color:#fff;
	float:right;
	margin:20px 20px 20px 20px;
}

div.war{
	border:1px solid red;
	padding:4px 5px 3px 5px;
	margin:5px 0;
	font-weight:bold;
	text-align:center;
}

table.kontakt{
	width:100%;
	border-collapse: collapse;
	margin-bottom :10px;
}

table.kontakt thead tr th{
	text-align:left;
	border:0;
	border-bottom:0;
	padding:2px;
	font-weight:bold;
}

table.kontakt tbody td{
	padding:6px;
}




h3.acc_trigger {
	margin: 0 0 0px 0;
	  border-top: dotted 1px #cccccc;

}
h3.acc_trigger a {
    width: 120px;
    height: 30px;
    float: left;
    margin: 0px 10px 0px -10px;
    background: #018601;
	padding-top: 6px;
	padding-left: 8px;
	color: #ffffff;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}
h3.acc_trigger.active a {
  font-size:1em;

  color: #ffffff;
  background: #ffffff;
  display:none;
    
}
h3.acc_trigger a:hover {
  color: #ffffff;
  text-decoration: underline;
}





h3.active {background-position: left bottom;}
.acc_container {
    margin: 0 0 5px; padding: 0;
    overflow: hidden;
    width: 100%;
    clear: both;
	border-top:none;
	margin:0px auto;
	
    
}
.acc_container .block {
    padding: 0px;
}





.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 border: 1px dotted #eeeeee;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}



.imgCont{
	max-width:280px;
	height:180px;
  /* border: dotted 1px #cccccc;*/

}

.imgCont img{

}

.cont_news img{
margin-left:60px;
margin-top:25px;
/*border: dotted 1px #cccccc;*/



	
}

.cont_news{
	max-width:300px;
	float:left; 
	padding-left:0px;	
	padding-top:0px;	
  border: dotted 1px #eeeeee;
  	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
margin:5px;


}






.cont_news-button {
  width:145px;
  height:25px;
  float:right; 
  margin:10px;
  background:#018601;
  -webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
padding-top:5px;

}



.cont_news-button a {
  color: #ffffff; 
}


.cont_news-button:hover {
  text-decoration: none;
   background:#ffa800;
}














.cont_news a{

     font-size: 1em;
    padding-left: 15px;

}

.cont_news h3 a{
  color:#ffffff;
  font-size:0.8em;
  padding-bottom:5px;
  font-weight:bold;
  text-overflow: ellipsis;
  padding-left:0px;
}

.cont_news b{
 font-weight:bold;
 color:#008ed6;
}
.cont_news p{
padding-top:3px;
padding-bottom:3px;
  font-size:0.8em;
  font-family: verdana, serif;
 background: url(img/bg.png) repeat;
  padding-right:3px;
  color:#878787;

  
}
.objednani {

  margin-top:3px;
  	margin-bottom:3px;
	 font-size:1.2em;
	  font-weight:bold;
 color:#df001b;
}



.obrazek-naradi-detail {
	max-width:520px;
	height:auto;
  float:left;
  margin-top:10px;
  	margin-right:20px;
}
.obrazek-naradi-detail img {
  width:100%;
  margin:0px auto;
  margin-bottom:15px;
  border:1px dotted #eeeeee;
  float:left;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;

}

.info-text-naradi-detail {
	max-width:520px;
	height:auto;
    float:left;
	margin-top:10px;
	background: #eeeeee;
	margin-bottom:10px;
	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}

.info-text-naradi-detail p {

margin:5px;


}


.text-naradi-detail {
	width:100%;
	height:auto;
  border-top: dotted 1px #cccccc;
    float:left;
	margin-top:10px;
	margin-bottom:10px;


}

.button-detail {
    width: 120px;
    height: 25px;
    float: left;
    margin: 5px 10px 0px 10px;
    background: #018601;
	padding-top: 6px;
}
.button-detail a{
  font-size:1em;
  padding-left:15px;
  padding-top:8px; 
  color: #ffffff; 
}

.button-detail:hover {
  color: #ffffff;
  text-decoration: underline;
  
}










.parametry {
	padding:20px 10px 0px 10px;
	max-width:510px;

	min-height:110px;

}


	table.parametry {
	width:100%;
	border-collapse: collapse;
	margin-bottom :10px;
		text-align:left;
		

	}
	table.parametry th {
	padding:5px;
	padding-left:30px;
	color:#ffffff;
	    background: #000000 url(img/parametr.png)5px no-repeat;

	}
	table.parametry td {
	border:1px none #C0C0C0;
	padding:5px;
	background:#ffffff;
	border-bottom: dotted 1px #cccccc;
	}


.cena {
	padding:3px 3px 3px 8px;
	max-width:524px;
	
	
  	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
margin:5px 5px 20px 0px;
background:#eeeeee;

}


.cena-od {
	padding:7px;
	width:106px;
	
	color:#ffffff;

  	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
margin:10px 5px 5px 10px;
background:#df001b;
 font-size:0.9em;

}

	table.cena {
	width:99%;
	border-collapse: collapse;
	margin-bottom :5px;
		text-align:left;
	}
	table.cena th {
	padding:5px;
	color:#ffffff;
	background:#df001b;

	}
	table.cena td {
	padding:5px;
	background:#ffffff;
	border-bottom: dotted 1px #cccccc;
	}
	
	
	.tel-detail {
	padding:9px 9px 9px 25px;
	max-width:510px;
	color:#ffffff;
	float: left;
	margin-top:16px;
	margin-left:0px;
	margin-right:20px;
	margin-bottom:10px;
	background: #ffa800 url(img/Mobile-Phone-icon.png)5px no-repeat;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
	
}


	
	



.viiva {
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    width: 92%;
    color: #cccccc;
    text-align: center;
    margin: 0px auto;
    padding-top: 4px;
}



#kategorie img{
   padding-top:12px;
   	display: block;
	height: auto;
	float: left;
	width: 96%;
	border: 0;
}


#kategorie h3 a{
  font-size:0.8em;
   color: #ffffff;
    text-decoration: none;
	font-weight:normal;
}

#kategorie{
	width:22.22222%;
	float:left; 
	margin-bottom: 0px;
	padding: 0px 0px 0px 8px;
	
	
	  border: dotted 1px #eeeeee;
  	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
margin:15px 5px 5px 5px;


}

@media (max-width:799px) {
#kategorie{
margin:0px 5px 20px 20px;
width:300px;
padding: 0;
	
}
}

@media (max-width:710px) {
#kategorie{
margin:0px 10px 20px 10px;
width:250px;
padding: 0;	
}
}

@media (max-width:610px) {
#kategorie{
margin:0px 20px 20px 30px;
width:90%;
padding: 0;	
}
}

#kategorie-footer{
	width:22.22222%;
	float:left; 
	margin-bottom: -1000px;
	padding: 0px 5px 1000px 15px;
	text-align:center;
	border: dotted 1px #cccccc;

}

.drob-menu{
 font-size:0.9em;
padding-bottom:6px;
margin-bottom:20px;
border-bottom: dotted 1px #eeeeee;

	width:auto;
}

.drob-menu a{ 
 font-size:1em;

}




/* ----------------vysledek hledani---------------------- */  
.result-header{
font-size:9pt;
padding:0 0 10px 0;
}
.noresult p{
font-size:8pt;
padding:5px 0 0 0;
display:block;
text-align:left;
line-height: 150%;
}
.noresult a{
font-size:8pt;
font-weight:bold;
}
.noresult h3{
font-size:9pt;
}
.eshop-result{
min-height:40px;
}
.eshop-result h3{
display:block;
}
.eshop-result span.result-img{
float:left;
text-align:center;
display:block;
width:40px;
height:40px;
padding-right:15px;
}



#centr_box {
	width: 543px;
	min-height:660px;
	background: url(img/bg_center.jpg);
	float:left;
	margin-left:2px;
	/*margin-bottom:-20px;*/
}
#centr_box h2{
    color: #fff3bb;
    font-weight: bold;
    font-size: 1.5em;
	padding-top:5px;
	margin-top:-2px;
	padding-left:22px;
	background: url(img/h2_center.png);	
	height:46px;
}
	
#centr_box img{

}
	
	
.text-centr_box {
    color: #000;
    font-weight: normal;
    font-size: 1.1em;
	padding-left:30px;
	padding-right:30px;
}
	
.text-centr_box a{
       color: #000;
	   font-weight: bold;
	   text-decoration:none;
}

.text-centr_box h3{
	   font-weight: bold;
	   	padding-top:6px;

}


.text-centr_box b{
	   font-weight: bold;

}


.text-centr_box span.big{
       font-size: 1.6em;
}
.text-centr_box span.fotogalerie{
	background: url(img/camera.png) right no-repeat;
	height:30px;
	width:120px;
	display:block;
}


.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 80px;
    display: none;
    text-indent: -9999px;
    background: url(img/sipka.png) no-repeat;

}

@media (max-width:677px) {

.scrollup {

    bottom: 25px;
    right: 30px;

}
}


/*-------galerie--------------*/


div.gallery{
padding-top:0px;
}


div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 0px;
  float: left;
  width: 33%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}


.responsive2 {
  padding: 0 0px;
  float: left;
  width: 25%;
}

.responsive2 p{
  padding-bottom:6px;

}

.responsive2 h3{
  padding-bottom:10px;

}

@media only screen and (max-width: 700px) {
  .responsive2 {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive2 {
    width: 100%;
  }
}






.clearfix:after {
  content: "";
  display: table;
  clear: both;
}




#burty img{
text-align:center;
width: 50%;
}

@media only screen and (max-width: 800px) {
  #burty img {
    width: 100%;
  }
}





.jidelak {

  border-collapse: collapse;
  width: 100%;
  

}


.jidelak img {

margin-bottom: -13px;
margin-right: -8px;

 

}

.jidelak th {
  padding: 8px;
}

.jidelak td {
  padding: 8px 8px 8px 0px;
}

.jidelak tr{
border-bottom: 1px dotted #3a382e;
font-size: 1em;
    padding-top: 5px;
    color: #b6ae92;
	
	}

.jidelak tr:hover {background-color: #3a382e;}

.jidelak th {
text-align: left;
  font-size:24px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #df001b;

}

.collapsible {
  background-color: #141313;
  font-size:24px;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  color: #b6ae92;
  font-family: 'Albertsthal Typewriter';

}


.active, .collapsible:hover {
  background-color: #141313;
}

.collapsible:after {
font-size:20px;
  content: '\25bc';
  color: #b6ae92;
  font-weight: bold;
  float: right;
  margin-left: 5px;

}

.active:after {
  content: "\25b2";
  color: #df001b;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px dotted #3a382e;
}

/*posuvnĂ­k*/


::-webkit-scrollbar {
    width: 15px;
}
 
::-webkit-scrollbar-track {
    background: #000000;
}
 
::-webkit-scrollbar-thumb {
    background: #b6ae92;
	border-radius: 20px;   
	border: 2px solid black; 
}



 *{
 scrollbar-track-color: #000000;
 scrollbar-face-color: #b6ae92;
 scrollbar-shadow-color: #b6ae92;
 scrollbar-arrow-color: #df001b; 
}


