/* 
CSS 2.1/3 2019-06 zmos.sk
RWD 1200px (250-700-250)
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&display=swap&subset=latin-ext');

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 90%;
	/*  behavior: url('csshover3.htc'); */
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	background: url('bg-body-bottom.png') no-repeat center bottom, #fff url('bg-body-top.jpg') no-repeat center top;
}
body.body_pop_up {
	background: #fff;
}
.max_width_0 {width: 250px;}
.max_width_1 {width: 660px;} /*660?*/
.max_width_2 {width: 250px;}
.homepage {
	position: absolute;
	top: 20px;
	left: 0;
	width: 250px;
	height: 260px;
	z-index: 30000;
	/*border: 1px solid red;*/
}
.main_page {
	text-align: center;
	padding: 5px 0;
}
#page-sizer {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#page-expander {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	/*background: url('bg-exp.png') repeat-y 0 0;*/
	background: #fff;
	border-top: none;
}
#page-expander_wl {
	position: relative;
	width: 1200px;
	margin: 0;
}
#page-expander_wr {
	position: relative;
	width: 1200px;
	margin: 0;
}
#page-expander_wlr {
	position: relative;
	width: 1200px;
	margin: 0;
	background: #fff;
}
div.wrap-floats_wlr {
	background: #fff;
}
.wrap-floats_wlr .column {
	background: #fff;
}

/* WLR RESPONSIVE SETTINGS 2018-11 START */
#page-expander_wlr #main-left,
#page-expander_wlr #main-right {
	display: none;
}
#page-expander_wlr #main-center-envelope {
	width: 1200px;
}
#page-expander_wlr #main-center {
	width: 1200px;
}
/* WLR RESPONSIVE SETTINGS 2018-11 END */

/*\*/
* html #page-expander {
	height: 0;
}
/* */
#wrap-faux-l {
	position: relative;
	border: none;
}
#wrap-faux-r {
	position: relative;
	border: none;
}
.wrap-floats {
	margin-left: 250px;
	margin-right: 250px;
}
.wrap-floats-inner {
	float: left;
	width: 100%;
}
.wrap-floats_wl {
	margin-left: 0;
	margin-right: 250px;
}
.wrap-floats_wr {
	margin-left: 250px;
	margin-right: 0;
}
.wrap-floats_wlr {
	margin-left: 0;
	margin-right: 0;
}
.header {
	position: relative;
	width: 100%;
}
.header table td{
	vertical-align: top;
}
.content {
	float: right;
	width: 100%;
	min-height: 350px;
}
.textpadder {
	padding: 0;
}
#main-right .textpadder {
	padding: 25px 0 10px;
	margin: 0 0 10px;
	/*background: #fff;*/
}
#main-left .textpadder {
	padding: 25px 0 10px;
	margin: 0 0 0 0;
	/*background: #fff;*/
}
/* ------------------- FOOTER ---------------------- */
.footer {
	font-size: 0.8em;
	line-height: 150%;
	clear: both;
	position: relative;
	width: auto;
	margin: 0 auto;
	height: 350px;/*auto*/
	padding: 0 0 0;
	background: url('bg-footer.jpg') no-repeat center top;
	color: #fff;
	text-align: center; 
	box-sizing: border-box;
}
.footer .textpadder {
	text-align: center;
	padding: 0 0 0 0;
}
#footer-new {
	color: #fff;
	font-size: 1.2em;
	padding: 0 0 0;
	margin: 0;
}
.footer a {
	color: #fff;
}
#footer-new a {
	text-decoration: underline;
	color: #fff;
}
#footer-new a:hover {
	text-decoration: none;
}
#footer-new h4 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 60px 20px 25px 30px;
	font-size: 1.25em;
	margin: 0;
}
#footer-new p {
	text-align: center;
	padding: 0 25px 10px 30px;
	margin: 0;
	line-height: 150%;
}
#footer-new #resp {
	width: 33.0%; /* was 33% */
	height: 250px;
	/*background: url('sep-footer.png') no-repeat right 0;*/
	float: left;
	padding: 0;
	margin: 0;
}
#footer-new #technical-data {
	width: 33.0%; /*370px*/
	height: 250px;
	/*background: url('sep-footer.png') no-repeat right 0;*/
	float: left;
	padding: 0;
	margin: 0;
}
#footer-new #page-info {
	width: 33.0%; /*(270px)*/
	height: 250px;
	float: left;
	padding: 0;
	margin: 0;
}
div.copyright {
	text-align: center !important;
	width: 100%;
	color: #fff;
	padding: 15px 0!important;
}
div.copyright.for-footer-new {
  margin: 0;
  padding: 40px 0 0 !important;
/*  position: absolute;
  bottom: 15px;*/
}
div.copyright.for-footer-new .footer-common-texts {
	padding: 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center;
}
.footer .copyright a {
	color: #fff;
}
/*div .footer-common-texts {
  position: absolute;
  left: 20px;
  top: 15px;
}
div.copyright.for-footer-new #counter-time-envelope {
  left: 590px;
  top: 20px;
  position: absolute;
  width: 200px;
}*/
/* ----------------- FOOTER END -------------------- */
/* \*/
* html #wrap-faux-l, * html #wrap-faux-r, * html .wrap-floats {
	height: 1%;
}
/*  */
.brclear {
	clear: both;
	height: 1px;
	margin: 0;
	font-size: 1px;
	display: block;
}
span.brclear {
	display: block;
}
div.module_separator {
	background: #eee;
	font-size: 1px;
}
div.item_separator {
	height: 10px;
	background: url(separator-body.png) repeat-x center bottom;
	margin: 5px 0 10px;
}
/* ----------------- BASIC ELEMENTS -------------------- */
p {
	margin: 0 0 1em;
	line-height: 150%;
}
.column p {
	font-size: 1.00em;
}
a {
	color: #075590;
}
a:hover {
	text-decoration: none;
}
/* inverse column */
.column_l a {
	color: #075590;
}
.column_l div.kalendar_podujati_days a {
	color: #333;
}
.column_r div.kalendar_podujati_days a {
	color: #333;
}
.column_r a {
	color: #075590;
}
div.main_page a {
	color: #075590;
}
.main_menu a, a.reklamni_partneri, div.menu_hlavicka_l a, div.menu_hlavicka_r a {
	text-decoration: none;
}
.main_menu a:hover, a.reklamni_partneri:hover, div.menu_hlavicka_l a:hover, div.menu_hlavicka_r a:hover {
	text-decoration: underline;
}
.editor a {
	text-decoration: underline;
}
.editor a:hover {
	text-decoration: none;
}
 div.module_envelope div div div h4 a {
	line-height: 120%;
}
div.add_user_info,
p.oznamy_date {
	font-size: 0.75em;
	text-align: right;
	padding: 0;
}
.editor img {
	padding: 0 3px;
}
.editor p img {
	margin-top: 0!important;
	margin-left: 0!important;
}
img {
	max-width: 100%;
	border: none;
}
fieldset {
	margin: 10px 5px;
	padding: 10px;
	border: none;
}
ul {
	margin: 5px 0;
	padding-left: 8px;
}
ol {
	margin: 5px 0;
	padding-left: 15px;
}
li {
	margin: 4px 10px;
}

.main_menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.main_menu li {
	margin: 0;
}

.rightnav li, .rightnav ul, .leftnav li, .leftnav ul {
	list-style: none;
}
select,input {
	font-size: 1.0em;
	background: #fff;
	border: 1px solid #ccc;
}
input {
	font-size: 1.0em;
	background: #fff; /*border:1px solid #aaaaaa;*/
	padding: 2px;
}
input.button {
	color: #fff;
	background: #075590;
	cursor: pointer;
	padding: 1px;
	text-align: center;
	border: none;
}
textarea {
	font-size: 1.0em;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
/*form .program_table textarea {font-size: 1.0em;background: #fff; font-family: Arial, Helvetica, sans-serif;}*/

/* ----------------- VODOROVNE MENU -------------------- */
#horizontal_menu {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	height: auto; /* 44px */
	margin: 0;
	padding: 0;
	font-weight: bold;
	/*display: block;*/
	display: none;
	/* next lines only for fixed header */
	/*position: fixed; 
	top: 41px;
	width: 1200px;
	height: 80px;
	background: url('fixed-menu-background.png') 0 0 no-repeat;*/
}
/* -------------- VODOROVNE MENU UL LI ----------------- */
#horizontal_menu ul {
	/* Menu style */
	position: absolute;
	list-style: none;
	text-align: left;
	padding: 0 0 0 1px;
	margin: 0;
	/*margin: 0 0 0 510px;*/ /*only for fixed header */
}
#horizontal_menu ul.level0 {
	padding: 0;
}
#horizontal_menu ul.level0 img {
	padding: 15px 0 0;
}
#horizontal_menu ul.level1, #horizontal_menu ul.level2, #horizontal_menu ul.level3 {
	position: absolute;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 57px 0 0; /* odskok */
	border-right: none;
}
#horizontal_menu ul.level2, #horizontal_menu ul.level3 {
	position: absolute;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 2px; /* Tu sa zadáva odskok vodmenu v dalsich urovniach! */
	border-left: none;
	border-right: none;
}
#horizontal_menu ul.level1 {
	padding: 0;
}
#horizontal_menu li {
	margin: 0;
}
ul.level0 {
	left: 0;
	/*right: 0;*/
	top: 0;
	font-size: 1.0em;
}
ul.level0 li {
	position: relative;
	width: auto; /* bolo 120px */
	float: left; /* Must by a float for horizontal ul layout */
	margin: 0;
	padding: 0; /* Musí byť 0 kvoli odskoku borderov v podmenu */
	font-size: 1.0em; /* kvoli dedeniu velkosti pisiem vnorenych podmenu musi vyt 1.0em */
}
/* --- VYSKA POLOZIEK HLAVNEJ UROVNE MENU --- */
ul.level0 li a {
	width: auto; /* bolo 100px */
	height: 50px;
	line-height: 50px;
	text-align: left;
	vertical-align: middle;
	padding: 0 20px 20px; /* Sem zadávaj medzery medzi hlavným menu */
	display: block;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	/*font-size: 1.25em;*/
}

ul.level0 li li a, ul.level0 li li li a,
ul.level0 li li a:hover, ul.level0 li li li a:hover {
	border-bottom: none!important;
}
ul.level0 li a:hover {
	background: transparent;
	text-decoration: underline;
}
ul.level0 li ul li a {
	/* vložené odkazy */
	display: block;
	font-weight: normal;
	font-size: 1em;
	text-align: left;
	border-top: 0 solid #fff; /* Top border for create delimiter of items */
	padding: 15px 20px;
	width: 194px;
	height: auto;
	/*  height: 20px;
	min-height: 20px;*/
	line-height: 18px;
	margin: 0;
}
ul.level1, ul.level2, ul.level3 {
	border-bottom: 0 solid #fff;
}
ul.level0 li ul {
	padding: 0 0 3px; /* For bottom decoration */
	position: absolute;
	top: 12px;
	width: 224px;
	display: none; /* All subuls are momentary hidden */
}
ul.level0 li ul li ul {
	position: absolute;
	top: 0;
	/*75%*/
	left: 99%;
}
ul li:hover {
	/* Non active, but still visible uls set to background */
	z-index: 100;
}
.semi-hidden {
	position: absolute;
	left: 0;
	right: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
ul.level1 ul {
	top: 25%; /*Relative position for all nested ul's */
	left: 50%;
}
ul.level1 li {
	width: 204px;
}
ul.level1 li ul {
	width: 234px !important;
	top: 0 !important;
	padding: 0 !important;
	/*border-bottom: #000 solid 1px !important;*/
}
ul.level0 li ul li {
	/* Nested uls styles */
	/*  border-left: #000 solid 1px;
	border-right: #000 solid 1px;*/
	width: 234px !important;
}
#horizontal_menu ul li.first {
	height: 0; /*5px*/
	border: none 0;
}
ul.level1 {
	top: 13px !important; /* Realtive to parent ul item <li> */
	left: 0 !important; /* Set to zero for first empty item (overlap parent item) => ie6 bug, again :( */
	/* bolo -20px */
	width: 234px !important;
	/*border-bottom: #000 solid 1px !important;*/
}
a.level1:hover, a.level2:hover, a.level3:hover {
	text-decoration: underline;
}
/* --------------- FARBY VO VOD. MENU ------------------ */
/* Farby prvej úrovne menu */
/*ul.level0 {background: url(sep-vodmenu.png) repeat-y left center !important;}*/
ul.level0 li a {
	color: #075590;
	/*border-bottom: 2px solid #fff;*/
}
ul.level0 li a:hover {
	color: #fff;
}
/*ul.level0 li.level0 {
	background: url(sep-vodmenu.png) no-repeat right bottom;
}*/
/*ul.level0 li.level0.lasthorizontal {
	background: #eaf7ff;
}*/
ul.level0 li a:hover, ul.level0 li.active a {
	color: #075590;
	background: url(sep-vodmenu.png) repeat-x 0 bottom !important;
	text-decoration: underline;
	/*background: url(bg-vodmenu-active.png) repeat-x center bottom !important;*/
}
/* Hover v menu ktore obsahuje vlozene podmenu */
#horizontal_menu ul li.first {
	background: transparent none !important;
}
ul.level0 li.level0:hover a.level0 {
	color: #075590;
	background: url(sep-vodmenu.png) repeat-x 0 bottom !important;
	text-decoration: underline;
	/*background: url(bg-vodmenu-active.png) repeat-x center bottom !important;*/
}

/* Farby ďalších úrovní menu */
ul.level0 li a.level1, ul.level0 li a.level2, ul.level0 li a.level3 {
	color: #075590;
}
ul.level0 li a.level1:hover, ul.level0 li a.level2:hover, ul.level0 li a.level3:hover {
	color: #fff;
	background: #075590 !important;
}
ul.level0 li ul {
	background: transparent url('nav_last.png') no-repeat scroll 0 bottom;
}
ul.level0 li ul li {
	color: #075590;
	background-color: #fff !important;
}
ul.level0 li ul li a {
	color: #075590;
}
ul.level0 li ul li a:hover {
	color: #fff;
	background: #075590 !important;
}
ul.level0 li ul li a.parent {
	/* Nested ul whitch is a parent => little arrow  */
	background: transparent url('arrow-vodmenu.png') no-repeat scroll 95% center;
}
ul.level0 li ul li a.parent:hover {
	background: #075590 url('arrow-vodmenu-hover.png') no-repeat scroll 95% center !important;
}
ul.level0 a.parent {
	background-image: none !important;
}
ul.level1 a.parent {
	background: url('arrow-vodmenu.png') no-repeat scroll 95% center !important;
}
ul.level2 a.parent {
	background: url('arrow-vodmenu.png') no-repeat scroll 95% center !important;
}
#horizontal_menu ul.level1, #horizontal_menu ul.level2, #horizontal_menu ul.level3 {
	/* Kvoli tomu, ze rozbalene vnorene bloky menu sebou nesu niekolkopixelovy 
	horny okraj co prekryval samotne hl.menu */
	background: transparent;
}
/* Level 2 */
/*ul.level0 li a.level2:hover {
	color: #023d1d;
	background: #e2f7e8 !important;
}*/

/* --------------- VODOROVNE MENU END ------------------ */

/* -------------------- COLUMNS ------------------------ */
.leftnav {
	position: relative;
	float: left;
	width: 250px;
	margin-left: -250px;
}
.leftnav .textpadder {
	padding: 0 0;
	width: auto;
	margin: 0;
	color: #000;
}
.rightnav {
	position: relative;
	float: right;
	width: 250px;
	margin-right: -250px;
}
.rightnav .textpadder {
	padding: 0 0;
	width: auto;
	margin: 0;
}
.column_l {
	position: relative;
	padding: 0;
	margin: 0;
	/* inverse col only */
	/*color: #fff;
	background: #00446f;*/
}
.column_r {
	position: relative;
	padding: 0;
	margin: 0;
}
.column {
	position: relative;
	width: auto;
	/*min-height: 300px;*/
	margin: 0;
	padding: 25px 20px 20px;
	/*background: url('bg-column.png') repeat-y 11px 0;*/
}
div.module_envelope {
	padding: 2px 0;
    overflow: hidden;
}
div.module_envelope_l {
	padding: 0;
	margin: 0;
	position: relative;
}
div.module_envelope_r {
	margin: 0;
	padding: 0;
	position: relative;
}
div.menu_hlavicka_l, .column_l h2.head, li.menu_hlavicka_l a.menu_hlavicka_l, 
div.main_page_l {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 14px 20px 14px 20px;
	position: relative;
	text-align: left;
	font-size: 1.1em;
	font-weight: 600;
	list-style: none;
	background: #fff; /* url('bg-head.png') no-repeat 0 19px */
	color: #075590;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	overflow: auto;
}
.main_menu li.menu_hlavicka_l.with-submenu a.menu_hlavicka_l {
	background: #fff url('bg-head-menu.png') no-repeat 0 19px;
}
.main_menu li.menu_hlavicka_l.with-submenu.opened a.menu_hlavicka_l {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 14px 20px 14px 20px;
	position: relative;
	text-align: left;
	font-size: 1.1em;
	font-weight: 600;
	list-style: none;
	background: #fff url('bg-head-menu-opened.png') no-repeat 0 19px;
	color: #075590;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	overflow: auto;
}
.main_menu li.menu_hlavicka_l_current a.menu_hlavicka_l {
	text-decoration: underline;
}
div.first_left_envelope div.menu_hlavicka_l {
  border-top: none;
}

.column_l .with-add {
	padding: 13px 20px 13px 0;
}
.column_l .with-add span.header-text {
	display: block;
	float: left;
	/*width: 60%;*/
}
.column_l .with-add span.header-add {
	display: block;
	float: left;
	/*width: auto;*/
}
.column_l .with-add span.header-add a {
	display: block;
	border: 1px solid #075590;
	color: #075590;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	margin: -5px 5px 8px 0;
}
/* --- */
div.menu_hlavicka_r, 
.column_r h2.head, 
li.menu_hlavicka_r a.menu_hlavicka_r, 
div.main_page_r {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0 0  ;
	padding: 13px 20px 13px 1px;
	position: relative;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	list-style: none;
	color: #b60000;
	background: #fff; /* url('bg-head-r.png') no-repeat 0 bottom */
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #df9d9d;
	border-left: none;
	overflow: auto; /* anti-collapsing children elements */
}
.main_menu_r li.menu_hlavicka_r.with-submenu a.menu_hlavicka_r {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 13px 20px 13px 1px;
	position: relative;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	list-style: none;
	background: #fff;
	color: #b60000;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #df9d9d;
	border-left: none;
	overflow: auto;
}
.main_menu_r li.menu_hlavicka_r.with-submenu.opened a.menu_hlavicka_r {
	background: #fff; /* url('bg-head-r.png') no-repeat 0 botto */
	color: #b60000;
}
.main_menu_r li.menu_hlavicka_r_current a.menu_hlavicka_r {
	text-decoration: underline;
}
.main_menu_r h2.menu_hlavicka_r a {
	color: #b60000;
}
a.menu_hlavicka_r, div.menu_hlavicka_r a {
	text-align: left;
	color: #b60000;
}
div.menu_hlavicka_r a img {
	margin: 0 auto;
	padding: 0 3px 0 0;
	display: block;
	float: left;
}

a.menu_hlavicka_l, div.menu_hlavicka_l a, div.main_page_l a {
	text-align: center;
	width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0 0;
    padding: 13px 20px 13px 1px;
    position: relative;
    font-size: 1.1em;
    font-weight: bold;
    list-style: none;
    color: #b60000;
    background: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #df9d9d;
    border-left: none;
    overflow: auto;
}
h2.menu_hlavicka_l a.menu_item_l_active_active {
	color: #075590;
	text-decoration: underline;
}
h2.menu_hlavicka_l_current a.menu_hlavicka_l {
	color: #075590;
	text-decoration: underline;
}
/* ---------------- UPUTAVKY V STLPCOCH --------------------- */
 img.uputavka {
	display: block;
	width: 250px;
	margin: 0 auto;
	/* SAME WIDTH! */
	clear: both;
}
.env_dynamika_prava_strana div.menu_hlavicka_r {
	padding: 0;
	margin: 0 0 2px;
	background: #fff;
	text-align: center;
}
.env_dynamika_prava_strana div.menu_hlavicka_r a {
	display: block;
	padding: 0;
	text-align: left;
}
.env_dynamika_prava_strana div.menu_hlavicka_r .dps_text_without_image {
	display: block;
	padding: 8px 15px;
}
.env_dynamika_prava_strana div.menu_hlavicka_r a.dps_image {
	margin: 0 0;
}
.env_dynamika_prava_strana div.menu_hlavicka_r a.dps_text {
	margin: 0 0 0;
	padding: 7px 15px;
}
.env_dynamika_prava_strana div.menu_hlavicka_r span.dps_text {
	color: #000;
	padding: 12px 10px;
	display: block;
	text-align: left;
}
.env_dynamika_prava_strana div.menu_hlavicka_r img.uputavka {
	display: block;
	margin: 0 auto;
	padding: 0 0;
	width: 250px;
	height: 100%;
	/* SAME WIDTH! */
	float: none;
}
.env_dynamika_prava_strana div.menu_hlavicka_r img {
	display: block;
	margin: 0 auto;
	padding: 0 0 0;
	width: 250px;
	height: 100%;
	/* SAME WIDTH! */
	float: none;
}
.env_dynamika_prava_strana div.module_body_r {
	text-align: center;
}
.env_dynamika_prava_strana div.module_body_r h4 {
	padding: 4px 0;
	margin: 0;
	text-align: center;
}
.env_dynamika_prava_strana div.menu_hlavicka_l {
	padding: 0;
	text-align: left;
}
.env_dynamika_prava_strana div.menu_hlavicka_l .dps_text_without_image {
	padding: 13px 20px;
	display: inline-block;
}
.env_dynamika_prava_strana div.menu_hlavicka_l .dps_image img {
	display: block;
	width: 250px;
	height: auto;
	margin: 0 auto;
	clear: both;
}
/* -------------- UPUTAVKY V STLPCOCH END ------------------- */
/* ------------------ HEADER RIGHT COL ---------------------- */
/*div.reklamny-partner {
	background: url('bg-reklamny.png') 0 0 no-repeat;
}
div.module_header_info {
	background: url('bg-oznamy.png') 0 0 no-repeat;
}*/
/*div.module_header_region_info {
	background: url('bg-region.jpg') 0 bottom no-repeat;
}
div.module_header_calendar {
	background: url('bg-kalendar.jpg') 0 bottom no-repeat;
}*/
/*div.module_header_register {
	background: url('bg-register.png') 0 0 no-repeat;
}*/
/*div.calendar_of_actions {
	background: url('bg-kalendar.jpg') 0 bottom no-repeat;
}
div.env_ankety div.menu_hlavicka_r {
	background: url('bg-anketa.jpg') 0 bottom no-repeat !important;
}*/
/*div.env_napiste_nam div.menu_hlavicka_r {
	background: url('bg-napiste.png') 0 0 no-repeat;
	border: none;
}
div.env_social_webs div.menu_hlavicka_r {
	background: url('bg-social.png') 0 0 no-repeat;
	border: none;
}*/

