/* #3.05
3.05 - obsah img (height: auto); novinky_box (max-width: 100; heght: auto;)
3.04 - výpis obrázků z galerie (#galerie)
3.03 - ZobrazObr, FullscreenImg (article), li .menu_set a (menu)
3.02 - listování v obrázku
3.01 - art_video

 v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: Roboto; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ===== HTML5 display definitions ===== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ===== Links ====== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;  
}

/* ===== Text-level semantics ===== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ===== Embedded content ===== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ===== Grouping content ===== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*===== Forms =====*/

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* ===== Tables ===== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*=============================== GRAFIKA ====================================*/

h4, p {
	margin: 0px;
	padding: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-before: 0px;
}

#page {
    max-width: 2048px;
    margin: 0px auto;
   position: relative;
   top: 0px;
   overflow: hidden;
}

.iko-left {
    position: absolute;       
    z-index: 2;    
    display: block;
	/*display: block;*/
	
}

#iko-kontakt, #iko-mapa {
	display:none;
}

.iko-left a{
    display: block;
    color: white;
    text-decoration: none;    
    padding: 15px;
    padding-right: 60px;
}

#iko-kontakt {
    background-color: #2DAD42;    
    top: 380px;	
    left: -75px;
    background-image: url(../grafika/iko-kontakt.png);
    background-repeat:no-repeat;
    background-position:right 13px center;
    -webkit-transition: left 1s;
    transition: left 1s;
}

#iko-kontakt:hover, #iko-mapa:hover, #iko-fb:hover {
    left:0px;
}

#iko-mapa {
    background-color: #D50911;
    top: 460px;	
    left: -60px;
    background-image: url(../grafika/iko-mapa.png);
    background-repeat:no-repeat;
    background-position:right 13px center;
    -webkit-transition: left 1s;
    transition: left 1s
}
#iko-fb {
    background-color: #3C599B;
    /*top: 545px;*/
	top: 180px;
    left: -90px;
    background-image: url(../grafika/iko-fb.png);
    background-repeat:no-repeat;
    background-position:right 13px center;
    -webkit-transition: left 1s;
    transition: left 1s
}
#iko-fb img {
    margin-left: 15px;
}

#banner { 
	width: calc(100% - 2px);
	/*height: 370px;*/
        border: 1px solid white;
        position: relative;
	/*overflow: hidden;*/
	}

#title {
	position: absolute;
    
    background-color: rgba(45, 173, 66, 0.9);
    text-align: center;
    /*padding: 1px;*/
	width: 100%;
    height: 61px;
	z-index: 2;
        font-size: 3rem;
        padding: 25px;
}
#title a {
    text-decoration: none;
    color: white;
}
#menu {
    margin-top: 111px;
 
}
.page_data{
    /*max-width: 1182px;  */  
    max-width: 1190px;
    margin: 0px auto;    
    position: relative;
    font-size: 14px;    
}

#header {    

}

#header_popisek {
    color: white;            
    font-size: 28px;
    line-height: 38px;
    padding: 5px;
    margin-bottom: 30px;
}

#read_box {
    position: absolute; 
    bottom: 0px; 
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
#dulezite {
    width: 230px;  
    background-color: white;
    border: 1px solid silver;
    padding: 45px;    
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
}
#dulezite.A {
    position: absolute;
}

#dulezite.B {
    margin-bottom: 50px;
}


#dulezite .pravy_nadpis {
    color: #2DAD42;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;    
}

#dulezite h4 {
    padding-top: 3px;
    padding-bottom: 10px;    
    font-size: 18px;
    font-weight: bold;
}

#dulezite p {
    font-size: 16px;
    padding-bottom: 10px;
}

#dulezite a {
    color: #2DAD42;
    text-decoration: underline;
}

#dulezite .novinky_datum, #dulezite .center {
    display: none;
}



#dulezite2 {
	display: block;
	color: #2DAD42;
	font-size: 16px;
	padding: 10px;
	border: 3px solid #2DAD42;
	margin-top: 10px;	
}

#dulezite2 a{
	color: #2DAD42;
}

#obsah a {
	color: #2DAD42;
    text-decoration: underline;
	
}

#obsah img {
    max-width: 100%;
    height: auto;
}

.obsah {
    font-size: 1em;
    line-height: 1.4em;
    padding: 15px;
    margin-top: 45px;
}

.obsah ul {
	margin: 10px;
}
.obsah li {
	list-style-type: disc;
	margin-left: 20px;
}

#pravy_box {        
    width: 320px;
    float: right;
    margin-right: 20px;
}

#box_obr img {
    width: 100%;
    margin-bottom: 20px;
}

