/* obechornaves.sk */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap');

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

html, body, div, span, object, p, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, 
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, 
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, 
figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section {
    display:block;
}

ul, nav ul {
    list-style:unset;
}
.editor ul,
.editor ol {
    margin-left: 25px;
}
.module_envelope ul li {margin-left: 25px;}
.module_envelope.env_main_menu ul li {margin-left: 0px; list-style-type: none;}
.limited_menu ul li {margin-left: 25px;}

blockquote, q {
    quotes:none;
}
.editor ul li,
.editor ol li {
    font-size: 1.11111em;
}


td.user_table_t_border {
    /*border-width: 1px;*/
    border-style: solid;
    border-collapse: collapse;
}
td.user_table_t_border a {
    color: #363636;
}



/* ----------------------------- po odladeni vyhodit ---------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size:90% !important;
	/*behavior: url('csshover3.htc');*/
	margin:0;
	padding:0;
	text-align:center;
	/* sans-serif;*/
    /*font-family: Arial,sans-serif;*/
    font-family: 'Noto-sans', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
	color: #000;
    overflow-x: hidden;
}
body.body_pop_up {
	background: #fff;
}

#main-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fffaa6 url(bg-body-top.png) no-repeat center top;
    
}
header {
    position: relative;
    height: auto;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0;
    padding-bottom: 0px;
    right: 0;
    margin: 0 auto;
}

header .column_h {
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto 0;
    height: auto;
    align-items: center;
}

header .env_hf_image {
    top: 0px;
    left: 0;
    overflow: visible;
    padding: 0;
    right: 0;
    margin: 0 auto 0 !important;
    width: auto;
    height: auto;
}


header .env_hf_text_obrazok {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: 0;
    display: flex;
    left: 0;
    right: auto;
    padding: 0 15px !important;
    margin: 0 auto;
    z-index: 999;
    width: auto;
}


/* ------------------------------------- RWD HLAVICKA ------------------------------------- */
/* Vypnut pre zobrazenie PC/tablet */ 
#mid_463923 {
    display: none;
}
/* Zapnut v RWD */
/* ------------------------------------- RWD HLAVICKA END ------------------------------------- */

header .env_hf_text_obrazok br {
    display: none;
}
header .logo-text {
    font-size: 16px;
    font-weight: 300;
    color: #020202;
    position: fixed;
    
    text-align: center;
    text-decoration: none;
    top: -1px;
    padding: 13px 50px 14px;
    left: 30%;
    background: #fff;
}
header .logo-main-text {
    font-size: 48px;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 5px;
    text-decoration: none;
    color: #363636;
}
header .env_hf_text_obrazok .editor a {
    color: #000;
    display: inline-block;
    width: auto;
    height: 19px;
}
header .env_hf_text_obrazok img {
    width: 15px;
    height: 15px;
    padding: 0 !important;
    margin-right: 6px;
}

.header-logo-envelope>a {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 42px auto;
    text-decoration: none;
    width: auto;
    height: auto;
    border: none !important;
    align-items: flex-start;
}
.header-logo-img-envelope {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
    margin-right: 17px;
    padding: 0;
}
.header-logo-text {
    font-size: 2.5em;
    position: relative;
    color: #004282;
    text-align: center;
    font-weight: bold;
    top: 0px;
    text-transform: uppercase;
    padding-left: 0px;
    font-family: 'Asap', sans-serif;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
}
header .header-logo-text-ext {
    font-size: 1em;
    font-weight: 300;
    position: relative;
    text-decoration: none;
    color: #4c4c4c;
    padding-left: 0px;
    line-height: normal;
    text-align: left;
    font-family: 'Noto-sans', sans-serif;
    top: 0;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
}

header .logo-text a {
    text-decoration: none;
    color: #363636;
}
header .env_hf_image img  {
    max-width: 100%;
    opacity: 1;
    width: 100%;
    padding: 0;
    height: auto;
}
header .env_hf_image .hf-image-envelope.with-link {
    display: block;
    width: auto;
    height: auto;
    /*overflow: hidden;*/
}
.extra-block-top .env_hf_image .hf-image-envelope img {
    max-width: 2560px;
    position: relative;
    width: 100%;
    top: 0;
    /* left: 50%; */
    /*-ms-transform: translate(-50%,0);*/
    /* transform: translate(-50%,0); */
}
header .env_hf_image .hf-image-envelope.with-link img {
    width: auto;
    left: 0;
    transform: unset;
    height: auto;
}
header .env_hf_text_obrazok.header-text {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100px;
    width: 1200px;
    font-size: 3em;
    color: #054A74;
    text-transform: uppercase;
}
header .module_envelope_h.env_hf_logo {
    position: relative;
    top: 0;
    padding-top: 17px;
    left: 0;
    width: auto;
    height: auto;
    z-index: 999999;
}

header .module_envelope_h.env_hf_logo .module-inner-envelope {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}
header .module_envelope_h.env_hf_module_container.header-aside {
    position: relative;
    top: 20px;
    width: 100%;
    left: 0;
    min-height: 74px;
    height: auto;
    padding: 0 0 0;
    margin-bottom: 28px;
    right: 0;
    align-items: center;
    display: flex;
    z-index: 99999;
    border-radius: 5px;
    flex-wrap: wrap;
    box-shadow: 0px 0px 13px 0px #020202;
    background: rgba(255, 255, 255, 0.89);
}
.header-aside .column-1 {
    width: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.header-aside .column-2 {
    position: relative;
    top: 0;
    width: auto;
    left: 0;
    height: auto;
    padding-top: 0;
    /*flex: 1; */
    right: 0;
    align-items: center;
    display: flex;
    z-index: 9;
    flex-wrap: wrap;
    justify-content: flex-end;
}
header .module_envelope_h.env_hf_module_container {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    height: 257px;
    padding-top: 0;
    right: 0;
    align-items: center;
    display: flex;
    z-index: 999999;
    flex-wrap: wrap;
}

header .module_envelope_h.env_hf_module_container .module-inner-envelope {
    top: 0px;
    width: 100%;
}

header .module_envelope_h.env_hf_module_container .module-inner-envelope .module-in-container {
    display: flex;
    font-size: 1em;
    flex-wrap: wrap;
    color: #000;
    margin: auto;
    align-items: center;
    height: 51px;
    padding: 0 15px;
    /* background: url(sep-top.png) no-repeat center right; */
}
header .module_envelope_h.env_hf_module_container .module-inner-envelope .module-in-container.env_hf_mutacie {
    padding: 0 15px;
    background: none;
}

header .module_envelope_h.env_hf_module_container>.module-inner-envelope>.module_body {
    /*width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    align-items: center;*/
}


.module-in-container.env_hf_text_pure a {
    font-size: 16px;
    text-decoration: none;
}




/*--------------------------------  HOME HEADER ------------------------------------- */
header .env_hf_homepage_text .module_body {
    display: block;
    background: url(bg-top-home.png) no-repeat;
    padding-left: 24px;
}
header .env_hf_image {
    /*max-height: 450px;
    overflow: hidden;*/
}

header a#homepage-link-with-text-envelope,
header .module_envelope.module-in-container span a {
    color: #363636;
    text-decoration: none;
    border-bottom: 1px solid #363636;
    transition-duration: 0.15s;
    padding-bottom: 2px;
}
header a#homepage-link-with-text-envelope:hover,
header .module_envelope.module-in-container span a:hover {
    border-bottom: 2px solid ;
}
/*--------------------------------  HOME HEADER ------------------------------------- */

/*--------------------------------  LOGIN - REGISTER HEADER ------------------------------------- */
.env_registracia_navstevnika_ .editor.email-hlasnik {
    margin-bottom: 25px;
}

.env_registracia_navstevnika_ #login-to-portal tbody tr td.automatic-col-1 {
    height: auto;
}
.env_registracia_navstevnika_ #login-to-portal table {
    width: 100%;
}

header .module_envelope.module-in-container.env_hf_login_register span {
    display: block;
    background: url(bg-top-login.png) no-repeat;
    padding-left: 20px;
}
#login-register {
    display: none;
}
.env_registracia_navstevnika_ table tr td.automatic-col-5 {
 height: 44px;
}
.env_registracia_navstevnika_ table.program_table tr td.automatic-col-1 {
    width: 50%;
}

.env_registracia_navstevnika_ table tr td.automatic-col-2 input,
.env_registracia_navstevnika_ table tr td.automatic-col-4 input {
    height: 44px;
    padding: 0 !important;
    width: 100% !important;
}
.env_registracia_navstevnika_ table tr td.automatic-col-5 input.button {
    width: 100%;
    height: 100%;
    padding: 0;
}
.env_registracia_navstevnika_ .program_table tbody tr td:nth-of-type(2n+2) {
    padding: 6px 7px;
}
.env_registracia_navstevnika_ .form-input-add-text {
    padding-bottom: 6px;
    display: block;
}
.right_align, table.program_table td.right_align {
    padding: 6px;
    /*width: 25px;*/
    height: auto;
}
.right_align, table.program_table td.right_align input {
    /*width: 25px;
    height: 25px;*/
}

.right_align, 
table.program_table td.right_align,
table.program_table td.padding_5 {
    flex: 50%;
}
.button.captcha {
    width: 25%;
    height: 34px;
}

div.lost_password.in-login {
    display: block;
}


div.lost_password {
    text-align: center;
    padding: 15px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
}
div.lost_password label {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: 1;
    padding-bottom: 10px;
    text-align: left;
}
div.lost_password input {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: 2;
    width: 96%;
}
div.lost_password input.button {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    width: 100% !important;
}


/*--------------------------------  LOGIN - REGISTER HEADER END ------------------------------------- */

/*--------------------------------  SIDE MAP HEADER ------------------------------------- */

header .module_envelope.module-in-container.env_hf_mapa_stranky span a {
    display: block;
    /*background: url(bg-top-map.png) no-repeat; */
    /*padding-left: 20px;*/
}
/*--------------------------------  SIDE MAP HEADER END ------------------------------------- */

/*--------------------------------  RSS HEADER ------------------------------------- */

header .module_envelope.module-in-container.env_hf_rss {
    grid-column: 7;
}
header .env_hf_module_container .module-in-container.env_hf_rss span a {
    display: block;
    background: url(rss-icon-head.png) no-repeat;
    padding-left: 20px;
}
/*--------------------------------  RSS HEADER END ------------------------------------- */

/*--------------------------------  CONTACT  ------------------------------------- */
header .env_hf_module_container .module-in-container.env_hf_contacts .module_body a {
    text-decoration: none;
    border-bottom: 1px solid;
    transition-duration: 0.15s;
    padding-bottom: 2px;
    position: relative;
}
/*--------------------------------  CONTACT END ------------------------------------- */



/*--------------------------------  GOOGLE TRANSLATE HEADER ------------------------------------- */
header .module_envelope_h.env_hf_module_container .module-inner-envelope .module-in-container.env_hf_google_translate {
    padding-left: 0;
}
div#google-lang-envelope {
    text-align: right;
    height: 19px;
    font-size: 1em;
    z-index: 9999;
}
div#google-lang-envelope a {
    width: 50px;
    color: #363636;
    /*background: url(lang-sort.png) no-repeat center right;*/
}
div#google-lang-envelope span#my-current-lang, div#google-lang-envelope a {
	box-sizing: border-box;
	width: 50px;
	height: 18px;
	padding: 0 14px;
	color: #363636;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

div#google-lang-envelope a.notranslate#my-current-lang {
    background: url(lang-sort.png) 100% 50% no-repeat;
    background-size: 12px 8px;
    padding: 0 15px 0 0;
    border: none;
}
div#google-lang-envelope a.notranslate.lang-opened#my-current-lang {
    background: url(lang-sort-opened.png) 100% 50% no-repeat;
    background-size: 12px 8px;
    padding: 0 15px 0 0;
}

.google-lang-position-others {
    margin-top: 12px;
    text-align: center;
    box-shadow: 1px 1px 4px 0px #363636;
}
.google-lang-position-others a {
    width: 50px !important;
    height: 41px !important;
    display: block;
    line-height: 41px;
    border-bottom: 1px solid #eee;
    background: #FFF !important;
    color: #363636;
    
}
div.google-lang-position-others a:hover {
	background: #363636 !important;
	color: #FFF !important;
	/*border: 2px solid #363636;*/
}
div#google-lang-envelope span#my-current-lang:hover {
	color: #535353;
}
/*--------------------------------  GOOGLE TRANSLATE HEADER END ------------------------------------- */

/*--------------------------------  FINDER HEADER ------------------------------------- */
div#finder_stabil {
    position: relative;
    left: auto;
    right: 0;
    width: auto;
    top: 0;
    z-index: 9999;
    font-size: 0.9em;
}
header .module_envelope.env_hf_finder {
    width: auto;
    position: relative;
    background: none !important;
    padding: 0 !important;
    top: 0;
    left: 0;
    height: auto;
    right: 0;
    margin: 0 60px 0 auto !important;
    z-index: 0;
}

header .module_envelope.module-in-container.env_hf_finder #finder_stabil {
    top: 0;
    right: 0;
}
.search-box-text-button-envelope {
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 999;
    max-width: 1200px;
    width: 1000px;
    padding: 20px;
    display: inline-flex;
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgb(0 66 130 / 51%);
}
.search-box-text-button-envelope::after {
    content: '';
    clear: both;
    background: url(banner-li-hover.png) no-repeat !important;
    width: 40px;
    height: 20px;
    top: -20px;
    left: auto;
    right: 7px;
    z-index: 99999;
    margin: 0 auto;
    position: absolute;
}
input#search-box-submit-execute {
    width: 100%;
    border: none;
    font-size: 1.5em;
    color: #fff;
    background: #004778;
    padding: 0 20px;
    margin: 0;
    justify-content: center;
    cursor: pointer;
}
input#search-submit-button {
    width: 44px;
    height: 41px;
    padding: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    background: url(bg-ok.png) no-repeat center center;
    -ms-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
} 
input#search-submit-button:hover {
    background: url(bg-ok-hover.png) no-repeat center center;

} 
input#search-box-submit-execute:hover {
    background: #fff;
    color: #363636;
    box-shadow: 1px 1px 5px 0px rgba(0 66 130 / 51%);
}
.search-extended-text {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.search-extended-text span.search-part {
    order: 1;
    width: 100%;
}
.search-extended-text input {
    order: 2;
    margin-left: 0 !important;
    padding: 15px 4px;
}
#search_result ul li h3 a {
    color: #363636 !important;
    text-decoration: underline;
}
span.search-bold {
    font-weight: bold;
    color: #363636 !important;
}
.search-extended-text input.search-submit {
    order: 3;
    flex-grow: 1;
}
#search-extended-trigger li span.current, 
#search-extended-trigger li a.current, 
#search-extended-select li a:hover, 
#search-extended-date li.search-date-trigger span.current, 
#search-extended-date li.search-date-trigger a.current {
    color: #ffffff;
    background: #004778;
}
.search-extended-text input.search-submit {
    width: 20%;
    margin: 0;
    color: #ffffff;
    background: #004778;
    border: 1px solid #363636;
    cursor: pointer;
    text-transform: uppercase;
}
header .module_envelope.env_hf_finder #search-box-text {
    width: 80%;
    height: 44px;
}
header .module_envelope.env_hf_finder #search-box-text input {
    width: 100% !important;
    height: 100% !important;
    text-transform: capitalize;
    border: 2px solid #004778;
}
header .module_envelope.env_hf_finder #search-box-submit-real {
    width: 30%;
    height: 44px;
    flex-grow: 1;
}
header .module_envelope.env_hf_finder #search-box-submit-real input.button {
    width: 100% !important;
    height: 100% !important;
}
/*--------------------------------  FINDER HEADER END ------------------------------------- */
.env_hf_menu_rwd {display: none;}
/* -------------------------------  HORIZONTAL MENU  ------------------------------------------ */

header .env_hf_menu {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 12px;
    left: 0;
    height: auto;
    right: 0;
    z-index: 99999;
}

header .env_hf_menu .module-inner-envelope {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
nav ul {
	position: relative;
	display: block;
}
nav ul.hf-hmenu {
    display: inline-flex;
    flex-wrap: wrap;
}
ul.hf-hmenu li {
    text-align: center;
    width: auto;
    position: unset;
    line-height: 150%;
    height: auto;
    background: none;
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

ul.hf-hmenu li:hover a {
    color: #fff;
}

ul.hf-hmenu li:last-of-type {
    margin-right: 0;
}
ul.clone-hmenu-default li {
    border: 0;
    max-width: 100%;
    background: #fff;
    display: block;
    margin: 0 0 3px 0 !important;
}



ul.hf-hmenu li span.hf-menu-envelope {
    display: block;
    width: 100%;
}
ul.hf-hmenu li span.hf-menu-envelope a {
    font-weight: bold;
    font-size: 1.11111em;
    text-align: center;
    border-top: none;
    padding: 20px;
    width: 100%;
    display: block;
    color: #363636;
    /* text-transform: uppercase; */
    height: auto;
    box-sizing: border-box;
    margin: 0;
    transition-duration: .25s;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
ul.hf-hmenu li span.hf-menu-envelope a:hover {
    background: #e1f2ff;
    border-bottom: 2px solid #ffdd00
}
ul.hf-hmenu li.level-0:hover {
    /*background: #0258a3;*/
}
ul.hf-hmenu li:hover span.hf-menu-envelope a {
    /*color: #fff;*/
    font-weight: bold;
}
ul.hf-hmenu li.level-0.current>span.hf-menu-envelope>a {
   /*color: #fff;*/
   font-weight: bold;
}
ul.hf-hmenu>li.level-0.with-submenu>span.hf-menu-envelope>a {
    position: relative;
    display: block;
}
/*ul.hf-hmenu>li.level-0.with-submenu {
    background: url(arrow-vodmenu.png) no-repeat center right 5px;
    transition: .15s;
    padding-right: 15px;
}*/
ul.hf-hmenu>li.level-0.with-submenu a.alevel-0::after {
    display: inline-block;
    content: '';
    clear: both;
    background: url(arrow-vodmenu.png) no-repeat center right !important;
    width: 8px;
    height: 13px;
    top: 0px;
    left: auto;
    right: -8px;
    z-index: 99999;
    position: relative;
}

ul.hf-hmenu>li.level-0.current.with-submenu a.alevel-0::after,
ul.hf-hmenu>li.level-0.with-submenu:hover a.alevel-0::after {
    display: inline-block;
    content: '';
    clear: both;
    background: url(bg-head-menu-opened.png) no-repeat center right !important;
    width: 13px;
    height: 13px;
    top: 0px;
    left: auto;
    right: -8px;
    z-index: 99999;
    position: relative;
}

ul.hf-hmenu>li.level-0.with-submenu.liopened {
    /*background: #0258a3;*/
}
ul.hf-hmenu>li.level-0.with-submenu.liopened a.alevel-0::after {
    display: inline-block;
    content: '';
    clear: both;
    background: url(bg-head-menu-opened.png) no-repeat center right !important;
    width: 13px;
    height: 13px;
    top: 0px;
    left: auto;
    right: -8px;
    z-index: 99999;
    position: relative;
}
ul.hf-hmenu>li.level-0.with-submenu.liopened .hf-menu-envelope a.alevel-0 {
    /*color: #fff;*/
    font-weight: bold;
}
ul.hf-hmenu>li.level-0.current {
    /*background: #0258a3;*/
}

ul.hf-hmenu>li.level-0.current a.alevel-0 {
    /*color: #fff;*/
    font-weight: bold;
}
nav li.level-0.current::after {
    display: none;
    content: '';
    clear: both;
    background: url(vod-menu-arrow-down.png) no-repeat center bottom !important;
    width: 12px;
    height: 6px;
    top: 23px;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: 0 auto;
    position: relative;
}

nav li.level-0.with-submenu:hover::after {
   /* display: block;
    content: '';
    clear: both;
    background: url(vod-menu-arrow-down.png) no-repeat center bottom !important;
    width: 12px;
    height: 6px;
    top: 23px;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: 0 auto;
    position: relative;*/
}

/*ul.hf-hmenu>li.level-0.current.with-submenu>span.hf-menu-envelope>a.alevel-0 {
    font-weight: bold;
    text-align: center;
    border-top: none;
    padding: 0px 20px 2px;
    width: 100%;
    display: block;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    color: #363636;

}*/

ul.hf-hmenu>li.level-0.current.with-submenu>span.hf-menu-envelope>a:active, 
ul.hf-hmenu>li.level-0.current.with-submenu:active,
ul.hf-hmenu>li.level-0.with-submenu.liopened 
ul.hf-hmenu>li.level-0.with-submenu:hover {
    background: none;
    padding-bottom: 15px;
    transition: .4s;
    border-bottom: 3px solid #363636;
}
ul.hf-hmenu li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
}
ul.hf-hmenu li ul.hf-hsubmenu {
    position: absolute;
    left: 0;
    top: 61px;
}
#extra-block-top ul.hf-hmenu li ul.hf-hsubmenu {
    position: absolute;
    left: 0;
    top: 61px;
    background: #0258a3;
    
}
#extra-block-top ul.hf-hmenu li ul.hf-hsubmenu::after {
    overflow: hidden;
} 
#extra-block-top ul.hf-hmenu li.level-1.with-submenu ul.hf-hsubmenu {
    position: absolute;
    top: 0;
    left: 98%;
    width: 100%;
        background: url(rwd-sep-menu.png) no-repeat center right;

    display: none;
}
ul.hf-hmenu li:focus-within ul.hf-hsubmenu,
ul.hf-hmenu li:hover ul.hf-hsubmenu {
	display: none;
}
ul.hf-hmenu li:focus-within ul.hf-hsubmenu.hclosed,
ul.hf-hmenu li:hover ul.hf-hsubmenu.hclosed {
    display: none;
}


ul.hf-hmenu li:focus-within ul.hf-hsubmenu.hopened,
ul.hf-hmenu li ul.hf-hsubmenu.hopened {
    /*display: flex;
    transition: ease-in-out .2s;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 100%;
    max-height: calc(100vh - 80px - 126px);*/
    
    /*GRID*/
    display: grid;
    grid-template-rows: auto auto auto auto;
    transition: ease-in-out .2s;
    flex-wrap: wrap;
    padding: 41px 17px 30px;
    overflow-y: auto;
    grid-template-columns: 33% 33% 33%;
    max-height: calc(100vh - 80px - 126px);
}



a.mobile-under-menu-trigger {
    display: none;
}
ul.hf-hmenu li.hf-menu.level-1 .hf-menu-envelope a {
    display: block;
    font-weight: 300;
    font-size: 1.11111em;
    text-align: left;
    border-top: none;
    padding: 13px 15px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    text-transform: none;
    text-decoration: none;
    color: #0258a3;
}
ul.hf-hmenu li.hf-menu.level-1 .hf-menu-envelope a:hover {
    background: #0258a3;
    color: #fff;
}
/*ul.hf-hmenu li.hf-menu.level-1.with-submenu a {
    background: url(arrow-vodmenu.png) no-repeat center right 10px;
    padding-right: 15px;
}*/
ul.hf-hsubmenu.hopened>li.level-1.with-submenu a.alevel-1::after {
    display: inline-block;
    content: '';
    clear: both;
    background: url(arrow-vodmenu-level0.png) no-repeat center right !important;
    width: 13px;
    height: 13px;
    top: 0px;
    left: auto;
    right: -8px;
    z-index: 99999;
    position: relative;
}
ul.hf-hsubmenu.hopened>li.level-1.with-submenu a.alevel-1:hover::after,
ul.hf-hsubmenu.hopened>li.level-1.with-submenu.liopened a.alevel-1::after,
ul.hf-hsubmenu.hopened>li.level-2.with-submenu a:hover::after,
ul.hf-hsubmenu.hopened>li.level-2.with-submenu.liopened a.alevel-2::after  {
    display: inline-block;
    content: '';
    clear: both;
    background: url(arrow-vodmenu-hover.png) no-repeat center right !important;
    width: 13px;
    height: 13px;
    top: 0px;
    left: auto;
    right: -8px;
    z-index: 99999;
    position: relative;
}

ul.hf-hmenu li.hf-menu.level-1.with-submenu.current ul.hf-hmenu li.hf-menu.level-2.current .hf-menu-envelope a,
ul.hf-hmenu li.hf-menu.level-1.current .hf-menu-envelope a ul.hf-hmenu li.hf-menu.level-2.current .hf-menu-envelope a {
    background:  url(bg-vod-menu.png) no-repeat center center;
    color: #fff;
}
ul.hf-hmenu li.hf-menu.level-2.current ul.hf-hmenu li.hf-menu.level-3.current .hf-menu-envelope a,
ul.hf-hmenu li.hf-menu.level-2.with-submenu.current li.hf-menu.level-3.current .hf-menu-envelope a {
    background:  url(bg-vod-menu.png) no-repeat center center;
    color: #fff;
    font-weight: bold;
}
/*ul.hf-hmenu li.hf-menu.level-3.with-submenu.current a,
ul.hf-hmenu li.hf-menu.level-3.current .hf-menu-envelope a {
    background:  url(bg-vod-menu.png) no-repeat center center;
    color: #fff;
    font-weight: bold;
}*/

/*ul.hf-hmenu li.hf-menu.level-1 a:hover,
ul.hf-hmenu li.hf-menu.level-2 a:hover,
ul.hf-hmenu li.hf-menu.level-3 a:hover {
    color: #fff !important;
    background: #363636;
    text-decoration: underline;
}*/
/*ul.hf-hmenu li.hf-menu.level-1.with-submenu:hover {
    background:#004078 ;
} */
ul.hf-hmenu li.hf-menu.level-1.with-submenu.liopened a,
ul.hf-hmenu li.hf-menu.level-1.with-submenu a:hover  {
    color: #fff;
    background:#004078 ;
}