/*div.reklamny-partner,
div.module_header_info,
div.module_header_region_info,
div.module_header_calendar,
div.module_header_register,
div.calendar_of_actions {
	background: #fff;
}

div.env_ankety div.menu_hlavicka_r,
div.env_napiste_nam div.menu_hlavicka_r,
div.env_social_webs div.menu_hlavicka_r {
	background: #fff;
}*/

div.reklamny-partner, div.module_header_info, div.module_header_region_info, 
div.module_header_calendar, div.module_header_register,
div.calendar_of_actions {
	padding: 14px 15px 14px 1px;
}
.column_l div.reklamny-partner, .column_l div.module_header_info, .column_l div.module_header_region_info,
.column_l div.module_header_calendar, .column_l div.module_header_register, .column_l div.calendar_of_actions {
	width: auto;
	margin: 0;
	padding: 14px 20px 14px 20px;
	position: relative;
	text-align: left;
	font-size: 1.1em;
	font-weight: 600;
	list-style: none;
	background: #fff; /* url('bg-head.png') no-repeat 0 19px */
	color: #075590;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	overflow: auto;
}
.column_l div.calendar_of_actions a {
	border: none;
}
/* ---------------- HEADER RIGHT COL END -------------------- */
/* ------------------ KALENDAR PODUJATI 2019 V2 BORDER TRICKS --------------------- */
/*.env_kalendar_podujati .module_body_r {padding: 0;}*/
div.kalendar_podujati_month { text-align:center; font-weight:normal;background: #fff; color: #444; padding: 0.8em 0.7em; border: 0 solid #075590; font-size: 1.2em;}
div.kalendar_podujati_month a { display:block; width:20px; height:15px; text-decoration:none; margin-top:3px;color:#fff; }
a.month_prev { background:url('arrow-left.png') left 3px no-repeat; float:left; margin-left: 5px; }
a.month_next { background:url('arrow-right.png') right 3px no-repeat; float:right;margin-right: 5px; }

ul.kalendar_podujati_day_of_week { margin:5px 2px; padding:0; list-style-type:none; list-style-position:inside; }
ul.kalendar_podujati_day_of_week li {float:left;margin:8px 1px 7px;width: 13.20%;text-align:center;font-weight:bold;background: #fff;color: #000;}

div.kalendar_podujati_days { margin: 0 0 0 0; }
ul.kalendar_podujati_days { margin:0 2px; padding:0; list-style-type:none; list-style-position:inside; width:100%; }
ul.kalendar_podujati_days li { float:left; margin: 0; /* 1px 1px */ width: 13.8%; text-align: center; padding: 0; background: #fff; overflow: hidden; font-size: 1em; }
ul.kalendar_podujati_days li.today { background: #075590; color: #fff; }
ul.kalendar_podujati_days a { color: #000; }

ul.kalendar_podujati_days li.inactive { background: #fff; }
ul.kalendar_podujati_days li a {display:block;text-align:center;padding:7px 0;text-decoration: none;background: #fff; border: 1px solid #f1f1f1;}
ul.kalendar_podujati_days li.today a {color: #075590;background: #fff; font-weight: 600;border: 1px solid #075590;}
ul.kalendar_podujati_days li a:hover  {text-decoration: underline;}
ul.kalendar_podujati_days li.active a { font-weight:bold; border: 1px solid #075590;background: #fff; color: #075590;text-decoration: underline; }
ul.kalendar_podujati_days li.other_month a {background: #fff; color: #bbb;}

/* specialne selektivne bordery */
ul.kalendar_podujati_days li:nth-child(-n+7) a {
	border-top: 1px solid #fff;
}
ul.kalendar_podujati_days li:nth-child(n) a {
	border-right: 1px solid #fff !important;
}
ul.kalendar_podujati_days li:nth-child(n) a {
	border-bottom: 1px solid #fff !important;
}
ul.kalendar_podujati_days li:nth-child(7n+1) a {
	border-left: 1px solid #fff !important;
}

.env_actions_portal_kalendar ul.kalendar_podujati_days li {
	margin: 0 !important;
}

/* --- nove oznacenie akcii v kalendari --- */
ul.kalendar_podujati_days li a.with-actions {
	position:relative;
	border: 1px solid #f1f1f1;
}
ul.kalendar_podujati_days li.today a.with-actions {
	border: 1px solid #075590 !important;
}
ul.kalendar_podujati_days li.active a.with-actions {
	border: 1px solid #075590 !important;
	text-decoration: underline;
}
ul.kalendar_podujati_days li.today:nth-child(n) a {
	border-right: 1px solid #075590 !important;
}
ul.kalendar_podujati_days li.today:nth-child(n) a {
	border-bottom: 1px solid #075590 !important;
}

ul.kalendar_podujati_days li a.with-actions:after {
	content: " ";
	background:#f27800;
	display:table-cell;
	position:absolute;
	top:1px;
	right:1px;
	width:4px;
	height:4px;
	border-radius: 4px;
}

div.kp-sum-day-envelope-default h4 {background: #075590;}

/* kalendar podujati zobrazit vsetky podujatia obrazok */
div.menu_hlavicka_l.with-add span, 
div.menu_hlavicka_r.with-add span {width: 70%;}
div.menu_hlavicka_l.with-add span.header-add, 
div.menu_hlavicka_r.with-add span.header-add {
	float: right;
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 19px;
	display: block;
}
div.menu_hlavicka_l.with-add span.header-add:after,
div.menu_hlavicka_r.with-add span.header-add:after {
	display: block;
	float: none;
	clear: both;
	width: 1px;
	height: 1px;
}
div.menu_hlavicka_l.with-add span.header-add a, 
div.menu_hlavicka_r.with-add span.header-add a {
	display: block;
	position: absolute;
	top: 0;	
	right: 0;
	width: 45px;
	height: 45px;
	border: none;
	margin: 0;
	padding: 0;
	background:url('bg-all.png') right 0 no-repeat;
}
/* --- kalendar podujati zobrazit vsetky podujatia obrazok end --- */


/* ---------------- KALENDAR PODUJATI LEFT ------------------- */
/*div.column_l div.kalendar_podujati_month { text-align:center; font-weight:bold;background: #a60e01; color:#fff; padding: 5px 0;}
div.column_l div.kalendar_podujati_month a { display:block; width:20px; height:12px; text-decoration:none; margin-top:2px;color:#fff; }
div.column_l a.month_prev { background:url('arrow-left.png') left 0 no-repeat; float:left; margin-left: 5px; }  bolo 0 0 
div.column_l a.month_next { background:url('arrow-right.png') right 0 no-repeat; float:right;margin-right: 5px; }  bolo 0 0 

div.column_l ul.kalendar_podujati_day_of_week { margin:5px 2px; padding:0; list-style-type:none; list-style-position:inside; }
div.column_l ul.kalendar_podujati_day_of_week li { float:left; margin:0 1px; width:13.1%; text-align:center; font-weight:bold; }

div.column_l div.kalendar_podujati_days { margin: 0 0 0 -3px; }
div.column_l ul.kalendar_podujati_days { margin:0 2px; padding:0; list-style-type:none; list-style-position:inside; width:100%; }
div.column_l ul.kalendar_podujati_days li { float:left; margin: 1px 1px; width: 13.1%; text-align: center; padding: 0; background: #fff; overflow: hidden; font-size: 0.9em; }
div.column_l ul.kalendar_podujati_days li.today { background: #a60e01; color: #fff; }
div.column_l ul.kalendar_podujati_days a { color: #000; }

div.column_l ul.kalendar_podujati_days li.inactive { background: #fff; }
div.column_l ul.kalendar_podujati_days li a { display:block; border: 1px solid #cccccc; text-align:center; padding:2px 0; text-decoration: none;} border:1px outset #aaa;
div.column_l ul.kalendar_podujati_days li.today a { color: #fff; }
div.column_l ul.kalendar_podujati_days li a:hover  {text-decoration: underline;}
div.column_l ul.kalendar_podujati_days li.active a { font-weight:bold; border: 1px solid #cccccc;background: #a60e01; color:#fff; } border-style:inset;
div.column_l ul.kalendar_podujati_days li.other_month { background: #fcf1d9; }*/
/* ---------------- KALENDAR PODUJATI END ------------------- */

/* ------------------- KAL.PODUJATI.CONCRETE ---------------- */
.env_kalendar_podujati_concrete img {
	float: left !important;
	margin: 0 10px 5px 0 !important;
}
.env_kalendar_podujati_concrete h3 {
	width: auto;
	margin: 0 0 7px;
	padding: 7px 5px 7px 1px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	color: #075590;
	background: none;
	border: none;
}
.env_kalendar_podujati_concrete h4 {
	margin: 0 0 7px;
	padding: 0;
	color: #000;
	background: none;
	border: none;
}
.env_kalendar_podujati_concrete p {
	margin: 0 0 1em;
	padding: 0 5px 0 0;
	text-align: justify;
}
/* ----------------- KAL.PODUJATI.CONCRETE END -------------- */

.module_body_l a, .module_body_l h4, .module_body_l p {
	text-align: left;
}
.module_body_r a, .module_body_r h4, .module_body_r p {
	text-align: left;
}
.module_body {
	padding: 0 0;
	font-size: 1.0em;
	border: none;
}
.module_body_l {
	margin: 0;
	padding: 5px 0;
	text-align: left;
	color: #000;
}
.env_script_stlpec .module_body_l {
	padding: 0;
	margin: 0;
}
.column_r .env_script_stlpec img {
	margin: 0;
}
.env_csob_pay, .csob_logo {
	text-align: center;
}
.csob_logo img {
	margin: 0 0 10px;
}
.module_body_r {
	margin: 0;
	padding: 5px 0;
	text-align: left;
}
div.env_info_hot .module_body_r {
	margin: 0;
	padding: 0;
	text-align: left;
}
.module_body_r h4 {
	margin: 0;
	padding: 10px 1px;
}
.module_body_r p {
	padding: 0;
}
.module_body_r p.info_body_hot {
	padding: 0 1px;
}
.module_body_r h4 a {
	text-decoration: none;
	color: #075590;
}
.module_body_r h4 a:hover {
	text-decoration: underline;
}
.datum {
	font-weight: bold;
}
.meniny {
	font-weight: bold;
}
.podrobny_kalendar {
	text-align: center;
}
.module_body_r div.item_separator {
	border-bottom: none;
	height: 1px;
	margin: 0;
	background: url(separator-column.png) repeat-x 0 bottom;
}
/* -------------------- VERTICAL MENU ----------------------- */
div.main_menu {
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}
div.main_menu_l,
div.main_menu_r {
	margin: 0;
	padding: 0;	
	/*background: #fff;*/
}
div.menu_telo {
	margin: 0;
	padding: 0;
	/*background: #fff;*/
}
div.menu_telo_l,
div.menu_telo_r {
	/*background: #fff;*/
	margin: 0;
}
ul.menu_item {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.menu_cover {
	padding: 5px 0 9px;
	margin: 0;
	list-style: none;
}
ul.menu_cover li {
	margin: 0;
	width: auto;
}
div.menu_spacer {
	display: none;
}
.column_l ul.menu_item, .column_l ul.menu_item_l,
.column_r ul.menu_item, .column_r ul.menu_item_r {
	padding: 0;
	margin: 0;
	list-style: none;
}
li.menu_item_l a.menu_item_l, leftnav li.menu_item,
li.menu_item_r a.menu_item_r, rightnav li.menu_item {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0!important;
	padding: 7px 5px 7px 15px;
	overflow: visible;
	position: relative;
	font-weight: normal;
	text-align: left;
	list-style: none;
	/*border-bottom: 1px solid #e5e5e5;*/
	color: #075590;
	background: url('bullet.png') repeat-y 1px 0;
}
ul.menu_cover ul li.menu_item_l a.menu_item_l,
ul.menu_cover ul li.menu_item_r a.menu_item_r {
	/* vnorene menu - 2.uroven */
	margin: 0 0 0 0!important;
	padding: 7px 5px 7px 30px;
	background-image: none;
	background: url('bullet.png') repeat-y 16px 0;
}
ul.menu_cover ul.menu_item_0_l {
	margin: 1em 0;	
}
ul.menu_cover ul ul li.menu_item_l a.menu_item_l,
ul.menu_cover ul ul li.menu_item_r a.menu_item_r {
	/* vnorene menu - 3.uroven */
	margin: 0 0 0 0!important;
	padding: 7px 5px 7px 45px;
	background-image: none;
	/*background: url('bullet2.png') no-repeat 20px 11px;*/
}
a.menu_item_l,
a.menu_item_r {
	color: #075590;
	padding: 0 5px 0 0;
}
li.menu_item_l.active a.menu_item_l_active,
li.menu_item_r.active a.menu_item_r_active {
	text-decoration: underline;
	font-weight: bold;
}
a.menu_item_l_active_active,
a.menu_item_r_active_active {
	color: #075590;
	text-decoration: underline;
}
.column_l ul.menu_item,
.column_r ul.menu_item {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* --- right col menu start --- */
/*.column_r div.menu_telo {
	margin: 0;
	padding: 0 0;
	background: #fff;
}
div.main_menu_r {
	margin: 0;
	padding: 0;
	background: #fff;
}
ul.menu_cover_r {
	padding: 5px 0 5px;
	margin: 0 !important;
	list-style: none;
}
.column_r ul.menu_item, .column_r ul.menu_item_r {
	padding: 0;
	margin: 0;
	list-style: none;
}
div.menu_item_r, li.menu_item_r, .rightnav li.menu_item {
	margin: 0!important;
	padding: 7px 5px 7px 25px;
	overflow: visible;
	position: relative;
	font-weight: normal;
	text-align: left;
	list-style: none;
	color: #075590;
	background: url('bullet.png') no-repeat 17px 15px;
}
ul.menu_cover ul li.menu_item_r {
	margin: 0 0 0 0!important;
	padding: 7px 5px 7px 45px;
	background-image: none;
	background: url('bullet2.png') no-repeat 32px 15px;
}
ul.menu_cover ul ul li.menu_item_r {
	margin: 0 0 0 0!important;
	padding: 7px 5px 7px 55px;
	background-image: none;
}
div.menu_item_r, li.menu_item_r, .rightnav li.menu_item {
	color: #075590;
}
a.menu_item_r {
	color: #075590;
	padding: 0 5px 0 0;
}
a.menu_item_r_active {
	text-decoration: underline;
	font-weight: bold;
}
a.menu_item_r_active,
a.menu_item_r_active_active {
	color: #075590;
	text-decoration: underline;
}
.column_r ul.menu_item {
	margin: 0;
	padding: 0;
	list-style: none;
}*/
/* --- right col menu end --- */


/* ----------------- VERTICAL MENU END -------------------- */

/* ----------------------- CAPTIONS  ---------------------- */
div.menu_caption {
	margin: 4px;
	padding: 4px;
	background: #eee;
}
div.menu_caption a {
	margin: 0 15px;
	color: #075590;
}
span.caption_previous {
	float: left;
	margin: 0 15px;
}
span.caption_next {
	float: right;
	margin: 0 15px;
}
/* --------------------- CAPTIONS END -------------------- */
/* ----------------------- HEADERS ---------------------- */
h1 {
	width: auto;
	margin: 0 0 0.7em;
	padding: 10px 10px;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	color: #b60000;
	/*background: url('bg-h1.png') no-repeat 0 14px;*/
}
h2 {
	width: auto;
	margin: 0 0 0.7em;
	padding: 13px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #444;
	background: #fff; /* url('bg-h2.png') no-repeat 0 bottom */
	border-bottom: 2px solid #7b7f84
}
.column h2 a {
	color: #444;
}
h2.headimg {
	color: #444;
	background: #f5f5f5;
	padding: 0;
	height: 40px;
}
h2.headimg img {
	padding: 0;
	border: none;
	margin: 0 0 1em;
}
#overlay1 h2,
#overlay2 h2,
#overlay3 h2,
#overlay4 h2,
#overlay5 h2,
#overlay1 h2.success,
#overlay2 h2.success,
#overlay3 h2.success,
#overlay4 h2.success,
#overlay5 h2.success,
#overlay1 h2.unsuccess,
#overlay2 h2.unsuccess,
#overlay3 h2.unsuccess,
#overlay4 h2.unsuccess,
#overlay5 h2.unsuccess {
    color: #444 !important;
    background: #fff !important;
    border: none !important;
}
h3 {
	width: auto;
	margin: 0 0 0.7em;
	padding: 13px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #444;
	background: #fff url('bg-h3.png') no-repeat 0 bottom;
}
.column h4 {
	width: auto;
	margin: 0 0 0.7em;
	padding: 10px 10px 10px 1px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #444;
	background: #fff;
	/*text-decoration: underline;*/
}
/* ----------------------- HEADERS END---------------------- */
/* ----------------------- TABLES ALL ---------------------- */
td, th, caption {
	font-size: 1.0em;
	padding: 3px;
}
caption {
	text-align: left;
}
table, 
div.table, 
div.column td {
	border-collapse: collapse;
}
.stred table {
	margin-bottom: 6px;
}
table.page_header,
td.header_1,
td.header_2,
td.header_3 {
	border: none;
}
/* BACHA GOOGLE VYHL. */
table.gsc-search-box td {
	vertical-align: middle;
	padding: 0;
}
/* --- colors --- */
.editor table, 
.editor td, 
.editor th {
	border-color: #ccc;

}
.responzive-table {
	overflow-x: auto;
}
/* ----------------------- Table user table -------------------- */
table.user_table caption {
	font-size: 1.1em;
	padding: 0 0 5px;
	margin: 0;
	font-weight: bold;
}
td.user_table_head, 
th.user_table_head {
	padding: 3px;
}
td.user_table_end, 
th.user_table_end {
	padding: 3px;
	font-weight: bold;
}
/* --- colors --- */
table.user_table {
	background-color: #fff;
}
td.user_table {
	background-color: #fff;
}
td.user_table_head, 
th.user_table_head {
	background-color: #b60000;
	color: #fff;
}
td.user_table_end, 
th.user_table_end {
	background-color: #b60000;
	color: #fff;
}
td.user_table_paar {
	background-color: #f0f0f0;
}
/* --- border colors --- */
td.user_table_head, 
th.user_table_head {
	border: 1px solid #b60000;
}
table.user_table, 
table.user_table td, 
table.user_table td.user_table, 
table.user_table td.user_table_head, 
table.user_table td.user_table_end, 
table.user_table td.user_table_paar {
	border-color: #b60000;
}
/* --------------------- Table CSV update (TAWDIS) ------------------ */
table.user_table_t, table.user_table_t_border {
	font-size: 0.85em;
}
table.user_table_t {
	border: 0;
}
table.user_table_t_border {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
}
table.user_table_t td, 
table.user_table_t th,
table.user_table_t_border td,
table.user_table_t_border th {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-size: 0.85em;
}
#page-expander_wlr table.user_table_t td, 
#page-expander_wlr table.user_table_t th,
#page-expander_wlr table.user_table_t_border td,
#page-expander_wlr table.user_table_t_border th {
	font-size: 1em;
}
th.user_table_head_t, td.user_table_end_t {
	border: 0;
	font-weight: bold;
}
th.user_table_head_t_border, 
td.user_table_end_t_border {
	border-collapse: collapse;
	font-weight: bold;
}
td.user_table_paar_t {
	border: 0;
}
td.user_table_paar_t_border {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}
td.user_table_t {
	border: 0;
}
td.user_table_t_border {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}
/* --- colors --- */
th.user_table_head_t, 
td.user_table_end_t {
	background: #b60000;
	color: #fff;
}
th.user_table_head_t_border, 
td.user_table_end_t_border {
	background: #b60000;
	color: #fff;
}
td.user_table_paar_t {
	background: #f0f0f0;
}
td.user_table_paar_t_border {
	background: #f0f0f0;
}
/* --- border colors --- */
th.user_table_head_t_border,
td.user_table_end_t_border,
td.user_table_t_border,
td.user_table_paar_t_border {
	border: 1px solid #b60000;
}
/* --------------------- Table program table ------------------ */
table.program_table {
	width: 100%;
	border: 0;
}
table.program_table td {
	padding: 4px;
	border: 0;
	text-align: left!important;
}
table.program_table td.fhead {
	background: #b60000;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 10px 4px;
	font-weight: bold;
}
table.program_table td.last {
	border: 0;
}
table.program_table td.fbody {
	padding: 10px 4px;
	border-right: 1px solid #ccc;
}
/* --- colors --- */
/* ----------------------- TABLES ALL END ---------------------- */
/* ---------------------- GALLERY NEW 2016/2019  --------------------- */
div.fotogaleria {
	width: auto;
	text-align: left;
}
div.fotogaleria div.firstcol, div.fotogaleria div.secondcol, 
div.fotogaleria div.thirdcol, div.fotogaleria div.fourthcol, div.fotogaleria div.lastcol {
	width: 24.5% !important;
	height: 195px;
	margin: 0 0.5% 1% 0;
	text-align: center;
	background: #fff;
	overflow: hidden;
	border: none;
}
div.fotogaleria div.lastcol {
	width: 24.5% !important;
	margin: 0;
}
div.fotogaleria a {
	display: block;
}
div.fotogaleria div.firstcol a, div.fotogaleria div.secondcol a, div.fotogaleria div.thirdcol a, 
div.fotogaleria div.fourthcol a, div.fotogaleria div.lastcol a {
	display: block;
	height: 138px;
}
div.fotogaleria div p {
	margin: 3px 3px 0 3px;
	line-height: 120%;
	font-size: 1.0em;
	color: #075590;
	
}
div.fotogaleria img {
	width: auto;
	height: auto;
	max-height: 100%;
	border: 0 solid #ccc;
	margin: 0 auto;
	padding: 0;
}
div.fotogaleria div.fotogaleria_row_separator {
	height: 1px;
	margin: 0 0 5px;
	background: transparent;
	border: none;
}
/*div.fotogaleria div.add_user_info {height:15px; font-size:0.9em;font-style:normal;text-align:left;margin:5px 0 10px 5px;}*/
div.fotogaleria div.col-by-program-4 {
	float: left;
	position: relative;
	width: 24.5% !important;
}
div.add_user_info {
	font-size: 0.8em;
}
/* ------------------------ PAGIGATION --------------------- */ 
/*div.paging ul.pagination {
	margin: 0;
	padding: 0 0 2px;
}
div.paging ul.pagination li {
	margin: 0;
	padding: 0;
}
.pagination li span.current, .pagination li span.hellip {
	border: none;
}
.pagination li span.disabled {
	color: #333!important;
}

div.fotogaleria div.paging {
	width: 80% !important;
	padding: 2px 2px 0 2px;
}
div.fotogaleria div.results {
	width: 20% !important;
	padding: 3px 0 0;
}
div.env_fotogaleria h2 {
	margin: 5px 0 5px;
}
div.paging_foto {
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 2px;
}
div.paging_foto span.back {
	float: left;
	margin: 0 10px;
}
div.paging_foto span.forward {
	float: right;
	margin: 0 10px;
}*/

/* ----- pagination 2019 ----- */
div.paging {
	margin-top: 5px;
	padding: 5px;
	font-size: 1.0em;
	text-align: center;
	background: #fff;
}

.results{
	float: right;
	margin: 1px 4px 0px 10px;
	padding: 4px 0;
	font-size: 0.8em;
}

.pagination {
	float:left;
	font-size: 1em !important;
	padding: 0;
	margin: 0 0 4px 0;
}

.pagination li {
	float: left;
	margin: 1px 3px 1px 0;
	height: 20px;
	line-height: 20px;
	padding: 0 2px;
	list-style-type: none;
}

.pagination li a,
.pagination li b,
.pagination li span.current,
.pagination li span.hellip,
.pagination li span.disabled {
	display: block;
	background: #fff;
	border: none !important;
	padding: 0;
	min-width: 14px;
	text-align: center;
	text-decoration: none;
}
.pagination li a:hover {
	background-color: #fff !important;
	color: #000 !important;
	text-decoration: underline !important;
}

.pagination li.prev {
	margin-right: 10px;
}
.pagination li.next {
	margin-left: 5px;
}
.pagination li.prev a,
.pagination li.next a,
.pagination li span.disabled {
	border-width: 0 !important;
	padding: 0 5px !important;
	display: inline-block;
}
.pagination li span.current,
.pagination li span.hellip {
	background: #075590 !important;
	border: none !important;
	font-weight: normal !important;
	color: #fff !important;
	padding: 1px 5px !important;
}
.pagination li span.hellip {
	padding: 0;
	background: transparent;
}
.pagination li span.disabled {
	color: #555 !important;
}
.pagination li span.em {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	line-height: 10px;
}
.pagination li.search-info {
	float: right;
	display: block;
	background: #fff;
	border: 1px solid #fff;
	margin: 10px 0 5px 0;
	padding: 4px;	
	text-align: right;
	white-space: nowrap;
}
.pagination li.search-info span {
	font-weight: bold;
}
div.fotogaleria div.paging { width: 100% !important; }
/* ----- pagination 2019 end ----- */

/* ---------------------- PAGIGATION END ------------------- */

div.foto_in_page {
	margin: 10px 0;
	text-align: center;
}
div.foto_in_page img {
	margin-bottom: 25px;
}
/* galeria v tabulkach */
table.fotogaleria {
	width: 100%;
	border: 1px solid;
	border-collapse: collapse;
}
table.fotogaleria td {
	border: 3px solid #fff;
	border-collapse: collapse;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	width: 24.9%;
	background: #fff;
}
table.fotogaleria td p {
	text-align: center;
	margin: 4px 2px;
	font-size: 0.8em;
}
div.fotogaleria table.fotogaleria td img {
	background: #fff;
	border: 0 solid #ccc;
	margin: 6px auto 3px;
	padding: 1px;
	max-width: 125px;
	height: auto;
}
@media only screen and (max-width:1099px) {
div.fotogaleria table.fotogaleria td img {
	width: 90px;
	height: auto;
}
}
@media only screen and (max-width:801px) {
div.fotogaleria table.fotogaleria td img {
	width: 74px;
	height: auto;
}
table.fotogaleria td p {
	font-size: 0.7em;
	margin: 4px 0;
}
}
@media only screen and (max-width:361px) {
div.fotogaleria table.fotogaleria td img {
	width: 58px;
	height: auto;
}
table.fotogaleria td p {
	font-size: 0.6em;
	margin: 4px 0;
}
}

/* --------- gallery with katimage 2 rows --------- */

ul.fotogaleria-multi-kat-img-list li,
ul.fotogaleria-multi-foto-list li {
	width: 23.95%;
	margin: 0 1% 1% 0;
	height: 115px;
}
ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope, 
ul.fotogaleria-multi-foto-list li a .gallimg-envelope {
	height: 77px;
}
ul.fotogaleria-multi-kat-img-list li a span.gallist-katname-icon,
ul.fotogaleria-multi-foto-list li a span.gallist-katname-icon {
	bottom: unset;
	top: 53px;
}


/* tabl. */
@media only screen and (max-width:1099px) {

ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope, 
ul.fotogaleria-multi-foto-list li a .gallimg-envelope {
	height: 65px;
}
ul.fotogaleria-multi-kat-img-list li a span.gallist-katname-icon,
ul.fotogaleria-multi-foto-list li a span.gallist-katname-icon {
	bottom: unset;
	top: 40px;
}
ul.fotogaleria-multi-kat-img-list li a div.gallist-katname,
ul.fotogaleria-multi-foto-list li a div.gallist-katname {
	display: block;
	margin-top: 4px;
	text-align: center;
	font-size: 0.9em;
}	
}

/* mobil */
@media only screen and (max-width:641px) {

ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope, 
ul.fotogaleria-multi-foto-list li a .gallimg-envelope {
	height: 47px;
}
ul.fotogaleria-multi-kat-img-list li a span.gallist-katname-icon,
ul.fotogaleria-multi-foto-list li a span.gallist-katname-icon {
	bottom: unset;
	top: 24px;
}
ul.fotogaleria-multi-kat-img-list li a div.gallist-katname,
ul.fotogaleria-multi-foto-list li a div.gallist-katname {
	display: block;
	margin-top: 4px;
	text-align: center;
	font-size: 0.8em;
}	
}

/* ------- gallery with katimage end ---- */

/* --------------------- GALLERY NEW END ------------------- */
/* ------------------------ NAVIGATION --------------------- */
div.navigation_time {
	margin: 0 0 5px;
	padding: 4px 15px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	text-align: right;
	word-spacing: 15px;
}
div.navigation_time a.active {
	font-weight: bold;
}
div.navigation {
	text-align: center;
	margin: 5px 0;
}
div.navigation a {
	color: #000;
}
div.navigation a.active {
	font-weight: bold;
}
/* ---------------------- NAVIGATION END ------------------- */
/* ------------------------ DISCUSSION --------------------- */
div.date_add {
	text-align: right;
	padding: 2px 20px;
	font-size: 0.85em;
	color: #333;
	/*clear: both; float: none !important;*/
	position: relative;
}
p.name_of_item {
	text-decoration: underline;
	/* clear: both; margin: 0 0 15px 0; float: none !important;*/
	position: relative;
}
p.podpis {
	text-align: right;
	font-style: italic;
	/*clear: both; float: none !important;*/
	position: relative;
}
/* ---------------------- DISCUSSION END ------------------- */
/* -------------------------- POLL ------------------------- */
div.ank_question {
	padding: 2px;
	font-weight: bold;
	text-align: left;
}
div.ank_answer,div.ank_answer a {
	padding: 2px;
}
div.ank_answer img {
	float: left;
	margin: 0 3px 0 0;
}
div.ank_real {
	background: #075590;
	height: 5px;
	font-size: 1px;
	margin-top: 5px;
}
div.ank_other {
	background: #fff;
	height: 5px;
	font-size: 1px;
	margin-top: 5px;
}
div.ank_all {
	font-size: 0.85em;
	text-align: right;
	padding: 0 2px;
}
div.ank_end {
	/*border-bottom: 1px solid #e7e7e7;*/
	margin: 5px 0;
}
div.ank_archive_link {
	text-align: right;
	font-size: 0.85em;
	padding: 0 2px;
}
.column_r div.ank_answer,div.column_r div.ank_answer a {
	padding: 2px;
}
.column_r div.ank_question, .column_r div.ank_answer, .column_r div.ank_answer a {
	color: #075590;
}
/* ------------------------ POLL END ----------------------- */
/* ------------------- REKLAMNI PARTNERI ------------------- */
div.reklamni_partneri {
	margin: 0;
	padding: 0;
	text-align: center;
	background: transparent;
/*	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}
div.reklamni_partneri img {
	padding: 10px 0;
	text-align: left;
}
div.reklamni_partneri_inner {
	margin: 0;
}
a.reklamni_partneri {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	letter-spacing: 0;
	color: #075590;
}
img.reklamni_partneri_sep {
	margin: 0 3px;
	vertical-align: middle;
}
/*div.reklamny-partner {
	display: none;
}*/
/* ----------------- REKLAMNI PARTNERI END ----------------- */
div.social-webs-icons { text-align: center; padding: 10px 0; }
div.social-webs-icons img { margin: 0 5px; }
/* ----------------------- FLAGS ----------------------- */
/*div.portal_hu {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
}
div.portal_hu a.portal_hu {
  display: block;
  width: 36px;
  height: 36px;
  background: url(hu.png) no-repeat 0 0;
}
div.portal_eng a.portal_eng:hover,
div.portal_hu a.portal_hu:hover,
div.portal_sk a.portal_sk:hover {
  background-position: 0 bottom;
}
div.portal_eng a.portal_eng img,
div.portal_hu a.portal_hu img,
div.portal_sk a.portal_sk img {
  display: none;
}*/
/* --------------------- FLAGS END --------------------- */
/* ------------------- VIDEO & AUDIO ------------------- */
div.media_kat {
	padding: 6px 12px;
	margin: 1px 2px 1px 0;
	width: 258px;
	background: #f5f5f5;
	border: 0;
	font-weight: normal;
}
div.media_kat a {
	color: #075590;
	font-weight: bold;
}
div.media_kat_active {
	padding: 6px 12px;
	margin: 1px 2px 1px 0;
	width: 258px;
	background: #003462;
	border: 0;
	font-weight: normal;
}
div.media_kat_active a, div.media_kat_active a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div.media_items {
	border: none;
	padding: 4px;
	margin: 5px 0 0;
	background: #eee;
}
div.media_items a {
	color: #000;
}
div.media_items a:active {
	font-weight: bold;
}
body.videoplayer {
	background: #fff;
}
div#flowplayerholder {
	margin: -10px 0 0;
}
iframe.video-player {
	background: #ddd url('../../images/video.png') 50% 50% no-repeat;
}
ul.media-video {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
li.media-video {
	margin: 2px 4px 5px 4px;
	background: #fff;
	display: block;
	float: left;
	text-align: center;
	width: 179px;
	padding-bottom: 4px;
	min-height: 200px;
	overflow: hidden;
}
li.media-video-noimage {
	margin: 1px 1px 5px 1px;
	background: #ddd;
	display: block;
	float: left;
	text-align: center;
	width: 32%;
	padding-bottom: 4px;
	min-height: 25px;
	overflow: hidden;
}
li.media-video a {
	display: block;
	margin: 4px;
	color: #000;
	font-weight: bold;
}
ul.media-video li.media-video a img {
	padding: 4px;
	margin: 5px 0;
	border: 1px solid #ccc;
	max-width: 150px;
}
/* ----------------- VIDEO & AUDIO END ----------------- */
/* -------------------- REG IN HEADER ------------------------ */
#reg_row {
	left: 430px;
	top: 5px;
	width: 340px;
	position: absolute;
	text-align: left;
	word-spacing: 5px;
	color: black;
}
#reg_row a {
	font-weight: bold;
	color: black;
}
#reg_row span {
	word-spacing: normal;
	font-weight: bold;
}
/* ------------------ REG IN HEADER END ---------------------- */
/* ------------------------- RSS ---------------------------- */
/* ------------------- RSS in footer ------------------------ */
div.rss {
	width: 360px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	color: #fff;
}
div.rss a {
	color: #fff;
}
.footer .rss {
	display: none;
}
/* ------------------- BLOK MENU LI  ----------------------- */
div.menu_block_container {
	padding: 0 0 10px;
	margin: 0 0 0;
	width: 100%;
	/*background: url('bg-menubox-bottom.jpg') no-repeat 0 bottom, url('bg-menubox.jpg') no-repeat 0 top;*/
	background: #fff url('bg-menubox.jpg') no-repeat 0 0;
	/*	min-height: 200px;*/
	height: 285px;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
div#page-expander_wlr div.menu_block_container {
	display: none;
}
div.menu_block_container ul {
	margin: 0;
	padding: 0 0 10px 300px;
}
ul.menu_block {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
}
ul.menu_block li.mb_ord0, ul.menu_block li.mb_ord1, ul.menu_block li.mb_ord2, 
ul.menu_block li.mb_ord3, ul.menu_block li.mb_ord4 {
	/*  min-height: 120px;
	max-height: 141px;*/
}
li.mb_ord0 {width: 30.0%; margin: 0 4.95% 0 0 !important;}
li.mb_ord1 {width: 30.0%; margin: 0 4.95% 0 0 !important;}
li.mb_ord2 {width: 30.0%; margin: 0;}
/*li.mb_ord3 {width: 23.0%;}*/
/*li.mb_ord4 {width: 19.9%;}*/
ul.menu_block li.brclear {
	background: none;
	border: none;
}
li.menu_block_kat {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li.menu_block_kat ul {
	margin: 0;
	padding: 0 0 0;
	/*min-height: 151px;*/
}
/*li.menu_block_kat ul, li.menu_block_kat ul li {
  line-height: 100%;
}*/
li.menu_block_head {
	padding: 35px 0 13px 10px;
	margin: 0 0 12px;
	font-weight: 600;
	color: #444;
	list-style-type: none;
	font-size: 1.2em;
	background: url('bg-head-menubox.png') no-repeat 0 bottom;
}
/*.mb_ord1 li.menu_block_head {
	background: url('bg-head-menubox2.png') no-repeat 20px 30px;	
}
.mb_ord2 li.menu_block_head {
	background: url('bg-head-menubox3.png') no-repeat 20px 30px;	
}*/
ul.menu_block li a {
	color: #075590;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	text-decoration: none;
}
ul.menu_block li a:hover {
	text-decoration: underline;
}

ul.menu_block li ul li:nth-child(n+6) {
	display: none;
}

li.menu_block_order_0, li.menu_block_order_1,
li.menu_block_order_2, li.menu_block_order_3 {
	/*background: url('bullet-menubox.png') repeat-y 26px center;*/
	padding: 4px 0 4px 10px;
	margin: 0;
	list-style-type: none;
}
/*li.menu_block_order_0.last, li.menu_block_order_1.last,
li.menu_block_order_2.last, li.menu_block_order_3.last {
	background: url('bullet-menubox.png') no-repeat 10px bottom;
}*/
li.menu_block_photo {
	list-style-type: none;
	width: 24.7%;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	display: none;
	/*background: url('bg-menubox-foto.png') no-repeat 94% 50%;*/
}
ul.menu_block li.menu_block_photo a#menu-block-img-link {
	display: block;
	margin: 0 0 0;
	padding: 0;
	/*height: 139px;*/
	/*background: url('bg-menubox-foto.png') no-repeat 0 0;*/
}
ul.menu_block li.menu_block_photo a#menu-block-text-link {
	position: absolute;
	top: 15px;
	right: 120px;
	/*right: 0;*/
	width: auto;
	height: auto;
	padding: 10px 10px 10px 25px;
	margin: 0 0 0 0;
	z-index: 10;
	opacity: 1;
	color: #444;
	font-size: 1.0em;
	text-align: left;
	font-weight: bold;
	background: url('bg-menubox-foto.png') no-repeat 0 10px;
	text-transform: uppercase;
}
li.menu_block_photo img {
	margin: 64px 0 0;
	padding: 0;
	width: 200px;
	height: 133px;
	/*border-radius: 20px;*/
	/*border: 3px solid #ffffdb;*/
}

/* code for menubox foto custom graphics inside img */
/*ul.menu_block li.menu_block_photo a#menu-block-text-link {
	width: 108px;
	height: 37px;
	color: #000;
	font-size: 1em;
	position: absolute;
	top: 118px;
	right: 0;
	z-index: 10;
	padding: 8px 10px 0 25px;
	text-align: right;
	background: url('bg-menubox-foto.png') no-repeat right 0;
}
li.menu_block_photo img {
	margin: 0;
	padding: 0;
	width: 230px;
	height: 140px;
	border: none;
}*/
/* code for menubox foto custom graphics inside img end */

/* ------------------ BLOK MENU LI END  ---------------------- */
/* ------------------------- VARIOUS ----------------------- */
div.add_to_favorite {
	padding: 6px 4px 6px 10px;
	height: 14px;
	font-size: 1.0em;
}
div.back {
	padding: 2px 25px;
	text-align: right;
}
div.formular_full_text {
	width: 60% !important;
	position: relative;
	overflow: hidden;
}
div.formular_full_name {
	width: 35% !important;
	position: relative;
	float: right;
	text-align: right;
	overflow: hidden;
}
p.kalendar_today {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 0 0;
}
p.kalendar_name {
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	padding: 0 0 5px;
}
div.link_to_all_items {
	padding: 10px;
	text-align: right;
	font-size: 1.0em;
}
div.link_to_all_items a {
	font-size: 1.0em;
}
div.menu_navigation {
	margin: 0 0 3px -4px;
	background: #f0f0f0;
	padding: 0;
	color: #000;
}
div.paar {
	margin: 0;
	padding: 0;
	background: #fff;
}
div.notice {
	margin: 0.5em 0;
}
div.recepty_mail {
	text-align: center;
	font-weight: bold;
	margin: 15px 0;
}
div.recept_link {
	padding: 4px 10px;
}
div.recept_link a {
	font-weight: bold;
}
div.sign {
	padding: 2px 25px;
	text-align: right;
	font-style: italic;
}
div.uvod_hlavicka {
	background: #fff;
	color: #eee;
}
div.uvod_head {
	background: #fff;
}
div.uvod_text,div.uvod_nadpis {
	padding: 4px;
}
div.next {
	text-align: right;
	margin: 5px 25px 15px;
}
div.zodpovedni {
	padding: 10px 10px 5px;
}
div.zodpovedni a, div.zodpovedni p {
	font-size: 0.9em;
}
div.zodpovedni a {
	text-decoration: underline;
}
#man_link {
	top: 67px;
	left: 721px;
	width: 187px;
	height: 90px;
	position: absolute;
	border: 0;
}
#man_link img {
	width: 187px;
	height: 90px;
	border: 0;
}
#rozklik_cover {
	width: 450px;
	height: 24px;
	top: 200px;
	left: 15px;
	position: absolute;
	margin-bottom: 2px;
}
#rozklik_cover img {
	margin-right: 2px;
	border: 0;
}
div .special_script img {
	padding: 0 10px;
}
.env_napiste_nam_execute textarea {
	width: 450px;
	height: 200px;
	font-size: 1.0em;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
}
.env_napiste_nam_execute input {
	width: 446px;
}


.env_napiste_nam_execute .program_table tr:nth-of-type(1),
.env_napiste_nam_execute .program_table tr:nth-of-type(2),
.env_napiste_nam_execute .program_table tr:nth-of-type(3) {
	display: none !important;
}
.env_napiste_nam_execute hr {
	display: none;
}
/* ----------------------- VARIOUS END --------------------- */
/* ----------- MODUL REGISTRACIA V STLPCOCH------------ */
input.register_login {
	width: 110px;
	padding: 1px 2px;
}
input.register_login#l_meno {
	width: 135px;
	height: 19px;
	margin: 0 0 2px 3px;
	border: 1px solid #ccc;
	background: #fff; /*url(bg-searchfield.png) no-repeat;*/
}
input.register_login#l_heslo {
	width: 135px;
	height: 19px;
	margin: 0 0 2px 3px;
	border: 1px solid #ccc;
	background: #fff; /*url(bg-searchfield.png) no-repeat;*/
}
div.column_l input.button, .registration input.button {
	min-width: 19px;
	width: 61px;
	height: 19px;
	border: none;
	margin: 0 0 0 2px;
	cursor: pointer;
	/*background: url(bg-button.png) no-repeat;*/
	background: #075590;
	color: #fff;
	padding: 0 0 2px;
}
div.column_r input.button {
	min-width: 19px;
	width: 61px;
	height: 19px;
	border: none;
	margin: 0 0 0 2px;
	cursor: pointer;
	/*background: url(bg-button-r.png) no-repeat;*/
	background: #075590;
	color: #fff;
	padding: 0 0 2px;
}
/* --------- MODUL REGISTRACIA V STLPCOCH END ---------- */
/* -------------- MODUL REGISTRACIA V STREDE ---------------- */
.column .module_envelope input#l_meno {
	width: 200px!important;
	border: 1px solid #ccc; /*background: url(bg-searchfield.png) no-repeat;*/
}
.column .module_envelope input#l_heslo {
	width: 200px;
	border: 1px solid #ccc; /*background: url(bg-searchfield.png) no-repeat;*/
}
.column .module_envelope input.button {
	width: 62px; /*border: 1px solid #860d07;*/
	cursor: pointer;
	background: #075590; /* url(bg-button.png) no-repeat;*/
	color: #fff;
	padding: 0.5em 1em;
}
/* ------------ MODUL REGISTRACIA V STREDE END ------------- */
/* -------------- FIXED SEARCH IN HEADER --------------- */
div#finder_stabil {
	position: absolute;
	left: 1015px;
	top: 30px;
	width: 180px;
	z-index: 9999;
	/*  font-size: 0.9em;*/
	color: #000;
}
div#finder_stabil label {
	background: transparent;
}
label#label_module_data__0__text_f {
	display: none;
}
form#vyhladavac input.button {
	width: 30px;
	height: 30px;
	margin: 0 0 0 -3px;
	padding: 0;
	border: none;
	cursor: pointer;
	background: url(bg-ok.png) repeat-x left 1px;
	color: #fff;
	font-size: 1em;
}
form#vyhladavac input#module_data__0__text_f {
	width: 164px !important;
	height: 30px;
	margin: 0;
	padding: 0 0 0 5px;
	background: #fff url(bg-searchfield.png) no-repeat;
}
/* ------------ FIXED SEARCH IN HEADER END ------------- */
/* -------------- RSS REG A MAPA V HLAVICKE ----------------- */
/* header menu elements in one block */
/*.header_new_in_one_block_envelope {
  position: absolute;
  height: 45px;
  width: 550px;
  right: 0;
  top: 0;
}
.header_new_in_one_block_inner {
}*/
/* header menu elements in one block end */
div#rss_head {
	display: none;
}
#login_mapa_rss_head {
	position: absolute;
	top: 40px;
	left: 615px;
	text-align: right;
	background: none;
	height: 20px;
	font-size: 0.9em;
}
#left-top {
	position: absolute;
	left: 230px;
	top: 0;
	width: 20px;
	height: 30px;
}
#right-top {
	position: absolute;
	right: 1%;
	top: 0;
	width: 20px;
	height: 30px;
}
#login_mapa_rss_head span {
	padding: 0 10px;
	display: block;
	float: right;
	margin-top: 0;
}
#login_mapa_rss_head img {
	margin: 0 3px 0 0;
}
#login_mapa_rss_head a {
	text-decoration: none;
	color: #000;
}
#login_mapa_rss_head a:hover {
	text-decoration: underline;
}
#login_mapa_rss_head #rss-top {
	border: 0;
	/*background: url('sep-top.png') no-repeat right center;*/
}
#login_mapa_rss_head #rss-top a {
	text-decoration: none;
}
#login_mapa_rss_head #login-login {
	background: url('bg-top-login.png') no-repeat 0 2px;
	padding: 0 0 0 22px;
	display: none;
}
#login_mapa_rss_head #login-register {
	padding: 0 40px 0 10px;
	display: none;
}
#login_mapa_rss_head #page-map-top {
	background: url('bg-top-map.png') no-repeat 0 2px;
	padding: 0 30px 0 22px;
}
/* ---------------- lavy horny odklik na homepage a kontakt --------------------- */
#homepage-head-title {
	position: absolute;
	left: 520px;
	top: 40px;
	background: url('bg-top-home.png') no-repeat 0 2px;
	padding: 0 0 0 22px;
	font-size: 0.9em;
}
#homepage-head-title a {
	color: #000;
}
#homepage-head-title a:hover, #homepage-head-title a:active {
	color: #000;
	text-decoration: underline;
}
#header-contact {
	position: absolute;
	left: 920px;
	top: 40px;
	font-size: 0.9em;
	background: url('bg-top-contact.png') no-repeat 0 2px;
	padding: 0 0 0 20px;
}
#header-contact a {
	color: #000;
	text-decoration: none;
}
#header-contact a:hover, #header-contact a:active {
	color: #000;
	text-decoration: underline;
}
div.header a.current-actual {
	text-decoration: underline!important;
	color: #000 !important;
}
/* ------------ RSS REG A MAPA V HLAVICKE END --------------- */

