/* 

// Created :: 2025-02-23
// Updated :: 2025-02-23

*/

:root {
	--txt-light: black; /* var(--txt-light) #a4a4a4 */
	--txt-white: black; /* var(--txt-light) #e8e8ea */
}

/* BODY */

* { color: rgba(255,255,255,0.8); }
body { background-color: rgba(0,0,0,0.8); }

/* HELP */

input { color: black; }

/* OBECNÉ PRVKY */

/* RESPO PRIPRAVA */

/* LAYOUT */

/* OBECNÉ */

/* ERRORS */

div.error_box, div.success_box, div.info_box, div.warning_box
{ color: white; }
div.error_box { background-color: red; } 
div.success_box { background-color: green; } 
div.info_box { background-color: orange; } 
div.warning_box { background-color: red; } 

/* LISTA */

/* NADPISY */

/* ZAHLAVI */

/* MENU */

#menu ul li.active a {  }

/* MENU :: BURGER */

.nav_toggle { background: transparent; }
.nav_toggle_bar { background: #111;}
.nav_drawer { background: rgba(0,0,0,.55); }
.nav_drawer_inner { background: #fff; }
.nav_close { background: transparent; color: black;}
.menu_all li { border-bottom: 1px solid #eee; }
.menu_all li a { color: #111; }
.menu_all li a:hover { background: #f7f7f7; }

/* GALERIE */

/* SLOUPEC */

/* CONTAINERS OBSAH UVOD */

/* CONTAINERS VYPISY */

/* CONTAINERS DETAILY */

/* PRVKY */

/* JINE  */

/* ARTICLES */

/* PATICKA */

/* COPYRIGHT */

/* TINYMCE */

/* SITEMAP */

/* FORM */

/* FORM :: PATIČKA  */