nav li.level-0 ul {
    position: absolute !important;
    list-style: none;
    text-align: left;
    top: 0px !important;
    left: 0px !important;
    right: 0;
    width: 760px !important;
    padding: 0px 0px;
    margin: 80px auto 0;
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgb(0 66 130 / 51%);
    box-sizing: border-box;
}
nav li.level-0.liopened::after {
    content: '';
    clear: both;
    background: url(banner-li-hover.png) no-repeat !important;
    width: 40px;
    height: 20px;
    top: auto;
    bottom: -24px;
    /* left: 0; */
    /* right: 0; */
    z-index: 99999;
    margin: 0 auto;
    position: absolute;
}
ul.hf-hmenu li.hf-menu.level-1 {
    background: transparent;
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    padding: 0px;
    border: none;
    line-height: normal;
    height: auto;
    position: relative;
}
ul.hf-hmenu li.hf-menu.level-1.with-submenu.liopened {
    background: #004778;
}
ul.hf-hmenu li.hf-menu.level-1 a:hover {
    color: #fff;
}
nav li.level-1:focus-within ul.hf-hsubmenu,
nav li.level-1:hover ul.hf-hsubmenu {
    /*display: block !important;*/
    z-index: 9;
}

nav li.level-1:focus-within ul.hf-hsubmenu.hopened,
nav li.level-1 ul.hf-hsubmenu.hopened {
    display: block !important;
    z-index: 9;
    position: relative !important;
    padding: 0 !important;
    top: 0 !important;
    margin-top: 0px;
    border: none;
    width: 100% !important;
}

nav li.level-2:focus-within ul.hf-hsubmenu.hopened,
nav li.level-2 ul.hf-hsubmenu.hopened {
    position: relative !important;
    top: 0;
    margin-top: 5px;
    border-left: 15px solid #363636;
}

nav li.level-1 ul.hf-hsubmenu {
    display: none !important;
    position: absolute !important;
    width: 270px !important;
    top: -10px !important;
    left: 0% !important;
    right: auto;
}


nav li.level-1 ul.hf-hsubmenu li.level-2 {
    width: 100%;
    background: transparent !important;
    height: auto;
    padding: 0;
    border-bottom: 1px solid #d9d8c4;
}
ul.hf-hmenu li.hf-menu.level-2 a {
    background: #0258a3 !important;
    color: #fff !important;
}
ul.hf-hmenu li.hf-menu.level-2 a:hover {
    color: #fff !important;
    background: #004778 !important;
}
header nav li.level-1 ul.hf-hsubmenu li.level-2:focus-within ul.hf-hsubmenu.hopened,
header nav li.level-1 ul.hf-hsubmenu li.level-2 ul.hf-hsubmenu.hopened {
    display: block !important;
    z-index: 9;
}
header nav li.level-1 ul.hf-hsubmenu li.level-2 ul.hf-hsubmenu  {
    display: none !important;
    width: 100%;
}
ul.hf-hmenu li.hf-menu.level-2.with-submenu a.alevel-2 {
    background: #363636 url(bg-head-menu-hover.png) no-repeat center right 20px !important;
    padding-right: 15px;
}

ul.hf-hmenu li.hf-menu.level-2.with-submenu a.alevel-2:hover {
    background:#363636 url(bg-head-menu-hover.png) no-repeat center right 20px;
    padding-right: 15px;
}
ul.hf-hmenu li.hf-menu.level-2.with-submenu.liopened a.alevel-2 {
    background: #363636 url(bg-head-menu-opened.png) no-repeat center right 20px !important;
    color: #fff !important;
}


header nav li.level-3 ul.hf-hsubmenu.hopened {
    display: block !important;
}
header nav li.level-3 ul.hf-hsubmenu  {
    display: none !important;
    width: 100%;
}
ul.hf-hmenu li.hf-menu.level-3 a {
    background: #fffee6 !important;
    color: #0258a3 !important;
}

ul.hf-hmenu li.hf-menu.level-3.with-submenu a {
    background: url(arrow-vodmenu.png) no-repeat center right 10px;
    padding-right: 15px;
}
ul.hf-hmenu li.hf-menu.level-3.with-submenu.liopened a {
    background: url(bg-head-menu-hover.png) no-repeat center right 20px,url(bg-vod-menu.png) no-repeat center center ;
    color: #fff;
}


ul.hf-hmenu li.hf-menu.level-3.with-submenu a {
    background: url(arrow-vodmenu.png) no-repeat center right 10px;
    padding-right: 15px;
}
li.level-2 ul.hf-hsubmenu li.level-3 {
    width: 100%;
    background: transparent !important;
}
/* -------------------------------  HORIZONTAL MENU END ------------------------------------------ */
/* -------------------------------  VERTICAL MENU ------------------------------------------ */
ul.vertical-menu-cover-common {
    padding: 0;
    margin: 0;
}

ul.clone-hmenu.c-level0 > .clone-hmenu-li > a, 
.column_l h2.head, li.menu_hlavicka a.menu_hlavicka {
    width: 100%;
    margin: 0 0 3px;
    padding: 14px 15px 14px 30px;
    position: relative;
    text-align: left;
    display: block;
    font-size: 1.25em;
    font-family: 'Noto-sans', sans-serif;
    font-weight: 300;
    line-height: 150%;
    list-style: none;
    background: #004282;
    color: #fff;
    border-right: none;
    border-left: none;
    overflow: auto;
    text-decoration: none;
}


ul.menu_cover {
    padding: 4px 0 4px 0;
    list-style: none;
}

.main_menu li.menu_hlavicka.with-submenu.opened a.menu_hlavicka::before {
    content: '';
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    clear: both;
    background: url(bg-head-menu-opened.png) no-repeat center left !important;
    width: 13px;
    height: 100%;
    top: 0px;
    left: 13px;
    right: auto;
    z-index: 99999;
    position: absolute;
}
.main_menu li.menu_hlavicka.with-submenu a.menu_hlavicka::before {
    content: '';
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    clear: both;
    background: url(bg-head-menu.png) no-repeat center left !important;
    width: 13px;
    height: 100%;
    top: 0px;
    left: 13px;
    right: auto;
    z-index: 99999;
    position: absolute;
}
.main_menu li.menu_hlavicka a.menu_hlavicka.opened,
.main_menu li.menu_hlavicka a.menu_hlavicka:hover {
        background: #012b4e;
}



ul.clone-hmenu.c-level0 > .clone-hmenu-li.first > a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 20px 14px 17px;
    position: relative;
    text-align: left;
    font-size: 1.25em;
    font-weight: bold;
    list-style: none;
    color: #fff;
    overflow: auto;
    text-transform: uppercase;
    
}
ul.clone-hmenu li ul.c-level1 {
    box-sizing: border-box;
    list-style-type: none;
    padding: 0;
    margin: 0px;
    border-left: 7px solid;
    max-width: 100%;
    display: block;
    background: #e5e5e5;
    overflow: hidden;
}

ul.clone-hmenu.c-level1 > li > a {
    padding: 11px 24px 11px 15px;
    background: transparent;
    color: #0258a3;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    font-weight: 300;
    font-size: 1.25em;
}
ul.clone-hmenu li a.c-current {
    text-decoration: none;
    font-weight: bold;
    background: #ffcc00 !important;
}
ul.clone-hmenu.c-level1 > li.clone-hmenu-li.with-submenu a.c-collapsable::after {
    content: '';
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    clear: both;
    background: url(arrow-vodmenu.png) no-repeat center right !important;
    width: 8px;
    height: 100%;
    top: 0px;
    left: auto;
    right: 6px;
    z-index: 99999;
    position: absolute;
}
ul.clone-hmenu.c-level1 > li.clone-hmenu-li.with-submenu a.current::after {
    display: inline-block;
    content: '';
    clear: both;
    background: url(bg-head-menu-opened.png) no-repeat center right !important;
    width: 13px;
    height: 13px;
    top: 0px;
    left: auto;
    right: -8px;
    z-index: 99999;
    position: relative;
}

ul.clone-hmenu.c-level2 > li.clone-hmenu-li.with-submenu a::after {
    content: '';
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    clear: both;
    background: url(arrow-vodmenu.png) no-repeat center right !important;
    width: 8px;
    height: 100%;
    top: 0px;
    left: auto;
    right: 6px;
    z-index: 99999;
    position: absolute;
}

ul.clone-hmenu.c-level2 ,
li.menu_item_l a.menu_item_l {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0!important;
    line-height: 150%;
    overflow: visible;
    position: relative;
    font-size: 1.11111em;
    font-weight: normal;
    text-align: left;
    list-style: none;
    color: #363636;
    text-decoration: none;
}
.menu_cover .menu_item_0.opened > .menu_item {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

li.menu-indent-1.active a.menu_item_active {
    font-weight: bold;
    text-decoration: underline;
}
ul.clone-hmenu li a {
    text-decoration: none;
    color: #363636;
    font-size: 1.111111em;
    font-weight: 300;
    padding: 11px 20px 11px 15px;
}
ul.clone-hmenu.c-level2 .clone-hmenu-li a.c-current, 
ul.clone-hmenu.c-level2 .clone-hmenu-li a.c-current:hover {
    text-decoration: underline;
    background: #fffee6;
    color: #363636;
    font-size: 1.111111em;
    font-weight: 300;
    padding: 11px 24px 11px 15px;
}

.menu_item.level-0-has-submenu > a.menu_item::before {
    content: '';
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    clear: both;
    background: url(bg-head-menu-l.png) no-repeat center left !important;
    width: 13px;
    height: 100%;
    top: 0px;
    left: -18px;
    right: auto;
    z-index: 99999;
    position: absolute;
}
.menu_item.level-0-has-submenu.opened > a.menu_item::before {
    content: '';
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    clear: both;
    background: url(bg-head-menu-opened-l.png) no-repeat center left !important;
    width: 13px;
    height: 100%;
    top: 0px;
    left: -18px;
    right: auto;
    z-index: 99999;
    position: absolute;
}
div.menu_item_l, 
li.menu_item_l, 
.leftnav li.menu_item {
    margin: 0!important;
    padding: 10px 5px 10px 30px;
    overflow: visible;
    position: relative;
    font-weight: normal;
    list-style: none;
    color: #363636;
}

.menu_item_0 .menu_item a {
    padding: 10px 20px 10px 0;
}

 
.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
.column_r h2.head, 
h2.menu_hlavicka_r, 
li.menu_hlavicka_r, 
div.menu_hlavicka_r {
    width: auto;
    margin: 0;
    padding: 19px 20px 18px;
    position: relative;
    text-align: left;
    font-size: 1.25em;
    font-weight: bold;
    list-style: none;
    color: #363636;
    background: #fff9ae;
    border-left: none;
}
.env_dynamika_prava_strana div.menu_hlavicka_r {
    padding: 0 0;
    margin: 10px 0;
    border: none;
    text-align: left;
    background: none;
}
div.menu_hlavicka_r a {
    text-align: left;
    border-bottom: 1px solid;
    text-decoration: none;
    transition-duration: .15s;
}
div.menu_hlavicka_r a:hover {
    border-bottom: 3px solid;
}
.env_dynamika_prava_strana div.menu_hlavicka_r a.dps_text {
    margin: 0 0 0;
    color: #363636;
    padding: 10px 20px 10px 0;
    font-size: 16px;
    line-height: 150%;
}
.menu_hlavicka_r .dps_text_without_image {
    margin: 0 0 0;
    color: #363636;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
}
.env_dynamika_prava_strana div.menu_hlavicka_r img.uputavka {
    display: block;
    margin: 0 auto;
    padding: 0 0;
    width: 100%;
    height: auto;
    float: none;
}
/* -------------------------------  VERTICAL MENU END ------------------------------------------ */
/* -------------------------------  FOTO BANER ------------------------------------------ */

header .module_envelope.module_envelope_h.env_hf_multi_foto {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    z-index: 9999;
    min-height: 235px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: linear-gradient( 0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 3%);
}
div.multi-foto-link-system {
    position: relative;
    width: 100%;
    top: 6px;
    display: block;
    z-index: 9;
    height: auto;
    max-height: 231px;
    left: -11px;
    right: auto;
    background: none !important;
}


header .module_envelope.module_envelope_h.env_hf_multi_foto .multi-foto-link-system::after {
    background: url(maska_nad_fotobanerom.png) no-repeat;
    content: "";
    display: block;
    flex-wrap: wrap;
    position: absolute;
    overflow: hidden;
    top: -6px;
    right: -10px;
    width: 514px;
    height: 236px;
    z-index: 10;
}
div.multi-foto-link-system a {
    display: block;
    max-width: 440px;
    width: 100%;
    margin-bottom: 0;
}
div.multi-foto-link-system img {
    height: auto;
}
.multi-foto-link-controls {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    bottom: 70px;
    width: 100%;
    max-width: 1200px;
    height: 44px;
    left: auto;
    justify-content: flex-end;
    right: 5%;
    margin: 0 auto;
    z-index: 99;
}
.multi-foto-link-controls-default #multi-foto-link-stop--0 {
    position: absolute;
    bottom: 0;
    width: 16px;
    height: 16px;
	display: block;
    padding: 14px;
    right: 0px;
    background: #fffc url(Stop-b.png) no-repeat center center !important;
	border-radius: 50%;
}
.multi-foto-link-controls-default #multi-foto-link-start--0 {
	position: absolute;
    bottom: 0;
    width: 16px;
    height: 16px;
	display: block;
    padding: 14px;
    right: 0px;
    background: #fffc url(Play-b.png) no-repeat center center !important;
	border-radius: 50%;
}
#multi-foto-link-controls--0 a#multi-foto-link-start--0.current {
	display: none !important;
    /*background: #fff url(Play-b.png) no-repeat center center !important;
    background-size: 14px 17px !important;
    padding: 14px;*/
}
#multi-foto-link-controls--0 a#multi-foto-link-stop--0.current {
	display: none !important;
    /*background: #fff url(Stop-b.png) no-repeat center center !important;
    background-size: 14px 17px !important;
    padding: 14px;*/
}


.env_multi_foto_link .multi-foto-link-user {
    background: none !important;
}
.env_multi_foto_link .multi-foto-link-user a img {
    height: auto !important;
}
/* -------------------------------  FOTO BANER END ------------------------------------------ */

/* -------------------------------  BANER SLOT -------------------------------------------- */
/*------------------- BannerSlotGrid------------------- */
#banner-homepage {
    width: 100%;
    position: relative;
    left: 0;
    padding: 0;
    background: none;
    right: 0;
    margin: 0 auto;
    display: grid;
    grid-auto-columns: auto auto;
    grid-auto-rows: 353px auto auto;
}
#banner-homepage a#banner-homepage-img-link {
    width: 100% !important;
    float: unset !important;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: 1;
}
#banner-slot-text-array {
    width: 100% !important;
    height: auto;
    overflow: hidden;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: 2;
}
#main-banner-buttons {
    width: 100% !important;
    margin: 0;
    /* top: auto !important; */
    left: auto;
    position: relative;
    right: 0;
    bottom: 0px !important;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: 3;
}
/*------------------- BannerSlotGrid END------------------- */

#page-banner-homepage {
    width: 100%;
    position: relative;
    margin: 0 auto 45px;
    background: #004282;
    border: 2px solid #eee;
    overflow: hidden;
}
#banner-homepage-img {
	opacity: 1;
	width: 100%;
	height: auto;
	padding:0;
	margin: 0;
	border: none;
	float: left;
}
h2#banner-slot-h2 {
    background: none;
    color: #fff !important;
    border: 0;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
    padding: 9px 10px 10px !important;
    max-width: 100%;
    text-align: left;
    text-transform: none;
    height: 3.5em;
    overflow: hidden;
}
#page-banner-homepage h2::before {
    display: none !important;
}
p#banner-slot-p {
	display: none;
}
a#banner-slot-a {
	display: none;
}
a#banner-slot-a:hover {
	text-decoration: underline;
	background: transparent;
	color: #fff;
}
#main-banner-buttons div { 
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block!important;
    margin: 0 10px 7px 5px;
    float: left;
}
#main-banner-buttons div.banner-actual-button {
    background: transparent;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    float: left;
    font-size: 0;
}

#main-banner-buttons div.banner-actual-button.current a,
#main-banner-buttons div.banner-actual-button.notcurrent.current a { 
	background: url(banner-slot-dot-active.png) no-repeat center center;
}
#main-banner-buttons div.banner-actual-button.notcurrent a { 
	background: url(banner-slot-dot.png) no-repeat center center;
}
#main-banner-buttons div.banner-actual-button a {
    width: 44px;
    height: 44px;
}
#main-banner-buttons div#banner-buttons-control-envelope {
    top: auto;
    position: absolute;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 47px;
    right: 0% !important;
    height: 42px;
}
#banner-buttons-start.banner-button-control {
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 17px;
    background: url(Play-b.png) no-repeat center center;
    font-size: 0px;
    border: none !important;
    border-radius: 50% !important;
}
#banner-buttons-stop.banner-button-control {
    position: absolute;
    width: 44px;
    height: 44px;
    padding: 17px;
    margin: 0;
    background: url(Stop-b.png) no-repeat center center;
    font-size: 0px;
    border: none !important;
    border-radius: 50% !important;
}



#banner-buttons-start.banner-button-control.notcurrent, 
#banner-buttons-stop.banner-button-control.notcurrent {
    display: block !important;
    z-index: 9;
}
/* -------------------------------  BANER SLOT END ------------------------------------------ */

/* ---------------------- SEARCH EXTENDED ------------------- */
.search-extended-text input.search-submit {
    min-height: 44px;
    flex-grow: 1;
}
#label_search_string_p {
    padding-bottom: 5px;
}
#search-extended-date {
    margin-bottom: 40px;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
#search-extended-date li.search-date-limit.inactive {
    display: grid;
    grid-auto-columns: 100px auto;
    grid-auto-rows: auto auto;
    width: 15%;
}
#search-extended-date li.search-date-limit.inactive span.search-part {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: 1;
}
#search-extended-date li.search-date-limit.inactive input {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    border: 2px solid;
    width: 100px !important;
    border-right: none;
    padding-left: 10px; 
    color: #004282;
}
#search-extended-date li.search-date-limit.inactive #date-help-searchdatefrom,
#search-extended-date li.search-date-limit.inactive #date-help-searchdateto {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    border: 2px solid ;
    border-left: none;
}
#search-extended-parts {
    margin: 15px 0;
}
#search-extended-date li.search-date-trigger {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
#search-extended-date li.search-date-trigger input {
    width: auto;
    margin: 11px 11px 11px 0;
    display: block;
}
#search-extended-date li.search-date-trigger a.search-part,
#search-extended-date li.search-date-trigger a.search-part.current {
    background: none;
    color: #363636;
}
#search-extended-select li a#search-select-all,
#search-extended-select li a#search-select-none {
    padding-left: 25px;
}
#search-extended-select li a#search-select-all::before {    
    display: inline-flex;
    clear: both;
    content: '';
    background: url(checker.png) no-repeat;
    width: 15px;
    height: 13px;
    top: auto;
    left: auto;
    bottom: auto;
    right: 8px;
    z-index: 99;
    transition-duration: .2s;
    position: relative;
}
#search-extended-select li a#search-select-none::before {
    display: inline-flex;
    clear: both;
    content: '';
    background: url(zrusit-filter.png) no-repeat;
    width: 15px;
    height: 13px;
    top: auto;
    left: auto;
    bottom: auto;
    right: 8px;
    z-index: 99;
    transition-duration: .2s;
    position: relative;
}


/* ---------------------- SEARCH EXTENDED END ---------------------- */
/* ------------------------------------      extra-block-top      ------------------------------------------------ */
#extra-block-top {
    position: relative;
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    right: 0;
    padding: 0;
    top: -46px;
    z-index: 9;
    margin: 0 auto;
}
#extra-block-top .column_ha {
    /*max-width: 1200px;*/
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.module_envelope.env_hf_menu_block {
    padding: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
h2.menu-block-name {
    text-align: left;
    border: none;
    width: 17%;
    padding: 21px 0 9px 30px;
    background: #fff;
    display: block;
    color: #00192f;
    margin: 0;
}
span.menu-block-name {
    color: #00192f;
    font-size: 1.111111em;
    line-height: 150%;
    padding-left: 0px;
    font-weight: bold;
}

#extra-block-top .module-container-columns-envelope {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: url(bg-menubox.png) no-repeat center top;
    width: 100%;
    height: 102px;
}
#extra-block-top .module-container-columns-envelope br {
    display: none;
}

#extra-block-top .module-container-columns-envelope .editor p {
    word-break: break-all;
    text-align: left;
}
#extra-block-top .module-container-columns-envelope .editor p strong span {
    color: #fff;
}
#extra-block-top .module-container-columns-envelope .column-1.width-16,
#extra-block-top .module-container-columns-envelope .column-2.width-16,
#extra-block-top .module-container-columns-envelope .column-3.width-16 {
    width: 19%;
    padding: 5px 4px;
}
#extra-block-top .module-container-columns-envelope .column-4.width-50 {
    width: 40%;
}

#extra-block-top .module-container-columns-envelope .editor ul {
    display: flex;
    flex-wrap: wrap;
}

.editor h2 {
    clear: both;
    /*color: #fff !important;*/
}
#extra-block-top .env_hf_text_obrazok a {
    color: #fff;
    font-size: 0.87em;
    background: url(bullet-menubox.png) no-repeat center right;
    padding-right: 6px;
}
#extra-block-top .env_hf_text_obrazok .main_block {
    width: 100%;
    display: flex;
}


/* ----------------------------------- MENU BLOCK ----------------------------------- */
ul.menu_block {
    padding: 0px 0 25px;
    margin: 0;
    display: flex;
    background: #fff;
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#extra-block-top .env_hf_text_obrazok .main_block .menu-block,
#extra-block-top .env_hf_text_obrazok .main_block .menu_block_foto {
    width: 49%;
    display: inline-block;
}
#extra-block-top .env_hf_text_obrazok .main_block .menu_block_foto {
    padding-left: 15px;
}
#extra-block-top .env_hf_text_obrazok .main_block .menu_block_foto .menu_block_photo {
    width: 123px;
    height: 76px;
    border: 3px solid #daedf6;
    background: #fff;
}
#extra-block-top .env_hf_text_obrazok .main_block .menu_block_foto .menu_block_photo a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 73px;
}
ul.menu_block li a.menu-block-under-trigger.mb-mobile-closed {
    display: none;
    width: 100%;
    box-sizing: border-box;
}
li.menu_block_kat ul.menu-block-under-receiver {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /* flex-flow: column; */
    padding-top: 0px;
    width: 97%;
    margin: 0 0 0;
    /* background: url(bg-graf.png) no-repeat bottom left; */
}
li.menu_block_kat ul.menu-block-under-receiver li::before {
    background: url(bg-block-list-type.png) no-repeat center left;
    display: inline-flex;
    content: '';
    clear: both;
    width: 5px;
    height: 100%;
    top: 0px;
    left: -6px;
    right: auto;
    z-index: 9;
    position: absolute;
}



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%;
}

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 {
    margin: 0;
    width: 25%;
    height: auto;
    background: url(sep-menubox.png) no-repeat bottom right;
}
/*.mb_ord0 li.menu_block_head {
	background: url('bg-block-1.png') no-repeat center top;
}
.mb_ord1 li.menu_block_head {
	background: url('bg-block-2.png') no-repeat center top;
}
.mb_ord2 li.menu_block_head {
	background: url('bg-block-3.png') no-repeat center top;
}
.mb_ord3 li.menu_block_head {
	background: url('bg-block-4.png') no-repeat center top;
}*/
ul.menu_block li a {
	font-size: 1.1em;
	color: #363636;
}
li.menu_block_head {
    margin: 0 0 0px !important;
    height: auto;
    cursor: pointer;
    visibility: visible;
    font-size: 1em;
    padding: 13px 0 0px 16px;
    font-weight: bold;
    line-height: 55%;
    text-align: left;
}
li.menu_block_head > img {
    display: none;
}
li.menu_block_order_0, 
li.menu_block_order_1, 
li.menu_block_order_2, 
li.menu_block_order_3,
li.menu_block_order_4 {
    padding: 9px 16px 0 5px !important;
    margin: 0 !important;
    position: relative;
    display: inline-flex !important;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    background: none !important;
    width: 100%;
}
ul.menu_block li a {
    color: #004282;
    min-height: 24px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    /*transition-duration: .15s;
    border-bottom: 1px solid;*/
}
ul.menu_block li a:hover {
    /*border-bottom: 3px solid;*/
    font-weight: 600;

}
ul.menu-block-under-receiver li a {
    font-weight: 300;
    font-size: 1.11111em;
    line-height: 150%;
}

li.menu_block_head.mobile-opened {
	background: #363636 url('menu-arrow-up-w.png') 95% 50% no-repeat !important;
}
li.menu_block_kat ul {
    padding: 0;
    min-height: unset;
}
li.menu_block_kat ul {
	margin: 0;
	padding: 0;
}
li.mobile-closed {
	display: none;
	background: #f0f0f0;
	background-image: none;
	padding: 0 0 0 20px;
	margin: 0;
	background-position: 15px 50%;
}
li.mobile-closed a {
    display: block;
    line-height: 150%;
    text-decoration: none;
}
ul.menu_block li.brclear {
	display: none;
}
#homepage_0 .first_center_envelope .link-for-speech {
    margin-top: 0;
}


.extra-block-bottom li.menu_block_head {
    margin: 0px !important;
    height: auto;
    font-size: 1em;
    padding: 0;
    font-weight: bold;
    background: url(bg-block-footer.png) no-repeat center top 25px;
    color: #2d3a46;
    text-transform: uppercase;
    text-align: center;
}
/* ----------------------------------- MENU BLOCK END -----------------------------------*/


#main-content {
    width: 100%;
    margin: 0px auto;
    display: block;
    padding-top: 0;
    position: relative;
}

#main-content .column_mc {
    display: flex !important;
    flex-wrap: wrap;
    max-width: 1224px;
    width: 100%;
    padding: 10px;
    left: 0;
    border-radius: 10px 10px 0 0;
    right: 0;
    background: #fff;
    margin: 0 auto;
}
main#main {
    width: 56%;
    padding: 0px 37px 20px;
    text-align: left;
    flex-grow: 1;
}
/*#homepage_0 main#main,
#m_168903 main#main  {
    width: 100%;
    padding: 0;
    text-align: left;
}*/

aside#left-column {
    width: 23%;
    max-width: 250px;
    padding: 0;
    margin: 0 0 0px;
}
aside#right-column {
    width: 23%;
    max-width: 250px;
    padding: 0 0px 0 0;
    margin: 0 0 0px;
}