/* -------------- POCITADLO, HODINY, DATUM ------------------ */
div.copyright.for-footer-new #counter-time-envelope {
	position: absolute;
	right: 40px;
	top: -150px;
	width: 100px;
	color: #000;
	font-size: 1.1em;
	display: none;
}
.pocitadlo_poloha {
	clear: both;
	display: none !important;
}
.hodiny_poloha {
	clear: both;
	display: inline !important;
	top: -13px !important;
}
.hodiny_poloha #date_before_time {
	clear: both;
}
.hodiny_poloha #hodiny {
	clear: both;
	margin: 18px 0 0;
}
/* ------------ POCITADLO, HODINY, DATUM END ---------------- */

/* ------------ PRINT ROW 2019 ---------------- */
div.print_row {
	padding: 25px 25px;
	border: none;
	text-align: right;
}
div.print_row a {
	background: url('arrow-print.png') no-repeat 0 1px;
}
div.print_row a::after  {
	content: "Vytlačiť stránku";
	display: inline-block;
	padding: 0 0 0 10px;
	color: #075590;
}
div.print_row img {
	visibility: hidden;
}
/* ------------ PRINT ROW 2019 END ------------- */

/* ------------ nova fixna hlavicka ------------------------- */
/*div.header_new_in_one_block_envelope {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 41px;
  z-index: 25000;
  background: #fff;
}
div.header_new_in_one_block_inner {
  position: relative;
  width: 1200px;
  height: 41px;
  margin: 0 auto;
  background: #fff url('fixed-header-background.png') 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  div.header_new_in_one_block_envelope { position: relative; width: 100%; height: auto; background: none; }
  div.header_new_in_one_block_inner { background: none; width: auto; height: auto; }
}*/
/* ------------ REGION AKTUALNE V 2 STLPCOCH ---------------- */
/*div.module_body_r#module_id_0 {
  background: #fff;
}*/
div.module_header_region_info + div.module_body {
	padding: 9px 1px 11px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	line-height: 150%;
}
div.region-info-left {
	float: left;
	width: 50%;
	height: auto;
	/*border-right: 1px solid #ddd;*/
	padding: 0 0 0 3px;
}
div.region-info-right {
	float: right;
	width: 44%;
	height: auto;
}
/* ---------- REGION AKTUALNE V 2 STLPCOCH END -------------- */
/* ------------------- MODUL POCASIE ------------------------ */
div#widgetweather {
	margin: 0 auto;
}
/* ------------------ MODUL POCASIE END --------------------- */
/* ----------------------- DISKUSIA -------------------------- */
.env_diskusia input {
	width: 440px!important;
	/* bacha na rozmery vymazanych 440 px!!!*/
	border: 1px solid #ccc;
}
.env_diskusia input.button {
	width: 62px!important;
	border: none;
}
.env_diskusia textarea {
	width: 444px!important;
	height: 150px;
	/* bacha na rozmery vymazanych 440 px!!!*/
	border: 1px solid #ccc;
}
.env_diskusia hr {
	color: #ccc;
}
/* --------------------- DISKUSIA END ------------------------ */
/* ------------------ SUBOR NA STIAHNUTIE -------------------- */
.env_download_file_kat div div {
	border-top: 1px solid #ccc;
}
.env_download_file_kat div div div {
	border-top: none;
}
.d_file_noshow_name_left {
	position: relative;
	float: left;
	width: 77%;
	padding: 6px 5px 6px 10px;
	border: none;
}
.d_file_noshow_name_right {
	float: right;
	text-align: left;
	width: 18%;
	position: relative;
	padding: 03px;
	border: none;
}
.d_file_show_name {
	position: relative;
	text-align: left;
}
.env_download_file div div div {
	border-top: 1px solid #ccc!important;
	padding: 3px 4px 3px 5px;
}
.env_download_file div div div div {
	border-top: none!important;
}
div.file_download {
	text-align: left;
	position: relative;
	margin: 3px 0;
	padding: 5px 0 0 10px;
}
#main-left div.file_download {
	padding: 0;
}
div.env_zasadania div.paar {
	background: #fff;
}
/* ---------------- SUBOR NA STIAHNUTIE END ------------------ */
/* ---------------------- MODUL ĽUDIA ------------------------ */
.env_ludia img {
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
}
.env_ludia p.person_name {
	font-weight: bold;
}
.env_ludia div.persons-detail img {
	float: left;
	margin: 0 7px 10px 0;
	position: relative;
}
.env_ludia div.persons-detail .float_left {
	width: 48%;
}
.persons-detail {
	padding: 0 0 15px;
	margin: 0 0 15px;
	background: url(separator-body.png) repeat-x center bottom;
}
/* -------------------- MODUL ĽUDIA END ---------------------- */
/* ----------------- MODUL KULT. AKCIE ---------------------- */
.env_kult_akcie img, .env_kultura_sport img {
	float: left!important;
	margin: 0 10px 5px 0!important;
	max-width: 255px;
	height: auto;
	/* padding: 4px;
	border: 1px solid #ccc;
	background: #fff;*/
}
.env_kult_akcie h3, .env_kult_akcie h4, .env_kultura_sport h3, .env_kultura_sport h4 {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 7px;
}
.env_kult_akcie h3, .env_kultura_sport h3 {
	color: #075590;
}
.env_kult_akcie div.add_user_info, .env_kultura_sport div.add_user_info {
	background: url(separator-body.png) repeat-x center bottom;
	margin: 0 0 10px;
	padding: 0 5px 15px;
}
/* --------------- MODUL KULT. AKCIE END -------------------- */
/* ------------- KULTURA A SPORT 2 STLPCE ------------------- */
.kult_sport_float_left {
	width: 48%;
	position: relative;
	float: left;
}
.kult_sport_float_right {
	width: 48%;
	position: relative;
	float: right;
}
.kult_sport_float_left h3, .kult_sport_float_right h3 {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 7px;
}
.kult_sport_float_left h4, .kult_sport_float_right h4 {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 7px;
}
.kult_sport_float_left p, .kult_sport_float_right p {
	margin: 0 0 0.5em;
}
.kult_sport_float_left div.add_user_info, .kult_sport_float_right div.add_user_info {
	background: url(separator-body-half.png) repeat-x center bottom;
	margin: 0 0 10px;
	padding: 0 5px 15px;
}
p.kultura_popis {
	text-align: justify;
	padding: 0 5px 0 0;
	margin: 0 0 1em;
}
.kult_sport_float_left img, .kult_sport_float_right img {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
/* ------------- KULTURA A SPORT 2 STLPCE END ---------------- */
/* ---------------------- NOVINY NOVE ------------------------ */
ul.noviny-new {
	padding: 0;
	margin: 0;
}
ul.noviny-new li {
	margin: 0 7px 4px 0;
}
ul.noviny-new li.noviny-lastcol {
	margin: 0 0 4px 0;
}
ul.noviny-new li img {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}
ul.noviny-new li h4 {
	font-size: 1em;
	padding: 4px;
	border: 0;
	color: #075590;
	background: #eee;
}
ul.noviny-new li h4 a {
	text-decoration: underline;
	color: #075590;
}
ul.noviny-new li h4 a:hover {
	text-decoration: none;
	color: #075590;
}
/* -------------------- NOVINY NOVE END ---------------------- */
/* ---------------------- OZNAMY ----------------------------- */
div.env_oznamy_uvod table {
	width: 100%!important;
}
div.env_text_obrazok table {
	width: 100%!important;
}
div.env_oznamy h3 {
	width: auto;
	margin: 0 0 0.7em;
	padding: 13px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #444;
	background: #fff url('bg-h2.png') no-repeat 0 bottom;
}
div.env_oznamy h4.oznamy-subtitle, 
div.env_oznamy_uvod h4.oznamy-subtitle, 
h4.oznamy-subtitle {
	color: #075590;
	background: #fff;
	border: none;
	height: 2em;
	overflow: hidden;
	line-height: 130%;
}
div.env_oznamy h4.oznamy-subtitle a, 
div.env_oznamy_uvod h4.oznamy-subtitle a, 
h4.oznamy-subtitle a, div.env_oznamy h3 a {
	color: #075590;
	background: #fff;
	border: none;
}
div.env_oznamy h4.oznamy-subtitle a:hover, 
div.env_oznamy_uvod h4.oznamy-subtitle a:hover, 
h4.oznamy-subtitle a, div.env_oznamy h3 a:hover {
	text-decoration: underline;
}
div.env_oznamy a,
div.oznamy-uvod-column-envelope a {
	color: #075590;
}
div.skratene div.item_separator {
	background-image: none;
	margin: 0;
	height: 1px;
}
div.env_oznamy img {
	float: left;
	padding: 0;
	margin: 0 7px 2px!important;
	max-width: 100%;
	background: #fff;
	border: none;
}
div.env_oznamy span.float_right img {
	margin: 0 0 2px 0!important;
}
div.env_oznamy div.file_download img {
	padding: 0 0 0 5px;
	margin: 0!important;
	border: none;
	float: right;
}
div.env_oznamy h1 img, 
div.env_oznamy h2 img, 
div.env_oznamy h3 img, 
div.env_oznamy h4 img {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
p.oznamy_date {
	font-size: 0.9em;
	text-align: left;
	color: #333;
}
div.env_oznamy div.add_user_info {
	/*background: url('separator-body.png') repeat-x center bottom;*/
	padding: 10px 3px;
}
div.env_oznamy .brclear {
	border-bottom: 0 solid #f0f0f0;
}



 

/* ----------------- OZNAMY V 2 STLPCOCH -------------------- */ /* always custom style*/
div.oznamy-uvod-column-envelope {
	margin: 0;
}
div.oznamy-uvod-column-envelope div.item_separator {
	margin: 0 0 10px 0;
}
div.oznamy-uvod-column-envelope div.float_left {
	width: 49%;
	padding: 0;
	margin: 0;
}
div.oznamy-uvod-column-envelope div.float_right {
	width: 50%;
	padding: 0;
	margin: 0;
}
div.oznamy-uvod-column-envelope div.float_left h2, 
div.oznamy-uvod-column-envelope div.float_right h2 {
	/*border-bottom: 2px solid #8adcf2;*/
	border: none;
}
/* This h3 has same style as h2 due to graphic design source ... */
div.oznamy-uvod-column-envelope div.float_left h3,
div.oznamy-uvod-column-envelope div.float_right h3 {
	width: auto;
	margin: 0 0 0.7em;
	padding: 13px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #444;
	background: #fff url('bg-h2.png') no-repeat 0 bottom;
}
div.oznamy-uvod-column-envelope div.float_left h4, 
div.oznamy-uvod-column-envelope div.float_right h4 {
	/*float: right; */
	margin: 0 0 9px 0;
	padding: 0;
	line-height: 120%;
	border: none;
	background: #fff;
	color: #075590;
}
div.oznamy-uvod-column-envelope div.float_left img,
div.oznamy-uvod-column-envelope div.float_right img {
	padding: 2px;
	margin: 0 7px 2px 0!important;
	border: none;
	float: left;
	max-width: 120px;
	height: auto;
}
div.oznamy-uvod-column-envelope div.float_left p, 
div.oznamy-uvod-column-envelope div.float_right p {
	margin: 0;
	padding: 0 3px;
	clear: right;
}
div.oznamy-uvod-column-envelope div.float_left p.oznamy_date, 
div.oznamy-uvod-column-envelope div.float_right p.oznamy_date {
	margin: 5px 0 0;
	clear: both;
}
div.oznamy-uvod-column-envelope div.float_left a, 
div.oznamy-uvod-column-envelope div.float_right a {
	color: #075590;
}
div.oznamy-uvod-column-envelope div.float_left h4.oznamy-subtitle a, 
div.oznamy-uvod-column-envelope div.float_right h4.oznamy-subtitle a {
	text-decoration: none;
}
div.oznamy-uvod-column-envelope div.float_left h4.oznamy-subtitle a:hover, 
div.oznamy-uvod-column-envelope div.float_right h4.oznamy-subtitle a:hover {
	text-decoration: underline;
}
div.oznamy-uvod-column-item {
	margin: 0 0;
	padding: 1px 0 10px 0;
}
div.oznamy-uvod-column-item img {
	/**/
}
div.env_oznamy div.ci-short,
div.env_oznamy_uvod div.ci-short {
	display: inline;
}
div.env_oznamy div.ci-short p,
div.env_oznamy_uvod div.ci-short p {
	clear: none;
}
div.env_oznamy div.ci-short p, div.env_oznamy_uvod div.ci-short p {
	display: inline-block;
	height: 6em;
	padding: 0;
	margin: 0;
	line-height: 150%;
	overflow: hidden;
	clear: none;
}
/* ---------------- OZNAMY V 2 STLPCOCH END ----------------- */




/* === OZNAMY 2019 ADD-ON A (255x170) === */
/*h4.oznamy-subtitle {
	display: contents;
}*/
/* === oznamy 2019 one col (img 255x170) === */
div.ci-short p {
	margin: 1em 0 0;
}
div.env_oznamy a.a-ci-link-short {
	width: 255px;
	height: 170px;
	overflow: hidden;
	display: block;
	margin: 0 1em 1em 0;
	float: left;
}
div.env_oznamy img {
	margin: 0 1em 1em 0 !important;
	width: 100%;
	height: auto;
}
div.env_oznamy img[style*="float: right"] {
	margin: 0 0 1em 1em !important;
	width: 100%;
	height: auto;
}
.common-items-kat-name {
	font-size: 0.85em;
	margin: 1em 0 -1em;
}
p.oznamy_date {
	font-size: 0.85em;
	margin: 1em 0 0;
}
div.env_oznamy span.brclear{
	border-bottom: 1px solid #ddd;
	margin: 0px 0 15px;
}
/* === oznamy old two col (img 320x213) === */
div.env_oznamy table.program_table-with-2-col td.table-col1 {
	padding: 0 20px 0 0;
}
div.env_oznamy table.program_table-with-2-col td.table-col2 {
	padding: 0;
}
div.env_oznamy table.program_table-with-2-col h4.oznamy-subtitle-with-image {

}
div.env_oznamy table.program_table-with-2-col h4.oznamy-subtitle-with-image a {
	text-decoration: none;
}
div.env_oznamy table.program_table-with-2-col td.table-col1 a.a-ci-link-short,
div.env_oznamy table.program_table-with-2-col td.table-col2 a.a-ci-link-short {
	width: 100%;
	height: 203px;
	overflow: hidden;
	display: block;
	margin: 0 0 1em;
	float: left;
}
div.env_oznamy table.program_table-with-2-col img {
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 1199px) {
		div.env_oznamy table.program_table-with-2-col td.table-col1 a.a-ci-link-short,
		div.env_oznamy table.program_table-with-2-col td.table-col2 a.a-ci-link-short {
		height: 125px;
	}
}

@media (max-width: 641px) {
		div.env_oznamy table.program_table-with-2-col td.table-col1 a.a-ci-link-short,
		div.env_oznamy table.program_table-with-2-col td.table-col2 a.a-ci-link-short {
		height: 220px;
	}
}


/* === oznamy 2019 three col (img 320x213) === */
div.env_oznamy table.program_table-with-3-col td.table-col1 a.a-ci-link-short,
div.env_oznamy table.program_table-with-3-col td.table-col2 a.a-ci-link-short,
div.env_oznamy table.program_table-with-3-col td.table-col3 a.a-ci-link-short {
	width: 100%;
	height: 140px;
	overflow: hidden;
	display: block;
	margin: 0 0 1em;
	float: left;
}
div.env_oznamy table.program_table-with-3-col img {
	margin: 0 !important;
	padding: 0 !important;
}
/* === oznamy 2019 four col (img 320x213) === */
div.env_oznamy table.program_table-with-4-col td.table-col1 a.a-ci-link-short,
div.env_oznamy table.program_table-with-4-col td.table-col2 a.a-ci-link-short,
div.env_oznamy table.program_table-with-4-col td.table-col3 a.a-ci-link-short,
div.env_oznamy table.program_table-with-4-col td.table-col4 a.a-ci-link-short {
	width: 100%;
	height: 104px;
	overflow: hidden;
	display: block;
	margin: 0 0 1em;
	float: left;
}
div.env_oznamy table.program_table-with-4-col img {
	margin: 0 !important;
	padding: 0 !important;
}
/* === OZNAMY 2019 ADD-ON A end === */

/* === OZNAMY NEW 2019 2 COLUMNS A === */
ul.oznamy-new-columns-list li, 
ul.actions-new-columns-list li {
	box-sizing: border-box;
	display: inline-block;
	width: 48.5%;
	height: auto;
	border-bottom: 1px solid #ddd;
	margin: 0 2.95% 0 0;
	padding: 0 0 1em;
	overflow: hidden;
	position: relative;
}
ul.oznamy-new-columns-list li:nth-of-type(2n+2), 
ul.actions-new-columns-list li:nth-of-type(2n+2) {
	margin: 0;
}
h2.oznamy-new-columns, 
h2.actions-new-columns {
	background-image: none;
	padding: 0;
}
ul.oznamy-new-columns-list li div.image-envelope, 
ul.actions-new-columns-list li div.image-envelope {
	height: 213px;
	overflow: hidden;
	margin: 0 0 10px;
}
ul.oznamy-new-columns-list li h3, 
ul.actions-new-columns-list li h3 {
	height: 2.5em; /* musi byt nasobok 1.25 */
	max-height: 2.5em;
	line-height: 125%;
	padding: 0;
	margin: 0 0 2em;
	overflow: hidden;
	font-size: 1.10em;
	background: none;
}
ul.oznamy-new-columns-list li div.short-text, 
ul.actions-new-columns-list li div.short-text {
	box-sizing: border-box;
	height: 6.25em; /* musi byt nasobok 1.25 */
	line-height: 125%;
	padding: 0;
	overflow: hidden;
	text-align: left;
}
ul.oznamy-new-columns-list li p.oznamy_date,
ul.actions-new-columns-list li p.oznamy_date {
	margin: -9.5em 0 8.5em 0;
}
ul.oznamy-new-columns-list li p.oznamy_date br.oznamy_date-break,
ul.actions-new-columns-list li p.oznamy_date br.oznamy_date-break {
	display: none;
}
ul.oznamy-new-columns-list li p.oznamy_date span.oznamy-aktualizovane ,
ul.actions-new-columns-list li p.oznamy_date span.oznamy-aktualizovane {
	
}
ul.oznamy-new-columns-list li p.oznamy_date span.oznamy-aktualizovane:before ,
ul.actions-new-columns-list li p.oznamy_date span.oznamy-aktualizovane:before {
	content: " | ";
}

/* === oznamy new 2019 columns tabs === */
h2.oznamy-new-columns a.oznamy-new-columns-all-link,
h2.actions-new-columns a.oznamy-new-columns-all-link {
	display: block;
	float: right;
	margin: 0;
	padding: 0 30px 0 15px;
	line-height: 35px;
	background: #f5f5f5 url(arrow-filter-down.png) no-repeat 90% center;
	color: #075590;
	text-decoration: none;
	font-weight: 700;
}
/* === oznamy new 2019 columns all === */
ul.oznamy-new-columns-all-list li.with-dates, 
ul.actions-new-columns-all-list li.with-dates {
	height: auto;
}
ul.oznamy-new-columns-all-list li, 
ul.actions-new-columns-all-list li {
	box-sizing: border-box;
	display: block;
	height: 120px;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

/* === oznamy new 2019 tablet === */
@media only screen and (max-width:1099px) {
	ul.oznamy-new-columns-all-list li p.oznamy_date,
	ul.oznamy-new-columns-all-list li p.oznamy_date {
		font-size: 0.75em;
	}
	ul.oznamy-new-columns-all-list li div.short-text-envelope h3, 
	ul.actions-new-columns-all-list li div.short-text-envelope h3 {
		background: none;
		font-size: 1em;
		padding: 0.5em 0;
		margin: 0;
		font-weight: 600;
		height: auto;
		overflow: visible;
	}
	ul.oznamy-new-columns-all-list li div.short-text-envelope div.short-text, 
	ul.actions-new-columns-all-list li div.short-text-envelope div.short-text {
		height: 6em;
		line-height: 120%;
		overflow: hidden;
		font-size: 0.9em;
	}	
	div.oznamy-new-colums-form-envelope span.form-select, 
	div.actions-new-colums-form-envelope span.form-select {
		width: 50%;
	}
	div.oznamy-new-colums-form-envelope span.form-submit, 
	div.actions-new-colums-form-envelope span.form-submit {
		width: 25%;
	}
	ul.oznamy-new-columns-list li div.image-envelope, 
	ul.actions-new-columns-list li div.image-envelope {
		height: 130px;
		overflow: hidden;
		margin: 0 0 10px;
	}
	ul.oznamy-new-columns-list li h3, 
	ul.actions-new-columns-list li h3 {
		margin: 0 0 3.5em;
	}
	ul.oznamy-new-columns-list li p.oznamy_date, 
	ul.actions-new-columns-list li p.oznamy_date {
		margin: -11em 0 9.5em 0;
		font-size: 0.75em;
	}
}

/* === oznamy new 2019 mobil === */
@media only screen and (max-width:641px) {
	ul.oznamy-new-columns-list li div.image-envelope, 
	ul.actions-new-columns-list li div.image-envelope {
		height: 100px;
		overflow: hidden;
		margin: 0 0 10px;
	}
	ul.oznamy-new-columns-list li h3, 
	ul.actions-new-columns-list li h3 {
		margin: 0 0 3.5em;
	}
	ul.oznamy-new-columns-list li p.oznamy_date, 
	ul.actions-new-columns-list li p.oznamy_date {
		margin: -12.5em 0 10em 0;
	}
	h2.oznamy-new-columns a.oznamy-new-columns-all-link, 
	h2.actions-new-columns a.oznamy-new-columns-all-link {
		padding: 0 25px 0 10px;
	}
}

/* === OZNAMY NEW 2019 2 COLUMNS A end === */

/* === OZNAMY IMG - left, TEXT - right === */
.env_oznamy.skratene .module_body .ci-short-with-image p {
	display: flex;
    width: 55%;
    height: auto;
    flex-wrap: wrap;
}
.env_oznamy.skratene .module_body td .ci-short-with-image p {
    display: inline-block;
    height: 6em;
    padding: 0;
    margin: 0;
    line-height: 150%;
    word-break: break-word;
    overflow: hidden;
    clear: none;
    width: auto;
}


/* === OZNAMY IMG - left, TEXT - right end === */






/* === MODULE TABS === */
div.tabbed-page-modules-envelope {
	margin: 1em 0 !important;
	padding: 0;
	text-align: left;
}
div.tabbed-page-modules-envelope ul.tabbed-page-modules {
	padding: 0;
	text-align: center;
}
div.tabbed-page-modules-envelope li.tabbed-page-modules-li {
	display: inline-block;
	vertical-align: baseline;
	margin: 0.1em !important;
	padding: 0;
}
div.tabbed-page-modules-envelope li.tabbed-page-modules-li a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: #075590;
	background: #fff !important;
	padding: 0.9em !important;
	border-bottom: 2px solid #ddd !important;
}
div.tabbed-page-modules-envelope li.tabbed-page-modules-li a:hover {
	color: #075590 !important;
	background: #fff !important;
	border-bottom: 2px solid #b60000 !important;
}
div.tabbed-page-modules-envelope li.tabbed-page-modules-li a.current {
	color: #075590 !important;
	background: #fff !important;
	border-bottom: 2px solid #b60000 !important;
}
/* === MODULE TABS end === */


/* === OZNAMY NEW 2019 3 COLUMNS A === */
/*ul.oznamy-new-columns-list li, 
ul.actions-new-columns-list li {
	box-sizing: border-box;
	display: inline-block;
	width: 31%;
	height: 322px;
	border-bottom: 1px solid #ddd;
	margin: 0 3.45% 0 0;
	padding: 0;
	overflow: hidden;
}
ul.oznamy-new-columns-list li:nth-of-type(3n+3), 
ul.actions-new-columns-list li:nth-of-type(3n+3) {
	margin: 0;
}
h2.oznamy-new-columns, h2.actions-new-columns {
	background-image: none;
}
ul.oznamy-new-columns-list li h3, 
ul.actions-new-columns-list li h3 {
	height: 2.5em;
	line-height: 125%;
	padding: 10px 0 0;
	overflow: hidden;
	font-size: 1em;
	background: none;
}
ul.oznamy-new-columns-list li div.short-text, 
ul.actions-new-columns-list li div.short-text {
	box-sizing: border-box;
	height: 6.25em;
	line-height: 125%;
	padding: 0;
	overflow: hidden;
	text-align: justify;
}
ul.oznamy-new-columns-all-list li.with-dates, 
ul.actions-new-columns-all-list li.with-dates {
	height: 145px;
}*/
/* === OZNAMY NEW 2019 3 COLUMNS A end === */




/* ------------------------ BREADCRUMB --------------------- */
div.module_envelope div.breadcrumb {
	margin: 0 0 1em;
	padding: 2px 8px;
	text-align: left;
}
/* -------------------- BREADCRUMB END --------------------- */
/* rwd framework */
#container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#menu-block {
	height: 60px;
	border: 1px solid #ccc;
	margin-top: 50px;
}
#main-center-envelope {
	float: left;
	width: 950px; /*866px*/
}
#main-center {
	float: right;
	width: 700px;
	/*background: #fff;*/
}
#main-left {
	float: left;
	width: 250px;
	/*background: #fff;*/
}
#main-right {
	float: right;
	width: 250px; /* 234 */
	padding: 0;
}
div.user_script {
	max-width: 660px;
	overflow: hidden;
}
div.user_script iframe {
	max-width: 659px!important;
}
/* rwd framework end */
ul.items_overview {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
}
ul.items_overview li {
	padding: 0;
	margin: 0;
}
ul.items_overview li a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-decoration: none;
}
ul.items_overview li a:hover {
	background: #f0f0f0;
}
ul.items_overview li a span.right {
	float: right;
	font-size: 7pt;
}
ul.items_overview li a span.left {
	float: left;
	width: 350px;
}
/* -------------------- NOVY BANNER SLOT V STREDNOM STLPCI 250/1200/250 BUTTONS RIGHT (660x383) RWD ---------------------- */
#page-banner-homepage {
	width: 100%;
}
#banner-homepage {
	position: relative;
	margin-bottom: 50px;
	padding: 0 0 20px 0;
	border: none;
	height: auto;
	background: #075590;
	color: #fff;
	border: none; /* 3px solid #e9e9e9 */
	/*overflow: hidden;*/
}
#banner-homepage-img { 
	opacity: 1; 
	width: 100%; 
	height: auto; 
	padding:0; 
	margin: 0 0 20px;
	background: #fff; 
	border: 0 solid #ccc;	
	float: left; 
}
#banner-slot-text-array { 
	width: 100%; 
	height: 63px; 
	overflow: hidden; 
}
h2#banner-slot-h2 { 
    background: none;
    color: #fff!important;
    border: 0;
    font-size: 1.25em;
    font-weight: 500;
    margin: 0;
    height: 45px;
    overflow: hidden;
    padding: 0 3%;
    max-width: 100%;
}
p#banner-slot-p { 
	padding: 10px 10px 10px 0; 
	text-align:left; 
	/*height: 195px; 
	overflow: hidden;*/ 
	display: none;
}
a#banner-slot-a {
	display: block;
	padding: 10px;
	margin: 0 10px 0 0;
	width: 70px;
	float: right;
	color: #075590;
	background: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	text-align: center;
	display: none;
}
a#banner-slot-a:hover {
	text-decoration: underline;
	background: #075590;
	color: #fff;
}
#main-banner-buttons {
    position: absolute;
    width: 98%;
    margin: 0;
    bottom: 5px;
    right: auto;
    left: 0px;
}
#main-banner-buttons div { 
	width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block !important;
    margin: 0 0 7px 15px;
    float: left;
}
#main-banner-buttons div.current { 
	background: #fff;
	border: 2px solid #fff;
}
#main-banner-buttons div.notcurrent { 
	border: 2px solid #fff;

}
#banner-buttons-start.banner-button-control {
	position: absolute;
	bottom: 0px;
	width: 16px;
	height: 16px;
	right: 30px;
	background: url(Play-g.png) no-repeat center center !important;
	font-size: 0px;
	border: none !important;
	border-radius: 0% !important;
}
#banner-buttons-stop.banner-button-control {
	position: absolute;
	bottom: 0px;
	width: 16px;
	height: 16px;
	right: 0px;
	background: url(Stop-g.png) no-repeat center center !important;
	font-size: 0px;
	border: none !important;
	border-radius: 0% !important;
}
#banner-buttons-start.banner-button-control.notcurrent {
	display: none !important;
	background: url(Play-w.png) no-repeat center center !important;
}#banner-buttons-stop.banner-button-control.notcurrent {
	display: none !important;
	background: url(Stop-w.png) no-repeat center center !important;
}
#banner-buttons-start.banner-button-control.notcurrent,
#banner-buttons-stop.banner-button-control.notcurrent {
	display: block !important;
}