h2 {
    color: #2DAD42;
	font-size: 26px;
	line-height: 53px;
	margin-bottom: 10px;
        margin-left: 3px;
}

h3 {
    margin-left: 3px;
}

.nadpis_zeleny {
	color: #2DAD42;
	font-size: 26px;
	line-height: 53px;
	margin-bottom: 10px;
}
#novinky {
	padding-left: 15px;
	padding-right: 15px;
}



#aktuality {
	margin-left: 15px;
	margin-right: 15px;
}

#loga{
    background-color: #EEEEEE;	
	clear: both;
}

#loga .logo {
	background-color: white;
	position: relative;
	width: 181px;
	height: 134px;
	text-align: center;
	float: left;
	margin: 30px 9px 8px 8px;
	padding-bottom: 15px;
}
#loga .logo img {
	height: calc(100% - 50px);
	margin-top: 25px;
}

#loga .logo div {
	position: absolute; 
	bottom: 0px; 
	/*background: rgba(0,0,0,.5); 
	color: white;*/
	width: calc(100% - 6px);
	text-align: center;
	padding: 3px;
}

#mapa {
    height: 450px;
	clear: both;
	/*background-color: white;
	background-image: url('../grafika/mapa.jpg');
	background-position: center center;
	background-repeat: no-repeat;*/
}

#kontakt {
    width: 230px;
    height: 250px;    
    background-color: #2DAD42;    
    padding: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    z-index: 2;

}

#map {
    z-index: 1;
}

#kontakt strong {
	font-size: 18px; 
}

#kontakt a {
	color: white;
}

.kontakt_button{
	display: block;	
	/*height: 38px;*/
	margin-top: 27px;	
	
	float: left;
	text-align: center;        
	text-decoration: none;	
	
}
#kontakt .kontakt_button a {
	color: #2DAD42;
	display: block;
	padding: 7px 18px;
	text-decoration: none;
	background-color: white;
	border: 2px solid white;
    border-radius: 20px;
}


#kontakt a:hover,#kontakt a:focus{
	color: orange;
}

#footer {
    background-color: #373737;
    color: white;
	height: 94px;
}
#footer .page_data {
	padding-top: 39px;	
}
#footer .page_data a{
	color: white;	
}

#footer a:hover,#footer a:focus{
	color: orange;
}

p {
    margin-bottom: 1em;
}
#obsah a:hover,#obsah a:focus{
	color: orange;
}
.velikost {
     background-color: white;
}
.velikost:hover {
    background-color: orange;
}

#read_box .page_data h2 {    
    color: white;
}

/* ------URS------- */
/* ===== Global ====== */
.hidden {
    display: none;
}
.center {
    text-align: center;
}
.leftalign {
    float: left;
}
.rightalign {
    float: right;
}
.upozorneni {
    margin: 5px;
    padding: 2px;
    border: 1px solid black;
    font-weight: bold;
    font-size: 18px;
}
.alert {
    margin: 5px;
    padding: 2px;
    border: 2px solid lightcoral;
    font-weight: bold;
    font-size: 18px;
    color: lightcoral;
    background-color: white;
}

.ut_login {    
    width: 200px;
    margin: 0px auto;
    border: 1px solid;
}

.ut_login caption {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 20px;
}

.ut_login input {
    width: 150px;    
}
.ut_login td {
    padding: 2px;
}
.ub_login {    
   
    margin-right: 10px;
    clear: both;
}

.ub_login input {
    width: 150px;
    float: right;
}

.listovani{
    clear: both;
    margin: 5px auto;    
    padding: 2px;
    width: 300px;
    height: 16px;    
    text-align: center;
}
.listovani_left{
    float: left;
}
.listovani_right{
    float: right;
}


/*
.listovani_obr{
    width: 16px;
    height: 16px;
    border: 0px;
    vertical-align: middle;
}
*/
.listovani_str:hover{
    font-weight: bold;
}
.listovani_str{
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
}
.listovani_akt{
}

.iko_lang {
    width: 16px;
    height: 16px;
}