/* ------------------------------------     extra-block-top END      ------------------------------------------------ */


/* ------------------------------------     MAIN CONTAIN       ------------------------------------------------ */

h1 {
    display: block;
    text-align: left;
    font-weight: bold;
    text-transform: none;
    color: #0d0e3e;
    margin: 0;
    font-size: 1.666666em !important;
    padding: 26px 0 15px !important;
}
h2 {
    width: auto;
    margin: 0 0 0.7em;
    padding: 20px 19px;
    font-size: 1.25em;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: #004282;
}
h2.head-column {
    width: auto;
    margin: 0;
    padding: 19px 20px 18px;
    position: relative;
    text-align: left;
    font-size: 1.25em;
    font-weight: bold;
    list-style: none;
    color: #363636;
    background: #f1f1f1;
    border: none;
}
h2.oznamy-new-columns a, 
h2.actions-new-columns a {
    display: block;
    width: auto;
    position: relative;
    right: 0;
    font-size: 16px;
    margin: 0;
    line-height: 16px;
    /* line-height: 150%; */
    padding: 4px 21px 0px 0;
    background: url(arrow-all-white.png) no-repeat center right;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid;
    text-transform: unset;
    transition-duration: .15s;
}
h2.oznamy-new-columns a:hover, 
h2.actions-new-columns a:hover {
    border-bottom:3px solid;
}
.column_r h2.module_header {
    background: #fff89f;
    width: auto;
    min-height: 60px;
    margin: 5px 0;
    padding: 10px 15px;
    position: relative;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 150%;
    list-style: none;
    color: #363636;
    border-left: 7px solid #f2e697;
}

h2.oznamy-new-columns, 
h2.actions-new-columns {
    width: 100%;
    padding: 14px 19px;
    line-height: 150%;
}

h3 {
    width: auto;
    margin: 0 0 0.7em;
    padding: 19px 19px;
    font-size: 1.25em;
    font-weight: bold;
    text-align: left;
    color: #004778;
    background: #f0f7fc;
}