@media only screen and (max-width:1099px) {
#banner-homepage-img {
	width:100%;
	height: auto;
}
#banner-slot-text-array { 
	/*width: 45%;*/
}
/*#main-banner-buttons {
  left: 35%;
}*/
h2#banner-slot-h2 {
	font-size: 1.1em;
	padding: 0 1% 0 40%;
}
}

@media only screen and (max-width:801px) {
#banner-homepage-img {
	width:100%;
	height: auto;
}
/*#banner-slot-text-array { 
	width: 44%;
}*/
/*#main-banner-buttons {
  left: 35%;
}*/
h2#banner-slot-h2 {
	font-size: 1.0em;
	padding: 0 50% 0 5%;
}
}

@media only screen and (max-width:641px) {
a#banner-homepage-img-link {
	width:93%;
}
#banner-homepage-img {
	width:100%;
	height: auto;
}
/*#main-banner-buttons {
  left: 35%;
}*/
#banner-slot-text-array { 
    width: 99%;
    height: auto;
    position: relative;
}
h2#banner-slot-h2 {
    font-size: 0.9em;
    font-weight: 600;
    margin: 0;
    padding: 0 10px;
    max-width: 100%;
    height: 37px;
}
a#banner-slot-a {
  margin: 0;
}
#banner-homepage {
	position: relative;
    margin-bottom: 50px;
    padding: 0 0 90px 0;
    border: none;
    height: auto;
    background: #075590;
    color: #fff;
}
}