/* ===== Forum ===== */
.forum_comment {
    border: 1px solid gray;
    margin: 3px 5px 0px 5px;
    padding: 3px;    
}
.forum .header {
    font-size: 14px;
    background-color: silver;
    padding: 3px;
    margin-bottom: 3px;
}
.forum .header span {
    font-weight: bold;
}
.forum .header div {
    float: right;    
    padding: 2px;
}
.forum .header div span, .forum_novy {
    background-color: gray;
    padding: 2px;
    margin-left: 2px;
}
.forum .header div span a, .forum_novy a {
    text-decoration: none;
    color: white;
    -webkit-transition: text-decoration 0.15s;
    transition: text-decoration 0.15s;
}
.forum .header div span a:hover, .forum_novy a:hover {
    text-decoration: underline 
}
.forum_novy {
    width: 200px;
    margin: 5px auto;    
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.forum_form {
    width: 500px;
    margin: 0px auto;
}
.forum_form div {
    text-align: center;
}
/* ===== Arts ===== */
.arts .odkaz {
    display: none;
}
.arts .footer {
    font-size: 14px;
    background-color: silver;
    padding: 3px;
    margin-bottom: 3px;
}
.arts h2 {
    margin-bottom: 3px;
}
.arts h2 a {
    color: black;
    text-decoration: none;
}
.arts h2 a:hover {
    text-decoration: underline;
    -webkit-transition: text-decoration 0.15s;
    transition: text-decoration 0.15s;
}
/* ===== Article ===== */
.art_header {
    font-size: 12px;    
}
.art_footer {
    border-top: 1px solid silver;
    padding: 5px;
}
.art_anotace {
    clear: both;
    font-style: italic;
    padding: 10px;
}
.art_odkazy_top {
    clear: both;
}
.art_odkazy_top li, .art_odkazy_bottom li {
    list-style-type: square;
	margin-left: 20px;
}
.art_video {
    margin: 0 auto;
    width: 480px;
    height: 360px;
}
#FullscreenImg {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(0, 0, 0, 0.9)
}
#FullscreenImg img{
    max-width: 90%;
    max-height: 95vh;
    display: block;
    margin: 15px auto;
    border: 5px solid white;
    cursor: pointer;
}
.ZobrazObr {
    cursor: pointer;
}
/* ===== Gallery ===== */
#galerie div {  
    width: 190px;
    float: left;
    margin: 5px;    
    height: 150px;
    text-align: center;
    position: relative;
    border: 0px solid silver;
}
#galerie div img {
    max-width: 190px;
    max-height: 150px;;
        
}
#galerie div.obr_text {
    position: absolute;
    width: 200px;
    max-height: 2.5em;
    bottom: -8px;
    left: -5px;
    text-align: center;
    overflow: hidden;
    text-shadow: 1px 1px 0px white;
    color: black;
    border: 0px;
    display: none;
}

.gall_popis {
    text-align: center;
}


.gall_obr_arrowP {
	position: absolute;
	width: 40px;
	top: 0px;
	bottom: 5px;
	left: 0px;
	cursor: pointer;
	background-color: silver;			
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(obr/obr_prev.png);
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.gall_obr_arrowN {
	position: absolute;
	width: 40px;
	top: 0px;
	bottom: 5px;
	right: 0px;
	cursor: pointer;		
	background-color: silver;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-image: url(obr/obr_next.png);
}
.gall_obr_arrow_viewP {
	opacity: 0.6;
	filter: alpha(opacity=60);								
}
.gall_obr_arrow_viewN {
	opacity: 0.6;
	filter: alpha(opacity=60);								
}

.gall_zpet {
	text-align: center;
	padding: 15px;
}

/* ===== News ===== */
#aktuality .novinky_box {	
	float: left;
	width: calc(100% / 3 - 22px);
	padding: 10px;
        line-height: 29px;	
}
#aktuality .novinky_datum {
	margin-bottom: 10px;
        font-size: 12px;
        font-style: italic;
		display: none;
}
#aktuality .novinky_box h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#aktuality .center {
	clear: both;
}

#aktuality a{
   color: #2DAD42;
   text-decoration: underline;	
}

#aktuality ul {
	margin-left: 15px
}

#aktuality li{
	list-style-type: square;
}

.novinky_box img {
    max-width: 100%;
    height: auto;
}
        
#aktuality .novinky_box  div {
	margin-bottom: 5px;
}

/* ===== Registrace ===== */
.registrace {
    width: 400px;
    margin: 5px auto;
}

.registrace caption {
    font-weight: bold;
    font-size: 18px;
    margin: 3px;
}

.registrace_over {
    text-align: center;
}
.registrace_over span {
    font-weight: bold;
    font-size: 14px;
}
.registrace_button {
    text-align: center;
}
.registrace_button input {
    width: 300px;
    margin: 5px;
}

/* ------MENU------- */


nav.greedy {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  background: #f2f2f2;
}

nav.greedy button {
  align-self: stretch;
  transition: all .4s ease-out;
  padding: 0 1rem 0 1.5rem;
  outline: 0;
  border: 0;
  font-size: 0.9rem;
  font-weight: bold;
  background: #c8c8c8;
  color: #404040;
}