legend {
    font-size: 1.25em;
    padding: 25px 0 15px;
    font-weight: bold;
}
.float_right {
    float: right;
    position: relative;
    width: auto;
}
ul.oznamy-new-colums-list-default li h3, 
ul.actions-new-colums-list-default li h3 {
    font-size: 1.25em;
    /* max-height: 2.92em; */
    height: 2.92em;
    width: 100%;
    font-weight: bold;
    line-height: 150%;
    overflow: hidden;
    background: #fff;
    padding: 0px !important;
    border: none !important;
    margin: 0;
    align-items: center;
    text-transform: none;
    /* color: #363636; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.oznamy-new-colums-list-default li h3 a,
ul.oznamy-graphic-list-default li h3 a, 
ul.actions-new-colums-list-default li h3 a, 
ul.actions-graphic-list-default li h3 a {
    color: #004778;
    text-decoration: none;
    border-bottom: 1px solid;
    transition-duration: .25s;
}
ul.oznamy-new-colums-list-default li h3 a:hover,
ul.oznamy-graphic-list-default li h3 a:hover, 
ul.actions-new-colums-list-default li h3 a:hover, 
ul.actions-graphic-list-default li h3 a:hover {
    color: #363636;
    border-bottom: 2px solid;
}

div.env_oznamy h4.oznamy-subtitle, 
div.env_oznamy_uvod h4.oznamy-subtitle, 
h4.oznamy-subtitle,
.column h4 {
    width: auto;
    margin: 0 0 0.7em;
    padding: 10px 10px 10px 1px;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}
div.vzn-new h4 {
    padding: 0;
    font-size: 1.25em;
}
div.vzn-new > div > a {
    font-size: 1.11111em;
}
div.env_oznamy h4.oznamy-subtitle a, 
div.env_oznamy_uvod h4.oznamy-subtitle a, 
h4.oznamy-subtitle a, div.env_oznamy h3 a {
    background: none;
    font-size: 1.25em;
    text-decoration: underline !important;
}
div.env_oznamy h4.oznamy-subtitle a:hover, 
div.env_oznamy_uvod h4.oznamy-subtitle a:hover, 
h4.oznamy-subtitle a:hover, 
div.env_oznamy h3 a:hover,
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 {
   color: #000;
}

ul.oznamy-new-columns-list li div.image-envelope, 
ul.actions-new-columns-list li div.image-envelope {
    max-height: 156px;
    height: 100%;
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px;
}
ul.oznamy-new-colums-list-default li div.image-envelope-default img, 
ul.oznamy-graphic-list-default li div.image-envelope-default img, 
ul.actions-new-colums-list-default li div.image-envelope-default img, 
ul.actions-graphic-list-default li div.image-envelope-default img {
    max-width: 100%;
    width: 100%;
}

/* --------------------------- TABBED ---------------------------- */
.module_envelope.for-tabbing h2.oznamy-new-columns {
   /* background: none;
    margin: 0;
    box-shadow: none;
    border: none;*/
}
.module_envelope.for-tabbing h2.oznamy-new-columns::before {
    display: none;
}
.module_envelope.for-tabbing h2.oznamy-new-columns a {
      /* position: absolute; */
      /*top: -70px;*/
    /*text-decoration: underline;*/
}

div.tabbed-page-modules-envelope li.tabbed-page-modules-li a:hover, 
div.tabbed-page-modules-envelope li.tabbed-page-modules-li a.current {
    color: #363636 !important;
    border-bottom: 1px solid #004778 !important;
    /*background: #faffa4 !important;*/
    position: relative;
    transition-duration: .15s;
}
div.tabbed-page-modules-envelope li.tabbed-page-modules-li a:hover::after, 
div.tabbed-page-modules-envelope li.tabbed-page-modules-li a.current::after {
    /*display: block;
    content: '';
    clear: both;
    background: url(sep-tabbed.png) no-repeat !important;
    width: 40px;
    height: 20px;
    top: auto;
    bottom: -21px;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: 0 auto;
    position: absolute;*/
}

div.tabbed-page-modules-envelope {
	margin: 0 !important;
	padding: 0;
	text-align: left;
}
/*#homepage_0 div.tabbed-page-modules-envelope ul.tabbed-page-modules {
    margin: 0px 0;
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
}*/
div.tabbed-page-modules-envelope ul.tabbed-page-modules {
    margin: 0px 0 25px;
    display: flex;
    width: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    gap: 21px;
}
div.tabbed-page-modules-envelope li.tabbed-page-modules-li {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    display: block;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    width: auto;
    
}
div.tabbed-page-modules-envelope li.tabbed-page-modules-li a{
    padding: 17px 25px 16px !important;
    font-weight: bold;
    line-height: 150%;
    display: block !important;
    white-space: normal !important;
    text-decoration: none !important;
    color: #004778 !important;
    font-size: 1.25em !important;
    background: #f5f5f5 !important;
    border-bottom: 2px solid #dddddd !important;
} 
div.tabbed-page-modules-envelope li.tabbed-page-modules-li a:hover::after,
div.tabbed-page-modules-envelope li.tabbed-page-modules-li a.current::after {
/*    content: '';
    clear: both;
    background: url(sep-tabbed.png) no-repeat;
    width: 14px;
    height: 6px;
    top: auto;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center !important;
    transform: translate(-50%, -50%);
    position: absolute;*/
}
/* --------------------------- TABBED END ------------------------- */

ul.oznamy-new-colums-list-default, 
ul.oznamy-new-columns-all-list-default, 
ul.oznamy-graphic-all-list-default, 
ul.actions-new-colums-list-default, 
ul.actions-new-columns-all-list-default, 
ul.actions-graphic-all-list-default {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 25px; */
}

.env_actions_portal_common ul.act-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.act-list h4 span.act-list-name a:hover {
    text-decoration: underline;
    color: #004282 !important;
}


ul.oznamy-new-columns-list p.oznamy_date, 
ul.actions-new-columns-list p.oznamy_date {
    text-align: left;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 5px 27px 5px 0;
    bottom: 0;
    overflow: hidden;
    font-size: 1em;
    right: 0px;
}
ul.oznamy-new-columns-list li div.short-text, 
ul.actions-new-columns-list li div.short-text {
    box-sizing: border-box;
    padding: 5px 0 !important;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    margin: 9px 0 13px;
    color: #000;
    word-break: break-word;
    font-size: 1.11111em;
    height: 3em;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


ul.oznamy-new-columns-list li, 
ul.actions-new-columns-list li {
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    min-width: 250px;
    align-items: flex-start;
    width: 48% !important;
    border-bottom: 1px solid #ddd;
    margin: 0 0% 20px 0;
    padding: 0 0 1em;
    height: auto !important;
    overflow: hidden;
    transition-duration: 0.3s;
    position: relative;
}
ul.actions-new-columns-list li {
    display: grid;
    grid-template-columns: 235px auto;
    grid-template-rows: auto auto auto auto;
    width: 100% !important;
}

ul.actions-new-columns-list li div.image-envelope {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: span 4;
}
ul.actions-new-colums-list-default li h3 {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
}
ul.actions-new-columns-list li div.short-text {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
}


ul.oznamy-new-columns-list li:nth-of-type(2n+2), 
ul.actions-new-columns-list li:nth-of-type(2n+2) {
	margin-right: 0;
}


table.program_table td a.a-ci-link-short {
	display: block;
    width: 100%;
    height: 286px;
    overflow: hidden;
}

div.env_oznamy .program_table img {
    float: none !important;
    padding: 0;
    margin: 0 auto 7px !important;
    max-width: 100%;
    background: #fff;
    border: none;
    /*width: 100%;*/
    /*max-height: none !important;*/
    display: block;
}
ul.oznamy-new-colums-list-default li.without-image-default div.image-envelope-default, 
ul.actions-new-colums-list-default li.without-image-default div.image-envelope-default {
    background: url(Obec-info.png); 
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
ul.oznamy-new-columns-all-list-default li.without-image div.image-envelope {
    background: url(Obec-info.png);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
ul.oznamy-new-colums-list-default li.without-image-default div.image-envelope-default div.noimage-inner, 
ul.actions-new-colums-list-default li.without-image-default div.image-envelope-default div.noimage-inner {
    height: 220px;
}


.env_text_obrazok .rychle_oznamy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.env_text_obrazok .rychle_oznamy p {
    display: none;
    
}
.env_text_obrazok .rychle_oznamy p a {
    width: 270px;
    height: 270px;
    display: block;
    box-sizing: border-box;
}
.env_text_obrazok .rychle_oznamy figure img {
    padding: 0;
    
    opacity: 0.45;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.env_text_obrazok .rychle_oznamy figure {
    background: #363636;
    
}
.env_text_obrazok .rychle_oznamy figure img {

}
.env_text_obrazok .rychle_oznamy span.text-oznamy {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    bottom: 63px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    font-size: 1.125em;
    color: #363636;
    font-weight: bold;
    padding: 21px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.env_text_obrazok .rychle_oznamy a:hover figure img {
    opacity: 1;
}
.env_text_obrazok .rychle_oznamy a:hover span.text-oznamy {
    background: url(bg-rychle-oznamy-img.png) no-repeat center center;
    color: #fff;
    padding: 19px;
    text-decoration: underline;
}


#homepage_0 .env_common_items_columns_responsive  .module-inner-envelope {
    display: flex;
    flex-wrap: wrap;
}
/*#homepage_0 h2.oznamy-new-columns a, #homepage_0 h2.actions-new-columns a {
    display: block;
    width: 70px;
    position: absolute;
    top: 180px;
    right: 0;
    font-size: 0.75em;
    margin: 0;
    padding: 12px 30px 21px 0;
    line-height: normal;
    background: url(bg_graficke_oznamy.png) no-repeat left bottom;
    color: #363636 !important;
    font-weight: 300;    
    text-decoration: none;
    border: none;
    text-transform: unset;
}*/

/* ------------------------------------  OZNAMY / AKCIE NOVA GRAFIKA  ------------------------------------  */
ul.oznamy-graphic-list-default, 
ul.actions-graphic-list-default {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 15px !important;
    list-style-type: none;
    display: none;
}
ul.oznamy-graphic-list-default li, 
ul.actions-graphic-list-default li {
	position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    
}

ul.oznamy-graphic-list li div.oznamy-graphic-info-envelope, 
ul.actions-graphic-list li div.action-info-envelope {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    max-height: 80%;
    background: rgb(9,43,96);
    background: linear-gradient(0deg, rgba(9,43,96,1) 20%, rgba(9,43,96,0.6811099439775911) 76%, rgba(253,187,45,0) 100%);
    padding: 40px 15px 15px 15px;
}
ul.oznamy-graphic-list-default li.next-oznamy {
	padding-right: 0;
}
ul.oznamy-graphic-list-default li div.image-envelope-default img, 
ul.actions-graphic-list-default li div.image-envelope-default img {
	width: 270px !important;
    height: 270px !important;
    min-height: unset !important;
    max-width: fit-content !important;
    min-width: unset !important;
    transform: scale3d(1, 1, 1);
    margin: 0 auto;
}
ul.oznamy-graphic-list-default li div.oznamy-graphic-info-envelope-default h3, 
ul.actions-graphic-list-default li div.action-info-envelope-default h3 {
    font-size: 1em;
    font-weight: bold;
    background: none;
    color: #ffffff;
    height: 4em;
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0;
}
ul.oznamy-graphic-list-default li div.oznamy-graphic-info-envelope-default h3 a, 
ul.actions-graphic-list-default li div.action-info-envelope-default h3 a {
    font-size: 1.25em;
    font-weight: 300;
    background: none;
    color: #ffffff;
    line-height: 150%;
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.oznamy-graphic-list-default li.next-oznamy div.all-data-envelope, 
ul.actions-graphic-list-default li.next-actions div.all-data-envelope {
    box-sizing: border-box;
    background: #fff;
    color: #000 !important;
    padding: 20px;
}
ul.oznamy-graphic-list-default li.next-oznamy h3, 
ul.actions-graphic-list-default li.next-actions h3 {
    background: none;
    padding: 0;
    margin: 0;
    color: #212938;
    height: auto;
    font-size: 1.25em;
    font-weight: bold;
}
ul.oznamy-graphic-list-default li.next-oznamy ul.next-oznamy-list li a, 
ul.actions-graphic-list-default li.next-actions ul.next-actions-list li a {
    box-sizing: border-box;
    width: auto;
    font-size: 1.11111em;
    max-width: 80%;
    color: #26498b;
    text-decoration: underline;
    height: auto;
    line-height: 150%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
ul.oznamy-graphic-list li.next-oznamy ul.next-oznamy-list li, 
ul.actions-graphic-list li.next-actions ul.next-actions-list li {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 20px;
    border: none;
    overflow: hidden;
    margin: 0 0 7px;
    padding: 0;
    font-size: 1em;
    color: #000;
    border-radius: unset;
}
ul.oznamy-graphic-list li.next-oznamy ul.next-oznamy-list li a:hover, 
ul.actions-graphic-list li.next-actions ul.next-actions-list li a:hover,
ul.oznamy-graphic-list li.next-oznamy .oznamy-graphic-all-link:hover, 
ul.actions-graphic-list li.next-actions .actions-graphic-all-link:hover {
	text-decoration: underline;
}
ul.oznamy-new-columns-all-list li, 
ul.oznamy-graphic-all-list li, 
ul.actions-new-columns-all-list li, 
ul.actions-graphic-all-list li {
    box-sizing: border-box;
    display: inline-block;
    height: auto !important;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    padding-bottom: 5px;
}
ul.oznamy-new-columns-all-list li div.image-envelope, 
ul.oznamy-graphic-all-list li div.image-envelope, 
/*ul.actions-new-columns-all-list li div.image-envelope, */
ul.actions-graphic-all-list li div.image-envelope {
    float: left;
    width: 200px;
    height: 150px;
    overflow: hidden;
    margin-right: 10px;
}
ul.oznamy-new-columns-all-list li div.short-text-envelope h3, 
ul.oznamy-graphic-all-list li div.short-text-envelope h3, 
ul.actions-new-columns-all-list li div.short-text-envelope h3, 
ul.actions-graphic-all-list li div.short-text-envelope h3 {
    background: none;
    font-size: 1.25em;
    padding: 5px 0 0px;
    height: 2.7em;
    overflow: hidden;
}
ul.oznamy-new-columns-all-list li div.short-text-envelope h3 a, 
ul.oznamy-graphic-all-list li div.short-text-envelope h3 a, 
ul.actions-new-columns-all-list li div.short-text-envelope h3 a, 
ul.actions-graphic-all-list li div.short-text-envelope h3 a {
    text-decoration: underline;
    color: #004778;
    transition-duration: .15s;
}
ul.oznamy-new-columns-all-list li div.short-text-envelope h3 a:hover, 
ul.oznamy-graphic-all-list li div.short-text-envelope h3 a:hover, 
ul.actions-new-columns-all-list li div.short-text-envelope h3 a:hover, 
ul.actions-graphic-all-list li div.short-text-envelope h3 a:hover {
    color: #363636;
}

ul.oznamy-graphic-all-list li div.short-text-envelope div.short-text {
	font-size: 0.875em;
    height: 6em;
}
ul.oznamy-graphic-all-list-default li div.short-text-envelope-default p.oznamy_date {
	font-size: 0.75em;
    text-align: right;
    padding: 10px 0 5px;
    color: #333;
}
div.oznamy-new-columns-item-back-default a, 
div.oznamy-graphic-item-back-default a, 
div.actions-new-columns-item-back-default a, 
div.actions-graphic-item-back-default a, 
div.zasadania-item-back-default a {
    padding: 12px 25px;
    line-height: normal;
    width: auto;
    background: #004282;
    font-weight: 600;
    border: none;
    color: #fff;
    text-decoration: none;
}
div.oznamy-new-columns-item-back-default a:hover, 
div.oznamy-graphic-item-back-default a:hover, 
div.actions-new-columns-item-back-default a:hover, 
div.actions-graphic-item-back-default a:hover, 
div.zasadania-item-back-default a:hover {
    background: #fff !important;
    color: #004282;
    border: 0px solid #fff;
    transition: .3s;
    box-shadow: 1px 1px 5px 0px rgb(0 66 130 / 51%);
}
ul.oznamy-graphic-list-default li.next-oznamy .oznamy-graphic-all-link, 
ul.actions-graphic-list-default li.next-actions .actions-graphic-all-link {
    font-weight: bold;
    font-size: 1.11111em;
    background: #004282;
    color: #fff;
    padding: 10px;
    border: 2px solid #363636;
    text-align: center;
    margin-top: 0;
    height: auto;
    width: 100%;
}
ul.oznamy-graphic-list-default li.next-oznamy .oznamy-graphic-all-link:hover, 
ul.actions-graphic-list-default li.next-actions .actions-graphic-all-link:hover {
    color: #314c70;
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0 66 130 / 51%);
}
ul.oznamy-graphic-list-default li.next-oznamy ul.next-oznamy-list li a:after, 
ul.actions-graphic-list-default li.next-actions ul.next-actions-list li a:after {
    display: none !important;
    content: '...';
}
ul.oznamy-graphic-list-default li.next-oznamy ul.next-oznamy-list, 
ul.actions-graphic-list-default li.next-actions ul.next-actions-list {
    display: block;
    margin-top: 15px;
    padding: 0;
    height: 65%;
}
#homepage_0 div.module_envelope.list .actions-new-columns-all-list,
#homepage_0 div.module_envelope.list .oznamy-new-columns-all-list,
#homepage_0 div.module_envelope.detail {
    width: auto;
	margin: 0 auto 30px;
}
.env_common_items_columns_responsive.list .oznamy-new-colums-form-envelope .form-label-default.form-label:nth-child(1) {
	width: 100%;
    text-align: left;
}
.env_common_items_columns_responsive.list div.oznamy-new-columns-item-back {
    display: block;
    text-align: right;
    width: auto;
    margin: 10px auto 0;
}

div.module_envelope.env_common_items_columns_responsive div.file_download,
div.module_envelope.env_common_items_columns_responsive div.file-download {
	clear: both;
}


 /* ---------- SÚBORY NA STIAHNUTIE ---------------- */
div.file-download {
    text-align: left;
    position: relative;
    margin: 3px 0;
    border-top: none !important;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #ddd;
}
div.file-download a {
    width: 100%;
    padding: 3px 0;
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1em;
    min-height: 35px;
    margin: 3px 0;
    text-decoration: none;
    /*border-bottom: 1px solid;*/
    overflow-wrap: break-word;
    transition: ease-in-out .15s;
}
div.file-download a span.file-text {
    width: auto;
    max-width: 79%;
    margin-right: 10px;
    padding: 5px 5px 0 0;
    transition: ease-in-out .15s;
    float: unset;
    color: #363636;
    line-height: 150%;
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 1.11111em;
}
div.file-download a:hover span.file-text {
    color: #363636;
    border-bottom: 2px solid;
}
/* ---------- SÚBORY NA STIAHNUTIE END ---------------- */


/* === Vyhladavanie vodorovne oznamy === */
.env_common_items_columns_responsive .oznamy-new-colums-form-envelope form {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.env_common_items_columns_responsive .oznamy-new-colums-form-envelope.with-kats .form-label.form-label:nth-child(1) {
    width: 33.33%;
    order: 1;
    text-align: left;
}
.env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-label.form-label {
	width: 66.66%;
    order: 2;
    flex-grow: 1;
    text-align: left;
}
.env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-searchtext.form-searchtext {
    width: 33.33%;
    order: 3;
    flex-grow: 1;
}
.env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-select.form-select {
    width: 33.33%;
    order: 4;
}
.env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-submit.form-submit {
    width: 33.333%;
    order: 5;
}
.env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-label.form-label {
    padding-left: 10px;
}
div.oznamy-new-colums-form-envelope span.form-searchtext input, 
div.oznamy-graphic-form-envelope span.form-searchtext input, 
div.zasadania-form-envelope span.form-searchtext input {
    padding: 4px;
    height: 100%;
    border: 2px solid #004778;
}
.env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-select.form-select select {
    height: 100%;
    border: 2px solid #004778;
}
/* === Vyhladavanie vodorovne oznamy End === */


/* === Vyhladavanie oznamy graficke === */
.env_common_items_graphic .oznamy-new-colums-form-envelope form {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.env_common_items_graphic .oznamy-new-colums-form-envelope .form-label-default.form-label:nth-child(1) {
    width: 18%;
    order: 1;
    text-align: left;
}
.env_common_items_graphic .oznamy-new-colums-form-envelope .form-label-default.form-label {
    width: 66.66%;
    order: 2;
    text-align: left;
}
.env_common_items_graphic .oznamy-new-colums-form-envelope .form-searchtext-default.form-searchtext {
    width: 33.33%;
    order: 3;
    flex-grow: 1;
}
.env_common_items_graphic .oznamy-new-colums-form-envelope .form-select-default.form-select {
    width: 33.33%;
    order: 4;
}
.env_common_items_graphic .oznamy-new-colums-form-envelope .form-submit-default.form-submit {
    width: 270px;
    order: 5;
}
.env_common_items_graphic .oznamy-new-colums-form-envelope .form-label-default.form-label {
    padding-left: 10px;
}



/* === Vyhladavanie oznamy graficke End === */

/* ------------------------------------  OZNAMY / AKCIE NOVA GRAFIKA END-----------------------------------  */

/* ---------------------- AKCIE --------------------- */
.actions-new-colums-form-envelope form {
    /*display: flex;
    flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: auto auto 50%;
    grid-template-rows: auto auto auto;
    grid-column-gap: 1%;
}
.actions-new-colums-form-envelope form .form-label:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
} 
.actions-new-colums-form-envelope form .form-date:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    border: 2px solid #579a75;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.actions-new-colums-form-envelope form .form-label:nth-of-type(3) {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
} 
.actions-new-colums-form-envelope form .form-date:nth-of-type(4) {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    border: 2px solid #579a75;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.actions-new-colums-form-envelope form .form-date input {
    border: none;
    color: #363636;
    font-size: 1.11111em;
    width: 80% !important;
}
.actions-new-colums-form-envelope form .form-label:nth-of-type(5) {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
} 
.actions-new-colums-form-envelope form .form-select {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    width: 100% !important;
}
div.actions-new-colums-form-envelope span.form-select select {
    border: 2px solid #579a75;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.actions-new-colums-form-envelope form .form-submit {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 3;
    grid-row-end: 3;
    margin: 20px auto;
    width: auto !important;
    max-width: 300px;
}
ul.actions-new-columns-all-list li div.image-envelope a {
    float: left;
    width: 235px;
    height: 156px;
    overflow: hidden;
    margin-right: 10px;
}
ul.actions-new-columns-all-list-default li div.image-envelope-default {
    float: left;
    width: auto;
    height: auto;
    overflow: visible;
    margin-right: 10px;
}


div.actions-new-colums-form-envelope span.form-label:nth-of-type(5) {
    width: 100%;
    text-align: left;
}
div.actions-new-colums-form-envelope span.form-select {
    height: 50px;
}
div.actions-new-colums-form-envelope span.form-select select {
    height: 100%;
}
div.actions-new-colums-form-envelope span.form-submit {
    flex-grow: 1;
}
ul.oznamy-new-columns-all-list-default li div.short-text-envelope-default div.short-text-default, 
ul.oznamy-graphic-all-list-default li div.short-text-envelope-default div.short-text-default, 
ul.actions-new-columns-all-list-default li div.short-text-envelope-default div.short-text-default,
ul.actions-graphic-all-list-default li div.short-text-envelope-default div.short-text-default {
    height: 2.6em;
    overflow: hidden;
    font-size: 1.11111em;
    margin-bottom: 20px;
}
.short-text-envelope .actions-date,
.short-text-envelope .actions-price,
.short-text-envelope .actions-place {
    font-weight: bold;
}
.data-part-envelope .data-name {
    font-weight: 600;
}
.data-part-envelope {
    margin: 3px 0;
    line-height: 150%;
}
/* ---------------------- AKCIE END --------------------- */

/* ------------------------------------  EUT  ------------------------------------  */

.env_elektronicka_uradna_tabula div.module_body {
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    justify-content: space-between;
}
.env_elektronicka_uradna_tabula .module_body.detail {
    display: block;
}
.env_elektronicka_uradna_tabula div.module_body h2 {
    width: 100%;
}
.env_elektronicka_uradna_tabula .eut-item-envelope {
    width: 48%;
    word-break: break-word;
    padding: 10px;
    margin: 0.3em 0.3em 0.3em 0;
    border-bottom: 1px solid #dddddd;
}
.env_elektronicka_uradna_tabula .file-download {
    width: 100%;
}
.env_elektronicka_uradna_tabula .eut-item-envelope a img.ci-link-short {
    width: 100%;
    height: auto;
    max-height: unset !important;
    margin: 0 0 10px !important;
}
.env_elektronicka_uradna_tabula .paging:nth-of-type(1) {
    display: none;
} 
.eut-item-envelope .file-download {
    display: none !important;
}
h3.eut-inv-date {
    display: inline-flex;
    height: fit-content;
    width: auto;
    margin: 0 0 0.7em;
    padding: 10px 10px 10px 1px !important;
    font-size: 1.125em;
    font-weight: bold;
    text-align: left;
    color: #363636;
    background: #fff;
}
.fsh-eut-inv-body {
    width: auto;
    display: inline-flex;
    flex-wrap: wrap;
    top: 33px;
    position: absolute;
    display: none;
}
.env_elektronicka_uradna_tabula .eut-item-envelope h4 {
    width: auto;
    margin: 0 0 0.7em;
    padding: 10px 10px 10px 1px !important;
    font-size: 1.125em;
    font-weight: bold;
    text-align: left;
    color: #363636;
    background: #fff;
}
.env_elektronicka_uradna_tabula .eut-item-envelope a {
    display: block;
    width: 100%;
    max-height: 180px;
    height: auto;
    overflow: hidden;
}
.env_elektronicka_uradna_tabula .file-download span.file-text {
    font-size: 1.11111em;
    width: 70%;
    max-width: 650px;
    border-bottom: 1px solid;
    padding: 0 15px 0 10px;
}
div.file-download-default span.file-size-default {
    width: auto;
    color: #363636;
    font-size: 1.11111em;
}
/* ------------------------------------  EUT  END ------------------------------------  */
/* -------------------------------------------------- VZN NOVY -------------------------------------------------- */
form.vzn-filter {
    margin: 0 10px 10px 0 !important;
    border: 1px solid !important;
    padding: 15px 0 !important;
}
.module_envelope.env_vzn_new form.vzn-filter .fullwide tr:nth-child(2) td select {
    height: 44px;
    width: 100%;
}
.module_envelope.env_vzn_new form.vzn-filter .fullwide tr:nth-child(2) td.automatic-col-5 {
    position: absolute;
    top: 100px;
    right: 28px;
    width: 32%;
}
.module_envelope.env_vzn_new form.vzn-filter .fullwide tr:nth-child(2) td.automatic-col-5 input.button {
    height: 44px;
}
.env_vzn_new .vzn-filter tr td input.button {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
}
.env_vzn_new .vzn-filter tr td.automatic-col-2 input {
    width: 100%;
}
.module_envelope.env_vzn_new form.vzn-filter tr td input {
    height: 100%;
    margin-top: 0px;
}
.env_vzn_new .vzn-filter table:nth-of-type(2) {
	width: 76%;
}
.env_vzn_new .vzn-filter table:nth-of-type(2) td.automatic-col-2 {
    width: 77%;
    float: left;
    height: 55px;
}
.env_vzn_new .vzn-filter tr td.automatic-col-2 input {
    width: 100%;
}

.env_vzn_new form.vzn-filter .fullwide tr td {
    width: 25%;
    padding-bottom: 0;
}
.env_vzn_new .vzn-filter table:nth-of-type(2) td.automatic-col-1 {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-bottom: 0;
}
.vzn-filter-envelope .vzn-finder-part-envelope input, 
.vzn-filter-envelope .vzn-finder-part-envelope select {
    height: 50px;
    padding: 0 10px !important;
    width: 100%;
    border-radius: 0px;
    box-sizing: border-box;
}
/* -------------------------------------------------- VZN NOVY end -------------------------------------------------- */

/* ------------------------------------     ZMLUVY / FAKTURY / OBJEDNAVKY      ------------------------------------------------ */

div.zmluvy-new-search {
    border: 1px solid #000;
    padding: 10px;
}

div.zmluvy-new-search table.program_table tr {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
}
/* ----------------------- TR 1  -------------------------------- */
div.zmluvy-new-search table.program_table tr:first-of-type td.automatic-col-1 {
    order: 1;
    width: 33%;
}
div.zmluvy-new-search table.program_table tr:first-of-type td.automatic-col-3 {
    order: 2;
    width: 33%;
}
div.zmluvy-new-search table.program_table tr:first-of-type td.automatic-col-5 {
    order: 3;
    width: 33%;
}
div.zmluvy-new-search table.program_table tr:first-of-type td.automatic-col-2 {
    order: 4;
    width: 33%;
    height: 44px;
}
div.zmluvy-new-search table.program_table tr:first-of-type td.automatic-col-4 {
    order: 5;
    width: 33%;
    height: 44px;
}
div.zmluvy-new-search table.program_table tr:first-of-type td.automatic-col-6 {
    order: 6;
    width: 33%;
    height: 44px;
}
/* ----------------------- TR 1 END -------------------------------- */
/* ----------------------- TR 2  ---------------------------------- */
div.zmluvy-new-search table.program_table tr:nth-of-type(2) td.automatic-col-3 {
    order: 2;
    width: 33%;
}
div.zmluvy-new-search table.program_table tr:nth-of-type(2) td.automatic-col-5 {
    order: 3;
    width: 33%;
}
div.zmluvy-new-search table.program_table tr:nth-of-type(2) td.automatic-col-1 {
    order: 1;
    width: 33%;
}
div.zmluvy-new-search table.program_table tr:nth-of-type(2) td.automatic-col-4 {
    order: 5;
    width: 33%;    
    height: 44px;
}
div.zmluvy-new-search table.program_table tr:nth-of-type(2) td.automatic-col-6 {
    order: 6;
    width: 33%;
    height: 44px;
}
div.zmluvy-new-search table.program_table tr:nth-of-type(2) td.automatic-col-2 {
    order: 4;
    width: 33%;
    height: 44px;
}
div.zmluvy-new-search table.program_table tr:nth-of-type(2) td.automatic-col-2 input,
div.zmluvy-new-search table.program_table tr:nth-of-type(2) td.automatic-col-4 input,
div.zmluvy-new-search table.program_table tr:nth-of-type(2) td.automatic-col-6 input {
    height: 100% !important;
    width: 100% !important;
}


/* ----------------------- TR 2 END -------------------------------- */
/* ----------------------- TR 3  -------------------------------- */
div.zmluvy-new-search table.program_table tr:last-of-type td.automatic-col-1 {
    order: 2;
    width: 33%;
    height: 50px;
}
div.zmluvy-new-search table.program_table tr:last-of-type td.automatic-col-2 {
    order: 4;
    width: 33%;
    height: 50px;
}
div.zmluvy-new-search table.program_table tr:last-of-type td.automatic-col-2 input {
    width: 100% !important;
    height: 100% !important;
}
/* ----------------------- TR 3 END -------------------------------- */

div.zmluvy-new-search table.program_table tr td select {
    width: 100%;
    height: 100%;
}



div.zmluvy-new-search-demand a,
div.zof-export a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: auto !important;
    cursor: pointer;
    background: #f5f5f5;
    color: #363636;
    padding: 1em 1.7em;
    font-size: 1.1em;
    transition: ease-in-out .2s;
    font-weight: bold;
}
div.zmluvy-new-search-demand a:hover,
div.zof-export a:hover {
    background: #fff;
    color: #000;
    box-shadow: 1px 1px 5px 0px rgb(0 66 130 / 51%);
}
div.zof-export {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}
/* ------------------------------------     ZMLUVY / FAKTURY / OBJEDNAVKY   END ------------------------------------------------ */
/* ------------------------------------------------- MODUL ĽUDIA NOVY ------------------------------------------------- */
a.person-detail-trigger {
    background: url(arrow-filter-down.png) no-repeat 100% 50%;
padding: 15px 20px;
}
.persons-detail-envelope-default .persons-data .show-more-trigger {
    margin-top: 20px !important;
    text-align: right;
    padding: 0 10px;
    display: none;
}
a.person-detail-trigger.current {
    background: url(arrow-filter-up.png) no-repeat 100% 50%;
padding: 15px 20px;
}
.persons-detail-envelope {
    border-bottom: 3px solid #eee;
    margin-bottom: 15px;
    font-size: 1.1111111em;
}
.env_ludia div.persons-detail .float_left {
    width: 100%;
}
.env_ludia div.persons-detail img {
    float: left;
    margin: 0 7px 10px 0;
    position: relative;
    width: 45%;
    height: auto;
}
.persons-detail-envelope-default .show-more-target {
    margin: 15px 0 25px;
    border-top: 2px solid #363636;
    padding-top: 20px;
}
.persons-detail-envelope-default .image-envelope {
    max-height: 300px;
    height: auto;
}
/* === MODUL ĽUDIA NOVY End === */


/* === ZASADNUTIA === */
.env_vzn .year_selector h3 a {
    background: #f5f5f5;
    color: #363636;
    padding: 14px 22px;
    border-bottom: 2px solid #dddddd;
}
.env_vzn .year_selector h3 a:hover {
    background: #dff0ff;
    padding: 14px 22px;
    color: #363636;
    border-bottom: 2px solid #dff0ff;
}
.env_vzn .year_selector h3  {
    float: left;
    margin: 5px 3px;
}
h3.year_array {
    float: left;
    width: 18% !important;
    text-align: center;
    margin: 10px 6px;
    padding: 13px 0;
    background: none;
}
.env_zasadania div.year_selector h3.year_array a {
	background: #f5f5f5;
    color: #000;
    padding: 14px 22px;
    border-bottom: 3px solid #363636;
}
.env_zasadania div.year_selector h3.year_array a:hover {
    background: #eee;
    padding: 14px 22px;
    color: #353535;
    margin: 0 10px 0 0;
}
.env_zasadania {
    overflow-x: unset !important;
}
.env_zasadania .module-inner-envelope > .module_body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div.zasadenie-envelope {
    display: flex;
    width: 24%;
    min-width: 120px;
    flex: 1;
    margin: 0.52em;
}
div.zasadenie-envelope div a {
    width: 98%;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    display: block;
    box-sizing: border-box;
    /* float: left; */
    background: #fff;
    padding: 30px;
    /* margin: 10px 8px 10px; */
    text-align: center;
}
div.zasadenie-envelope div a:active,
div.zasadenie-envelope div a:hover {
	box-shadow:1px 1px 5px 0px rgb(0 66 130 / 51%) ;
    transition: .3s;
}




#search-extended-trigger li span, 
#search-extended-select li a, 
#search-extended-date li.search-date-trigger span {
	display: block;
    text-align: center;
    background: #f5f5f5;
    padding: 0 15px;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}
#search-extended-trigger li span.current, 
#search-extended-select li a:hover, 
#search-extended-date li.search-date-trigger span.current {
    color: #fff;
	background: #004778 !important;
	 
}
#search-extended-select li a:hover {
	box-shadow:1px 1px 5px 0px rgb(0 66 130 / 51%);
}
.env_common_items_columns_responsive .oznamy-new-colums-form-envelope span.form-searchtext {
    width: 75%;
}
.env_common_items_columns_responsive .oznamy-new-colums-form-envelope span.form-select {
    width: 51%;
    /*margin-top: 10px;*/
}

div.zasadania-form-envelope form {
    display: flex;
    flex-wrap: wrap;
}
div.zasadania-form-envelope form .form-label {
    order: 1;
    width: 100%;
    font-size: 1.111111em !important;
    background: none;
    text-align: left;
    padding-left: 5px;
    color: #363636;
}
div.zasadania-form-envelope form .form-searchtext {
    order: 2;
    width: 70%;
}
div.zasadania-form-envelope form .form-searchtext input {
    height: 100%;
}
div.zasadania-form-envelope form .form-submit {
	order: 3;
    width: 30%;
    height: 46px;
}
div.zasadania-form-envelope form .form-submit .button {
	width: 100% !important;
    height: 100%;
}


.zasadania-finder-results-envelope li {
	padding: 6px 0;
}
.zasadania-finder-results-envelope li a {
	color: #363636;
}
/* === ZASADNUTIA end === */

/* === VZN NOVY === */
.module_envelope.env_vzn_new form.vzn-filter .fullwide tr:nth-child(2) td select {
	height: 44px;
	width: 80%;
}
.module_envelope.env_vzn_new form.vzn-filter .fullwide tr:nth-child(2) td.automatic-col-5 {
	position: absolute;
    top: 125px;
    width: 250px;
    right: 20px;
    height: 46px;

}
.module_envelope.env_vzn_new form.vzn-filter .fullwide tr:nth-child(2) td.automatic-col-5 input.button {
	height: 46px;
}
.env_vzn_new .vzn-filter tr td input.button {
    /*position: absolute;
    top: 65px;
    right: 18px;*/
    width: 100%;
    height: 25px;
}
.env_vzn_new .vzn-filter tr td.automatic-col-2 input {
    width: 100%;
}
.module_envelope.env_vzn_new form.vzn-filter tr td input {
	height: 100%;
    padding: 0 0 0 15px;
}
.env_vzn_new .vzn-filter table:nth-of-type(2) {
	width: 76%;
    margin: 10px 0 15px;
}
.env_vzn_new .vzn-filter table:nth-of-type(2) td.automatic-col-2 {
	width: 84%;
    float: left;
    height: 46px;
    padding: 0;
    padding-left: 15px;
}
.env_vzn_new .vzn-filter tr td.automatic-col-2 input {
    width: 100%;
}
div.vzn-new {
    padding: 5px;
    background: none;
}
div.vzn-new h4 {
    padding: 0;
    background: none;
}
.env_vzn_new .vzn-filter table:nth-of-type(2) td.automatic-col-1 {
	/*width: 100%;
	float: left;*/
}
.module_envelope.env_vzn_new form.vzn-filter .fullwide tr:nth-child(2) td.automatic-col-5 input.button:hover {
	box-shadow:1px 1px 5px 0px rgb(0 66 130 / 51%);
    background: #fff;
    color: #000;
    width: 100%;
}

form.vzn-filter {
    margin: 0 0 10px 0;
    border: 0px solid !important;
    padding: 5px;
}

 div.zasadania-form-envelope-default {
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    display: block;
}
/* === VZN NOVY end === */


.env_zasadania .zasadenie-envelope a,
.env_komisie .zasadenie-envelope a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #004778;
    padding: 12px 25px;
    text-decoration: none;
    text-align: center;
    line-height: 150%;
    height: auto;
    background: #f5f5f5;
}
.env_zasadania .zasadenie-envelope:hover,
.env_komisie .zasadenie-envelope:hover {
	transform: scale(1.05);
}

div.zas-onestep {position: relative;clear: both;}
div.env_zasadania div.add_user_info {
	/*position: absolute;*/
	top: 11px;
	right: 0;
	line-height: 17px;
}
div.oznamy-new-colums-form-envelope span.form-label, 
div.oznamy-graphic-form-envelope span.form-label, 
div.actions-new-colums-form-envelope span.form-label, 
div.actions-graphic-form-envelope span.form-label, 
div.zasadania-form-envelope span.form-label {
    background: #fff;
}
ul.oznamy-new-columns-all-list li div.short-text-envelope, 
ul.oznamy-graphic-all-list li div.short-text-envelope, 
ul.actions-new-columns-all-list li div.short-text-envelope, 
ul.actions-graphic-all-list li div.short-text-envelope {
    padding-left: 0;
}



/* ------------------------------------     MODUL KONTROLOR  ------------------------------------------------ */
.column .module_envelope input.button {
    width: 215px;
    height: 50px;
    cursor: pointer;
    background: #004778;
    font-size: 1.125em;
    font-weight: bold;
    color: #fff;
    padding: 0.5em 1em !important;
    
}
.column .module_envelope input.button:hover {
    cursor: pointer;
    background: #fff;
    font-weight: bold;
	color: #004778;
	transition: .3s;
	box-shadow: 1px 1px 5px 0px rgba(0 66 130 / 51%);
}
.vzn-filter-envelope .vzn-finder-part-envelope.cancel {
    width: 23%;
}
.vzn-filter-envelope .vzn-finder-part-envelope.cancel input.button {
    color: #363636;
    background: url(zrusit-filter.png) no-repeat center right 5px;
    width: auto;
    padding: 0.5em 1em 0.5em 0em !important;
}

div.df-files-filter-part-envelope .df-files-filter-part-submit {
    width: 215px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
div.df-files-filter-part-envelope .df-files-filter-part-submit a {
    background: url(zrusit-filter.png) no-repeat center right 35px;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #363636;
    width: 100%;
    height: auto;
    display: block;
}
div.df-files-filter-part-envelope .df-files-filter-part-submit a:hover {
    color: #363636;
    text-decoration: underline;
}
.df-files-filter-name-default.df-files-filter-name {display: none;}

.env_download_file_with_filter .df-files-filter-inner form {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    color: #363636;
    align-items: flex-end;
}
.df-files-filter-inner .df-files-filter-part-envelope {
    width: 25%;
    margin-bottom: 20px;
}

.df-files-filter-inner .df-files-filter-part-envelope:nth-of-type(5) {
    width: 60%;
}
.df-files-filter-inner .df-files-filter-part-envelope:nth-of-type(6) {
    width: 20%;
}
.df-files-filter-inner .df-files-filter-part-envelope:nth-of-type(5) .df-files-filter-part-value input {
    width: 95% !important;
}
.df-files-filter-inner .df-files-filter-part-envelope:nth-of-type(6) .df-files-filter-part-value input {
    width: 100%;
}
.df-files-filter-inner .df-files-filter-part-envelope .df-files-filter-part-name {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
.df-files-filter-inner .df-files-filter-part-envelope .df-files-filter-part-value {
    width: 100%;
    display: block;
    height: 50px;
}
.df-files-filter-inner .df-files-filter-part-envelope .df-files-filter-part-value select {
    height: 100%;
    width: 80%;
    
}
.df-files-filter-inner .df-files-filter-part-envelope .df-files-filter-part-value input {
    width: 80% !important;
    height: 50px;
    
}
.env_download_file_with_filter .df-files-filter-inner>.df-files-filter-part-envelope:last-of-type {
    position: absolute;
    top: 209px;
    right: 0;
    width: 20%;
    margin: 0;
}
.env_download_file_with_filter .df-files-filter-inner>.df-files-filter-part-envelope:last-of-type .df-files-filter-part-submit {align-items: center;}

.env_download_file_with_filter .df-files-filter-list-default .df-files-filter-header {
    display: grid;
    grid-template-columns: 8% 3% 8% 20% 18% 10% auto 12% 8%;
    background: #363636;
    color: #fff;
    padding: 15px;
    
    margin-top: 30px;
    font-size: 1.11111em;
    font-weight: bold;
}
.env_download_file_with_filter .df-files-filter-list-default .file-download {
    display: grid !important;
    grid-template-columns: 8% 3% 8% 20% 18% 10% auto 12% 8%;
    text-align: left;
    padding: 15px;
    font-size: 1.11111em;
    border-bottom: 1px solid #dddddd;
}
.env_download_file_with_filter .df-files-filter-list-default .file-download a {
    color: #363636;
    font-weight: 300;
    font-size: 1.0125em;
}
.env_download_file_with_filter .df-files-filter-list-default .file-download .file-text {
    width: 100% !important;
}
/* ------------------------------------     MODUL KONTROLOR END ------------------------------------------------ */

/* ------------- PAGINATION ------------- */
div.paging {
	margin-top: 5px;
	padding: 5px;
	font-size: 1.0em;
	text-align: center;
}

.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 !important;
	height: 44px;
    min-width: 44px;
	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;
    border: none !important;
    padding: 0;
    min-width: 14px;
    background: none;
    text-align: center;
    font-size: 1.25em;
    text-decoration: none;
    color: #363636;
}
.pagination li a:hover {
    background-color: #363636 !important;
    color: #fff !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;
    color: #363636;
    background: none;
}
.pagination li span.current,
.pagination li span.hellip {
    background: #363636;
    border: none !important;
    font-weight: normal !important;
    color: #fff !important;
    width: 50px;
    padding: 1px 5px !important;
    height: 50px;
    line-height: 50px;
}
.pagination li span.current {
	background: #004282 !important;
}
.pagination li span.hellip {
    color: #363636 !important;
}
.pagination li {
    float: left;
    margin: 1px 3px 1px 0;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 2px;
    list-style-type: none;
}
.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;
}



/* -------------------------- FOTOGALERIA -------------------------- */
div.fotogaleria div.paging { width: 100% !important; }
div.fotogaleria {
    width: auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: center;
    gap: 8px;
}
div.fotogaleria div.firstcol, 
div.fotogaleria div.secondcol, 
div.fotogaleria div.thirdcol, 
div.fotogaleria div.fourthcol, 
div.fotogaleria div.lastcol {
    /*max-width: 150px !important;*/
    height: auto;
    margin: 0 0 1% 0;
    text-align: center;
    background: none;
    overflow: hidden;
}
.fotogaleria .brclear,
div.fotogaleria div.fotogaleria_row_separator {
    display: none;
}
div.fotogaleria div p {
    margin: 3px 3px 0 3px;
    line-height: 150%;
    font-size: 1.11111em;
    color: #363636;
    text-align: left;
    padding: 5px;
}
div.fotogaleria div.col-by-program-4 {
    float: left;
    position: relative;
    width: 24% !important;
  }
/* -------------------------- FOTOGALERIA -------------------------- */
/* --------------- PAGINATION end ----------------- */

/* ---------------------- PAGIGATION END ------------------- */


/* -------------- MODUL REGISTRACIA V STREDE ---------------- */
.column .module_envelope input#l_meno {
    width: 90% !important;
    border: 1px solid #ccc;
    /* background: url(bg-searchfield.png) no-repeat; */
}
.column .module_envelope input#l_heslo {
	width: 90% !important;
	border: 1px solid #ccc; /*background: url(bg-searchfield.png) no-repeat;*/
}

/* ------------ MODUL REGISTRACIA V STREDE END ------------- */


/* --------------------------- KOTVA END --------------------------- */
div.reklamni_partneri {
    display: none !important;
}
/* --------------------------- KONTAKT --------------------------- */
.conctact-filter-envelope-default div.contact-finder-part.submit, 
.conctact-filter-envelope-default div.contact-finder-part.cancel {
    flex: auto;
    min-width: 90px;
    height: 52px;
    margin: 0;
}
ul.contact-list-default li.contact-list-header {
    font-weight: bold;
    text-transform: uppercase;
    background: #f5f5f5;
    border-bottom: 2px solid #dddddd;
    margin: 0;
}
ul.contact-list li.contact-list-item {
	word-break:break-word;
	margin: 0;
}
div.contact-list.mail span a {
    color: #00569f;
}
ul.contact-list li.contact-list-item div.name span.name {
	color: #00569f;
}
.conctact-filter-envelope-default div.contact-finder-part {
    margin-top: 15px;
    width: 100%;
}
.env_contacts .conctact-filter-envelope form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.conctact-filter-envelope div.contact-finder-part.submit input,
.conctact-filter-envelope div.contact-finder-part.cancel input {
	line-height: 36px;
    min-width: 90px;
    height: 100%;
}
.conctact-filter-envelope div.contact-finder-part.cancel input {
	background: #fff;
	color: #535353;
	font-weight: bold;
}
.conctact-filter-envelope div.contact-finder-part.cancel input:hover {
    background: #f5f5f5 !important;
}
.contact-finder-part.ordering,
.contact-finder-part.section {
	margin-right: 15px;
}	
.conctact-filter-envelope-default div.contact-finder-part.cancel {
	padding-left: 20px;
}


/* --------------------------- KONTAKT END --------------------------- */

/* ------------------------------------     FOTOGALERIA      ------------------------------------------------ */
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;
    width: 100%;
    height: auto;
    max-height: 99px;
    overflow: hidden;
}
div.fotogaleria img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: unset;
    border: 0 solid #ccc;
    margin: 0 auto;
    padding: 0;
}
ul.fotogaleria-multi-kat-img-list-default li a, 
ul.fotogaleria-multi-foto-list-default li a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 99px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

ul.fotogaleria-multi-kat-img-list li, ul.fotogaleria-multi-foto-list li {
    /* flex: 1%; */
    min-width: 130px;
    margin: 0 0 1% 0 !important;
    height: auto;
    overflow: hidden;
    vertical-align: top;
}
ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope, 
ul.fotogaleria-multi-foto-list li a .gallimg-envelope {
    height: auto;
    max-height: 99px;
}
ul.fotogaleria-multi-kat-img-list-default li a img, 
ul.fotogaleria-multi-foto-list-default li a img {
    max-width: 100%;
    width: 100%;
}
ul.fotogaleria-multi-kat-img-list-default.with-names li.last {
    display: none;
}
ul.fotogaleria-multi-kat-img-list li {
    width: 23%;
    margin: 0 0.5% 2px 0;
    height: auto;
}
ul.fotogaleria-multi-kat-img-list.with-names li {
    height: auto;
}
ul.fotogaleria-multi-kat-img-list.with-names li a {
    height: 185px;
}
ul.fotogaleria-multi-kat-img-list li:nth-of-type(2n+2) {
    margin-right: 0;
}
ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope {
    max-height: 99px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
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: 25%;
    left: 47%;
}
ul.fotogaleria-multi-kat-img-list, 
ul.fotogaleria-multi-foto-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}
ul.fotogaleria-multi-kat-img-list-default li a div.gallist-katname-default {
    display: block;
    margin-top: 4px;
    text-align: center;
    font-size: 1.11111em;
    color: #363636;
}
ul.fotogaleria-multi-kat-img-list-default li a img:hover, 
ul.fotogaleria-multi-foto-list-default li a img:hover,
div.fotogaleria img:hover {
    opacity: 0.7;
}