@media only screen and (max-width:241px) {
#banner-homepage {display: none!important;}
}
/* -------------------- NOVY BANNER SLOT V STREDNOM STLPCI RWD END ---------------------- */

@media only screen and (max-width:360px) {
div.editor {
	width: 350px!important;
	overflow: hidden;
}
div.editor p img {
	max-width: 330px!important;
}
}
@media only screen and (max-width:320px) {
div.editor {
	width: 310px!important;
	overflow: hidden;
}
div.editor p img {
	max-width: 290px!important;
}
}
/* ------------------- LINK FOR SPEECH ---------------------- */
/* ---------------------- speech ---------------------------- */
/*div.link-for-speech {
	position: relative;
	height: 28px;
	text-align: center;
	margin: 0;
	text-align: right;
}
div.link-for-speech div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
}
div.link-for-speech a {
	display: inline-block;
	width: 115px;
	padding-right: 10px;
	margin: 0 0 0 0;
	text-align: right;
	text-decoration: none;
	line-height: 18px;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	background: #fff url('speech-icon.png') 0 50% no-repeat;
}
iframe.speech-iframe {
	border: 0;
	width: 215px;
	height: 18px;
	margin: 0 auto;
	background: #ffffff;
}
iframe.-speech-iframe body {
	text-align: right;
}
div.link-for-speech div.progressmeter {
	width: 215px;
	margin: -35px 0 0 auto;
	height: 35px;
	position: relative;
	text-align: left;
	background: #ffffff;
}
div.link-for-speech div.progressmeter div.progressmeter-envelope {
	position: relative;
	width: 215px;
	height: 10px;
	border: 1px solid #999999;
	background: #ffffff;
	font-size: 1px;
	margin-top: 7px;
	visibility: hidden;
}
div.link-for-speech div.progressmeter div.progressmeter-graphic {
	background: #ccc;
	width: 0;
	height: 10px;
}
div.link-for-speech div.progressmeter div.progressmeter-value {
	display: inline-block;
	height: 10px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #000;
}
div.link-for-speech span.font-sep {
	display: inline-block;
	height: 18px;
	padding: 0;
	line-height: 18px;
	font-size: 1.1em;
	display: none;
}
div.link-for-speech a.font-default {
	display: inline-block;
	background: #fff url('font-default.png') 50% 50% no-repeat;
	width: 30px !important;
	height: 18px;
	padding: 0;
	border-right: 1px solid #ccc;
}
div.link-for-speech a.font-minus {
	display: inline-block;
	background: #fff url('font-minus.png') 50% 50% no-repeat;
	width: 30px !important;
	height: 18px;
	padding: 0;
	border-right: 1px solid #ccc;
}
div.link-for-speech a.font-plus {
	display: inline-block;
	background: #fff url('font-plus.png') 50% 50% no-repeat;
	width: 30px !important;
	height: 18px;
	padding: 0;
	margin-right: 10px;
}*/
/* ---------- custom speech end ---------- */
/* --------- custom speech 2019 ---------- */
div.link-for-speech {
	position: relative;
	height: 28px;
	text-align: center;
	margin: 0;
	text-align: left;
}
div.link-for-speech div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
}
div.link-for-speech a {
	display: inline-block;
	width: 115px;
	padding-right: 10px;
	margin: 0 0 0 0;
	text-align: right;
	text-decoration: none;
	line-height: 14px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	background: #fff url('speech-icon.png') 0 50% no-repeat;
}
iframe.speech-iframe {
	border: 0;
	width: 215px;
	height: 18px;
	margin: 0 auto;
	background: #fff;
}
iframe.-speech-iframe body {
	text-align: right;
}
div.link-for-speech div.progressmeter {
	width: 215px;
	margin: -35px 0 0 auto;
	height: 35px;
	position: relative;
	text-align: left;
	background: #fff;
}
div.link-for-speech div.progressmeter div.progressmeter-envelope {
	position: relative;
	width: 215px;
	height: 10px;
	border: 1px solid #999;
	background: #fff;
	font-size: 1px;
	margin-top: 7px;
	visibility: hidden;
}
div.link-for-speech div.progressmeter div.progressmeter-graphic {
	background: #ccc;
	width: 0;
	height: 10px;
}
div.link-for-speech div.progressmeter div.progressmeter-value {
	display: inline-block;
	height: 10px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #000;
}
div.link-for-speech span.font-sep {
	display: inline-block;
	height: 14px;
	padding: 0;
	line-height: 14px;
	font-size: 1.1em;
	display: none;
}
div.link-for-speech a.font-default {
	display: inline-block;
	background: #fff url('font-default.png') 50% 50% no-repeat;
	width: 15px !important;
	height: 14px;
	padding: 0;
}
div.link-for-speech a.font-minus {
	display: inline-block;
	background: #fff url('font-minus.png') 50% 50% no-repeat;
	width: 15px !important;
	height: 14px;
	padding: 0;
}
div.link-for-speech a.font-plus {
	display: inline-block;
	background: #fff url('font-plus.png') 50% 50% no-repeat;
	width: 15px !important;
	height: 14px;
	padding: 0;
	margin-right: 10px;
}
/* ---------- custom speech 2019 end ---------- */
/* ----------------- LINK FOR SPEECH END -------------------- */
/* ----- user font change ----------------------------------- */
div.user-font-size-change-block {
	background: url('user-font-icon.png') 6% 50% no-repeat;
	padding: 10px 0;
}
div.user-font-size-change-block span {
	display: block;
	margin-left: 39%;
	color: #000;
	font-size: 0.95em;
	font-weight: bold;
}
div.user-font-size-change-block a {
	display: block;
	color: #000;
	text-decoration: none;
}
div.user-font-size-change-block a:hover {
	text-decoration: underline;
}
/* ---------------------------------------------------------- */
/* ------------ ZVACSOVANIE PISMA V HLAVICKE ---------------- */
/* ----- user font change header ---------------------------- */
/* v3 2019-05 */
div.user-font-size-change-block-head {
	position: absolute;
	right: 320px;
	top: 40px;
	height: 14px;
}
div.user-font-size-change-block-head span {
	display: inline-block;
	width: 15px;
	height: 14px;
	color: #000;
	font-weight: bold;
}
div.user-font-size-change-block-head #user-font-down-head {
	background: url("font-minus-header.png") no-repeat scroll 50% 50%;
}
div.user-font-size-change-block-head #user-font-up-head {
	background: url("font-plus-header.png") no-repeat scroll 50% 50%;
	border: 0;
}
div.user-font-size-change-block-head #user-font-default-head {
	background: url("font-default-header.png") no-repeat scroll 50% 50%;
}
div.user-font-size-change-block-head a {
	display: block;
	color: #000;
	text-decoration: none;
	width: 15px;
	height: 14px;
}
div.user-font-size-change-block-head a:hover {text-decoration: none;}

.level-1 div.user-font-size-change-block-head {right: 295px;}
.level1 div.user-font-size-change-block-head {right: 295px;}
.level2 div.user-font-size-change-block-head {right: 295px;}
.level3 div.user-font-size-change-block-head {right: 285px;}
.level4 div.user-font-size-change-block-head {right: 255px;}
.level5 div.user-font-size-change-block-head {right: 235px;}

.level1 div.link-for-speech a {width: 124px;}
.level2 div.link-for-speech a {width: 134px;}
.level3 div.link-for-speech a {width: 144px;}
.level4 div.link-for-speech a {width: 156px;}
.level5 div.link-for-speech a {width: 164px;}

.level-1 #homepage-head-title {left: 310px;}
.level1 #homepage-head-title {left: 320px;}
.level2 #homepage-head-title {left: 290px;}
.level3 #homepage-head-title {left: 290px;}
.level4 #homepage-head-title {left: 290px;}
.level5 #homepage-head-title {left: 290px;}

.level-1 #header-contact {left: 930px;}
.level1 #header-contact {left: 920px;}
.level2 #header-contact {left: 920px;}
.level3 #header-contact {left: 920px;}
.level4 #header-contact {left: 950px;}
.level5 #header-contact {left: 970px;}
/* ---------- ZVACSOVANIE PISMA V HLAVICKE END -------------- */
/* ----------------- MULTI FOTO LINK ------------------------- */
/*.header::after {
  background: url("mask.png") no-repeat 0 0;
  content: "";
  display: block;
  position: absolute;
  top: 66px;
  right: 164px;
  width: 525px;
  height: 241px;
}*/
div.multi-foto-link-system {
	position: absolute;
	top: 146px;
	right: 0;
	width: 600px;
	height: 300px;
	overflow: hidden;
	display: none;
}
@media only screen and (max-width:1090px) {
  div.multi-foto-link-system,
  .header::after {
	display: none;
}
}
/* ----------------------------------------------------------- */
/* tables settings for zoom */
.level1 .editor td,
.level1 .editor th,
.level1 table.user_table_t td,
.level1 table.user_table_t th,
.level1 table.user_table_t_border td,
.level1 table.user_table_t_border th,
.level2 .editor td,
.level2 .editor th,
.level2 table.user_table_t td,
.level2 table.user_table_t th,
.level2 table.user_table_t_border td,
.level2 table.user_table_t_border th,
.level3 .editor td,
.level3 .editor th,
.level3 table.user_table_t td,
.level3 table.user_table_t th,
.level3 table.user_table_t_border td,
.level3 table.user_table_t_border th,
.level4 .editor td,
.level4 .editor th,
.level4 table.user_table_t td,
.level4 table.user_table_t th,
.level4 table.user_table_t_border td,
.level4 table.user_table_t_border th,
.level5 .editor td,
.level5 .editor th,
.level5 table.user_table_t td,
.level5 table.user_table_t th,
.level5 table.user_table_t_border td,
.level5 table.user_table_t_border th {
	/*word-break: break-all;*/
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
}
/* tables settings for zoom end */

/*table.user_table_t_border th {
	word-break: keep-all;
}
table.user_table_t_border td {
	word-break: break-all;
}*/
@media only screen and (max-width:1099px) {
	table.user_table_t_border th {
		word-break: keep-all;
	}
	table.user_table_t_border td {
		word-break: break-all;
	}
}