nav.greedy button.hidden {
  transition: none;
  
  width: 0;
  padding: 0;
  overflow: hidden;
}

nav.greedy button::after {
  content: attr(count);
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #9f9f9f;
  color: #f2f2f2;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.8);
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 1rem;
  margin-right: calc(-1rem + -8px);
  
}

ul {
   margin: 0px;
   padding: 0px;
}
li {
    list-style-type: none;
    
}

ul.links {
  display: flex;
  left: 0px;
  flex: 1;
  overflow: hidden;
}

ul.links li {
  flex: none;  
  border-left: 1px solid #D5D5D5;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

ul.links li:hover {
	background-color: #EEA209;
        
}

ul.links li a {
  color: #373737;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 20px 30px;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  
}

nav.greedy ul li a:hover {
    color: white;
}

ul.hidden-links li a:hover {
    color: white;
}

ul.hidden-links {
  position: absolute;
  background: #d8d8d8;
  right: 0px;
  top: 100%;
  z-index: 3;
}

ul.links ul.hidden-links2 {  
  position: absolute;
  background: #d8d8d8;  
  top: 100%;
  z-index: 3;
}

ul.hidden-links ul.hidden-links2{
  position: relative;
  background-color: #d8d8d8;   
}

ul.hidden-links ul.hidden-links2 li:last-child{
    
	border-bottom: #f2f2f2 1px solid;
}

ul.hidden-links li:hover {
  background-color: #EEA209;  
}

ul.hidden-links li a {
  color: #373737;
  font-size: 16px;
  text-decoration: none;
  /*padding-right: 1rem;*/
  display: block;
  padding: 1rem;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

ul.hidden-links.hidden{
  display: none;
}

ul.hidden-links li {
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;  
}

 ul.links li.sub_menu_li a, ul.hidden-links li.sub_menu_li a{
    background-image:url(../grafika/submenu.png);
    background-repeat:no-repeat;
    background-position:right 30px center;
    padding-right: 50px ;
    cursor: pointer;
}

ul.links li.sub_menu_li ul li a, ul.hidden-links li.sub_menu_li ul li a{
    background-image: none;
    padding-right: 30px 
}



/* ------MEDIA------- */


@media (max-width: 600px) {		
	#dulezite {
		display: none;
	}
        #dulezite2 {
		display: block;
	}

	#obsah {
		width: 100%;
		margin-left: 5px;
	}

	#title  {
		font-size: 1.5rem;
                padding: 15px;                
	}
	#aktuality .novinky_box {	
		float: left;
		width: 100%;
		padding: 10px;	
	}
        #box_obr {
            float: none;
        }
        
        #kontakt {
            padding: 15px;
        }
        
        #pravy_box {
            float: none;
            margin: 20px auto;
        }
        .slidesbg-slider-nav {
            display: none;
        }
        #read_box {
            padding-bottom: 0px;
        }
        #velikost {
            display: none;
        }
}
@media (min-width: 601px) {	
	#dulezite {
		display: none;
	}
        
        #dulezite2 {
		display: block;
	}

	#obsah {
		
		margin-left: 5px;
	}

	#title {
		font-size: 2.0rem;
		
	}
        .slidesbg-slider-nav {
            display: none;
        }
        #read_box {
            padding-bottom: 0px;
        }
        #pravy_box {
            float: none;
            margin: 20px auto;
        }
        #velikost {
            top: 70px;
        }
}

@media (max-width: 800) {
    #obsah {
        max-width: 800px;
    }
    
}

@media (min-width: 801px) {		
	#dulezite.A{
		position: absolute;
		bottom: -90px;	
                z-index: 2;
                max-height: 400px;
                overflow: auto;
                
	}
        

	#obsah {
		
		margin-left: 10px;
	}

	#title {
		font-size: 3rem;
		
	}
        #dulezite.A{
            right: 10px;
        }
        
        .slidesbg-slider-nav {
            display: block;
        }
        #read_box {
            padding-bottom: 60px;
        }
        #pravy_box {        
            width: 320px;
            float: right;
            margin-right: 20px;
        }
        #velikost {
            top: 10px;
        }
}
@media (min-width: 1350px) {    	
	#iko-fb {
		top: 545px;
	}
	#iko-kontakt, #iko-mapa {
		display:block;
	}
	.iko-left {
        display: block;
    }
    #obsah {
            margin-left: 0px;
    }
    #dulezite.A{
        right: 20px;
    }
}

@media (min-width: 1450px) {
    #read_box {
        padding-bottom: 0px;
    }
}