ul.common-image-gallery-default {
    display: flex !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
ul.common-image-gallery-default li a.common-image-gallery-default {
    display: block;
    width: 100% !important;
    height: 114px !important;
    overflow: hidden;
    border: 0px solid #aaaaaa !important;
}
ul.common-image-gallery-default li a.common-image-gallery-default img {
    width: 100%;
    min-width: unset !important;
    min-height: unset !important;
    width: 100%;
    height: auto;
}
ul.common-image-gallery-default li {
    display: inline-block;
    margin: 0px 5px 1% 0 !important;
    width: 172px !important;
    height: auto !important;
}

ul.fotogaleria-pure {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 !important;
}
ul.fotogaleria-pure li {
    display: block;
    width: 150px;
    height: auto;
    text-align: center;
    margin: 0 5px 4px 0px !important;
    padding: 0;
    border: none;
    background: none;
}
ul.fotogaleria-pure li span.fotogaleria-picture-envelope { 
    width: 100%;
    height: auto;
    border: none;
    background: none;
    display: flex;
    padding: 0;
    margin: 0;
}
ul.fotogaleria-pure li span.fotogaleria-picture-envelope a {
    width: 100%;
    height: 99px;
    display: block;
    overflow: hidden;
    border: none;
}
ul.fotogaleria-pure li span.fotogaleria-picture-envelope img {
	width: 100%;
	height: auto;
}
/* ------------------------------------     FOTOGALERIA END   ------------------------------------------------ */
/* ------------------------------------     TABLE   ------------------------------------------------ */
.env_text_obrazok .editor {
    /*overflow-x: auto;*/
}
#m_7911 .editor table, #m_7911 .editor td, #m_7911 .editor th {
    border: 2px solid #eee;
}
#m_7911 .editor a {
    color: #363636 !important;
}
.env_tabulka_tawdis .module-inner-envelope > div {
    overflow-x: auto;
}
/* ------------------------------------     TABLE END  ------------------------------------------------ */
/* ------------------------------------     MOOVING PICTURE    ------------------------------------------------ */

.module_envelope_fb.env_hf_moving_pictures h2 {
    box-shadow: none;
    font-size: 1.944444em;
    font-weight: bold;
    background: none;
    border: none;
}
#moving-pictures {
    box-sizing: border-box;
    height: auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    margin: 30px auto !important;
    overflow: hidden;
}
#moving-pictures ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 170px;
}
#moving-pictures ul li {
    position: relative;
    left: 0;
    box-sizing: border-box;
    display: table-cell;
    margin: 0 20px;
    width: 130px;
    height: 140px;
    text-align: center;
    vertical-align: middle;
}
#moving-pictures ul li span {
    width: 130px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
#moving-pictures ul li span img {
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 138px;
}
#moving-pictures-manipulate-envelope {
    text-align: center;
    margin-top: 0px !important;
    display: block;
    position: relative;
}
#moving-pictures-move-left,
#moving-pictures-move-left.inactive {
    background: url(moving-logos-left.png) 50% 50% no-repeat;
    cursor: default;
    position: absolute;
    bottom: 88px;
    left: 1px;
}
#moving-pictures-move-right,
#moving-pictures-move-right.inactive {
    background: url(moving-logos-right.png) 50% 50% no-repeat;
    cursor: default;
    position: absolute;
    bottom: 88px;
    right: 1px;
}
#moving-pictures-play.inactive {
    display: none;
    
}
#moving-pictures-play {
    background: url(Play-b.png) 50% 50% no-repeat;
    cursor: default;
}
#moving-pictures-stop.usable.inactive {
    display: none;
}
#moving-pictures-stop.usable {
    display: block;
    background: url(Stop-b.png) 50% 50% no-repeat;
}
#moving-pictures-play, 
#moving-pictures-stop {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    bottom: 0px;
}



/* ------------------------------------     MOOVING PICTURE END   ------------------------------------------------ */

/* ------------------------------------     REKLAMNi PARTNERI   ------------------------------------------------ */
a.reklamni_partneri {
    margin: 0;
    padding: 0;
    font-size: 1em;
    letter-spacing: 0;
    color: #363636;
    line-height: 150%;
    text-decoration: none;
    transition-duration: .15s;
    border-bottom: 1px solid;
}
a.reklamni_partneri:hover {
    border-bottom: 2px solid;
    text-decoration: none;
}
/* ------------------------------------     REKLAMNi PARTNERI END   ------------------------------------------------ */

/* ------------------------------------     LEFT ASIDE      ------------------------------------------------ */


.env_uputavky_new.first_right_envelope {
    margin-top: 0% !important;
}
.env_uputavky_new {
    margin-top: 25px !important;
}
.env_uputavky_new .menu_hlavicka {
    /*background: #fffad4;*/
}
.env_uputavky_new .menu_hlavicka a {
    width: auto;
    position: relative;
    display: block;
    text-align: left;
    font-weight: bold;
    list-style: none;
    background: #fff9ae;
    margin: 0 0 0;
    color: #363636;
    padding: 19px 20px 18px;
    font-size: 1.25em;
    line-height: 150%;
} 
.uputavka-new-image-envelope img {
    width: 100%;
}
/* ------------------------------------     LEFT ASIDE END     ------------------------------------------------ */

/* ------------------------------------     MAIN CONTAIN END      ------------------------------------------------ */

/* --------------------------------------    COOKIE --------------------------------------------------- */
.cookie-global-envelope {
    color: #363636;
    font-size: 1em;
    line-height: normal;
    border: 2px solid #363636;
    background: #f6f6f6;
    font-size: 1em;
    z-index: 99999999;
    min-height: 60px;
    height: auto;
    opacity: 0.97;
    bottom: auto;
    top: 0;
}
.cookie-global-envelope .inner {
	display: inline-flex;
	width: 100%;
}
.cookie-global-envelope p.cookie-text {
    padding-top: 0px;
    width: 100%;
    line-height: 150%;
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.cookie-global-envelope p.cookie-buttons {
    padding-top: 0px;
    align-items: center;
    display: inline-flex;
    width: 45%;
    justify-content: flex-end;
}
.cookie-global-envelope p {
    padding: 0 25px;
    margin: 5px;
}
.cookie-global-envelope p a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	padding-left: 5px;
}
.cookie-global-envelope a#new-cookie-confirm{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 46px;
    height: auto;
    line-height: 150%;
	padding: 0 38px;
	text-decoration: none;
	color: #fff;
	background: #363636;
    width: auto;
	margin-left: 25px;
	font-weight: 600;
	border: 1px solid #fff;
}
.cookie-global-envelope p a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 46px;
    height: auto;
    line-height: 150%;
    padding: 0 38px;
    text-decoration: none;
    color: #363636;
    background: #fff;
    width: auto;
    margin-left: 25px;
    font-weight: 600;
    border: 1px solid #fff;
}
.cookie-global-envelope a#new-new-cookie-confirm:hover,
.cookie-global-envelope p a:hover {
    background: #363636;
    color: #fff;
    border: 1px solid #fff;
    width: auto;
    text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
	.cookie-global-envelope {
		height: auto;
	} 
	.cookie-global-envelope a#new-cookie-confirm,
    .cookie-global-envelope p a {
    	padding: 0 15px;
    }
    .cookie-global-envelope p.cookie-text {
    	line-height: 150%;
    }
    .cookie-global-envelope p.cookie-text,
    .cookie-global-envelope p.cookie-buttons {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content:center;
    	align-items:center;
    	padding: 0 15px;
    }
}
@media only screen and (max-width: 641px) {
	.cookie-global-envelope p.cookie-text,
	.cookie-global-envelope p.cookie-buttons {
	    width: 100%;
	}
	.cookie-global-envelope .inner {
		flex-wrap:wrap;
	}
	.cookie-global-envelope a#new-cookie-confirm {
		margin: 0;
	}
}
/* ----------------------------------------- COOKIE END  ------------------------------------------------------ */


/* ------------------------------------      Focus      ------------------------------------------------ */
.hidden-special a.display_none {
    display: none;
}
.hidden-special > a/*.jump-to-content*/ {
    display: block;
}
.hidden-special {
    z-index: 999999999;
}
[tabindex]:focus, a:focus, input:focus {
	outline: 5px auto -webkit-focus-ring-color!important;
    outline: 3px dotted #ff8900!important;
    outline-offset: 3px;
    z-index: 9999;
}
input[type="button" i]:focus {
    outline: 5px auto -webkit-focus-ring-color!important;
    outline: 3px dotted #ff8900!important;
    outline-offset: 3px;
    z-index: 9999;
}
.skip.hidden-special > a/*.jump-to-content*/ {
    position: fixed;
    top: -1000px;
    left: -1000px;
}
.skip.hidden-special > a:active, 
.skip.hidden-special > a:focus,
.jump-to-content:active, .jump-to-content:focus {
    top: 0 !important;
    left: 0 !important;
    font-size: 20px;
    text-transform: uppercase;
    background: #fff;
    padding: 5px;
    z-index: 10000;
}


/* ------------------------------------      Focus  End     ------------------------------------------------ */

/*------------------------------------------- HEADER LINK---------------------------------- */
#header-anchor-link {
	background: #363636 url(menu-arrow-up-w.png) no-repeat center;
    border: 2px solid #fff;
    margin-left: 0;
    right: 20px;
    bottom: 20px;
    width: 41px;
    height: 41px;
    z-index: 9999;
}
#header-anchor-link:hover {
	border-radius: 50%;
	transition: 0.3s;
	background: #0d0f6b4f url('menu-arrow-up-w.png') no-repeat center;
	border: 2px solid #535353;
}

/*----------------------------------------- HEADER LINK END ------------------------------------------------- */

/* ------------------------------------     extra-block-bottom     ------------------------------------------------ */
div#extra-block-bottom {
    display: block;
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    height: auto;
    bottom: 0;
    background: #fff;
}
#extra-block-bottom h3 {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.666666em;
    margin-bottom: 5px;
    background: none;
    font-weight: bold;
    color: #0258a3;
}
div#extra-block-bottom .column_fb {
    /*display: flex;*/
	width: auto;
    margin: 0 auto;
    flex-wrap: wrap;
	justify-content: center;
}
.module_envelope_fb.env_hf_module_container {
    margin-bottom: 56px;
}
.module_envelope_fb.env_hf_module_container {
    width: 1200px;
    margin: 0 auto 30px;
}

#extra-block-bottom .env_hf_text_obrazok .module-inner-envelope {
    width: 100%;
}
#extra-block-bottom .column_fb .env_hf_text_obrazok {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    background: transparent !important;
    justify-content: center;
    top: 0;
}
#extra-block-bottom .column_fb .env_hf_text_obrazok .editor {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.useful_sites {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}
#extra-block-bottom .column_fb .module_envelope_fb.env_hf_menu_block .module-inner-envelope {
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: 120px auto;
}
.env_hf_module_container .module-container-columns-envelope {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}



.header-before-footer {
    margin: 18px 0 !important;
}
#extra-block-bottom .column_fb .env_hf_text_obrazok .editor .info-before-footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
#extra-block-bottom .column_fb .env_hf_text_obrazok .editor .info-before-footer p {
    width: 12.5%;
    margin: 0;
}


#extra-block-bottom .cont-before-footer {
    width: 100%;
    background: #fff;
    margin: 25px 0;
    padding: 25px 0;
}
#extra-block-bottom .cont-before-footer .module-inner-envelope {
    max-width: 1200px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#extra-block-bottom .mapa-before-footer {
    width: 100% !important;
    max-width: unset !important;
}
#extra-block-bottom .mapa-before-footer .editor p {
    margin: 30px 0 -9px !important;
}
/* ------------------------------------     extra-block-bottom END    ------------------------------------------------ */

#main-footer {
    font-size: 1em;
    line-height: 150%;
    clear: both;
    position: relative;
    width: auto;
    margin: 0 auto 0;
    height: auto;
    padding: 0px 0;
    text-align: center;
    background: none;
}
footer .column_f {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 1224px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
footer div.module_envelope, 
footer .upper .module-container-columns-envelope div.module_envelope {
    padding: 2px 0 0px;
}
footer .env_hf_module_container {
    width: 100%;
    text-align: left;
    padding-top: 15px;
    padding: 15px 15px !important;
}
footer .env_hf_module_container.upper {
    width: 100%;
    text-align: left;
    padding-top: 0;
    padding: 15px 0px;
    background: #e9e8e8;
} 
footer .env_hf_module_container.lower {
    width: 100%;
    text-align: left;
    background: #fff;
}
footer .module-container-header span {
    display: none;
}
footer .header-logo-envelope {
    position: relative;
    left: 0px;
    z-index: 99;
    top: 0px;
}



footer a.module-container-header-trigger {
    display: none;
}
p.footer-address br {
    display: block;
}
footer .module-container-columns-envelope .module-container-column.column-1 {
    width: 11%;
}
footer .module-container-columns-envelope .module-container-column {
    width: 28%;
    overflow-wrap: break-word;
    padding: 20px 0 0 20px;
}

footer .env_hf_module_container .module-container-columns-envelope {
    align-items: flex-start;
}
footer #data-header {
    color: #004282 !important;
    text-align: left !important;
    font-size: 1.28em !important;
    line-height: normal;
    font-weight: bold !important;
    padding: 0px !important;
    margin: 0 0 26px !important;
} 
footer .module-container-columns-envelope .module-container-column .data-header {
    color: #004282 !important;
    text-align: left !important;
    font-weight: bold !important;
    padding: 0px 0px 0px 17px !important;
    font-size: 1.286em !important;
    margin: 0 0 31px !important;
}


footer .module-container-columns-envelope .module-container-column p {
    text-align: left;
    padding: 0 10px 10px;
    margin: 0;
    line-height: 30px;
    color: #fff;
}
footer .module-container-columns-envelope .module-container-column .env_hf_text_obrazok h3 {
	padding: 20px 0;
}
footer .module-container-columns-envelope .module-container-column .env_hf_image {
	padding: 20px 0;
	margin: 0;
}
footer .module-container-columns-envelope .column-3 div.module-in-container {
    margin: 0;
    text-align: left;
}
footer .module-container-columns-envelope .column-3 div.module-in-container a {
    text-align: center;
    padding: 0 40px 0;
}
footer .module-container-columns-envelope div.module-in-container>a {
    display: none;
}
#main-footer .module-in-container.env_hf_text_obrazok h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.73611em;
    margin: 20px 0;
    padding: 41px 0;
    background: url(bg-head-footer.png) no-repeat left bottom;
}

#main-footer .module-in-container .module_body a {
    color: #363636;
    text-align: center;
    font-weight: 300;
    line-height: 150%;
    font-size: 1.11111em;
    padding: 15px 0 0px 0;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px solid;
    transition-duration: .15s;
}
#main-footer .module-in-container .module_body a:hover {
    border-bottom: 2px solid;
}
#main-footer .module-in-container .module_body .hf-image-envelope a,
#main-footer .module-in-container .module_body .hf-image-envelope a:hover {
    border: none;
}

#main-footer .module-in-container.env_hf_technical .module_body a {
    font-size: 1em;
}
#main-footer .module-in-container p {
    color: #363636;
    text-align: left;
    font-weight: 300;
    padding: 0px 17px 5px;
    font-size: 1.11111em;
    margin: 0;
}
footer .lower .module-container-columns-envelope .module-container-column.column-1 {
    width: 85%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
footer .lower .module-container-columns-envelope .module-container-column.column-2 {
    display: flex;
    flex-flow: column;
    width: auto;
}
 
footer .module-in-container.env_hf_tiraz {
    display: inline-flex;
    width: 68%;
    color: #363636;
    /* margin-right: 45px; */
}

footer .module-in-container.env_hf_tiraz .module_body a {
    color: #363636 !important;
}
footer .module-in-container.env_hf_navstevnost {
    position: relative;
    width: 6%;
    display: inline-flex;
    color: #fff;
    border-right: 1px solid #fff;
}
footer .module-in-container.env_hf_time {
    position: relative;
    display: flex;
    right: 0;
    flex-wrap: wrap;
    bottom: 0;
    font-size: 12px;
    color: #363636;
}
footer .module-in-container.env_hf_date {
    position: relative;
    right: 0;
    bottom: 0px;
    display: flex;
    font-size: 12px;
    color: #363636;
}

footer .editor td, footer .editor th {
    border-color: #ccc;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

footer .module-in-container.env_hf_time #hodiny {
    width: 90px;
    text-align: left;
    background: url(clock.png) no-repeat center left;
    padding-left: 28px;
    font-size: 1.2em;
}
footer .module-in-container.env_hf_date .module_body {
    width: 105px;
    text-align: left;
    background: url(date.png) no-repeat center left;
    padding-left: 28px;
    font-size: 1.2em;
}

footer .env_hf_module_container.lower > .module-inner-envelope > .module_body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*---------------------- VYTLAČIŤ STRÁNKU ---------------------- */
div.print_row {
    padding: 10px 25px;
    border: 0;
    text-align: right;
}
div.print_row a {
    background: url(arrow-print.png) no-repeat center left;
    text-decoration: none;
    transition: ease-in-out .2s;
    border-bottom: 1px solid;
    padding-bottom: 4px;
    color: #363636;
}
div.print_row a:hover {
    border-bottom: 2px solid;
}
div.print_row img {
    visibility: hidden;
}
div.print_row a::after {
    content: "Vytlačiť stránku";
    display: inline-block;
    color: #363636;
    font-size: 16px;
    padding: 0px 0px 0px 10px;
}
/*---------------------- VYTLAČIŤ STRÁNKU END ---------------------- */

/*---------------------- INFORMACIE O STRANKE ---------------------- */

.env_hf_image.webygroup { 
    position: relative;
    display: inline-flex;
    width: 120px;
    margin-right: 15px !important;
} 
/* ------------------------------------------------------------------------------------ */

/* -------------------------------- VÝVOZ ODPADU ------------------------------------- */
.env_olo-calendar-execute div.module_body {
    display: grid;
    grid-template-columns: 60% auto;
    grid-template-rows: auto 50px auto auto;
}
.form-part-envelope-default.submit input {
    padding: 4px 10px !important;
    width: 100% !important;
}
.olo-filter-envelope-default .form-part-envelope-default .form-part-input select, 
.olo-filter-envelope-new-default .form-part-envelope-default .form-part-input select {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
}
.olo-filter-envelope-new-default .empty-block {
    margin-bottom: 5px;
}
.olo-filter-envelope {
    width: 35%;
    flex-grow: 1;
    margin-left: 20px;
}
ul.olo-daynames-default li {
    box-sizing: border-box;
    list-style-type: none;
    display: inline-block;
    width: 14.2%;
    margin: 0 !important;
    padding: 5px 0;
    text-align: center;
}
/* -------------------------------- VÝVOZ ODPADU END ------------------------------------- */


#overlay5, #overlay7 {
    max-width: 450px;
    width: 95% !important;
    margin-left: 0 !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}



/* -------------------------------- LINK SPEACH ------------------------------------- */
div.default-link-for-speech a:last-of-type {
    display: inline-block;
    width: 125px !important;
    padding-right: 10px;
    margin: 0 0 0 0;
    text-align: right;
    text-decoration: none;
    line-height: 28px;
    color: #000000;
    font-size: 0.85em;
    font-weight: bold;
    background: #ececec url(/images/speech-icon.png) 0 50% no-repeat;
}

/* -------------------------------- LINK SPEACH END  -------------------------------- */
.fancybox-container {
    z-index: 999939999;
}

















/* -------------------------------- TABLET VERZIA -------------------------------- */
@media only screen and (max-width:1199px) {
   
    /*-------------  DISPLAY : NONE -------------- */
    footer .module-in-container.env_hf_time,
    footer .module-in-container.env_hf_date,
    header .env_hf_menu {
        display: none !important
    }
    /*-------------  DISPLAY : NONE END -------------- */

 
  
    #extra-block-top {
        top: 0;
    }
    /*------------------------------ LOGO END------------------------------- */

  



    ul.menu_block li a.menu-block-under-trigger.mb-mobile-closed {
        display: block;
    }


    header .env_hf_menu {
        width: 100%;
        position: relative;
        /* bottom: -250px; */
        top: -223px;
        left: 0;
        height: 110px;
        right: 0;
        /* z-index: 0; */
    }
    ul.hf-hmenu li span.hf-menu-envelope a {
        font-size: 1.25em;
    }
    header .env_hf_menu .module-inner-envelope {
        display: flex !important;
        flex-wrap: wrap;
    }
    ul.hf-hmenu li {
        width: 145px;

    }
    header .module_envelope_h.env_hf_module_container.menu-container {
        position: relative;
        top: -50px;
        width: 100%;
        left: 0;
        height: 51px;
        padding-top: 0;
        right: 0;
        align-items: center;
        display: flex;
        z-index: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    header .env_hf_module_container .module-in-container.env_hf_rss span a {
        display: block;
        background: url(rss-icon-head.png) no-repeat 0% 50%;
        padding-left: 20px;
    }
    header .module_envelope.module-in-container.env_hf_rss {
        grid-column: 5;
    }
    .module-in-container.env_hf_text_pure {
        position: relative;
        left: -21%;
    }

    header .module_envelope.module-in-container.env_hf_finder #finder_stabil {
        top: 0;
        right: 0;
        position: relative;
    }
   header .module_envelope_h.env_hf_logo {
        position: relative;
        bottom: -200px;
        left: 8px;
        width: auto;
        height: 153px;
        /* flex: 1; */
        z-index: 8;
    }
    header .module_envelope_h.env_hf_logo .module-inner-envelope {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    nav li.level-0 ul {
        top: 0px !important;
    }
 
    div.multi-foto-link-system {
        background: none !important;
        height: auto;
    }
 
/* ------------------------ EXTRA BLOCK TOP ------------------------ */
    #extra-block-top .module-container-columns-envelope {
        min-height: 102px;
    }
    h2.menu-block-name {
        text-align: center;
        width: auto;
    }
    #extra-block-bottom .column_fb .env_hf_text_obrazok {
        display: flex;
        width: 100%;
        background: transparent !important;
        justify-content: center;
        position: relative;
        top: 0;
    }    
    #extra-block-bottom .region-ponuka ul {
        display: flex;
        width: 56%;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }
    ul.menu_block {
        padding: 15px 0 35px;
        margin: 0;
        display: flex;
        background: #fff;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    /* ------------------------ EXTRA BLOCK TOP END ------------------------ */

    /*-------------------------------- MAIN-------------------------------- */
    
    #main-content {
        max-width: 1200px;
        width: 100%;
        display: block;
    }
    aside#right-column,
    aside#left-column {
        width: 22%;
    }
    main#main {
        text-align: left;
    }
    ul.oznamy-new-columns-list li div.image-envelope, 
    ul.actions-new-columns-list li div.image-envelope {
        /*max-height: 235px;*/
    }
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope .noimage-inner, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope .noimage-inner {
        height: 300px;
    }
    
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope {
        opacity: 1;
        width: 100%;
        height: 100%;
        
    }
    ul.oznamy-new-columns-list li:nth-child(2n+2), 
    ul.actions-new-columns-list li:nth-child(2n+2) {
        margin-right: 0;
    }
    ul.oznamy-new-columns-list li:nth-child(3n+3), ul.actions-new-columns-list li:nth-child(3n+3) {
        /*margin-right: 15px;*/
    }

    #homepage_0 .env_text_obrazok#mid_462470 .editor .DO-image p:last-of-type, 
    #homepage_0 .env_text_obrazok#mid_462470 .editor .DO-text .DO-row p:last-of-type {
        margin-right: 3%;
    }


    ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope, 
    ul.fotogaleria-multi-foto-list li a .gallimg-envelope {
        height: auto;
        max-height: 185px;
    }
    div.fotogaleria {
        max-width: unset;
        gap: 7px;
    }
/*-------------------------------- MAIN END-------------------------------- */
    /* ------------------- MOVING PICTURES ------------------ */
    #moving-pictures {
        box-sizing: border-box;
        height: auto;
        width: 100%;
        margin: 30px auto !important;
        overflow: hidden;
    }
    #moving-pictures ul {
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #moving-pictures ul li span a {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    /* ------------------- MOVING PICTURES END ------------------ */


    footer .env_hf_module_container {
        width: 100%;
        text-align: left;
        
    }
   
    footer .module-in-container.env_hf_tiraz {
        display: inline-block;
        margin: 0 auto;
    }

    .module_envelope_fb.env_hf_module_container {
        width: 100%;
        margin: 0 auto 30px;
    }


    a.oznamy-new-columns-all-link.bottom-of-module, 
    a.actions-new-columns-all-link.bottom-of-module {
        display: block;
        width: auto;
        position: relative;
        top: 0;
        right: 0;
        font-size: 1.25em;
        margin: 0;
        padding: 12px 30px 25px;
        line-height: 130%;
        background: url(bg_graficke_oznamy.png) no-repeat center bottom;
        color: #0258a3 !important;
        font-weight: 300;
        
        /* text-decoration: underline; */
        border: none;
        text-transform: unset;
    }
 
    footer .column_f {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 1200px;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0px;
    }

}
@media only screen and (max-width:1180px){
    .search-box-text-button-envelope {
        width: 600px;
    }
    .column .module_envelope input#l_heslo,
    .column .module_envelope input#l_meno {
        width: 96% !important;
    }
    footer .module-container-columns-envelope .module-container-column {
        width: 33%;
        overflow-wrap: break-word;
        margin: 20px 0;
    }
    footer .env_hf_module_container .module-container-columns-envelope {
        justify-content: center;
    }
    footer .module-container-columns-envelope .module-container-column.column-1 {
        width: 100%;
    }
    footer .header-logo-img-envelope {
        grid-column-start: 1;
        grid-column-end: span 2;
    }
    ul.fotogaleria-multi-kat-img-list li, 
    ul.fotogaleria-multi-foto-list li {
        flex: 1;
        min-width: 130px;
        max-width: 50%;
        margin: 0 0 1% 0 !important;
        height: auto;
        overflow: hidden;
        vertical-align: top;
    }
    ul.fotogaleria-multi-kat-img-list-default li a, 
    ul.fotogaleria-multi-foto-list-default li a {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 110px;
        overflow: hidden;
        position: relative;
        text-decoration: none;
    }
   
}
@media only screen and (max-width:1150px) {
    li.menu_block_photo {
        background-image: none;
        display: none;
    }
 
    ul.oznamy-new-columns-list li, 
    ul.actions-new-columns-list li {
        width: 47% !important;
    }
    aside#right-column,
    aside#left-column {
        width: 21%;
    }
    
}