/* --- style for wlr --- */
#page-expander_wlr {
	position:relative;
	width:1200px;
	margin:0;
	background: #fff;
}
div.wrap-floats_wlr {
	background: #fff;
}
#page-expander_wlr #main-center-envelope {
	width: 100%;
}
#page-expander_wlr #main-center {
	width: 100%;
}
.wrap-floats_wlr .column {
	background: #fff;
}
#page-expander_wlr #main-left {
	display: none;
}
#page-expander_wlr #main-right {
	display: none;
}
div#page-expander_wlr div.menu_block_container {
	/*display: none;*/
}
/*div#page-expander_wlr ul.menu_block li.menu_block_photo a {
	display: table;
}*/
div#page-expander_wlr {
	text-align: left;
}
/* --- style for wlr END --- */


/* ------------- sms hlasnik --------------------------------- */
div.env_sms_hlasnik div.menu_hlavicka_r {
	padding: 0;
	border: 0;
}
div.env_sms_hlasnik div.menu_hlavicka_r a {
	display: block;
	background: #fff url(smshlasnik.jpg) 0 50% no-repeat;
	padding-left: 90px;
	line-height: 90px;
	font-size: 1.2em;
	color: #075590;
	font-weight: 600;
}
div.env_sms_hlasnik div.menu_hlavicka_r a:hover { text-decoration: none; }
/* ----------------------------------------------------------- */
/* ------------- sms hlasnik --------------------------------- */
div.sms-hlasnik-login-link {
    float: left;
    width: 49%;
}
div.sms-hlasnik-login-link a {
    display: block;
    height: 48px;
    line-height: 48px;
    background: #075590 url(sms-hlasnik-login-icon.png) 25px 50% no-repeat;
    padding-left: 100px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}
div.sms-hlasnik-register-link {
    float: right;
    width: 49%;
}
div.sms-hlasnik-register-link a {
    display: block;
    height: 48px;
    line-height: 48px;
    background: #075590 url(sms-hlasnik-register-icon.png) 25px 50% no-repeat;
    padding-left: 100px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}
div.sms-hlasnik-login-link.current-action a, div.sms-hlasnik-register-link.current-action a {
    background-color: #075590;
}
div.env_sms_hlasnik .column .module_envelope input.button {
	background: #075590;
	width: auto;
	padding: 10px 20px;
}
/* --- added by 7s --- */
div.env_sms_hlasnik span.sms-hlasnik-input-envelope input {
	background: #f0f0f0;
	color: #075590;
	border: 1px solid #eee;
	padding: 5px;
}
div.env_sms_hlasnik table.sms-hlasnik-table {
	background: #f0f0f0;
	color: #000;
	border-top: 2px solid #eee;
}
/* ----- SMS hlasnik end ----- */

/* --------------- USER FORM ------------------------------------ */
.user-form-item-envelope {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.user-form-item-envelope .user-form-item-name {
    width: 38%;
    display: flex;
    max-width: 220px;
    text-align: left;
}
.user-form-item-envelope .user-form-item-value {
	width: 60%;
	flex-grow: 1;
}
input.user-form-item.type-email {
    width: 100%;
    max-width: 420px;
    height: 40px;
    display: flex;
    flex-grow: 1;
}
.user-form-append-default {
    display: flex;
    margin-left: 5px;
    width: 100%;
}
.user-form-required-alert-default {
	display: none;
}
#user-form-item-id-9534 > span,
#user-form-item-id-9532 > span {
	display: none;
}
/* --------------- USER FORM END ------------------------------------ */



/* --------------- AKCIE 2019-06 ------------------------------------ */

/* ----- AKCIE FILTER OK ----- */
.actions-portal-filter-envelope {margin-bottom:10px;border: 1px solid #075590;}
.actions-portal-filter-envelope .first-column, .actions-portal-filter-envelope .second-column {width: 100%;margin-right:10px;}
.actions-portal-filter-envelope .form-part-label {float: left;width:50%;padding:5px 0;}
.actions-portal-filter-envelope .form-part-input {float:left;width:50%;}
.actions-portal-filter-envelope .form-part-input select,
.actions-portal-filter-envelope .form-part-input input {width:100%;margin-bottom: 5px;padding: 8px 5px;}
.actions-portal-filter-envelope .form-part-envelope.submit {padding-right: 0;}
.actions-portal-filter-envelope .form-part-envelope.submit input.button {padding: 10px 15px !important;}
.actions-portal-filter-envelope .form-part-envelope a {padding: 10px 15px;}
/* --- AKCIE FILTER END --- */

/* ----- AKCIE COMMON OLDER ----- */
/*.env_actions_portal_common ul {padding:0 !important;margin: 0 !important;border-bottom: none !important;}
.env_actions_portal_common ul.act-kats-line-default {text-align: left !important;}
.env_actions_portal_common ul.act-kats-line-default li {width: 50% !important;}
.env_actions_portal_common ul.act-kats-line-default li a {display:flex !important;font-size:14px;}
.env_actions_portal_common ul.act-kats-line-default li a:hover{text-decoration:underline !important;}
.env_actions_portal_common ul.act-list li .act-obr-envelope {overflow: unset !important;}
.env_actions_portal_common ul.act-list li .act-list-katname {float:right; color:#000;font-weight:normal;}
.env_actions_portal_common ul.act-list li.with-image {min-height: 135px !important;}
.env_actions_portal_common ul.act-list li.with-image h3 {margin-left:110px !important;}
.env_actions_portal_common ul.act-list li h3 {margin:0 !important; padding:0 0 2px 0;background:none;color:#000;}
.env_actions_portal_common ul.act-list li h4 {padding-bottom:0;}
.env_actions_portal_common ul.act-list li h4 a {color: #b60000;}
.env_actions_portal_common ul.act-list li.with-image span.act-list-date.date-to {display:inline-block; margin-left:0 !important;}
.env_actions_portal_common ul.act-list li.with-image span.act-list-date.date-from {display: inline-block;}

.env_actions_portal_common ul.act-list li.with-image h4,
.env_actions_portal_common ul.act-list li.with-image span.act-list-place,
.env_actions_portal_common ul.act-list li.with-image span.act-list-perex,
.env_actions_portal_common ul.act-list li.with-image span.act-list-price {display: block !important;margin-left: 110px !important;}
.env_actions_portal_common ul.act-list li.with-image span.act-obr-envelope img {
	float:left!important;
	max-width: 100%;
	max-height: 130px;
	margin: 0 10px 5px 0!important;
	background: #fff;
}
.env_actions_portal_common ul.act-list-default li {padding-bottom:10px !important;}

.env_actions_portal_common span.act-list-date.date-from:after {display:inline-block;padding-left:5px;content:'-';}
.env_actions_portal_common span.act-list-place,
.env_actions_portal_common span.act-list-price {display:block;}
.env_actions_portal_common .data-part-envelope-default.data-part-envelope.act-time {display:none;}*/
/* ----- AKCIE COMMON END ----- */

/* ----- AKCIE COMMON & KALENDAR 1 STLPEC----- */
.env_actions_portal_common ul.act-list li,
.env_actions_portal_kalendar ul.act-list li {border:none !important;}
.env_actions_portal_common ul.act-list li.with-image,
.env_actions_portal_kalendar ul.act-list li.with-image {height: 190px !important;}

.env_actions_portal_common ul.act-list li.with-image h4,
.env_actions_portal_common ul.act-list li.with-image span.act-list-date,
.env_actions_portal_common ul.act-list li.with-image span.act-list-time,
.env_actions_portal_common ul.act-list li.with-image span.act-list-place,
.env_actions_portal_common ul.act-list li.with-image span.act-list-perex,
.env_actions_portal_common ul.act-list li.with-image span.act-list-price,
.env_actions_portal_kalendar ul.act-list li.with-image h4,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-date,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-time,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-place,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-perex,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-price {margin-left: 270px !important;}

.env_actions_portal_common ul.act-list li.with-image h4,
.env_actions_portal_kalendar ul.act-list li.with-image h4 { margin: 0; padding: 1.8em 0 0.8em;}

.env_actions_portal_common ul.act-list li.with-image span.act-list-place,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-place { position: absolute; top: 0; max-width: 35%; max-height: 19px; overflow: hidden; font-size: 0.9em;}

.env_actions_portal_common ul.act-list li.with-image .act-obr-envelope,
.env_actions_portal_kalendar ul.act-list li.with-image .act-obr-envelope {width: 255px;top:0;max-height:170px;}
.env_actions_portal_common ul.act-list li.with-image .act-obr-envelope img,
.env_actions_portal_kalendar ul.act-list li.with-image .act-obr-envelope img {width:255px;}

.env_actions_portal_common ul.act-list li.with-image span.act-list-date.date-from,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-date.date-from {display: inline-block;position: absolute; top: 0; right: 115px; font-size: 0.9em;}
.env_actions_portal_common ul.act-list li.with-image span.act-list-date.date-to:before,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-date.date-to:before {display:inline-block;padding-right:7px;content:'-';font-size: 0.9em;}
.env_actions_portal_common ul.act-list li.with-image span.act-list-date.date-to,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-date.date-to {display:inline-block; position: absolute; top: 0; right: 42px; font-size: 0.9em;}
.env_actions_portal_common ul.act-list li.with-image span.act-list-time,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-time {display: inline-block !important; position: absolute; top: 0; right: 0; font-size: 0.9em;}

.env_actions_portal_common ul.act-list li.with-image span.act-list-perex,
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-perex {padding: 0.7em 0 0 !important;}
/* ----- AKCIE AKCIE COMMON & KALENDAR 1 STLPEC END ----- */

/* ----- AKCIE KALENDAR 1 STLPEC ----- */
/* akcie z kalendara bez obrazku beta verzia */
/*.env_actions_portal_kalendar ul.act-list li h4,
.env_actions_portal_kalendar ul.act-list li span.act-list-date,
.env_actions_portal_kalendar ul.act-list li span.act-list-time,
.env_actions_portal_kalendar ul.act-list li span.act-list-place,
.env_actions_portal_kalendar ul.act-list li span.act-list-perex,
.env_actions_portal_kalendar ul.act-list li span.act-list-price {display:block;margin-left: 0 !important;}
.env_actions_portal_kalendar ul.act-list li span.act-list-date.date-to {display:inline-block; margin-left:0 !important;}
.env_actions_portal_kalendar ul.act-list li span.act-list-date.date-from {display: inline-block;}
.env_actions_portal_kalendar span.act-list-date.date-from:after {display:inline-block;padding-left:5px;content:'-';}*/
/* ----- AKCIE KALENDAR 1 STLPEC END ----- */


/* 2 STLPCE S OBR 320x213 */
.env_actions_portal_common div.actions-multi-column {
	width: 48.5% !important;
}
.env_actions_portal_common div.actions-multi-column.column-2 ul.act-list, 
.env_actions_portal_kalendar div.actions-multi-column.column-2 ul.act-list {
	margin-left: 0 !important;
}
.env_actions_portal_common .actions-multi-column ul.act-list li .act-obr-envelope, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li .act-obr-envelope {
	width: 320px !important;
	max-height: 213px !important;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image .act-obr-envelope img,
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image .act-obr-envelope img  {
	width: 320px;
	max-height: 213px;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image h4, 
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-date, 
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-time, 
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-place, 
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-price,
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-perex, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image h4, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-date, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-time, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-place, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-price,
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-perex {
	display: block;
	margin-left: 0 !important;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-date.date-from {display: inline-block;}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-date.date-to {display:inline-block; margin-left:0 !important;}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-time {display: inline-block !important;padding-left:5px; margin: 0 !important;}
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-date.date-from {display: inline-block;}
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-date.date-to {display:inline-block; margin-left:0 !important;}
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-time {display: inline-block !important;padding-left:5px; margin: 0 !important;}

.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-place, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-place {
	position: absolute;
	top: 280px;
	max-width: 34%;
	max-height: 19px;
	overflow: hidden;
	font-size: 0.9em;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-time, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-time {
	display: inline-block !important;
	position: absolute;
	top: 280px;
	right: 0;
	font-size: 0.9em;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-date.date-to, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-date.date-to {
	display: inline-block;
	position: absolute;
	top: 280px;
	right: 42px;
	font-size: 0.9em;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-date.date-from, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-date.date-from {
	display: inline-block;
	position: absolute;
	top: 280px;
	right: 115px;
	font-size: 0.9em;
}

.env_actions_portal_common .actions-multi-column ul.act-list li.with-image, 
.env_actions_portal_klendar .actions-multi-column ul.act-list li.with-image {
	height: 270px !important;
	padding: 220px 0 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee !important;
}

/* detail akcie 2019-06 */
.env_actions_portal_kalendar .image-envelope, 
.action-detail-generated .image-envelope { padding: 0 0 0.5em; }
.env_actions_portal_kalendar .act-perex, 
.action-detail-generated .act-perex { padding: 0.5em 0 0; }
.data-part-envelope-default .data-name {
	min-width: 35% !important;
	text-align: right;
	font-size: 1.3em;
	color: #444;
	line-height: 180%;
}
.data-part-envelope-default .data-value {
	display: inline-block;
	font-size: 1.3em;
	color: #444;
}
.data-part-envelope-default.act-perex .data-value {
	float: none;
	font-size: 1.0em;
	border-top: 1px dashed #ddd;
	padding: 1.5em 0 0;
}

/* ----- AKCIE 2019-06 TAB. + MOBIL ----- */

@media only screen and (max-width:1099px) {
/* stara kultura sport */
.env_kult_akcie img, .env_kultura_sport img {
	max-width: 140px;
}
/* akcie < 1099 */
.env_actions_portal_common ul.act-list li.with-image,
.env_actions_portal_kalendar ul.act-list li.with-image {
	height: auto !important;
	border-bottom: 1px solid #ccc !important;
}
.env_actions_portal_common ul.act-list li.with-image h4, 
.env_actions_portal_common ul.act-list li.with-image span.act-list-date, 
.env_actions_portal_common ul.act-list li.with-image span.act-list-time, 
.env_actions_portal_common ul.act-list li.with-image span.act-list-place, 
.env_actions_portal_common ul.act-list li.with-image span.act-list-perex, 
.env_actions_portal_common ul.act-list li.with-image span.act-list-price,
.env_actions_portal_kalendar ul.act-list li.with-image h4, 
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-date, 
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-time, 
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-place, 
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-perex, 
.env_actions_portal_kalendar ul.act-list li.with-image span.act-list-price {
	margin-left: 0 !important;
}
.env_actions_portal_common ul.act-list-default li .act-obr-envelope, 
.env_actions_portal_kalendar ul.act-list-default li .act-obr-envelope {
	position: relative !important;
	max-width: 100%;
	height: auto!important;
	margin: 1em 0 !important;
	display: block !important;
}
.env_actions_portal_common ul.act-list li.with-image .act-obr-envelope img,
.env_actions_portal_kalendar ul.act-list li.with-image .act-obr-envelope img {
	max-width: 100%;
	height: auto !important;
}
/* akcie < 1099 2 stlpce */
.env_actions_portal_common .actions-multi-column ul.act-list li .act-obr-envelope, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li .act-obr-envelope {
	width: 100% !important;
	max-height: 130px !important;
	position: absolute !important;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image, 
.env_actions_portal_klendar .actions-multi-column ul.act-list li.with-image {
	height: auto !important;
	padding: 150px 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc !important;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-place, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-place {
	top: 206px;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-date.date-from, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-date.date-from {
	top: 225px;
	left: 0;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-date.date-to, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-date.date-to {
	top: 225px;
	left: 65px;
}
.env_actions_portal_common .actions-multi-column ul.act-list li.with-image span.act-list-time, 
.env_actions_portal_kalendar .actions-multi-column ul.act-list li.with-image span.act-list-time {
	top: 225px;
}
.env_actions_portal_common ul.act-list li.with-image h4, 
.env_actions_portal_kalendar ul.act-list li.with-image h4 {
	padding: 2em 0 0.8em;
}


/* detail */
.data-part-envelope-default .data-name {
	min-width: auto !important;
	text-align: left;
	font-size: 1.1em;
	color: #444;
	line-height: 180%;
}
.data-part-envelope-default .data-value {
	display: inline-block;
	font-size: 1.1em;
	color: #444;
}

}

@media only screen and (max-width:640px) {
	.env_actions_portal_common ul.act-list-default li .act-list-katname,
	.env_actions_portal_common ul.act-list-default li h4 {
		font-size:0.9em;
	}
	
.env_actions_portal_common div.actions-multi-column {
	width: 100% !important;
}	
	
}
/* --------------- AKCIE END --------------------------------- */

/* === running text === */
#running_text {
	position:absolute;
	left: 0;
	top: 340px;
	width: 1200px;
	height: 40px;
	overflow: hidden;
}
#running_text_inner {
	position: absolute;
	top: 0;
	left: 1200px;
	height: 40px;
	white-space: nowrap;
	color: #444;
}
#running_text_inner a {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 400;
	font-style: italic;
	color: #444;
}
#running_text_inner a:hover {
	text-decoration: underline;
	color: #075590;
}
#running_text_inner span {
	border-right: 1px solid #fff;
	padding-left: 10px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
}
#running_text_inner span::after {
	content: '•';
	display: inline-block;
	font-weight: 700;
	color: #555;
}

div.running_text_info {
	width: 600px;
	height: 20px;
	top: 300px;
	border: none;
	font-weight: 300;
	background: transparent;
	color: #555;
	padding: 0.7em;
	z-index: 10000;
}
div.next_text_info { height: 1px; overflow: visible; margin-bottom: 10px; }
#next_text_info {
	display: none;
}

@media only screen and (max-width:1099px) {
	#running_text { display: none; }
}	
/* === runninx text end === */

/* === 2019-09-10 (add)=== */
div.env_oznamy .file-icon img {
	margin: 0 0.2em 1em 0 !important;
	width: auto;
	height: auto;
}
div.env_oznamy h1 .brclear {
	display: none;
}
































































































































































/* --------------------- TABLET VERZIA ----------------------- */
@media only screen and (max-width:1099px) {

/* !!! */
#main-left .textpadder {
	padding: 10px 17px 10px;
	margin: 0;
	/*background: #fff;*/
	/*border: 1px solid #dbd9da;*/
}
.column_l .with-add {
	margin: 0;
}
/*@-moz-document url-prefix() { 
  #main-left .textpadder {
     margin: 0 0 0;
  }
}*/

/* --- MATRIX START --- */
#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#menu-block {
	height: 60px;
	border: 1px solid #aaa;
	margin-top: 50px;
}
#main-center-envelope {
	float: left;
	width: 80%;
}
#main-center {
	float: right;
	/* nesmie byt zadana min ani max width! */
	width: 73%;
}
#main-left {
	float: left;
	width: 27%;
	background-color: #fff;
}
#main-right {
	float: right;
	width: 20%;
	background-color: #fff;
}
#main-container {
	width: 99.5%;
	padding: 0;
	/* 98% */
	margin: 0;
}
div#main-right .textpadder {
	background: #fff;
	padding: 0;
}
div#main-left .textpadder {
	background: #fff;
	padding: 0;
}
#main-left div.content {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#main-right div.content {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
#page-sizer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#page-expander {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	background-image: none;
	border-top: none;
}
#homepage_0 #page-expander {
	background: #fff;
	background-image: none;
}
#page-expander_wl {
	position: relative;
	width: 100%;
	margin: 0;
}
#page-expander_wr {
	position: relative;
	width: 100%;
	margin: 0;
}
#page-expander_wlr {
	position: relative;
	width: 100%;
	margin: 0;
}
/* --- MATRIX END --- */
/* ----- HIDDEN ELEMENTS ----- */
.env_napiste_nam_execute hr {
	display: none;
}
div.header img {
	display: none;
}
.pocitadlo_poloha {
	display: none;
}
.hodiny_poloha {
	display: none;
}
#login_mapa_rss_head #rss-top {
	display: none;
}
div.user-font-size-change-block-head {
	display: none;
}
div.copyright.for-footer-new #counter-time-envelope {
	display: none;
}
html {
	background: #f0f0f0;
	background-image: none;
}
/* --- HIDDEN ELEMENTS END --- */
/* ----- HEADER START ----- */
/* static header for tablets end */
div.header {
	width: 100%;
	height: 244px;
	background: #fff url('hlavicka_01_tablet.jpg') no-repeat left top;
}
.homepage {
	top: 145px;
	left: 0;
/*	height: 90px;
	width: 290px;*/
}
/* ----- HEADER END ----- */
/* ----- TOPMENU START ----- */
#homepage-head-title 	{left: 15px; /*top:20px;*/}
#header-contact			{left: 240px; /*top:20px;*/}
div#login_mapa_rss_head	{left: 100px; width: auto; /*top:20px;*/}
div#finder_stabil			{left: 400px; /*top:12px;*/}
div.portal_hu 				{left: 415px; /*top: 12px;*/}
/*#login_mapa_rss_head a,
#homepage-head-title a,
#homepage-head-title a:hover, 
#homepage-head-title a:active {
  color: #000!important;
}*/
/* ----- TOPMENU END ----- */
/* --- COLUMNS START --- */
#main-center-envelope {
	background: none;
}
.column {
	margin: 0;
	padding: 15px 10px 20px;
}
div.menu_hlavicka_l, .column_l h2.head, h2.menu_hlavicka_l, 
div.menu_hlavicka_l, div.main_page_l, .main_menu h2.menu_hlavicka_l,
.column_l .with-add,
.main_menu h2.menu_hlavicka_l.with-submenu,
.main_menu h2.menu_hlavicka_l.with-submenu.opened {
	margin: 0 0 1px;
	padding: 13px!important;
	background: #e9e9e9;
	color: #000;
	border: none;
}
.column_l div.reklamny-partner, 
.column_l div.module_header_info, 
.column_l div.module_header_region_info, 
.column_l div.module_header_calendar, 
.column_l div.module_header_register, 
.column_l div.calendar_of_actions {
	margin: 0;
	padding: 13px;
	background: #e9e9e9 !important;
	color: #000;
	border: none;
}
a.menu_hlavicka_l, div.menu_hlavicka_l a, div.main_page_l a {
	color: #000;
}
.column_l .with-add span.header-add a {
	border: 1px solid #000;
	color: #000;
}
div.menu_hlavicka_r, 
.column_r h2.head, 
h2.menu_hlavicka_r, 
div.menu_hlavicka_r, 
div.main_page_r,
.main_menu_r h2.menu_hlavicka_r.with-submenu,
.main_menu_r h2.menu_hlavicka_r.with-submenu.opened {
	padding: 13px !important;
	margin: 0;
	background: #e9e9e9 !important;
	color: #000;
	border: none;
}

