#h_obsah {
	margin: 0 1.25rem;
	padding-top: 0;
}
h1.c_h1 {
    font-weight: normal;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000000;
    width: 100%;
    box-sizing: content-box;
    display: block;
    margin: 0;
    padding: 3px 20px 0 20px;
    background-color: rgba(255,255,255,0.8);
    position: relative;
    top: -2.2rem;
    left: -1.25rem;
    z-index: 10;
}
#h_layout {
	background: #ffffff url('../img/bg_col_left.png') repeat-y;
	height: auto;
	border-right: 1px solid #cccccc;
}
#h_mobil_nadpis, .h_toggler, #h_menu .close, #h_mobil_lng {
	display: none;
}
#h_sl1 {
	display: table-cell !important;
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	min-height: 850px;
	height: 850px;
	background-color: transparent;
	padding-top: 33px;
	position: relative;
}
#h_sl1_dole {
	display: block;
	position: absolute;
	top: 660px;
	left: 0;
	text-align: center;
	width: 180px;
}
#h_sl1 #h_logo_obal {
	height: 100px;
	text-align: center;
	padding-top: 6px;
}
#h_logo {
	float: none;
	margin: 0 auto;
}
#h_header {
	display: block;
	height: 288px;
	background: url('../img/top1_sec.jpg') no-repeat center top;
}
#h_header_nadpis {
    font-weight: 300;
    display: block;
    width: 100%;
    font-size: 4rem;
    padding: 0;
    margin: 0;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}
#h_header.fotogalerie {
    background: url('../img/top1_chata_u_vody.jpg') no-repeat top center;
}
#h_header.kontakty {
/*    background: url('../img/top1_kokesov.jpg') no-repeat top center;*/
}
#h_header.aktivity {
    background: url('../img/top1_skutr.jpg') no-repeat top center;
}
#h_header.aktivity #h_h1_box {
    background-color: rgba(255,255,255,0.8);
}
#h_header.obce {
/*    background: url('../img/top1_krajina_mokosin.jpg') no-repeat top center;*/
}
#h_header.mikroregion {
/*    background: url('../img/top1_prelouc.jpg') no-repeat top center;*/
}
@media only screen and (max-width: 970px) {
    #h_header_nadpis {font-size: 2.8rem;}
}
#h_lng {
	display: block;
    text-align: center;
    margin: 20px 0 0 0;
    overflow: hidden;
    line-height: 21px;
}

#h_h1_box {
	position: relative;
	top: 33px;
    /*margin-top: 33px;*/
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    padding: 20px 10px 0 10px;
    min-height: 100px;
}
#h_sl2 {
	display: table-cell !important;
	width: 100%;
	vertical-align: top;
}
#h_footer {
	background-color: transparent;
	padding-bottom: 0.5rem;
}
#h_clen_mas2, #h_logo_mas2 {
	display: none;
}

body.h_uvod #h_header {
	height: 709px;
}
body.h_uvod #h_sl2 {
}

body.h_uvod #h_uvod_bg {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 709px;
    background: url('../img/top2_chaty.jpg') no-repeat left top
}
body.h_uvod #h_uvod_bg_pom {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 709px;;
    opacity: 0;
    background: url('../img/top2_chaty.jpg') no-repeat left top
}
body.h_uvod .h_pombg {
    width: 1px;
    height: 1px;
    overflow: hidden;
}
h3 {
    font-weight: normal;
}
#_czh_uvod #h_pombg2 {
background: url('../img/top2_chrudimka.jpg');
}
#_czh_uvod #h_pombg3 {
background: url('../img/top2_krasne.jpg');
}
#_czh_uvod #h_pombg4 {
background: url('../img/top2_chaty.jpg');
}
#h_clanky {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap:30px;
    -moz-column-gap:30px;
    column-gap: 30px;
}
#tema_tema .foto1 {
    float: none;
    margin: none;
    text-align: center;
}
#tema_tema {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto auto auto;
}
#tema_tema h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
#tema_tema .anotace {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
#tema_tema #popisHlavni {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
#tema_tema #podrizene {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    min-width: 190px;
}
#tema_tema .foto1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-column: 1 / 2;
     grid-row: 5 / 6;
}
#tema_tema .dalsiInf {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-column: 1 / 2;
    grid-row: 6 / 7;
}
#tema_tema #navigaceDole {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-column: 1 / 2;
    grid-row: 7 / 8;
}
#tema_tema .foto1 img {
    min-width: 0;
    max-width: 100%;
    float: none;
    margin: 0;
}
#tema_tema .foto1 {
    margin: 20px 0 0 0;
}
#h_menu{
	width: 180px;
	position: relative;
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: normal;
	margin-top: 40px;
}
#h_menu ul.u0 {
	line-height: 1.5;
	padding-top: 0;
}
#h_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#h_menu ul li{
	position: relative;
	display: block;
}
#h_menu ul li a, #h_menu ul li span.actual {
	display: block;
	color: #000000;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
}
#h_menu ul li ul li a, #h_menu ul li ul li span.actual {
    color: #ffffff;
}
#h_menu ul li a:link, #h_menu ul li a:visited{
	color: #000000;
	font-weight: normal;
}
#h_menu ul li ul li a:link, #h_menu ul li ul li a:visited{
	color: #ffffff;
}
#h_menu ul li a:hover {
	font-weight: bold;
}
#h_menu ul li a.hover, #h_menu ul li span.actual, #h_menu ul li a.active {
	font-weight: bold;
}
#h_menu ul li ul{
	position: absolute;
	left: 0px;
	display: block;
	visibility: hidden;
	z-index: 100;
	margin: 0;
}
#h_menu ul li ul li{
	display: list-item;
	float: none;
	font-size: 1rem;
	line-height: 1.1rem;
}
#h_menu ul li ul li ul{
	top: 0;
}
#h_menu ul li ul li a, #h_menu ul li ul li span.actual, #h_menu ul li ul li span.actual {
	width: 200px;
	padding: 5px 5px 5px 15px;
	margin: 0;
	border-top-width: 0;
	background-color: rgba(96,136,189,0.9);
}
.h_manual {
	margin-top: 0.5rem;
}