@media only screen and (max-width:1120px) {
    ul.hf-hmenu li:last-of-type ul.hf-hsubmenu {
        left: -25% !important;
    }
    header nav li.level-0:last-of-type>ul::after {
        content: '';
        clear: both;
        background: url(banner-li-hover.png) no-repeat !important;
        width: 40px;
        height: 20px;
        top: -20px;
        left: auto;
        right: 41px;
        z-index: 99999;
        margin: 0 auto;
        position: absolute;
    }
   
    ul.oznamy-graphic-list-default, ul.actions-graphic-list-default {
        justify-content: center;
    }
    
    #banner-homepage {
        grid-auto-rows: auto auto auto;
    }
}

@media only screen and (max-width:1100px) {
      header nav li.level-0 ul {
        left: 0px !important;
    }
    header nav li.level-1 ul.hf-hsubmenu {
        top: -9px !important;
    }
    ul.fotogaleria-multi-foto-list li {
        width: 32%;
        margin: 0 auto 1%;
        height: auto;
    }
    ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope, 
    ul.fotogaleria-multi-foto-list li a .gallimg-envelope {
        height: auto;
        max-height: 170px;
    }
    ul.fotogaleria-multi-kat-img-list li {
        width: 32%;
        margin: 0 auto;
        height: auto;
    }
    ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope {
        height: 169px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

}



@media only screen and (max-width:1065px) {
   
    footer .column_f {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        left: 0;
        justify-content: space-around;
        right: 0;
        margin: 0 auto;
    }

 
}
@media only screen and (max-width:1050px) {
    ul.oznamy-new-columns-list li, 
    ul.actions-new-columns-list li {
        width: 100% !important;
        display: inline-block;
        max-height: 580px;
        padding: 0 0 10px 0;
        overflow: hidden;
        position: relative;
        transition-duration: 0.3s;
    }
   
    ul.oznamy-new-columns-list li:nth-child(3n+3), 
    ul.actions-new-columns-list li:nth-child(3n+3) {
        margin-right: 15px;
    }
    ul.oznamy-new-columns-list li:nth-child(2n+2), 
    ul.actions-new-columns-list li:nth-child(2n+2) {
        margin-right: 0;
    }
    ul.oznamy-new-colums-list-default li h3, 
    ul.actions-new-colums-list-default li h3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    div.fotogaleria {
        gap: 6px;
    }
    div.fotogaleria div.col-by-program-4 {
        float: left;
        position: relative;
        width: 49% !important;
        max-width: unset !important;
    }
    ul.oznamy-new-columns-list li div.image-envelope, 
    ul.actions-new-columns-list li div.image-envelope {
        max-height: 285px;
    }
}
@media only screen and (max-width:1020px) {
    .module-in-container.env_hf_text_pure {
        position: relative;
        left: -15%;
    }
    .module-in-container.env_hf_text_pure a {
        font-size: 1em;
    }
   
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope {
    max-height: 215px;
    }
    header .header-logo-text-ext {
        font-size: 1.111111em;
    }
    ul.hf-hmenu li span.hf-menu-envelope a {
        font-size: 1.111111em;
    }
    ul.hf-hmenu li {
        width: 130px;
    }
 
}
@media only screen and (max-width:1010px) {
    ul.hf-hmenu li span.hf-menu-envelope a {
        /*font-size: 1em;*/
    }
    ul.hf-hmenu li:last-of-type ul.hf-hsubmenu {
        left: -55% !important;
    }
    #extra-block-bottom .region-ponuka ul {
        display: flex;
        width: 77%;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }
    .env_elektronicka_uradna_tabula .eut-item-envelope {
        border-bottom: 1px solid #eee;
        width: 48%;
        word-break: break-word;
    }
    .module_envelope.env_vzn_new form.vzn-filter .fullwide tr:nth-child(2) td.automatic-col-5 {
        position: absolute;
        top: 116px;
        right: 28px;
        width: 32%;
    }
    #main-footer {
        font-size: 1em;
        line-height: 150%;
        clear: both;
        position: relative;
        width: auto;
        margin: 0 auto;
        height: auto;
        padding: 0px;
        text-align: center;
        background: #363636 url(bg-body-bottom-center.png) no-repeat center bottom;
    }
}
@media only screen and (max-width:990px) {
    .conctact-filter-envelope-default div.contact-finder-part.submit, 
    .conctact-filter-envelope-default div.contact-finder-part.cancel {
        flex: 50%;
        min-width: 90px;
        height: 52px;
        margin: 20px 0;
    }
    .contact-finder-part.ordering, 
    .contact-finder-part.section {
        margin-right: 0;
        flex: 50%;
    }
    .conctact-filter-envelope-default div.contact-finder-part select {
        box-sizing: border-box;
        width: 95%;
        padding: 15px;
    }
    .contact-finder-part.section.partial select {
        width: 100%;
    }
    header {
        height: 230px;
    }
    header .module_envelope_h.env_hf_module_container.header-aside {
        top: 0;
        height: auto;
        padding: 15px 0px;
        margin-bottom: 28px;
        border-radius: 0;
        box-shadow: unset;
        background: #fff;
        z-index: unset;
    }
    header .module_envelope.module_envelope_h.env_hf_multi_foto {
        display: none;
    }
  
    .header-logo-envelope>a {
        grid-template-rows: 42px 20px;
        align-items: center;
    }
    .header-aside .column-2 {
        top: 0;
        width: 100%;
        margin-top: 25px;
        height: auto;
        padding-top: 0;
        background: #004282;
        align-items: center;
        justify-content: unset;
        z-index: 99;
    }
    .env_hf_module_container .module-container-columns-envelope {
        padding: 15px 0;
    }
    #main-container {
        background: none;
    }
    header .module_envelope_h.env_hf_module_container .module-inner-envelope .module-in-container {
        margin: 0;
    }
    /*------------------------------- MENU ------------------------------- */
    .module_envelope_h.env_hf_menu_rwd {
        position: relative;
        width: 99%;
        left: auto;
        top: -100px;
        order: 2;
        height: 1px;
        bottom: auto;
        right: 0%;
        z-index: unset;
        display: block;
    }
    #rwd-menu-trigger {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        justify-content: flex-end;
    }
    #rwd-menu-trigger .rwd-menu-trigger-a {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 35px 0px 5px;
        text-align: right;
        text-decoration: none;
        box-sizing: content-box;
        font-weight: bold;
        margin: 0;
        right: 0px;
        z-index: 99;
        top: 0px;
        color: #fff;
        height: 37px;
        line-height: 37px;
        width: auto;
        transition: .5s;
        position: relative;
        background: url(mobile-menu.png) no-repeat center right 4px;
        font-size: 1em;
        background-size: 21%;
    }
    #rwd-menu-trigger .rwd-menu-trigger-a.opened {
        background: url(mobile-menu-closee.png) no-repeat center right 4px;
    }
    #rwd-menu-container, 
    #rwd-menu-container.closed {
        display: none;
    }
    #rwd-menu-container.opened {
        position: absolute;
        display: block;
        left: auto;
        right: 0;
        width: 45%;
        top: 45px;
        margin: 0 auto;
        z-index: 40000;
        overflow-x: hidden;
        background: #fff;
        box-shadow: 0 15px 15px 0 #000000;
    }
 
    
    #rwd-menu-trigger .hf-hmenu {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #rwd-menu-trigger .hf-hmenu li {
        width: 100%;
        justify-content: space-between;
        padding: 0 0 0 0px !important;
        text-align: left;
        background: none;
        border-bottom: 1px dotted #0258a3;
        border-radius: 0;
        margin: 0;
        display: flex;
        height: auto;
        line-height: 50px;
        flex-wrap: wrap;
        align-items: center;
        border-right: none;
    }
    #rwd-menu-trigger .hf-hmenu li:hover,
    #rwd-menu-container ul li.menu_hlavicka a.menu_hlavicka:hover,
    #rwd-menu-container ul li.menu_hlavicka.with-submenu a.menu_hlavicka:hover {
        background: #012b4e;
        color: #fff;
    }
    #rwd-menu-trigger .hf-hmenu li .hf-menu-envelope {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: flex-end;
        width: auto;
        flex-grow: 1;
        box-sizing: border-box;
    }
    #rwd-menu-trigger .hf-hmenu li a {
        border: none !important;
        color: #0258a3 !important;
        background: none !important;
        font-size: 1.25em;
        padding: 0px 20px;
        text-align: left;
    }
    #rwd-menu-trigger .hf-hmenu li:hover a {
        color: #fff !important;
    }
    #rwd-menu-container ul li.menu_hlavicka.with-submenu {
        padding: 0;
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-evenly;
        align-items: flex-start;
        position: relative;
        min-height: 50px;
        height: auto;
    }
    #rwd-menu .vertical-menu-cover-common .selector-for-mob-menu.opened .under-menu-trigger-new-generation.opened {
        display: inline-flex;
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        background: #004282;
        color: #fff;
    }
    #rwd-menu-container ul li.menu_hlavicka.with-submenu a.menu_hlavicka,
    li.menu_hlavicka a.menu_hlavicka {
        display: block;
        box-sizing: border-box;
        flex-grow: 1;
        word-break: break-all;
        width: 100%;
        text-decoration: none;
        padding: 13px 60px 14px 20px;
        border-bottom: 1px dotted #0258a3;
        font-size: 1.25em;
        font-weight: bold;
        background: #FFf;
        color: #0258a3;
    }
    #rwd-menu .vertical-menu-cover-common .selector-for-mob-menu.with-submenu.opened .under-menu-trigger-new-generation.opened::after,
    #rwd-menu .vertical-menu-cover-common .selector-for-mob-menu.with-submenu .under-menu-trigger-new-generation:hover::after {
        content: '';
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        clear: both;
        background: url(bg-head-menu.png) no-repeat center right;
        width: 15px;
        height: 100%;
        top: 0px;
        left: auto;
        right: 21px;
        transform: rotate(90deg);
        z-index: 99999;
        position: absolute;
    }
    #rwd-menu .vertical-menu-cover-common .selector-for-mob-menu.with-submenu .under-menu-trigger-new-generation::after {
        content: '';
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        clear: both;
        background: url(rwd-menu-arrow-up.png) no-repeat center right;
        width: 15px;
        height: 100%;
        top: 0px;
        left: auto;
        right: 21px;
        z-index: 99999;
        position: absolute;
    }
    #rwd-menu .vertical-menu-cover-common .selector-for-mob-menu.with-submenu.opened .menu_cover {
        display: block !important;
        width: 100%;
        background: #eee;
    }
    #rwd-menu-container-env {
        list-style-type: none;
    }
    .menu_item.level-0-has-submenu > a.menu_item::before {
        left: 0px;
    }
    header .module_envelope_h.env_hf_module_container.header-aside>.module-inner-envelope>.module_body {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: unset;
        align-items: center;
    }
    header .module_envelope_h.env_hf_module_container>.module-inner-envelope>.module_body {
        width: 85%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .header-aside .column-1 {
        padding: 0px 0 15px;
        height: 100px;
        width: 100%;
        border-bottom: 2px solid #dedede;
    }
    .header-logo-envelope {
        position: relative;
        left: 0;
        z-index: 99;
        top: 0;
    }
    header .module_envelope_h.env_hf_module_container {
        position: relative;
        top: auto;
        bottom: 0px;
        width: 100%;
        left: 0;
        height: auto;
        padding-top: 0px;
        right: 0;
        display: block !important;
        margin: 0 auto;
        z-index: 0;
        justify-content: unset;
    }
    header .env_hf_homepage_text .module_body,
    header .module_envelope.module-in-container.env_hf_login_register span {
        background: none;
        padding-left: 0;
    }
    header .module_envelope.module-in-container.env_hf_homepage_text a#homepage-link-with-text-envelope {
       font-weight: 300;
       font-size: 0;
       display: block;
       width: 24px;
       padding: 0px;
       height: 19px;
       margin: 0 auto;
       text-align: center;
       text-decoration: none;
       background: url(rwd-bg-home.png) no-repeat center center;
    }
    span#login-login a {
        display: block;
        width: 19px;
        position: relative;
        text-align: center;
        height: 21px;
        top: 0;
        background: url(rwd-bg-login.png) no-repeat center center;
        font-size: 0; 
        text-decoration: none;
        left: 0;
        padding: 0;
    }
    header .module_envelope.module-in-container.env_hf_finder .module_body {
        padding: 0 0;
        font-size: 1.0em;
        border: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .search-box-text-button-envelope::after {
        display: none;
    }   
    .module_envelope_h.env_hf_menu_rwd .module-inner-envelope {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
  
    .module_envelope_h.env_hf_menu_rwd.rwd-menu {
        position: absolute;
        width: 100%;
        left: auto;
        top: 107px;
        right: 0%;
        z-index: 9;
        display: block;
    }
    header .env_hf_module_container .module-in-container.env_hf_contacts .module_body a {
        border: none;
    }
    header .module-in-container.env_hf_homepage_text {
        background: none;
        width: 10%;
        position: relative;
        text-align: center;
        padding: 10px 0 !important;
        top: 0;
        margin: 0 10px !important;
    }
    header .module-in-container.env_hf_login_register {
        position: relative;
        top: 0px;
        padding: 0px 10px 0 0 !important;
        width: 10%;
        margin: 0 10px !important;
    }
    span#login-login {
        display: block;
        position: relative;
    }
    header .env_hf_image {
        left: auto;
        position: absolute;
        top: -135px;
        right: 0;
        padding: 0 !important;
        width: 7%;
        margin: 0 auto !important;
        align-items: center;
    }
    header .env_hf_contacts {
        position: relative;
        top: 0px;
        right: auto;
        width: 10%;
        left: 2px;
        margin: 0 10px !important;
        padding: 0 12px 0 0 !important;
    }
    header .env_hf_contacts div.module_body a {
        font-size: 0em;
        width: 22px;
        height: 18px;
        display: block;
        background: url(rwd-bg-contacts.png) no-repeat center center;
    }
    header .module_envelope.module-in-container.env_hf_finder {
        position: absolute;
        padding: 0 0 0 10px !important;
        height: 1px !important;
        margin: 0 auto !important;
        width: 100%;
        top: -120px;
        justify-content: flex-end;
        left: auto;
        bottom: auto;
        right: 2%;
        border: none;
    }
    .search-box-text-button-envelope {
        width: 300px;
        display: flex;
        flex-flow: column;
        top: 0px;
        padding: 0;
        right: 95%;
    }
    header .env_hf_image .hf-image-envelope.with-link img {
        width: 100%;
        height: auto;
        left: 0 !important;
        transform: unset;
        top: 4px;
    }   
    
    input#search-submit-button {
        display: block !important;
        right: auto;
        left: 6px;
        float: right;
        width: 36px;
        position: relative !important;
        top: 6px;
        height: 34px;
        padding: 0px !important;
        background: url(rwd-bg-finder.png) no-repeat center center;
        color: #000;
        text-decoration: none;
        text-align: center;
        font-size: 0em;
        margin: 0 auto;
    }
    #search-box-submit-real {
        width: 100%;
    }
    header .module_envelope.env_hf_finder #search-box-text {
        width: 100%;
        height: 44px;
    }
    header .module_envelope.env_hf_finder #search-box-submit-real {
        width: 100%;
        height: 44px;
        flex-grow: 1;
    }
    header .module_envelope.env_hf_finder #search-box-text input {
        width: 100% !important;
        height: 100% !important;
    }
    #search-box-text {
        width: 100%;
    }
    input#search_string {
        font-size: 0.9em;
        padding: 0 0 0 10px;
        width: 100%;
    }
    #search-extended-trigger,
    #search-extended-date,
    #search-extended-parts {
        display: flex;
        flex-wrap: wrap;
    }
    #search-extended-trigger li, #search-extended-select li, #search-extended-date li.search-date-trigger {
        flex: 50%;
        margin: 0;
    }
    #search-extended-trigger li span, #search-extended-select li a, #search-extended-date li.search-date-trigger span {
        padding: 7px 15px;
        border: 1px solid #eee;
    }
    ul#search-extended-parts li input {
        width: auto !important;
    }
    #search-extended-date li.search-date-limit.inactive, #search-extended-date li.search-date-limit.inactive input {
        color: #999999;
        flex: 44%;
    }

    li.menu_item_0 a.menu_item_0 {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin: 0!important;
        padding: 9px 25px;
        line-height: 150%;
        overflow: visible;
        position: relative;
        font-size: 1.11111em;
        font-weight: normal;
        text-align: left;
        list-style: none;
    }
    ul.menu_cover li.menu_item_l {
        margin: 0;
        width: auto;
        padding: 0 0 0 20px;
    }
    

    /*------------------------------- MENU END ------------------------------- */

    .module_envelope ul li {
        margin-left: 0;
    }
}
@media only screen and (max-width:980px) {
    ul.oznamy-graphic-list-default li, 
    ul.actions-graphic-list-default li {
        margin: 0 50px 50px;
    }
    #homepage_0 .env_text_obrazok .rychle_oznamy a {
        margin: 0 50px 50px;
    }
}
@media only screen and (max-width:960px) {
    div#google-lang-envelope {
        display: inline-block;
        top: 15px;
        right: 1em;
        height: 13px;
        width: 40px;
        z-index: 99999;
    }
    header .module_envelope.module-in-container.env_hf_google_translate {
        padding-left: 0;
    }
    header .module_envelope_h.env_hf_module_container#mid_457042 {
        position: absolute;
        top: 0px;
        width: auto;
        left: auto;
        z-index: 99;
        right: 210px;
        display: inline-flex;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    ul.hf-hmenu>li.level-0.with-submenu>span.hf-menu-envelope>a,
    ul.hf-hmenu li span.hf-menu-envelope a {
        font-size: 1.15em;
    }
    
    .module-in-container.env_hf_text_pure {
        position: relative;
        left: -5%;
    }
   
}
@media only screen and (max-width:950px) {
    header .logo-text {
        display: none;
    }
    header .logo-main-text {
        font-size: 25px;
        font-family: 'Montserrat';
        font-weight: bold;
        text-transform: uppercase;
        padding-right: 5px;
        text-decoration: none;
    }
    header .module_envelope_h.env_hf_logo {
        z-index: 9999;
    }
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope {
        max-height: 180px;
    }
    .env_hf_module_container .module-container-columns-envelope {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
   
    #homepage_0 .env_common_items_columns_responsive .module-inner-envelope {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
                                                                   
    main div.module_envelope.env_common_items_columns_responsive ul.oznamy-new-columns-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    a.oznamy-new-columns-all-link.bottom-of-module, 
    a.actions-new-columns-all-link.bottom-of-module {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    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: 0;
        width: 25%;
        height: auto;
        background: url(bg-graf.png) no-repeat 16% 66%;
    }
    
    ul.oznamy-new-columns-all-list li, 
    ul.oznamy-graphic-all-list li, 
    ul.actions-new-columns-all-list li, 
    ul.actions-graphic-all-list li {
        display: flex;
        margin: 1px 0 0px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    ul.oznamy-new-columns-all-list li div.image-envelope, 
    ul.oznamy-graphic-all-list li div.image-envelope, 
    ul.actions-new-columns-all-list li div.image-envelope, 
    ul.actions-graphic-all-list li div.image-envelope {
        float: none;
        width: 100%;
        max-height: 430px;
        height: auto;
        overflow: visible;
        margin-right: 0;
    }
    ul.oznamy-new-columns-all-list li div.image-envelope a, 
    ul.oznamy-graphic-all-list li div.image-envelope a, 
    ul.actions-new-columns-all-list li div.image-envelope a, 
    ul.actions-graphic-all-list li div.image-envelope a {
        width: 100%;
        max-height: 430px;
        height: auto;
        display: block;
        overflow: hidden;
    }
    ul.oznamy-new-columns-all-list-default li div.image-envelope-default img, 
    ul.oznamy-graphic-all-list-default li div.image-envelope-default img, 
    ul.actions-new-columns-all-list-default li div.image-envelope-default img, 
    ul.actions-graphic-all-list-default li div.image-envelope-default img {
        width: 100%;
    }
}
@media only screen and (max-width:915px) {
    ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope {
        height: auto;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    footer .module-container-columns-envelope .module-container-column {
        width: 45%;
    }
}
@media only screen and (max-width:900px) {
    ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope, 
    ul.fotogaleria-multi-foto-list li a .gallimg-envelope {
        max-height: 134px;
    }
  
    header .header-logo-text-ext {
        font-size: 1em;
    } 
    header .module_envelope.module-in-container.env_hf_mapa_stranky span a {
        display: block;
        background: url(bg-top-map.png) no-repeat;
        width: 18px;
        font-size: 0;
        height: 15px;
        border: none;
    }
    header .module_envelope.module-in-container.env_hf_login_register span a {
           /* display: block; */
        /* background: url(bg-top-login.png) no-repeat; */
        /* width: 14px; */
        font-size: 0;
        /* height: 15px; */
        /* border: none; */
    }
    header a#homepage-link-with-text-envelope {
         /* display: block; */
        /* background: url(bg-top-home.png) no-repeat; */
        /* width: 14px; */
        font-size: 0;
        /* height: 15px; */
        /* border: none; */
    }
    header .env_hf_module_container .module-in-container.env_hf_rss span a {
        display: block;
        /*background: url(rwd-rss-icon-head.png) no-repeat;*/
        width: 14px;
        font-size: 0;
        height: 15px;
        border: none;
    }
    header .env_hf_module_container .module-in-container.env_hf_contacts .module_body a {
        color: #363636;
        font-weight: bold;
    }
    ul.menu_block li a.menu-block-under-trigger.mb-mobile-closed {
        display: inline-flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        height: 100%;
        position: absolute;
        top: 0px;
        line-height: 150%;
        flex: 1;
        margin-right: 0;
        width: 93%;
        background: url(menu-arrow-down.png) no-repeat center right;
    }
    ul.menu_block li a.menu-block-under-trigger.mb-mobile-opened {
        display: inline-flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        height: 100%;
        position: absolute;
        top: 0px;
        line-height: 150%;
        flex: 1;
        margin-right: 20px;
        width: 93%;
        background: url(menu-arrow-up.png) no-repeat top 27px right ;
    }
    ul.menu-block-under-receiver li a {
        font-weight: 300;
        padding-left: 35px;
        font-size: 1.11111em;
        line-height: 150%;
        text-transform: capitalize;
    }
    span.menu-block-name {
        display: inline-flex;
        position: relative;
        border: none;
    }
    li.menu_block_kat ul.menu-block-under-receiver {
        background: #fff;
        height: auto;
        display: flex;
        flex-flow: column;
        padding: 21px;
        width: 100%;
        margin: 20px 0 0;
    }
    .header-logo-envelope {
        left: 0px;
        top: 0px;
    }
    ul.menu-block-under-receiver.mb-mobile-closed {
        display: none !important;
    }
    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 {
        width: 100%;
        background: none;
    }
    li.menu_block_head {
        font-size: 1.323em;
        height: auto;
        display: flex !important;
        flex-wrap: wrap;
        margin: 0 auto !important;
        justify-content: unset;
        width: 100%;
        padding: 15px !important;
        position: relative;
        background: #fff;
        transition-duration: .15s;
        border-bottom: 2px solid #3636361f;
        text-align: left !important;
    }
    li.menu_block_head:hover {
        background: #363636 !important;
    }
    li.menu_block_head:hover span.menu-block-name {
        color: #fff;
    }
    ul.menu_block li.menu_block_head:hover a.menu-block-under-trigger.mb-mobile-closed {
        background: url(menu-arrow-down-w.png) no-repeat center right;
    }
    ul.menu_block li.menu_block_head:hover a.menu-block-under-trigger.mb-mobile-opened {
        background: url(menu-arrow-up-w.png) no-repeat top 27px right;
    }
  
    ul.oznamy-new-columns-list li div.short-text, 
    ul.actions-new-columns-list li div.short-text {
        height: auto;
    }

}
@media only screen and (max-width:875px) {   
    ul.oznamy-new-colums-list-default li div.image-envelope {
        max-height: 284px;
    }
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope {
        max-height: 268px;
    }
    .env_download_file_with_filter .df-files-filter-list-default .df-files-filter-header {
        display: grid;
        grid-template-columns: 60px 30px 90px 180px 130px 100px 110px 100px 80px;
        background: #0258a3;
        color: #fff;
        padding: 15px;
        
        margin-top: 30px;
        font-size: 1.11111em;
        font-weight: bold;
        overflow-x: auto;
    }
    .env_download_file_with_filter .df-files-filter-list-default .file-download {
        display: grid !important;
        grid-template-columns: 60px 30px 90px 180px 130px 100px 110px 100px 80px;
        text-align: left;
        padding: 15px;
        font-size: 1.11111em;
        border-bottom: 1px solid #dddddd;
    }
    .df-files-filter-list-default {
        overflow-x: auto;
    }

    .env_registracia_navstevnika_ #login-to-portal tbody tr {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto auto auto auto;
    }
    .env_registracia_navstevnika_ table tr td.automatic-col-1 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 1;
        padding-bottom: 10px;
    }
    .env_registracia_navstevnika_ table tr td.automatic-col-3 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 3;
        grid-row-end: 3;
        padding-bottom: 10px;
    }
    .env_registracia_navstevnika_ table tr td.automatic-col-4 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 4;
        grid-row-end: 4;
    }
    .env_registracia_navstevnika_ table tr td.automatic-col-5 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 5;
        grid-row-end: 5;
        margin-top: 10px;
    }
    .column .module_envelope input#l_heslo, 
    .column .module_envelope input#l_meno {
        width: 100% !important;
    }
    


    div.lost_password {
        text-align: center;
        padding: 15px;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
    }
    div.lost_password label {
        grid-column-start: 1;
        grid-column-end: 1;
        padding-bottom: 10px;
    }
    div.lost_password input {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 2;
        grid-row-end: 2;
        width: 100%;
        height: 44px;
    }
    div.lost_password input.button {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 3;
        grid-row-end: 3;
        width: 100% !important;
        margin-top: 10px;
    }
    ul.fotogaleria-multi-kat-img-list-default li a, 
    ul.fotogaleria-multi-foto-list-default li a {
        max-height: 125px;
    }
}
@media only screen and (max-width:855px) {
    ul.hf-hmenu li:last-of-type ul.hf-hsubmenu {
        left: 0 !important;
    }
    header nav li.level-0:last-of-type>ul::after {
        content: '';
        clear: both;
        background: url(banner-li-hover.png) no-repeat !important;
        width: 40px;
        height: 20px;
        top: -20px;
        left: 25%;
        right: auto;
        z-index: 99999;
        margin: 0 auto;
        /* transform: translate(-50%, -50%); */
        position: absolute;
        display: none;
    }
    ul.hf-hmenu li#hf-menu-168308 ul.hf-hsubmenu {
        left: -50% !important;
    }
    header nav li#hf-menu-168308>ul::after {
        content: '';
        clear: both;
        background: url(banner-li-hover.png) no-repeat !important;
        width: 40px;
        height: 20px;
        top: -20px;
        left: auto;
        right: 41px;
        z-index: 99999;
        margin: 0 auto;
        position: absolute;
    }
    .module-in-container.env_hf_text_pure {
        left: -318px;
        position: absolute;
    }
    
    ul.hf-hmenu li.level-2 {
        margin: 0 auto 0px;
        position: unset;
    }
    ul.hf-hmenu li.hf-menu.level-1 {
        background: transparent;
        margin: 0;
        justify-content: flex-start;
        padding: 0px;
        position: relative;
    }
    
    nav li.level-0.with-submenu:hover::after {
        display: none;
    }
    header nav li.level-0 ul {
        left: 0px !important;
    }

    nav li.level-1:focus-within ul.hf-hsubmenu.hopened, 
    nav li.level-1 ul.hf-hsubmenu.hopened {
        display: block !important;
        z-index: 9;
        position: absolute !important;
        padding-top: 0 !important;
        top: 50px !important;
        margin-top: 0px;
        left: 2% !important;
        border: none;
        width: 100% !important;
    }
    
    #extra-block-top {
        position: relative;
        max-width: 1200px;
        width: 100%;
        left: 0;
        flex-wrap: wrap;
        right: 0;
        z-index: 999;
        margin: 0 auto;
    }

    h3.year_array {
        float: left;
        width: 29% !important;
        min-width: 85px;
        text-align: center;
        margin: 10px 0px;
        position: relative;
        background: none;
    }

    /* -------------------------------- VÝVOZ ODPADU ------------------------------------- */
    .env_olo-calendar-execute .module-inner-envelope .module_body {
        display: flex;
        flex-wrap: wrap;
    }
    .olo-calendar-envelope {
        flex: 100%;
    }
    .olo-filter-envelope {
        flex: 100%;
        margin: 25px 0;
    }
    .olo-filter-envelope form {
        display: flex;
        flex-wrap: wrap;
    }
    .olo-filter-envelope form .form-part-envelope,
    form-part-envelope-default form-part-envelope {
    flex: 100%;
    }
    /* -------------------------------- VÝVOZ ODPADU END ------------------------------------- */

    

}
@media only screen and (max-width:840px) {
 .extra-block-top .menu_block_photo {
        display: none;
    }
    ul.oznamy-new-columns-list li:nth-child(2n+2), 
    ul.actions-new-columns-list li:nth-child(2n+2) {
        margin-right: 15px;
    }
    header .env_hf_contacts {
        /*padding: 0 11px !important;
        position: relative;*/
    }
    header .module_envelope.module-in-container.env_hf_rss {
        /*position: relative;
        padding: 0px 14px !important;*/
    }
    header .env_hf_module_container .module-in-container.env_hf_rss span a {
        /* background: url(rss-icon-head.png) no-repeat center center; */
        /* padding-left: 0; */
        /* font-size: 0; */
    }
    header .env_hf_login_register {
        /*position: relative;
        padding: 0 15px !important;*/
    }
    header .module_envelope.module-in-container.env_hf_login_register span a {
        display: block;
        /*background: url(bg-top-login.png) no-repeat center center;*/
    }
    header .env_hf_mapa_stranky {
        /*position: relative;
        padding: 0 15px !important;*/
    }
    header .module_envelope.module-in-container.env_hf_mapa_stranky span a {
        display: block;
        /*background: url(bg-top-map.png) no-repeat center center;*/
    }
    header .env_hf_homepage_text {
        /*position: relative;
        padding: 0 15px !important;*/
    }
    header .module_envelope.module-in-container.env_hf_homepage_text a#homepage-link-with-text-envelope {
        display: block;
        /*background: url(bg-top-home.png) no-repeat center center;*/
    }
    header .module_envelope_h.env_hf_module_container .module-inner-envelope .module-in-container {
        background: none;
    }

    header a#homepage-link-with-text-envelope, 
    header .module_envelope.module-in-container span a {
       padding-bottom: 0;
    }
  
    header .env_hf_text_obrazok {
        left: 1px;
    }   
   
    ul.oznamy-new-colums-list-default li div.image-envelope, 
    ul.actions-new-colums-list-default li div.image-envelope {
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
        text-align: center;
    }
    ul.fotogaleria-multi-foto-list li {
        width: 47%;
        margin: 0 auto 1%;
        height: auto;
    }
    
    ul.fotogaleria-multi-kat-img-list li {
        width: 47%;
        margin: 0 auto;
        height: auto;
        min-width: 100%;
    }
    ul.fotogaleria-multi-kat-img-list-default li a, ul.fotogaleria-multi-foto-list-default li a {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 235px;
        overflow: hidden;
        position: relative;
        text-decoration: none;
    }
    .df-files-filter-inner .df-files-filter-part-envelope:nth-of-type(6) {
        width: 50%;
    }
    .env_download_file_with_filter .df-files-filter-inner>.df-files-filter-part-envelope:last-of-type {
        position: absolute;
        top: 265px;
        right: 15%;
        width: 20%;
    }
    .df-files-filter-inner .df-files-filter-part-envelope:nth-of-type(5) {
        width: 100%;
    }
   
    .vzn-filter .fullwide tbody {
        display: flex;
        flex-wrap: wrap;
    }
    .vzn-filter .fullwide tbody tr:nth-of-type(1) {
        flex: 30%;
    }
    .vzn-filter .fullwide tbody tr {
        display: flex;
        flex-direction: column;
        flex: 50%;
    }
    .env_vzn_new form.vzn-filter .fullwide tr td {
        width: 100%;
        padding: 10px 0;
        height: 44px;
        margin-bottom: 10px;
    }
    .env_vzn_new form.vzn-filter .fullwide tr td {
        width: 100%;
    }
    .module_envelope.env_vzn_new form.vzn-filter .fullwide tr:nth-child(2) td.automatic-col-5 {
        position: absolute;
        top: 245px;
    }
    .env_vzn_new form.vzn-filter .fullwide tr td {
        width: 100%;
        padding: 10px 0;
        height: 44px;
        margin-bottom: 10px;
    }
    table, 
    div.table, 
    div.column td {
        padding: 0 0px 10px;
    }    
}
@media only screen and (max-width:830px) {
    header .module_envelope_h.env_hf_module_container {
        width: 75%;
        justify-content: flex-start;
    }
 
    header .env_hf_menu {
        order: 3;
        width: 100%;
        top: 0px;
    }
    header .env_hf_menu .module-inner-envelope {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        float: unset;
    }
    ul.hf-hmenu li {
        width: 145px;
    }

    aside#right-column {
        width: 21%;
        max-width: 245px;
        padding: 0;
        margin: 0 0 0px;
    }
    ul.hf-hmenu li:focus-within ul.hf-hsubmenu.hopened, 
    ul.hf-hmenu li ul.hf-hsubmenu.hopened {
        grid-template-columns: auto auto;
        max-height: calc(100vh - 80px - 126px);
    }
    nav li.level-0 ul {
        width: 640px !important;
    }
}