.env_dynamika_prava_strana div.menu_hlavicka_r {
	padding: 0 !important;
}
.main_menu_r h2.menu_hlavicka_r a {
	color: #000;
}
div.reklamny-partner, 
div.module_header_info, 
div.module_header_region_info, 
div.module_header_calendar, 
div.module_header_register, 
div.calendar_of_actions, 
div.env_ankety div.menu_hlavicka_r, 
div.env_napiste_nam div.menu_hlavicka_r, 
div.env_social_webs div.menu_hlavicka_r {
	margin: 0;
	padding: 13px !important;
	background: #e9e9e9 !important;
	color: #000;
	border: none;
}
ul.menu_cover {
	list-style: outside none none;
	margin: 0;
	padding: 0 0 0 2px;
}
div.main_menu {
	display: block;
}
/*div.menu_telo_l {
	background: #b70000;
}*/
ul.kalendar_podujati_day_of_week li {
	width: 12.8%;
}
ul.kalendar_podujati_days li {
	width: 12.8%;
}
/* --- COLUMNS END --- */
/* ----- BLOK MENU START ----- */
div.menu_block_container {
	background: #fff;/*url("bg-menubox-tablet.jpg") no-repeat 0 0*/
	overflow: hidden;
	height: auto;
	padding: 0 0 10px;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	min-height: 70px;
}
ul.menu_block li.menu_block_photo a#menu-block-img-link {
  background: none;
}
div.menu_block_container ul {
	margin: 0;
	padding: 0 0 0 0;
}
li.menu_block_head {
	/*background: url('bg-menubox-head.png') no-repeat 0 5px;*/
	/*padding: 13px 0 6px 10px;*/
}
li.menu_block_order_0, li.menu_block_order_1, li.menu_block_order_2, li.menu_block_order_3 {
	list-style-type: none;
	margin: 0;
}
li.menu_block_photo {
	background-image: none;
}
/*li.menu_block_photo {
  width: 180px;
}
li.menu_block_photo img {
  width: 180px;
  height: 100px;
}*/
ul.menu_block li.menu_block_photo a#menu-block-text-link {
	top: 15px;
	right: 20px;
}
/* ----- BLOK MENU END ----- */
/* --- HORIZONTAL MENU START --- */
#horizontal_menu {
	position: absolute;
	top: 70px;
	/*left: 40%;*/
	/*width: 59%;*/
	margin: 0;
	padding: 0;
}
#horizontal_menu ul {
	padding: 0;
}
#horizontal_menu ul.level0 {
	left: 0;
}
ul.level0 li a {
	padding: 0 14px 0 5px;
	width: auto;
	/*line-height: 130%;*/
	font-size: 0.8em;
}
#horizontal_menu ul.level1, #horizontal_menu ul.level2, #horizontal_menu ul.level3 {
	margin: 48px 0 0;
}
/* --- HORIZONTAL MENU END --- */
/* --- HEADERS --- */
h2 {
	background-image: none;
	padding: 6px;
}
/* --- FOOTER START --- */
.footer {
	font-size: 0.8em;
	line-height: 150%;
	clear: both;
	position: relative;
	width: auto;
	margin: 0 auto;
	height: auto;
	padding: 0 0 10px;
	color: #000;
	background: #f1f1f1;
	text-align: center;
	background-image: none;
}
#footer-new {
	background: #f1f1f1;
	color: #000;
	padding: 0;
}
#footer-new a {
	color: #000;
}
div.copyright {
	margin-top: 5px;
	padding: 0 10px;
	text-align: center;
	width: 90%;
	color: #000;
}
.footer .copyright a {
	color: #000;
}
div.copyright.for-footer-new .footer-common-texts {
	color: #000;
}
div.copyright.for-footer-new {
  position: relative;
  margin: 10px 0 0 !important;
}
#footer-new h4 {
	padding: 24px 20px 5px;
	color: #000;
}
#footer-new p {
	font-size: 1em;
	padding: 0 25px 10px 20px;
}
#footer-new #technical-data {width: 30%; background: none; height: auto;}
#footer-new #resp {width: 30%; background: none;height: auto;}
#footer-new #page-info {width: 30%; background: none;height: auto;}
.footer .textpadder {
	padding: 0;
}
/* --- FOOTER END --- */
/* --- MODULES START --- */
.module_body_r {
	margin: 0;
	padding: 5px 2px;
	text-align: left;
}
/* reklamni partneri */
div.reklamni_partneri {
	margin: 1%;
}
div.region-info-left, div.region-info-right {
	float: left;
	width: 95%;
	padding: 0;
	border: none;
}
a.reklamni_partneri {
	font-size: 1.0em;
	padding: 0 0 5px 5px;
	line-height: 160%;
}
/* reklamni partneri end */
/* registracia v stlpcoch */
input.register_login {
	width: 100%;
	padding: 1px 2px;
}
input.register_login#l_meno {
	width: 90%;
	height: 19px;
	margin: 0 0 2px 3px;
	border: 1px solid #ccc;
	background: #fff;
}
input.register_login#l_heslo {
	width: 90%;
	height: 19px;
	margin: 0 0 2px 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.module_body_r td, th, caption {
	padding: 0;
}
div.column_l input.button, .registration input.button {
	min-width: 19px;
	width: 61px;
	height: 19px;
	border: none;
	margin: 0 0 0 2px;
	cursor: pointer;
	background: #075590;
	color: #fff;
	padding: 0 0 2px;
}
div.column_r input.button {
	min-width: 19px;
	width: 61px;
	height: 19px;
	border: none;
	margin: 0 0 0 2px;
	cursor: pointer;
	background: #075590;
	color: #fff;
	padding: 0 0 2px;
}
/* diskusia */
.env_diskusia input {
	width: 90%!important;
	border: 1px solid #ccc;
}
.env_diskusia textarea {
	width: 92%!important;
	height: 100px;
	border: 1px solid #ccc;
}
.env_diskusia hr {
	color: #ccc;
}
/* napiste nam */
.env_napiste_nam_execute textarea {
	width: 91%!important;
	height: 100px;
	font-size: 1.0em;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #aaa;
}
.env_napiste_nam_execute input {
	width: 90%!important;
}
.env_napiste_nam_execute input.button {
	width: 62px!important;
}
/* fotogaleria */
div.fotogaleria div.firstcol, div.fotogaleria div.secondcol, 
div.fotogaleria div.thirdcol, div.fotogaleria div.fourthcol, div.fotogaleria div.lastcol {
	height: 190px;
	margin: 0 0.5% 1% 0;
	text-align: center;
	overflow: hidden;
}
div.fotogaleria div.col-by-program-4 {
	width: 23.5%!important;
}
div.fotogaleria div img {
	max-width: 90%;
	padding: 0;
	border: 0;
}
/* user script */
div.user_script iframe {
	max-width: 370px!important;
}
div.menu_telo, ul.menu_item, .column_l div.menu_telo {
	margin: 0;
	padding: 0;
}
div.menu_item_l, li.menu_item_l, .leftnav li.menu_item, 
div.menu_item_r, li.menu_item_r, .rightnav li.menu_item {
	padding: 0.5em 5px 0.5em 20px;
	background-position: 5px center;
}
div.main_menu_l {
  margin: 0;
  padding: 0;
}
.column_r div.menu_telo {
  margin: 0;
  padding: 0 0;
}


.editor table, 
.editor td, 
.editor th {
	border-color: #ccc;
    overflow-wrap: break-word;
    overflow-x: auto;
}
}
/* ------------------- TABLET VERZIA END --------------------- */

























/* ---------------------- MOBIL VERZIA ----------------------- */
@media only screen and (max-width:640px) {
/* ----- MATRIX START ----- */
html {
	background: #fff;
}
body {
	font-size: 100%;
}
#container {
	width: 100%!important;
}
#main-container {
	/* width: 99.5%; */
	margin: 0;
}
#main-center-envelope {
	width: 100%!important;
}
#main-left {
	width: 98%!important;
	padding: 0 1%;
	float: none;
	color: #000;
	background: #fff;
}
#main-right {
	width: 98%!important;
	padding: 0 1%;
	float: none;
	color: #000;
	background: #fff;
}
#main-center {
	width: 98%!important;
	padding: 0 1%;
	float: none;
	color: #000;
	background: #fff;
}
div#main-right .textpadder {
	background: #fff;
	padding: 2px;
}
div#main-left .textpadder {
	background: #fff;
	padding: 2px;
}
.content {
	min-height: 1px;
}
#page-sizer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#page-expander {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: none!important;
	border-top: none;
	background-color: #fff;
}
#page-expander_wl {
	position: relative;
	width: 100%;
	margin: 0;
}
#page-expander_wr {
	position: relative;
	width: 100%;
	margin: 0;
}
#page-expander_wlr {
	position: relative;
	width: 100%;
	margin: 0;
}
/* ----- MATRIX END ----- */
/* ----- COLOURS UNSORTED START ----- */
body {
	background: #fff;
}
/* ----- COLOURS UNSORTED END ----- */
/* ----- HIDDEN ELEMENTS ----- */
#horizontal_menu,
div.main_menu,
.env_dynamika_prava_strana div.menu_hlavicka_l,
#header-contact, 
#homepage-head-title,
.pocitadlo_poloha,
div.print_row, 
.hodiny_poloha,
#left-top,
#right-top,
#counter-time-envelope,
div.user-font-size-change-block-head {
	display: none;
}
/* --- HIDDEN ELEMENTS END --- */
/* --- TOP MENU START --- */
div.portal_hu {
	top: 4px;
	right: 10px;
	left: unset;
}
#login_mapa_rss_head #rss-top {
	background-image: none;
}
div#login_mapa_rss_head {
	position: absolute;
	top: 135px;
	left: 20%;
	background: none;
	width: 18%;
}
div.portal_eng {
	right: 10px;
	top: 7px;
}
/* --- TOP MENU END --- */
/* --- HEADER START --- */
div.header {
	width: 100%;
	height: 190px;
	background: #fff url('header-mobile.png') no-repeat center 0;
}
div.header img {
	display: none;
}
div#finder_stabil {
	position: absolute;
	left: 0;
	top: 183px;
	width: 100%;
	z-index: 9999;
	color: #000;
	display: none;
	background: #fff;
	padding: 11px 0 10px 0;
	text-align: center;
}
div#finder_stabil div#google_searchcontrol {
	width: 200px;
	/*margin: 0 auto;*/
	margin: 0 0 0 20px;
}
#login_mapa_rss_head span {
	background: url('sep-top.png') no-repeat right center;
}
#login_mapa_rss_head span#login-register, #login_mapa_rss_head span#page-map-top, #login_mapa_rss_head span#rss-top {
	display: none;
}
/* --- HEADER END --- */
/* --- TRIGGERS START --- */
#mobile-vertical-menu {
	position: absolute;
	right: 0;
	top: 135px;
	width: 60%;
	margin: 0;
	padding: 0;
}
#mobile-vertical-menu #vertical-menu-trigger {
	display: block;
	padding: 0;
	padding-top: 25px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #075590 url('ico-cat.png') no-repeat 50% 8px;
	font-weight: bold;
	font-size: 1.0em;
	height: 22px;
	margin-bottom: 1px;
}
#mobile-horizontal-menu {
	position: absolute;
	right: 2%;
	top: 135px;
	width: 46%;
}
#mobile-horizontal-menu #horizontal-menu-trigger {
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #075590 url('ico-cat.png') no-repeat 98% 60%;
	font-weight: bold;
	font-size: 1.0em;
}
/* NOVE MENU 2017 PRE RWD */
/* this was olde menu for RWD */
/*
#mobile-vertical-menu ul, #mobile-horizontal-menu ul { 
  display: none; 
  list-style-type: none; 
  background: #fcefe2; 
  text-align: left; 
  margin: 0;
  padding:0;
}
#mobile-vertical-menu li, #mobile-horizontal-menu li { margin: 0; }
#mobile-vertical-menu a, #mobile-horizontal-menu a { 
  display: block; 
  text-decoration: none; 
  padding: 15px 10px; 
  border-bottom: 1px dotted #555; 
  font-size:1.2em; 
  font-weight: bold;
  background: #f58320;
  color: #000;
}
#mobile-vertical-menu li li a, #mobile-horizontal-menu li li a { 
  margin: 0; 
  padding:15px 0 15px 20px;
  font-size:1.2em; 
  font-weight: normal;
  background: #fcefe2;
  color: #000;
}
#mobile-vertical-menu li li li a, #mobile-horizontal-menu li li li a { 
  margin: 0; 
  padding:15px 0 15px 40px;
  font-size:1.2em; 
  font-weight: normal;
  background: #f0f0f0;
  color: #000;
}
#mobile-vertical-menu li a:hover, #mobile-horizontal-menu li a:hover {background: #004679;}
#mobile-vertical-menu li a:hover, #mobile-horizontal-menu li a:hover, 
#mobile-vertical-menu li li a:hover, #mobile-horizontal-menu li li a:hover {color:#fff;}
#mobile-vertical-menu ul.root {
  margin-left: -150%;
}
#mobile-horizontal-menu ul.root {width: 209%;margin:0 0 0 -109%;}
*/
#mobile-vertical-menu-data, #mobile-horizontal-menu-data {
	margin-bottom: 10px;
	position: absolute;
    right: 0;
    width: 0;
    top: 190px;
    z-index: 40000;
    overflow-x: hidden;
    box-shadow: 0 15px 15px 0 #000000;
}
#mobile-vertical-menu-data ul, #mobile-horizontal-menu-data ul {
	display: block;
	list-style-type: none;
	background: #f0f0f0;
	text-align: left;
	margin: 0;
	padding: 0 10px;
}
#mobile-vertical-menu-data li, #mobile-horizontal-menu-data li {
	margin: 0;
}
#mobile-vertical-menu-data a, #mobile-horizontal-menu-data a {
	display: block;
	text-decoration: none;
	padding: 15px 30px 15px 10px;
	border-bottom: 1px dotted #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: #075590;
	color: #fff;
}
#mobile-vertical-menu-data li li a, #mobile-horizontal-menu-data li li a {
	margin: 0;
	padding: 15px 30px 15px 20px;
	font-size: 1.2em;
	font-weight: normal;
	background: #f0f0f0;
	color: #000;
}
#mobile-vertical-menu-data li li li a, #mobile-horizontal-menu-data li li li a {
	margin: 0;
	padding: 15px 30px 15px 40px;
	font-size: 1.2em;
	font-weight: normal;
	background: #f0f0f0;
	color: #000;
}
#mobile-vertical-menu-data li a:hover, #mobile-horizontal-menu-data li a:hover {
	background: #075590;
}
#mobile-vertical-menu-data li a:hover, #mobile-horizontal-menu-data li a:hover, 
#mobile-vertical-menu-data li li a:hover, #mobile-horizontal-menu -data li a:hover {
	color: #fff;
}
#mobile-vertical-menu-data ul.root {
}
#mobile-horizontal-menu.data ul.root {
	margin: 0;
}
/*#mobile-vertical-menu-data ul.root.mobile-horizontal.mmenuopened li a {
	background: #f0f0f0;
	color: #006722;
	border-bottom: 1px dotted #333;
}*/
#mobile-vertical-menu-data ul.mmenuclosed,
#mobile-horizontal-menu-data ul.mmenuclosed {
	display: none !important;
}
/*li#li-75046 a {
   color: #2a84bd !important;
}
li#li-75047 a {
   color: #099721 !important;
}*/
/* --------------------- mobile menu trigger under ------------------------- */
#mobile-vertical-menu-data li, #mobile-horizontal-menu-data li {
	position: relative;
}
#mobile-vertical-menu-data a.mobile-under-menu-trigger,
#mobile-horizontal-menu-data a.mobile-under-menu-trigger,
#mobile-vertical-menu-data a.mobile-under-menu-trigger:hover,
#mobile-horizontal-menu-data a.mobile-under-menu-trigger:hover {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 55px;
	height: 99%;
	background: #003462 url(/images/arrow-white-right-big.png) 50% 50% no-repeat;
	padding: 0;
	margin: 0;
	border: none;
}
#mobile-vertical-menu-data a.mobile-under-menu-trigger.current,
#mobile-horizontal-menu-data a.mobile-under-menu-trigger.current,
#mobile-vertical-menu-data a.mobile-under-menu-trigger.current:hover,
#mobile-horizontal-menu-data a.mobile-under-menu-trigger.current:hover {
	background: #003462 url(/images/arrow-white-down-big.png) 50% 50% no-repeat;
	height: 52px;
}
/* ------------------------------------------------------------------------- */
/* --- search from trigger --- */
a#finder-trigger {
	display: block !important;
	position: absolute;
	left: 0;
	width: 18%;
	top: 135px;
	height: 23px;
	padding-top: 25px;
	background: #f0f0f0 url('search-back.png') center 8px no-repeat;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 1.0em;
}
/* --- search from trigger end --- */
/* --- login trigger -- */
span#login-login {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	padding: 0;
	border: 0;
	font-size: 1.0em;
}
span#login-login a {
	display: block;
	width: 100%;
	text-align: center;
	height: 23px;
	padding-top: 25px;
	background: #f0f0f0 url('login-back.png') center 8px no-repeat;
	text-decoration: none;
	color: #000;
}
#login_mapa_rss_head #login-login {
	background: none;
	padding: 0;
}
/* --- login trigger end -- */
/* ----- homepage trigger ----- */
a#homepage-link-envelope {
	display: block;
	position: absolute;
	left: 20%;
	top: 135px;
	width: 18%;
	height: 48px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #f0f0f0 url('homepage-back.png') center 8px no-repeat;
}
img.homepage {
	display: block;
	position: relative;
	height: 1px;
	width: 1px;
	left: auto;
	top: auto;
}
a#homepage-link-envelope span.homepage-link-mobile {
	display: block;
	text-align: center;
	margin-top: 25px;
	font-size: 1.0em;
	color: #000;
}
/* ----- homepage trigger end ----- */
/* --- TRIGGERS END --- */

#main-banner-buttons {
    position: absolute;
    width: 75%;
    margin: 0;
    display: flex;
    bottom: 0px;
    left: 2%;
    justify-content: start;
    flex-wrap: wrap;
}
#main-banner-buttons div { 
	/*background: #075590;*/
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    /*border: 2px solid #fff;*/
    display: inline-block;
    margin: 0 20px 10px 5px;
    float: left;
}
#banner-buttons-stop.banner-button-control {
    right: -30px;
    bottom: -9px;
}
#banner-buttons-start.banner-button-control {
    right: 10px;
    bottom: -9px
}
#banner-homepage-img {
    margin: 0 0 15px;
}
#main-banner-buttons #banner-buttons-control-envelope {
    position: absolute;
    right: -80px;
    bottom: 0;
}



/* --- MENUBLOCK START --- */
div.menu_block_container {
	background: none;
	border: 0;
}
div.menu_block_container ul {
	margin: 0;
	padding: 0 0 0 0;
}
li.mb_ord0 {
	width: 100%;
}
li.mb_ord1 {
	width: 100%;
}
li.mb_ord2 {
	width: 100%;
}
li.mb_ord3 {
	width: 100%;
}
li.mb_ord4 {
	width: 100%;
}
li.menu_block_photo {
	width: 100%;
	display: none;
}
li.menu_block_photo img {
	display: none;
}
ul.menu_block li.mb_ord0, ul.menu_block li.mb_ord1, ul.menu_block li.mb_ord2, 
ul.menu_block li.mb_ord3, ul.menu_block li.mb_ord4 {
	background: none;
	margin-bottom: 0; /* 1px */
}
ul.menu_block li.mb_ord0 {
	border-top: 1px solid #fff;
}
ul.menu_block li a {
	font-size: 1.1em;
	color: #075590;
}
li.menu_block_head {
	margin: 0;
	padding: 0 15px;
	line-height: 47px;
	background: #075590 url('menu-arrow-down-w.png') 95% 50% no-repeat !important;
	color: #fff;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	visibility: visible;
}
li.menu_block_head.mobile-opened {
	background: #075590 url('menu-arrow-up-w.png') 95% 50% no-repeat !important;
}
li.menu_block_kat ul {
	padding: 0;
}
li.menu_block_kat ul {
	margin: 0;
	padding: 0;
}
li.mobile-closed {
	display: none;
	border-bottom: 1px solid #fff;
	background: #f0f0f0;
	background-image: none;
	padding: 0 0 0 20px;
	margin: 0;
	background-position: 15px 50%;
}
li.mobile-closed a {
	display: block;
	line-height: 47px;
	text-decoration: none;
}
ul.menu_block li.brclear {
	display: none;
}
/* --- MENUBLOCK END --- */
/* --- COLUMNS START --- */
div.column {
	padding: 2px;
}
.column_l {
	position: relative;
	padding: 0 1%;
	margin: 0;
	/*background: #fff;*/
	border-top: 1px solid #eee;
}
.column_r {
	position: relative;
	padding: 0 1%;
	margin: 0;
	border-top: 1px solid #eee;
}
.leftnav {
	position: relative;
	float: left;
}
.leftnav .textpadder {
	padding: 0;
	width: auto;
	margin: 0;
	color: #000;
}
.rightnav {
	position: relative;
	float: right;
}
.rightnav .textpadder {
	padding: 0;
	width: auto;
	margin: 0;
	color: #000;
}
#main-left div.content, #main-right div.content {
	border: none;
}
#homepage_0 #main-left, #homepage_0 #main-right, #homepage_0 #main-center {
	border-top: none;
}
div.region-info-left {
	line-height: 150%;
}
div.region-info-right {
	line-height: 150%;
}
div.region-info-left {
	padding: 0;
	width: 46%;
	line-height: 160%;
}
div.region-info-right {
	float: right;
	height: auto;
	width: 51%;
	line-height: 160%;
}
a.reklamni_partneri {
	font-size: 1.0em;
	padding: 0 0 5px 5px;
	line-height: 160%;
}
div.reklamny-partner,
div.module_header_info,
div.module_header_region_info,
div.module_header_calendar,
div.module_header_register,
div.calendar_of_actions,
div.env_ankety div.menu_hlavicka_r,
div.env_napiste_nam div.menu_hlavicka_r,
div.env_social_webs div.menu_hlavicka_r {
	background-image: none;
	color: #000;
	margin: 0 0 5px;
	border: none;
}
.env_dynamika_prava_strana div.menu_hlavicka_r {
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
}
.env_dynamika_prava_strana div.menu_hlavicka_r img.uputavka {
	display: block;
	float: none;
	height: 100%;
	margin: 10px auto;
	padding: 0;
	width: 200px;
}
.env_dynamika_prava_strana div.menu_hlavicka_r a.dps_image {
	margin: 5px 0;
}
div.region-info-left {
	line-height: 150%;
	border-right: 1px solid #ccc;
}
div.region-info-right {
	line-height: 150%;
}
/* --- COLUMNS END --- */
/* --- FOOTER START --- */
.footer {
	font-size: 1.0em;
	line-height: 150%;
	clear: both;
	position: relative;
	width: auto;
	margin: 0 auto;
	height: auto;
	padding: 0;
	background: #fff;
	color: #000;
	text-align: center;
}
.footer a {
	color: #000;
}
#footer-new a {
	color: #000;
}
#footer-new {
	/*display: none;*/
	background: none;
}
div.copyright {
	color: #000;
	font-size: 0.9em;
	width: 92%!important;
}
.footer .copyright a {
	color: #000;
	text-align: center!important;
}
div.copyright.for-footer-new {
	margin: 0;
	padding: 1em !important;
}
#footer-new #resp, #footer-new #technical-data, #footer-new #page-info {
	display: block;
	width: auto;
	float: none;
	background: #075590;
	height: auto;
	line-height: 47px;
	border-bottom: 1px solid #fff;
}
#footer-new h4 {
	background: url('menu-arrow-down-w.png') 95% 50% no-repeat;
	font-size: 1em;
	padding: 0 15px;
	cursor: pointer;
	color: #fff;
}
#footer-new h4.mobile-opened {
	background: url('menu-arrow-up-w.png') 95% 50% no-repeat;
}
#footer-new h4 span {
	display: none;
}
#footer-new p {
	display: none;
	background: #fff;
	color: #000;
	padding: 15px;
}
#footer-new #page-info p {
	padding: 0;
}
#footer-new #page-info p a {
	display: block;
	line-height: 47px;
	padding: 0 15px;
	color: #000;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-size: 1.1em;
}
#footer-new #page-info p br {
	display: none;
}
/* --- FOOTER END --- */
/* --- HORIZONTAL MENU START --- */
#horizontal_menu {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	margin: 0 auto;
}
#horizontal_menu ul {
	position: relative;
}
/* --- HORIZONTAL MENU END --- */
/* --- HEADINGS START --- */
div.menu_hlavicka_l, .column_l h2.head, h2.menu_hlavicka_l, div.menu_hlavicka_l, div.main_page {
	margin:0 0 2px;
	padding: 12px;
	background: #e9e9e9;
	color: #000;
	border: none;
}
div.menu_hlavicka_r, .column_r h2.head, h2.menu_hlavicka_r, div.menu_hlavicka_r {
	margin:0 0 2px;
	padding: 10px;
	background: #e9e9e9;
	color: #000;
	border: none;
}
/* --- HEADINGS END --- */
/* --- MODULES START --- */
/* --- registration --- */
.column_l div.module_header_register {
	background-image: none;
	background-color: #fff;
}
/* --- discussion --- */
.env_diskusia input {
	width: 200px!important;
	border: 1px solid #ccc;
}
.env_diskusia input.button {
	width: 42px!important;
	border: 1px solid #ccc;
}
.env_diskusia textarea {
	width: 204px!important;
	border: 1px solid #ccc;
}
.env_diskusia hr {
	color: #ccc;
}
.env_diskusia input {
	width: 90%!important;
	border: 1px solid #ccc;
}
.env_diskusia textarea {
	width: 92%!important;
	height: 100px;
	border: 1px solid #ccc;
}
.env_diskusia hr {
	color: #ccc;
}
/* --- adver.partners --- */
div.reklamni_partneri {
	margin: 1%;
}
/* --- write us --- */
/*
div.env_napiste_nam_execute input {max-width: 80%!important;}
div.env_napiste_nam_execute textarea {max-width: 82%!important;}
div.env_napiste_nam_execute label {max-width: 80%!important;}
div.env_napiste_nam_execute p {max-width: 80%!important;}
*/
.env_napiste_nam_execute textarea {
	width: 91%!important;
	height: 100px;
	font-size: 1.0em;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #aaa;
}
.env_napiste_nam_execute input {
	width: 90%!important;
}
.env_napiste_nam_execute input.button {
	width: 62px!important;
}
.env_napiste_nam_execute hr {
	display: none;
}
/* --- gallery --- */
div.fotogaleria div.firstcol, div.fotogaleria div.secondcol, 
div.fotogaleria div.thirdcol, div.fotogaleria div.fourthcol, div.fotogaleria div.lastcol {
	height: auto; /*190px*/
	margin: 0 0.5% 1% 0;
	text-align: center;
	background: #eee;
	overflow: hidden;
}
div.fotogaleria div img {
	max-width: 90%;
	height: auto;
}
/* --- ueser scripts --- */
div.user_script iframe {
	max-width: 98%!important;
}
/* --- oznamy v 2 stlpcoch --- */
div.oznamy-uvod-column-envelope div.float_left h4, div.oznamy-uvod-column-envelope div.float_right h4 {
	float: left;
	width: 100%;
}
div.oznamy-uvod-column-envelope div.float_left {
	width: 100%;
	padding: 0;
	margin: 0;
}
div.oznamy-uvod-column-envelope div.float_right {
	width: 100%;
	padding: 0;
	margin: 0;
}
div.oznamy-uvod-column-envelope div.item_separator {
	margin: 0 0 10px;
}

.module_envelope.env_oznamy.skratene .program_table-with-2-col tr td {
	width: 100% !important;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
div.env_oznamy table.program_table-with-2-col img {
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: 330px !important;
    width: 100%;
}
div.env_oznamy table.program_table-with-2-col td {
    padding: 0 20px !important;
}
/* --- kultura a sport v 2 stlpcoch --- */
.kult_sport_float_left {
	float: left;
	position: relative;
	width: 100%;
}
.kult_sport_float_right {
	float: left;
	position: relative;
	width: 100%;
}
.kult_sport_float_left div.add_user_info, .kult_sport_float_right div.add_user_info {
	background-image: none;
}
/*div.add_user_info {
  font-size: 0.9em;
  line-height: 130%;
  margin: 0 0 5px;
}*/
/* --- login - registration --- */
.column .module_envelope input.button {
	background: #075590;
	color: #fff;
	cursor: pointer;
	width: 70px;
}
.column .module_envelope input#l_heslo {
	border: 1px solid #aaa;
	width: 60px;
}
.column .module_envelope input#l_meno {
	border: 1px solid #aaa;
	width: 60px !important;
}

.env_oznamy .module_body .ci-full img {height: auto !important; width: 99% !important;}
/* --- MODULES END --- */
}
/* -------------------- MOBIL VERZIA END --------------------- */


/* pridane programom na zaklade analyzy
	!!!!!!! ak je potrebne niektore z pridanych classov prepisat, je potrebne ich premiestnit nad toto oznacenie, inak mozu byt programom prepisane.
	Presunuty musi byt cely blok medzi dvomi oznaceniami  - - - - - - - - - -  !!!!!!! */


/* - - - - - - - - - - */
div.vzn_date {float:right;position:relative;width:45%;}
h4.vzn_number {float:left;position:relative;width:45%;}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.year_selector h3 {float:left;text-align:center;margin-right:15px;position:relative;}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.year_selector {position:relative;}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.google_results {margin-top:15px;}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
.send_card {padding:10px;text-align:center;}
.send_card_inner {text-align:left;padding:10px;margin-top:15px;}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.rss_channel_popis {border-bottom:1px solid;padding:4px;}
div.rss_channel_popis p {margin-bottom:4px;font-weight:bold;}
div.rss_channel_popis a {font-size:0.7em;font-weight:normal;}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.mapa_navigation_envelope {border:1px solid #ddd;}
div.mapa_navigation {background:#f0f0f0;padding:0;border:0;}
div.mapa_navigation strong {margin:0 4px;}
table.pismeno_navigation {border:0;width:100%;}
table.pismeno_navigation td {border:0;padding:5px 15px;line-height:1.1em;vertical-align:top;}
table.street_navigation {margin:0;width:100%;border:0;border-collapse:collapse;}
table.street_navigation td.pismeno {padding:4px;text-align:center;border:0;border-collapse:collapse;font-weight:bold;vertical-align:top;}
table.street_navigation td.pismeno_active {padding:4px;text-align:center;border:0;border-collapse:collapse;font-weight:bold;color:#fff;background:#fff;vertical-align:top;}
table.street_navigation td.pismeno a:hover {text-decoration:none;}
table.street_navigation td.head {border:0;padding:4px;}
table.portal_navigation {margin:0;width:auto;border:0;border-collapse:collapse;}
table.portal_navigation td {border:0;padding:1px 4px;}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.pagerank {float:right;margin:0 4px;}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
ul.page_mapa_head {font-weight:bold;list-style:none inside;}
ul.page_mapa_head li.page_mapa_head {font-weight:bold;text-transform:uppercase;font-size:1.2em;}
ul.page_mapa {font-weight:normal;list-style:none inside;}
ul.page_mapa li ul {list-style:none inside;margin-left:15px;}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
sup {font-size:0.8em}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
span.sk_price {font-size:0.8em;margin-left:5px;font-weight:normal;white-space:nowrap;}
span.sk_price:before {content:'(';}
span.sk_price:after {content:')';}
/* - - - - - - - - - - */

/* - - - - - - - - - - */
#control { position:absolute;left:0;top:35px;width:100%; }
#control div { position:relative;margin:0 auto;width:131px;height:40px;background:url('images/foto_box_back.gif') no-repeat; }
#control div img { margin:6px 0 0 15px;border:0; }
#control div img.close { margin:8px 0 -3px 15px;border:0; }
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.zmluvy_homepage { margin:10px 0; padding:0 15px 0 0;text-align:right; }
/* - - - - - - - - - - */

/* - - - - - - - - - - */
table.zmluvy { border:1px solid #CCCCCC; border-collapse:collapse; margin-top:15px; }
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.module_envelope div.file-array { border:1px solid #CCCCCC;border-top:0;padding:4px;margin-top:0; }
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.module_envelope div.search_results { padding: 0 0 10px 0;margin-bottom: 15px;border-bottom: 1px solid; }
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.zmluvy-new-search-demand { text-align: right; margin: 15px 0; color: #000; }
div.zmluvy-new-search-demand a { display:block; float:right; padding: 5px 10px; width: 150px; background:#ddd;border:1px solid #aaa;border-top:1px solid #f5f5f5;border-left:1px solid #f0f0f0; text-align:center; text-decoration:none; color: #000; font-weight:bold; }
div.zmluvy-new-search-demand a:hover { text-decoration:none;background:#333;color:#fff; }
input.fbutton { background:#000000; color:#fff; font-weight:bold; border:0; padding:1px 4px; cursor:pointer; }
div.zmluvy-subject-year { float:left; }
div.zmluvy-subject-year form { display:inline; }
table.program_table td.fhead { background:#000000; color:#fff; padding:10px 4px; font-weight:bold; border-right: 1px solid #fff; }
table.program_table td.last { border:0; }
table.program_table td.fbody { padding: 10px 4px;border-right:1px solid #aaa; }
/* - - - - - - - - - - */

/* - - - - - - - - - - */
.right_align { text-align: right; }
/* - - - - - - - - - - */

/* - - - - - - - - - - */
.left_align { text-align: left; }
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.zof-export { margin-top: 10px; }
div.zof-export a { display:block; float:left; padding: 5px 10px; width: 230px; background:#ddd;border:1px solid #aaa;border-top:1px solid #f5f5f5;border-left:1px solid #f0f0f0; text-align:center; text-decoration:none; color: #000; font-weight:bold; }
div.zof-export a:hover { text-decoration:none;background:#333;color:#fff; }
/* - - - - - - - - - - */

/* - - - - - - - - - - */
div.table-common-filter-head { display: inline-block; padding: 4px 10px; background: #666666; color: #ffffff; }
div.table-common-filter-body { padding: 5px; border: 1px solid #666666; margin-bottom: 10px; }
div.table-common-filter-body div { display: inline-block; }
div.table-common-filter-body div.table-common-filter-envelope { display: block; }
div.table-common-filter-body div.table-common-filter-envelope.mode-strict { display: inline-block; margin-right: 10px; }
div.table-common-filter-body div label { font-weight: bold; }
div.table-common-filter-body div.table-common-filter-separator { display: block; clear: both; background: url('/images/filter-separator.png') 0 50% repeat-x; }
div.table-common-filter-body div.table-common-filter-separator.mode-strict { display: none; }
div.table-common-filter-body div.table-common-filter-popis { display: block; padding-top: 3px; text-align: left; margin-right: 10px; float: left; }
div.table-common-filter-body div.table-common-filter-select { display: block; padding-top: 1px; margin-right: 10px; float: left; }
div.table-common-filter-body div.table-common-filter-input { display: block; float: left; }
div.table-common-filter-body div.table-common-filter-input.mode-strict { display: block; float: none; }
div.table-common-filter-body div.tcfps-checkbox { max-width: 120px; }
div.table-common-filter-body div.table-common-filter-submit { display: block; text-align: right; padding: 5px; }
div.table-common-filter-body div.table-common-filter-submit a { display: inline-block; margin-right: 15px; background: #cccccc; border: 1px solid #666666; text-decoration: none; padding: 0 10px; line-height: 20px; }
.column .module_envelope div.table-common-filter-submit input.button { width: auto; }

div.table-common-kill { text-align: right; margin: 5px 0; }
div.table-common-kill a { display: inline-block; padding: 4px 10px; background: #e6e3e3; text-decoration: none; color: #000000; }
table.table-common-table { width: 100%; border: 1px solid #e6e3e3; border-collapse: collapse; }
table.table-common-table caption { display: none; text-align: left; padding: 4px 0; }
table.table-common-table th {
	color: #ffffff;
	background: #666666;
	border: 1px solid #666666;
	border-collapse: collapse;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #f3f3f3;
	padding: 4px 0;
}
table.table-common-table th.last { border-right: 1px solid #666666; }
table.table-common-table th.with-sort span { display: block; }
table.table-common-table th.with-sort span.column-name { display: block; margin: 0 20px; }
table.table-common-table th span.sort-asc { background: url('/images/sort-down-small.png') 0 50% no-repeat; display: block; width: 15px; height: 15px; position: absolute; top: 0; left: 5px; }
table.table-common-table th span.sort-asc-active { background: url('/images/sort-down-small-active.png') 0 50% no-repeat; display: block; width: 15px; height: 15px; position: absolute; top: 0; left: 5px; }
table.table-common-table th span.sort-desc { background: url('/images/sort-up-small.png') 100% 50% no-repeat; display: inline-block; width: 15px; height: 15px; position: absolute; top: 0; right: 5px; }
table.table-common-table th span.sort-desc-active { background: url('/images/sort-up-small-active.png') 100% 50% no-repeat; display: inline-block; width: 15px; height: 15px; position: absolute; top: 0; right: 5px; }
table.table-common-table th a { display: block; color: #ffffff; text-decoration: none; position: relative; }

table.table-common-table td { border: 1px solid #999999; border-collapse: collapse; }
table.table-common-table td.table-common-td-autoincrement { text-align: right; }
table.table-common-table td.table-common-td-autoincrement input { width: 30px; }
table.table-common-table td.table-common-td-text { text-align: left; }
table.table-common-table td.table-common-td-number { text-align: right; }
table.table-common-table td.table-common-td-select { text-align: left; }
table.table-common-table td.table-common-td-date { text-align: right; }
table.table-common-table td.table-common-td-download_file { text-align: center; }
table.table-common-table tr.paar { background: #f0f0f0; }
/* - - - - - - - - - - */

/* - - - foto competition - - - - - - - */
div.foto-competition-envelope .button-row { text-align: center; padding: 5px; }
div.foto-competition-envelope .button-row a { display: inline-block; line-height: 25px; padding: 0 35px; background: #eeeeee; color: #000000; text-decoration: none; border: 1px solid #999999; margin: 0 10px; }
div.foto-competition-envelope ul { list-style-type: none; display: block; padding: 10px 0; }
div.foto-competition-envelope li {
	display: block;
	float: left;
	width: 110px;
	height: 150px;
	background: #f0f0f0;
	margin: 0 3px 3px 0;
}
div.foto-competition-envelope li.brclear { float: none; clear: both; width: 1px; height: 1px; background: transparent; }
div.foto-competition-envelope li a { display: inline-block; width: 110px; height: 110px; text-align: center; color: #000000; text-decoration: none; }
div.foto-competition-envelope li a:hover { background: #e9e9e9; }
div.foto-competition-envelope li a span { display: block; margin: 0; padding: 0; }
div.foto-competition-envelope li a span.img-envelope { width: 90px;  height: 70px; margin: 10px auto 0 auto; border: 1px solid #cccccc; overflow: hidden; }
div.foto-competition-envelope li img { max-width: none; }
div.foto-competition-envelope li a span.foto-name { text-align: center; margin-top: 10px; height: 15px; overflow: hidden; }
div.foto-competition-envelope li div.vote { padding: 5px 0; text-align: center; }
div.foto-competition-envelope li div.vote a.vote-login { display: inline-block; height: 24px; width: 24px; background: url('/images/eval-login.png') 50% 50% no-repeat; }
div.foto-competition-envelope li div.vote a.vote-link { display: inline-block; width: 15px; height: 20px; text-align: center; background: #999999; color: #ffffff; margin: 0 1px; line-height: 20px; }
div.foto-competition-envelope li div.vote a.vote-2 { background: #888888; }
div.foto-competition-envelope li div.vote a.vote-3 { background: #777777; }
div.foto-competition-envelope li div.vote a.vote-4 { background: #666666; }
div.foto-competition-envelope li div.vote a.vote-5 { background: #555555; }
div.foto-competition-envelope li div.vote a:hover { background: #000000; }
div.foto-competition-envelope li div.vote.vnone a:hover { background: url('/images/eval-login.png') 50% 50% no-repeat; }

div.foto-competition-results { margin: 15px 0; }
div.foto-competition-results table { width: 100%; }
div.foto-competition-results table caption { text-align: right; }

div.foto-competition-results table th { background: #cccccc; text-align: center; }
div.foto-competition-results table td { padding: 2px 10px; }
div.foto-competition-results table td.res-eval { width: 24px; }
div.foto-competition-results table tr.gold td.res-eval { background: url('/images/medaila-gold.png') 50% 50% no-repeat; }
div.foto-competition-results table tr.silver td.res-eval { background: url('/images/medaila-silver.png') 50% 50% no-repeat; }
div.foto-competition-results table tr.bronze td.res-eval { background: url('/images/medaila-bronze.png') 50% 50% no-repeat; }
div.foto-competition-results table td.res-order { text-align: right; }
div.foto-competition-results table td.res-image { text-align: center; }
div.foto-competition-results table td.res-image span.image-envelope { display: block; width: 32px; height: 32px; overflow: hidden; margin: 0 auto; }
div.foto-competition-results table td.res-image span.image-envelope img { width: auto; max-width: none; }
div.foto-competition-results table td.res-sum { text-align: right; }
div.foto-competition-results table td.res-avg { text-align: right; }
div.foto-competition-results table td.res-count { text-align: right; }

/* objects on Google map */
div.map-common-objects-map-envelope { position: relative; padding: 0; margin: 0; border: 0; height: 450px; }
div.map-common-objects-map-envelope div.temp-img-loader { position: absolute; left: 0; top: 0; width: 100%; height: 450px; text-align: center; background: url('/images/opacity-qt.png'); }
div.map-common-objects-map-envelope div.temp-img-loader img { margin-top: 210px; }
div.map-common-objects-map img { max-width: none; }
div.map-common-objects-map { padding: 0; height: 450px; border: 1px solid #cccccc; }
div.map-common-kats-list { padding: 5px 0 0 0; border: 1px solid #cccccc; border-width: 0 1px 1px 1px; }
div.map-common-kats-list div { display: inline-block; padding: 0; border: 1px solid #cccccc; border-width: 1px 1px 1px 0; margin-bottom: -1px; }
div.map-common-kats-list div a {
	display: block;
	line-height: 25px;
	height: 25px;
	color: #000000;
	padding: 2px 5px 2px 25px;
	background: url('/images/ok-checkbox.png') 5px 50% no-repeat;
	background-size: 15px 15px;
}
div.map-common-kats-list div a.inactive { background: #eeeeee url('/images/ok-checkbox-inactive.png') 5px 50% no-repeat; color: #999999; background-size: 15px 15px; }
div.map-common-kats-list div img { display: block; float: left; }
div.map-common-kats-list div span { display: block; margin-left: 2px; float: left; line-height: 25px; text-decoration: none; }
table.table-map-common-objects-list caption { display: none; }
table.table-map-common-objects-list { width: 100%; border: 1px solid #cccccc; border-collapse: collapse; margin-top: 15px; }
table.table-map-common-objects-list tr.paar { background: #f5f5f5; }
table.table-map-common-objects-list td { border: 1px solid #cccccc; border-collapse: collapse; border-width: 1px 0; }
table.table-map-common-objects-list td span.img-envelope { width: 48px; height: 48px; overflow: hidden; display: block; }
/* --------------------- */

/* - - - fotogaleria pure overlay by jquery - - - */
ul.fotogaleria-pure { list-style-type: none; }
ul.fotogaleria-pure li {
	display: block;
	float: left;
	width: 160px;
	height: 200px;
	text-align: center;
	background: #f0f0f0;
	margin: 5px 5px 0 0;
	border: 1px solid #cccccc;
	padding: 0;
}
ul.fotogaleria-pure li span.fotogaleria-picture-envelope { border: 1px solid #cccccc; background: #ffffff; padding: 4px; display: inline-block; margin: 5px 0; }