@media only screen and (max-width:800px) {
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope {
        max-height: 160px;
    }
    ul.fotogaleria-multi-kat-img-list-default li a img, 
    ul.fotogaleria-multi-foto-list-default li a img {
        max-width: 428px;
        width: 100%;
        margin: 0 auto;
    }
    ul.fotogaleria-multi-foto-list li {
        width: 98%;
        height: auto;
    }
   
    ul.fotogaleria-multi-kat-img-list li {
        width: 98% !important;
        height: auto;
    } 
    #homepage_0 div.tabbed-page-modules-envelope ul.tabbed-page-modules {
        margin: 0px 0 32px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    div.tabbed-page-modules-envelope li.tabbed-page-modules-li {
        width: 100%;
    }
    ul.oznamy-new-colums-list-default, 
    ul.oznamy-new-columns-all-list-default, 
    ul.oznamy-graphic-all-list-default, 
    ul.actions-new-colums-list-default, 
    ul.actions-new-columns-all-list-default, 
    ul.actions-graphic-all-list-default {
        padding: 0;
        list-style-type: none;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #homepage_0 ul.oznamy-new-columns-list li, 
    #homepage_0 ul.actions-new-columns-list li, 
    ul.oznamy-new-columns-list li, 
    ul.actions-new-columns-list li {
        width: 100% !important;
    }
    h2.oznamy-new-columns a, h2.actions-new-columns a {
        font-size: 0.9em;
    }
    ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope, 
    ul.fotogaleria-multi-foto-list li a .gallimg-envelope {
        max-height: 245px;
    }
    ul.fotogaleria-multi-foto-list li {
        width: 48%;
        margin: 0 auto 2% !important;
        height: auto;
    }
    ul.fotogaleria-multi-kat-img-list-default li a, 
    ul.fotogaleria-multi-foto-list-default li a {
        max-height: 286px;
    }
    ul.fotogaleria-multi-kat-img-list li a span.gallist-katname-icon, 
    ul.fotogaleria-multi-foto-list li a span.gallist-katname-icon {
        top: 45%;
    }
}
@media only screen and (max-width:791px) {
    #page-banner-homepage {
        max-height: unset;
    }
    #banner-homepage {
        max-width: 1200px;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        display: grid;
        grid-auto-columns: auto auto;
        grid-auto-rows: auto auto auto;
    }
    #banner-homepage a#banner-homepage-img-link {
        width: 100% !important;
        display: block;
        max-height: 327px;
        overflow: hidden;
        float: unset !important;
        border: 0px solid #eeeeee;
        border-right: none;
        grid-column-start: 1;
        grid-column-end: span 2;
        grid-row-start: 1;
        grid-row-end: 1;
    }
    #banner-slot-text-array {
        width: 100% !important;
        height: auto;
        overflow: hidden;
        grid-column-start: 1;
        grid-column-end: span 2;
        grid-row-start: 2;
        grid-row-end: 2;
    }
    #main-banner-buttons {
        width: 100% !important;
        margin: 0;
        top: auto !important;
        left: auto;
        right: 0;
        position: relative;
        bottom: 0px !important;
        grid-column-start: 1;
        grid-column-end: span 2;
        grid-row-start: 3;
        grid-row-end: 3;
    }
    ul.oznamy-new-columns-list li, ul.actions-new-columns-list li {
        width: 430px !important;
        height: 480px;
    }
 
    ul.oznamy-graphic-list-default li, 
    ul.actions-graphic-list-default li {
        margin: 0 10px 20px !important;
    }
    #homepage_0 .env_text_obrazok .rychle_oznamy a {
        margin: 0 10px 20px;
    }
}
@media only screen and (max-width:770px) {
    ul.oznamy-new-colums-list-default li div.image-envelope {
        max-height: 154px;
    }
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope {
        max-height: 150px;
    } 
    input#search-box-submit-execute {
        font-size: 1.25em;
    }
 
}
@media only screen and (max-width:750px) {    
    .env_hf_module_container .module-container-columns-envelope {
        justify-content: center;
    }
   
    .env_elektronicka_uradna_tabula .eut-item-envelope {
        border-bottom: 1px solid #eee;
        width: 98%;
        word-break: break-word;
    }

    .env_registracia_navstevnika_ #login-to-portal tbody tr td {
        flex: 100%;
    }
    .env_registracia_navstevnika_ #login-to-portal tbody tr td.automatic-col-1 {
        order: 1;
    }
    .env_registracia_navstevnika_ #login-to-portal tbody tr td.automatic-col-3 {
        order: 3;
    }
    .env_registracia_navstevnika_ #login-to-portal tbody tr td.automatic-col-2 {
        order: 2;
    }
    .env_registracia_navstevnika_ #login-to-portal tbody tr td.automatic-col-4 {
        order: 4;
    }
     footer .env_hf_module_container {
        background: #0258a3;
    }
    ul.fotogaleria-multi-kat-img-list-default li a, 
    ul.fotogaleria-multi-foto-list-default li a {
        max-height: 200px;
    }
}
@media only screen and (max-width:730px) {
    nav ul.hf-hmenu {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        position: unset;
    }
   
  
}
@media only screen and (max-width:720px) {
    #extra-block-bottom .column_fb .env_hf_text_obrazok {
        display: flex;
        width: 100%;
        justify-content: center;
        top: 0px;
        height: auto;
    }
    #extra-block-bottom .column_fb .env_hf_text_obrazok .editor {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope {
        max-height: 130px;
    }
    .module_envelope.for-tabbing h2.oznamy-new-columns a {
        top: -99px;
    }  
    footer .column_f {
        bottom: 0px;
    }
}
@media only screen and (max-width:700px) {

    footer .column_f {
        position: relative;
    }
    #extra-block-bottom .region-ponuka ul {
        display: flex;
        width: 89%;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }
    ul.oznamy-new-columns-list li, 
    ul.actions-new-columns-list li {
        width: 90%;
        max-height: 600px;
    }
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope {
        max-height: 137px;
    }
    ul.oznamy-new-columns-list li, ul.actions-new-columns-list li {
        width: 45%;
        min-height: 335px;
        height: auto;
        background: #fff url(sep-oznamy.png) no-repeat center bottom;
        box-sizing: content-box;
        display: inline-block;
        max-height: 580px;
        margin: 0 15px 10px 15px;
        padding: 0 0 10px 0;
        overflow: hidden;
        position: relative;
        transition-duration: 0.3s;
    }  
    .module-in-container.env_hf_text_pure {
        left: -308px;
    }
    header .module_envelope_h.env_hf_logo {
        left: 40px;
    }
 
}
@media only screen and (max-width:685px) {
    ul.oznamy-new-colums-list-default li div.image-envelope {
        max-height: 137px;
    }
    ul.oznamy-new-columns-list li, ul.actions-new-columns-list li {
        height: 325px;
    }
}
@media only screen and (max-width:670px) {
    h2#banner-slot-h2 {
        line-height: normal;
        height: 2.9em;
    }
}
@media only screen and (max-width:662px) {
    main#main {
        width: 100%;
        padding: 0px 15px 20px;
        text-align: left;
    }
    aside#left-column,
    aside#right-column {
        width: 100%;
        padding: 0 15px;
        margin: 0 0 0px;
        max-width: unset;
        background: none;
        order: 2;
    }
}
/* -------------------------------- TABLET VERZIA END  -------------------------------- */
/* ------------------------------------------------------------------------------------ */














/* ---------------------- MOBIL VERZIA ----------------------- */
@media only screen and (max-width:640px) {
    /* ------------------------------------- HIDDEN ELEMENTS ------------------------------------------ */
    .main-header .column_h .env_hf_multi_foto, 
    header .module-in-container.env_hf_mapa_stranky, 
    header .module-in-container.env_hf_aaa, 
    header .module-in-container.env_hf_menu, 
    header .env_hf_menu, .module-in-container.env_hf_text_pure, 
    header .search-box-text-button-envelope::after, div.link-for-speech,
    footer .module-in-container.env_hf_navstevnost,
    header .module_envelope.module-in-container.env_hf_rss,
    header .env_hf_menu  {
        display: none !important;
    }
    [tabindex]:focus, a:focus {
        outline: 5px auto -webkit-focus-ring-color!important;
        outline: 0px dotted #ff8900!important;
        outline-offset: 3px;
        z-index: 9999;
        background-color: transparent;
    }
   
     /* ------------------------------------- HIDDEN ELEMENTS END ------------------------------------------ */
    /* ------------------------------------- HEADER  ----------------------------------------------- */
    header {
        width: 100%;
        padding: 0px 0 0px;
        background: none;
        top: 0;
        position: relative;
        z-index: 9999;
        margin: 0!important;
    }
    header .column_h {
        width: 100%;
        max-width: 1200px;
        left: 0;
        right: 0;
        justify-content: unset;
        margin: 0 auto;
    }
    .env_hf_homepage_text #homepage-link-with-text-envelope {
        position: unset;
    }
    /*------------------------------------- HEADER LOGO------------------------------------- */
    .header-logo-envelope>a {
        display: grid;
        grid-template-columns: 100px auto;
        grid-template-rows: auto auto;
        text-decoration: none;
        width: auto;
        height: auto;
    }

    header .module_envelope_h.env_hf_logo {
        top: 0;
        left: 0;
        /* order: 1; */
        height: auto;
        right: 0;
        width: 100%;
        /* max-width: 350px; */
        padding: 18px 0 5px;
        background: #dceefb;
        margin: 0px auto 7px;
        /* border-bottom: 2px solid #36363670; */
        z-index: 0;
    }
    header .header-logo-text-ext {
        font-size: 1.111111em;
    }
   
    /*------------------------------------- HEADER LOGO END------------------------------------- */


    
    header .env_hf_text_obrazok {
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        top: 0;
        display: flex;
        left: 0;
        right: auto;
        padding: 0 15px !important;
        margin: 0;
        z-index: 999;
        width: 20%;
    }

    div#finder_stabil {
        top: 170px !important;
        position: absolute !important;
        left: 0;
        right: 0;
        top: 230px;
        margin: 0 auto;
        width: 100% !important;
        display: none;
        z-index: 9999;
        color: #000;
        box-shadow: 1px 1px 10px 0px #ddd;
    }
    a#finder-trigger {
        display: block !important;
        right: 5px;
        left: auto;
        width: 36px;
        position: absolute;
        top: 6px;
        height: 34px;
        padding: 0px !important;
        background: url(rwd-bg-finder.png) no-repeat center center;
        color: #000;
        text-decoration: none;
        text-align: center;
        font-size: 0em;
        margin: 0 auto;
    }
    header .module_envelope.module-in-container.env_hf_finder {
        right: 0;
    }
    /*
    .module_envelope_h.env_hf_menu_rwd {
        position: relative;
        width: 99%;
        left: auto;
        top: -107px;
        height: 1px;
        bottom: auto;
        right: 0%;
        z-index: 9;
        display: block;
    }*/
    .module_envelope_h.env_hf_menu_rwd .module-inner-envelope {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .env_hf_menu_rwd .rwd-menu-trigger-a  {
        position: unset;
    }
    .module_envelope_h.env_hf_menu_rwd.rwd-menu {
        position: absolute;
        width: 100%;
        left: auto;
        top: 107px;
        right: 0%;
        z-index: 9;
        display: block;
    }

/* ------------------------------------- RWD HLAVICKA ------------------------------------- */
    .editor .rwd-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .rwd-logo-main-text {
        font-size: 2em;
        color: #0258a3;
        font-weight: bold;
        text-align: left;
    }
    

    /* ------------------------------------- RWD HLAVICKA END ------------------------------------- */



    /* ----------------------------- MENU TRIGGER ---------------------------------------------*/
    li#rwd-menu-container-env {
        color: #fff;
    } 
  
    /*#rwd-menu-trigger .rwd-menu-trigger-a {
        border: 1px solid #363636;
        display: flex;
        flex-wrap: wrap;
        padding: 0px 35px 0px 5px;
        text-align: right;
        text-decoration: none;
        box-sizing: content-box;
        font-weight: bold;
        margin: 0;
        right: 0px;
        top: 46px;
        color: #fff;
        height: 37px;
        line-height: 37px;
        width: auto;
        transition: .5s;
        position: relative;
        background: url(mobile-menu.png) no-repeat center right 4px;
        font-size: 1em;
        background-size: 21%;
    }*/
    /*#rwd-menu .vertical-menu-cover-common .selector-for-mob-menu.with-submenu.opened .under-menu-trigger-new-generation.opened::after {
        content: '';
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        clear: both;
        background: url(rwd-menu-arrow-down.png) no-repeat center right;
        width: 15px;
        height: 100%;
        top: 0px;
        left: auto;
        right: 21px;
        z-index: 99999;
        position: absolute;
    }
    #rwd-menu .vertical-menu-cover-common .selector-for-mob-menu.with-submenu .under-menu-trigger-new-generation::after {
        content: '';
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        clear: both;
        background: url(rwd-menu-arrow-up.png) no-repeat center right;
        width: 15px;
        height: 100%;
        top: 0px;
        left: auto;
        right: 21px;
        z-index: 99999;
        position: absolute;
    }
    
    #rwd-menu-trigger .rwd-menu-trigger-a::after {
        content: 'Menu';
        clear: both;
        width: 64%;
        height: 20px;
        top: auto;
        bottom: -25px;
        left: 0;
        right: 0;
        font-size: 16px;
        z-index: 99999;
        margin: 0 auto;
        position: relative;
        display: none;
    }*/
  
    #rwd-menu-container ul li.menu_hlavicka.with-submenu {
        padding: 0;
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-evenly;
        align-items: flex-start;
        position: relative;
        min-height: 50px;
        height: auto;
    }
    #rwd-menu-trigger .hf-hmenu {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #rwd-menu-trigger .hf-hmenu li {
        width: 100%;
        justify-content: space-between;
        padding: 0 0 0 0px !important;
        text-align: left;
        background: none;
        border-bottom: 1px dotted #0258a3;
        border-radius: 0;
        margin: 0;
        display: flex;
        height: auto;
        line-height: 50px;
        flex-wrap: wrap;
        align-items: center;
        border-right: none;
    }
 
    ul.hf-hmenu>li.level-0.current {
        background: none !important;
    }

    #rwd-menu-trigger .hf-hmenu li.level-2 {
        padding: 0 0 0 0px !important;
    }
    #rwd-menu-trigger .hf-hmenu li .hf-menu-envelope {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: flex-end;
        width: auto;
        flex-grow: 1;
        box-sizing: border-box;
    }

    #rwd-menu-trigger .hf-hmenu li a {
        border: none !important;
        color: #0258a3 !important;
        background: none !important;
        font-size: 1.25em;
        padding: 0px 20px;
        text-align: left;
    }
    #rwd-menu-trigger .hf-hmenu li.current>span>a {
        font-weight: bold;
    }
    #rwd-menu-trigger .hf-hmenu li a.mobile-under-menu-trigger {
        display: inline-block;
        float: right;
        width: 50px;
        height: 50px;
        font-size: 0;
        background: #0258a3 url(menu-arrow-down-w.png) no-repeat center center !important;
    }
    #rwd-menu-trigger .hf-hmenu li a.mobile-under-menu-trigger.hor-menu.active {
        display: inline-block;
        float: right;
        width: 50px;
        height: 50px;
        font-size: 0;
        background: #0258a39e url(menu-arrow-up-w.png) no-repeat center center !important;
    }    
    #rwd-menu-container,
    #rwd-menu-container.closed {
        display: none;
    }
    #rwd-menu .vertical-menu-cover-common .mobile-under-menu-trigger.categorie.active {
        display: inline-block;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        background: #0258a3bd url(menu-arrow-up-w.png) no-repeat center center;
        font-size: 0;
    }
    a.mobile-under-menu-trigger {
        /* display: block; */
        display: inline-block;
        float: right;
        width: 50px;
        height: 50px;
        background: #0258a3 url(menu-arrow-down-w.png) no-repeat center center;
        font-size: 0;
    }
    ul.menu_cover.dn {
        display: none;
    }
    ul.menu_cover.opened,
    ul.hf-hmenu li ul.hf-hsubmenu.opened,
    #rwd-menu-container ul li.menu_hlavicka ul.menu_cover.dn.opened {
        display: block !important;
        width: 100%;
        background: #eee;
    }
    #rwd-menu-container.opened {
        width: 98%;
        top: 40px;
    }
    #rwd-menu-container ul li.menu_hlavicka {
        padding: 0;
    }
    #rwd-menu-container ul li.menu_hlavicka a.menu_hlavicka {
        display: block;
        text-decoration: none;
        padding: 15px 30px 15px 20px;
        border-bottom: 1px dotted #363636;
        font-size: 1.25em;
        font-weight: bold;
        background: #FFf;
        margin: 0;
        color: #363636;
        border-radius: 0;
        border-left: none;
    }
    #rwd-menu-container ul li.menu_hlavicka.with-submenu a.menu_hlavicka {
        display: block;
        box-sizing: border-box;
        flex-grow: 1;
        word-break: break-all;
        width: 75%;
        text-decoration: none;
        padding: 13px 60px 14px 20px;
        border-bottom: 1px dotted #363636;
        font-size: 1.25em;
        font-weight: bold;
        background: #FFf;
        color: #363636;
    }
    .menu_item.level-0-has-submenu.opened > a.menu_item::before {
        left: 0px;
    }
    .module_envelope ul li {
        display: block;
        margin: 1px 0 0px ;
        text-align: center;
    }
    ul.olo-daynames-default li {
        display: inline-block;
    }
    ul.menu_block {
        padding: 0;
        margin: -2px 0 0;
        font-size: 1.0em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    ul.hf-hmenu li ul.hf-hsubmenu {
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
        background: #36363614;
    }
    ul.hf-hmenu li.level-1 ul.hf-hsubmenu {
        left: 0 !important;
        width: 100%;
        border-left: 25px solid #36363696;
        background: #e5e5e5;
        box-sizing: content-box;
        display: flex;
        flex-wrap: wrap !important;
    }
    ul.hf-hmenu li.level-2 ul.hf-hsubmenu {
        left: 0 !important;
        width: 100%;
        border-left: 25px solid #36363696;
        background: #fff;
        box-sizing: content-box;
    }
    ul.fotogaleria-pure li {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 5px 4px 0px !important;
        padding: 0;
        border: none;
        background: none;
    }
    ul.fotogaleria-pure li span.fotogaleria-picture-envelope a {
        width: 100%;
        height: 220px;
        display: block;
        overflow: hidden;
        border: none;
    }
    ul.fotogaleria-multi-kat-img-list li, 
    ul.fotogaleria-multi-foto-list li {
        width: 100%;
        flex: 1;
        margin: 0 1.4% 1.4% 0;
        height: auto;
        overflow: hidden;
        vertical-align: top;
        max-width: 100%;
    }
    ul.fotogaleria-multi-kat-img-list-default li:last-of-type a {
        max-height: 220px;
    }
    ul.fotogaleria-multi-kat-img-list li a .gallimg-envelope, 
    ul.fotogaleria-multi-foto-list li a .gallimg-envelope {
        max-height: 286px !important;
        height: auto !important;
        margin-bottom: 5px;
    }
    

    ul.hf-hmenu li:focus-within ul.hf-hsubmenu.hopened, ul.hf-hmenu li ul.hf-hsubmenu.hopened {
        display: flex;
        /* grid-template-rows: auto auto auto auto; */
        /* grid-auto-flow: column; */
        transition: ease-in-out .2s;
        flex-wrap: wrap;
        overflow-y: auto;
        /* grid-template-columns: 25% 25% 25% 25%; */
        max-height: calc(100vh - 80px - 126px);
    }
    ul.hf-hmenu li:hover ul.hf-hsubmenu {
        display: none;
    }
    /* ----------------------------- MENU TRIGGER END ------------------------------------------*/
    
    
    .search-box-text-button-envelope {
        position: relative;
        right: auto;
        left: 0;
        margin: 0 auto;
        top: 0px;
        z-index: 99;
        width: 100%;
        height: auto;
        padding: 10px;  
        display: flex !important;
        flex-wrap: wrap;
        background: #fff;
        box-shadow: 0 -4px 15px 0px #00000026;
    }
    input#search-submit-button {
        display: none !important;
    }




    /* -------------- LOGIN -------------- */
    #login-to-portal {
        margin-top: 25px;
    }

    #login-to-portal tbody tr td {
        width: 100%;
        /*height: 44px;*/
    }
    .column .module_envelope input {
        border: 1px solid #aaa;
        width: 100% !important;
    }
    .column .module_envelope label {
        font-size: 1.11111em;
    } 
    #m_120103 header .column_h,
    #m_7912 header .column_h {
        height: auto;
    }
    .env_registracia_navstevnika_ table tr td.automatic-col-2 input, 
    .env_registracia_navstevnika_ table tr td.automatic-col-4 input {
        height: 100%;
        padding: 0 !important;
        width: 100% !important;
    }
    .env_registracia_navstevnika_ table tr td.automatic-col-1 {
        order: 1;
        width: 50%;
        height: 62px;
    }
    .env_registracia_navstevnika_ table tr td.automatic-col-2 {
        order: 3;
        width: 50%;
        height: 44px;
        padding-bottom: 0;
    }
    /* -------------- LOGIN END ----------- */

  
    /* ------------------------------------- HEADER End ----------------------------------------------- */
   
    div.tabbed-page-modules-envelope-default li.tabbed-page-modules-li-default {
        display: inline-block;
        vertical-align: baseline;
        margin: 0;
        width: 100%;
        padding: 0;
    }
  
    footer .module-in-container.env_hf_tiraz .module_body {
        font-size: 1em;
        justify-content: unset;
        display: block;
    }
    .editor p img {
        margin-top: 0!important;
        margin-left: 0!important;
        width: 100% !important;
        height: auto !important;
    }
    #homepage_0 .editor p img {
        width: auto !important;
    }
   

    /* ------------------------------------- EXTRA BLOCK TOP  ----------------------------------------------- */
    #extra-block-top {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0px;
        margin: 0px auto 20px;
    }
    li.menu_block_head {
    }
    li.menu_block_head::after {
        display: none !important;
    }
    li.menu_block_kat ul.menu-block-under-receiver {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        background: #fff;
        margin-top: 30px;
    }
    li.mobile-closed a {
        display: block;
        line-height: 34px;
        text-decoration: none !important;
        color: #363636 !important;
    }

 
    ul.menu_block li a.menu-block-under-trigger.mb-mobile-opened {
        display: block;
        box-sizing: border-box;
        min-height: 53px;
        height: auto;
        position: absolute;
        top: -2px;
        transition-duration: .1s;
        width: 94%;
        background: url(menu-arrow-up.png) no-repeat 95% 50%;
    }
    ul.menu-block-under-receiver.mb-mobile-closed {
        display: none !important;
    }
    ul.menu-block-under-receiver.mb-mobile-opened {
        display: block;
        height: auto;
        width: 100%;
        margin-top: 0;
    }
    li.mobile-closed {
        display: none;
        border-bottom: 1px solid #555;
        background: #f0f0f0;
        background-image: none;
        padding: 15px !important;
        text-align: left !important;
        margin: 0;
        background-position: 15px 50%;
    }
    li.menu_block_kat ul {
        margin: 0;
        padding: 0;

    }
    /* ------------------------------------- EXTRA BLOCK TOP END ----------------------------------------------- */

/* ------------------------------------- MAIN ----------------------------------------------- */
    #main-container {
        width: 99.5%;
        margin: 0;
        padding: 0;
        background: url(bg-body-top-mobile.png) no-repeat center top;
    }
    #main-content {
        max-width: 1200px;
        width: 100%;
        margin: 0px auto !important;
        display: block;
    }
    .module_envelope.for-tabbing h2.oznamy-new-columns a {
        top: 0;
    }
  
    a.oznamy-new-columns-all-link.bottom-of-module, 
    a.actions-new-columns-all-link.bottom-of-module {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding: 12px 20px 50px;
        width: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: none;
    }
    a.oznamy-new-columns-all-link.bottom-of-module::after, 
    a.actions-new-columns-all-link.bottom-of-module::after {
        display: block;
        content: '';
        clear: both;
        width: 18px;
        height: 19px;
        background: url(bg_graficke_oznamy.png) no-repeat center right;
        top: 47px;
        left: 0;
        right: 0;
        z-index: 99999;
        margin: 0 auto;
        position: absolute;
    }
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope {
        max-height: 286px;
    }
    ul.oznamy-new-columns-list li, ul.actions-new-columns-list li {
        width: 100% !important;
        max-width: 430px;
        height: auto;
        margin: 0 auto 50px !important;
    }
    ul.oznamy-new-columns-list li, ul.actions-new-columns-list li:last-of-type {
        margin-bottom: 0 !important;
    }
    ul.oznamy-new-colums-list-default li.without-image-default div.image-envelope-default, 
    ul.actions-new-colums-list-default li.without-image-default div.image-envelope-default {
        opacity: 1;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        min-height: 220px !important;
    }

    ul.oznamy-new-colums-list-default li div.image-envelope {
        max-height: 350px;
    }
    ul.oznamy-new-colums-list-default li.without-image div.image-envelope, 
    ul.actions-new-colums-list-default li.without-image div.image-envelope {
        max-height: 350px;
    }
    ul.oznamy-new-colums-list-default li.without-image-default div.image-envelope-default div.noimage-inner, 
    ul.actions-new-colums-list-default li.without-image-default div.image-envelope-default div.noimage-inner {
        height: 350px;
    }

    /* ---------- ZASADNUTIA ---------------- */
    div.zasadania-form-envelope form .form-searchtext,
    div.zasadania-form-envelope form .form-submit {
        flex: 100%;
        height: 44px;
    }
    h3.year_array {
        width: 47% !important;
        margin: 10px auto !important;
    }
    div.year_selector {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* ---------- ZASADNUTIA END ---------------- */

    /* ------------------------------------- VZN  ----------------------------------------------- */
    .vzn-filter .fullwide tbody {
        display: flex;
        flex-wrap: wrap;
    }
    .vzn-filter .fullwide tbody tr {
        display: flex;
        flex-direction: column;
        flex: 50%;
    }
    .env_vzn_new form.vzn-filter .fullwide tr td {
        width: 100%;
    }     
    .module_envelope.env_vzn_new form.vzn-filter .fullwide tr:nth-child(2) td.automatic-col-5 {
        position: absolute;
        top: 245px;
    }
    .env_vzn_new form.vzn-filter .fullwide tr td {
        width: 100%;
        padding: 10px 0;
        height: 44px;
        margin-bottom: 10px;
    }
    .vzn-filter .fullwide tbody tr:nth-of-type(1) {
        flex: 30%;
    }
    .float_right {
        float: right;
        position: relative;
        width: auto;
    }
    .env_vzn_new .vzn-filter table:nth-of-type(2) {
        width: 65%;
    }
    
    /* ------------------------------------- VZN End ----------------------------------------------- */

    /* ---------- SÚBORY NA STIAHNUTIE ---------------- */
    div.file-download span.file-text {
        flex: 100%;
    }
    div.file-download span.file-text {
        float: left;
        font-size: 1.11111em;
        max-width: 100%;
        width: auto;
        padding-right: 0px;
    }
    div.file-download span.file-icon {
        width: 100%;
    }
    div.file-download a span.file-text {
        width: auto;
        max-width: 100%;
        margin-right: 10px;
        padding-right: 5px;
        transition: ease-in-out .15s;
        float: unset;
        color: #363636;
        line-height: 150%;
        /* text-decoration: underline; */
        font-size: 1.11111em;
        border-bottom: 1px solid;
    }
    div.file-download a:hover span.file-text {
        border-bottom: 3px solid;
    }
    /* ---------- SÚBORY NA STIAHNUTIE END ---------------- */

  

    ul.oznamy-new-colums-list-default li div.image-envelope, 
    ul.actions-new-colums-list-default li div.image-envelope {
        width: 100% !important;
        height: auto !important;
        max-height: 286px !important;
        max-width: unset;
        overflow: hidden;
        text-align: center;
    }
    ul.oznamy-new-colums-list-default li div.image-envelope {
        max-height: 286px;
    }
    h2.oznamy-new-columns, 
    h2.actions-new-columns {
        padding: 16px 10px 15px !important;
        text-align: left;
        width: 100%;
        border-bottom: 2px solid #e0ded5;
        border-radius: 0;
    }
    ul.oznamy-new-columns-list li.no-image, 
    ul.actions-new-columns-list li.no-image {
        min-height: unset;
        height: auto;
    }
    .env_oznamy .module-inner-envelope a.a-ci-link-short img.ci-link-short {
        width: 100%;
        height: auto;
    }

    

    /* FOTOGALERIA */
    div.fotogaleria {
        width: auto;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }
    div.fotogaleria div.firstcol, 
    div.fotogaleria div.secondcol, 
    div.fotogaleria div.thirdcol, 
    div.fotogaleria div.fourthcol, 
    div.fotogaleria div.lastcol {
        width: 48% !important;
        height: auto;
    }
    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;
        width: 100%;
        height: 182px;
        max-height: unset;
        overflow: hidden;
    }
    ul.fotogaleria-multi-kat-img-list-default li a, 
    ul.fotogaleria-multi-foto-list-default li a {
        max-height: 250px;
    }
    /* FOTOGALERIA */


    .df-files-filter-inner .df-files-filter-part-envelope:nth-of-type(6) {
        width: 50%;
    }
    .env_download_file_with_filter .df-files-filter-inner>.df-files-filter-part-envelope:last-of-type {
        position: relative;
        top: 0;
        right: 0;
        width: 20%;
    }
    .df-files-filter-inner .df-files-filter-part-envelope:nth-of-type(5) {
        width: 100%;
    }


   
    /* ------------------ MOVING PICTURE ------------------ */

    #moving-pictures ul {
        height: 100px;
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #moving-pictures-manipulate-envelope {
        text-align: center;
        margin-top: 0px !important;
        display: block;
        position: relative;
        bottom: -48px;
    }
    #moving-pictures {
        box-sizing: border-box;
        height: 256px;
        width: 100%;
        margin: 30px auto !important;
        overflow: hidden;
    }
    /* ------------------ MOVING PICTURE END------------------ */

    /* ------------------ TABLE ------------------ */

    .env_text_obrazok .editor {
        overflow-x: auto;
    }

    
    /* ------------------ TABLE END ------------------ */
/* ------------------------------------- MAIN End ----------------------------------------------- */

/* ------------------------------------- EXTRA BLOCK BOTTOM ----------------------------------------------- */
#extra-block-bottom .column_fb .env_hf_text_obrazok {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    top: 0px;
}
/*.env_hf_module_container .module-container-columns-envelope .module-container-column {
    width: 100%;
    margin-bottom: 15px;
}*/
#extra-block-bottom #mid_463134 table tr td {
    width: 50%;
}
#extra-block-bottom .column_fb .module_envelope_fb.env_hf_menu_block {
    width: 100%;
    background: none;
    height: auto;
}
#extra-block-bottom .column_fb .module_envelope_fb.env_hf_menu_block .module-inner-envelope {
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: 70px auto;
}
footer .module-container-column.column-4 {
    bottom: 0;
}
/* ------------------------------------- EXTRA BLOCK BOTTOM END ----------------------------------------------- */



/* ------------------------------------- FOOTER ----------------------------------------------- */


    footer .env_hf_module_container {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }   
    footer .env_hf_module_container#mid_459020>.module-inner-envelope>.module_body {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .module-in-container.env_hf_tiraz {
        display: flex;
        width: 90%;
        flex-wrap: wrap;
        margin: 0 auto 25px !important;
        color: #363636;
        padding: 10px;
    }
    footer .module-container-columns-envelope .module-container-column {
        width: 100% !important;
        overflow-wrap: break-word;
        margin: 25px 0 0;
        border-bottom: 2px solid #fff;
    }
    .module-in-container.env_hf_image#mid_459021 {
        position: relative;
        right: 16px;
        display: inline-block;
        bottom: 2px;
    }
    #main-footer {
        font-size: 0.8em;
        line-height: 150%;
        clear: both;
        position: relative;
        width: auto;
        height: auto;
        padding: 0;
        background: none;
        text-align: center;
    }
    div.module-container-header {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
    }
    div.module-container-header .mobile-opened {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }
    #main-footer .module-in-container .module_body a {
        color: #0258a3;
        text-align: center;
        font-weight: 300;
        padding: 0px 0 5px 0;
        font-size: 1.25em;
        margin: 0;
        justify-content: center;
        width: 100%;
    }
    #main-footer .module-in-container.env_hf_tiraz .module_body a {
        color: #363636 !important;
    }
    footer p#data-header, 
    footer .module-container-columns-envelope .module-container-column .data-header {
        color: #0258a3;
        text-align: center !important;
        font-weight: bold !important;
        display: none;
        padding: 0px !important;
        font-size: 1.5625em !important;
        margin: 0 0 31px !important;
    }
    footer a.module-container-header-trigger {
        display: inline-flex;
        width: 100%;
        height: auto;
        color: #fff;
        margin: 0 0 10px;
        padding: 0px 20px !important;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
    }
   
    footer a.module-container-header-trigger.mobile-opened span.trigger-graphic {
        background: #fff url(arrow-up.png) no-repeat center right 15px;

    }
    footer .module-container-header span.trigger-text {
        display: flex;
        font-size: 1.5625em !important;
        text-align: center;
        width: 80%;
        line-height: 150%;
        flex-wrap: wrap;
        color: #004282 !important;
        font-weight: bold !important;
        padding: 12px 27px 12px 20px !important;
        text-decoration: none;
    }
    footer .module-container-header span.trigger-graphic {
        display: inline-block;
        text-align: center;
        font-weight: bold !important;
        background: #fff url(arrow-down.png) no-repeat center center;
        width: 40px;
        height: 40px;
    }
    footer .module-container-collapsable-envelope {
        color: #fff;
        text-align: left;
        font-weight: 300;
        padding: 20px 20px 15px;
        font-size: 1.21528em;
        margin: 0;
        background: #fff;
    }
    #main-footer .module-in-container p {
        color: #363636;
        text-align: left;
        font-weight: 300;
        padding: 20px 0px 15px;
        font-size: 1.21528em;
        margin: 0;
        background: #fff;
    }
    footer .module-container-columns-envelope .column-3 div.module-in-container {
        margin: 0;
        text-align: left;
    }
    /* ----------- LOGO WG ----------- */
    .env_hf_image.webygroup {
        position: relative;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* ----------- LOGO WG END ----------- */
    footer .env_hf_module_container.upper {
        border: none;
    }
}


/* ------------------------------------- FOOTER END ----------------------------------------------- */

@media only screen and (max-width:580px) {
    div.fotogaleria div.firstcol, div.fotogaleria div.secondcol, div.fotogaleria div.thirdcol, div.fotogaleria div.fourthcol, div.fotogaleria div.lastcol {
        width: 100% !important;
        height: auto;
        margin: 0 0.5% 1% 0;
        text-align: center;
        overflow: hidden;
    }
    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;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    ul.oznamy-new-colums-list-default li div.image-envelope, 
    ul.actions-new-colums-list-default li div.image-envelope {
        width: 100% !important;
        height: auto !important;
        max-height: 220px !important;
        max-width: unset;
        overflow: hidden;
        text-align: center;
    }
}
@media only screen and (max-width:570px) {
    header .module_envelope.module-in-container.env_hf_rss {
        display: none !important;
    }
    header .module_envelope_h.env_hf_module_container .module-inner-envelope .module-in-container {
        background: none;
        padding: 0 !important;
    }
   
    header .module_envelope_h.env_hf_module_container .module-inner-envelope .module-in-container.env_hf_mutacie {
        top: 0px;
    }

}
@media only screen and (max-width:540px) {
    #main-banner-buttons {
        width: 90%; 
    }
    .contact-finder-part.ordering, 
    .contact-finder-part.section {
        margin-right: 0;
        flex: 100%;
    }
    .conctact-filter-envelope-default div.contact-finder-part select {
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
    }
    ul.contact-list-default {
        overflow-x: auto;
    }

    .env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-label.form-label:nth-child(1) {
        width: 100%;
        order: 1;
        text-align: left;

    }
    .env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-searchtext.form-searchtext {
        width: 100%;
        order: 2;
        height: 44px;
        flex-grow: 1;
        margin-bottom: 15px;
    };
    .env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-label.form-label {
        width: 100%;
        order: 3;
        flex-grow: 1;
        text-align: left;
    }
    .env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-select.form-select {
        width: 100%;
        order: 4;
        height: 44px;
        margin-bottom: 15px;
    }
    .env_common_items_columns_responsive .oznamy-new-colums-form-envelope .form-submit.form-submit {
        width: 100%;
        order: 5;
    }
 
}
@media only screen and (max-width:530px) {
  
    header .module_envelope_h.env_hf_module_container>.module-inner-envelope>.module_body {
        width: 65%;
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    #main-container {
        background: url(bg-body-top-mobile-530.png) no-repeat center top;
    }
    .header-logo-envelope>a {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto;
        text-decoration: none;
        width: auto;
        height: auto;
    }
    .header-logo-img-envelope img {
        max-width: 75px;
        width: 100%;
        height: auto;
    }
    ul.oznamy-new-columns-all-list li div.image-envelope a, 
    ul.oznamy-graphic-all-list li div.image-envelope a, 
    ul.actions-new-columns-all-list li div.image-envelope a, 
    ul.actions-graphic-all-list li div.image-envelope a {
        max-height: 280px;
    }
}
@media only screen and (max-width:500px) {
    #main-container {
        background: url(bg-body-top-mobile-500.png) no-repeat center top;
    }
}
@media only screen and (max-width:480px) {
    #main-banner-buttons {
        width: 85%;
    }
    .rwd-header {
        font-size: 80%;
    }
    .rwd-header img {
        width: 110px !important;
        height: auto !important;
    }
    body {
        background: none !important;
    }
    aside#left-column {
        order: 2;
        width: 100% !important;
    }
    main#main {
        order: 1;
        width: 100% !important;
        padding: 0px 10px;
    }
    aside#right-column {
        order: 3;
        width: 100% !important;
    }
}
@media only screen and (max-width:460px) {
 header .module_envelope.env_hf_finder {
        padding: 0;
    }

}
@media only screen and (max-width:430px) {
    header .module_envelope_h.env_hf_module_container .module-inner-envelope .module-in-container.env_hf_mutacie {
        padding: 0 15px;
        order: 5;
        position: relative;
        width: 21%;
        margin: 0 21% 0 0;
        top: 0px;
        right: 0;
    }
    ul.oznamy-new-colums-list-default li.without-image-default div.image-envelope-default div.noimage-inner, 
    ul.actions-new-colums-list-default li.without-image-default div.image-envelope-default div.noimage-inner {
        height: 220px;
    }
}
@media only screen and (max-width:400px) {
    #rwd-menu-trigger .rwd-menu-trigger-a {
        font-size: 0em;
        background-size: 55%;
        background: url(mobile-menu.png) no-repeat center center;
    }
    #rwd-menu-trigger .rwd-menu-trigger-a.opened {
        background: url(mobile-menu-closee.png) no-repeat center center;
    }
 
    form.vzn-filter {
        padding: 15px 0 !important;
        margin: 0 !important;
    }
    .env_vzn_new form.vzn-filter .fullwide tr td {
        width: 100%;
        padding-bottom: 0;
        height: 44px;
        line-height: normal;
    }
    .header-logo-envelope>a {
        grid-template-columns: 100px auto;
    }
   
    header .header-logo-text-ext {
        font-size: 1em;
    } 
    header .env_hf_image {
        top: -150px;
    }
    .header-logo-text {
        font-size: 2em;
    }
    ul.oznamy-new-colums-list-default li div.image-envelope, 
    ul.actions-new-colums-list-default li div.image-envelope {
        max-height: 185px !important;
    }
    ul.oznamy-new-colums-list-default li.without-image-default div.image-envelope-default, 
    ul.actions-new-colums-list-default li.without-image-default div.image-envelope-default {
        min-height: 185px !important;
    }
    ul.oznamy-new-colums-list-default li.without-image-default div.image-envelope-default div.noimage-inner, 
    ul.actions-new-colums-list-default li.without-image-default div.image-envelope-default div.noimage-inner {
        height: 170px;
    }
    ul.fotogaleria-multi-kat-img-list-default li a, 
    ul.fotogaleria-multi-foto-list-default li a {
        max-height: 220px;
    }
}


@media only screen and (max-width:350px) {
    footer .module-container-header span.trigger-text {
        font-size: 1.3em;
    }
    header .module_envelope_h.env_hf_module_container .module-inner-envelope .module-in-container.env_hf_mutacie {
        margin: 0 24% 0 0;
    }

}

header .env_hf_login_register #logout-logout::before {
    color: #9FA0A2;
}

header .env_hf_login_register #logout-logout,
header .env_hf_login_register #logout-logout a {
    background: none;
}

@media only screen and (max-width: 1000px) {
    header .env_hf_login_register #logout-logout a,
    header .env_hf_login_register #logout-data a {
        height: 24px;
        width: 24px;
        font-size: 0;
        z-index: 1;
    }

    header .env_hf_login_register #logout-logout::before {
        color: #fff;
        z-index: 0;
    }
}

@media only screen and (max-width: 640px) {
    header .env_hf_login_register #logout-logout::before {
        color: #fff;
    }
}

@media only screen and (max-width: 1000px) {
    header .env_hf_login_register #logout-logout::before {
        position: absolute !important; 
        width: auto !important; 
        right: 0 !important; 
        left: unset !important; 
        flex-wrap: wrap; 
        margin: 0 auto !important; 
        justify-content: center; 
    }

    header .env_hf_login_register #logout-logout a {
        font-size: 0;
    }
}

/* Formulare prisposobenie */
:root {
    --form-color: #004778;
}

div h1.register-login a.link-button {
    background-color: var(--form-color);
    color: #ffffff;
    border: 2px solid transparent;
    font-size: 1rem;
    transition-duration: 0.3s;
}

div h1.register-login a.link-button:hover {
    background-color: #ffffff;
    color: var(--form-color);
    border: 2px solid;
}

.filter-envelope-default {
    width: 100%;
}

div .filter-body-part input, 
div .filter-body-part select, 
div .filter-body-part textarea {
    color: var(--form-color);
    border: 2px solid var(--form-color);
}

div .filter-body-part input.filter-button {
    background: var(--form-color);
    color: #fff;
    width: 100%;
}

div .filter-body-part input.filter-button:hover {
    background: #f5f5f5;
    color: var(--form-color);
    border: 2px solid;
}

div .filter-packing-head {
    background: #f3f2f1;
    border-bottom: 2px solid var(--form-color);
}

.search-extended-trigger a,
.search-extended-select a {
    color: var(--form-color) !important;
    transition-duration: 0.3s;
}

.search-extended-trigger a.current,
.search-extended-trigger a:hover {
    border-bottom: 2px solid var(--form-color) !important;
}

.search-extended-select a:hover,
#search-select-all:hover,
#search-select-none:hover {
    background: var(--form-color) !important;
    color: #fff !important;
}

.filter-body-part input[type="checkbox"],
.filter-body-part input[type="radio"],
.filter-body-part input[type='file'] {
    width: 40px !important;
    height: 40px !important;
}

.filter-body-part label {
    padding: 5px 0 !important;
}

.search-extended-parts .filter-body-part-search-extended-areas {
    flex-grow: 0 !important;
    width: calc(100% / 3) !important;
}

#module_data__0__l_login {
    height: 50px;
    width: 100%;
    float: none;
}

.filter-body-part-search-without-date a,
.filter-body-part-search-with-date a {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
}

.filter-body-part-search-without-date a:hover,
.filter-body-part-search-with-date a:hover {
    text-decoration-thickness: 3px;
    border-bottom: none;
}

[tabindex]:focus,
a:focus,
input:focus,
.filter-body-part input:focus,
.filter-body-part select:focus,
.filter-body-part textarea:focus {
    outline: 3px dotted #ff8900 !important;
    outline-offset: 3px;
    z-index: 9999;
}

@media only screen and (max-width: 1000px) {
    .search-extended-parts .filter-body-part-search-extended-areas {
        width: 50% !important;
    }
}

@media only screen and (max-width: 640px) {
    .filter-body-part input[type="checkbox"],
    .filter-body-part input[type="radio"],
    .filter-body-part input[type='file'] {
        width: 40px !important;
        height: 40px !important;
    }

    .search-extended-parts .filter-body-part-search-extended-areas {
        width: 100% !important;
    }
}
/* Formulare prisposobenie end */