body {

  /*------- letní pozadí webu -------*/  
  background-image:url(/obrazek/3/pozadi-1-jpg/);
  background-color:#3e5322;


  /*zimní pozadí webu - pro zobrazení odstraňte obě hvězdičky a lomítka, které zneviditelnují styl. Pro opětovné zneviditelnění je opět použijte */  
/*
  background-image:url(/obrazek/3/pozadi-2-jpg/);
  background-color:#4f6581;
*/

}


/*=====================================================*/

body {	
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center top;
  background-attachment: ;
  font-size: 1.35em;	
}

#bar-poweredby {
  display:none
}


#show-more span{   text-decoration:none;}
#show-more:hover span{  text-decoration:underline;}
#hide-more {display:none;}

.img-responsive {display:inline-block}
.center {text-align:center}

/**/
#content {
  background-color:#fae9cf;
}

header {
  padding-top: 140px;
}


a{
  color: #2f55bb; 
  text-decoration:underline;
}
a:hover,
a:focus{
  color: #2f55bb;
  text-decoration:none;
}

p {
  margin: 5px 0px 10px;
}

h1.title, h1 {margin-bottom:20px}
h1, h1.title, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight:bold;}

.btn-default {
  margin:0;
  padding:3px 5px;
  color: #2f55bb;
  background-color: #fff;
  border-color: #2f55bb;
  text-decoration:none;
}

main img {margin:5px 5px;}


.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #2f55bb;
  background-color: white;
  border-color: #2f55bb;
  text-decoration:underline;
}

.well {
  background-color: #fff;
  border: 1px solid #e68803;
}


/*buttons*/
.btn-primary {
  color: #fff;
  background-color: #70a428;
  border-color: #70a428;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #5c8921;
  border-color: #5c8921;
}

/*--- tabulky ------*/

table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #e68803;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #e68803;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(255,255,255,0.5);
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #fee0b8;
}

.table > thead > tr > th {
  border-bottom: 2px solid #e68803;
}

/*------ detail rubiky ------*/
#list-rubrics .details {display:none;}

/**/
footer {
  background: transparent;
  color: #C7C7C7;
}

footer .container {
  background: #70a428 none repeat scroll 0% 0%;
  color: #fff;
  padding-bottom:10px;
}

footer .container a {  color: #fff;}

footer #footer-content {padding-top:0; margin-bottom:2em; }

#footer-contact h3 {display:block;margin-top:20px;}
#footer-contact .fa  {color: #fff;}
footer h3 {margin-top:20px;}

/*------ vyhledavani ---------*/
#box-custom-header {position:relative; top:-40px;}

#form-search2 {

  position: absolute;
  right: 0;
  top: -92px;
  z-index: 10000;
  width: 250px;

}

/*----- motto -------*/
#motto2 {width:50%; margin:0px 0 90px 50px; }

#motto2 #motto-title2, #motto2 #motto-text2 {margin:0; color:#fff; text-shadow: 0px 0px 10px rgba(0,0,0,1) }

#motto2 #motto-title2 {font-size:5em; margin-left:100px;}
#motto2 #motto-text2 {font-size:2em}

/*- datum a cas --*/
#ikal-kalendar {position:absolute; top:90px; right:15px;}

#ikal_c2box {}
#ikal-kalendar #ikal_aname {color:#000; font-size:110%; background-color:#fff; margin:5px 0; padding:3px 0} 

#ikal_timec {margin:5px 0!important; font-size:120%!important; padding:5px 0;}
#ikal_atime {font-size:120%!important;}

/*---- oblibene odkazy ------*/
.favourites {margin:0; padding:0; text-align:center;}
.favourites li{list-style:none; margin:5px 0; padding:5px 0; border:1px solid #eaeaea; border-width:1px 0 0}
.favourites li a:hover {opacity:0.6}

/*------- novinky -------*/
#panel-news .more {display:none;}

/*---------- MENU --------*/
nav {
  position:absolute !important;
  width:100%;
  top:0;
  padding: 0px 0 0 0;
}

nav.navbar {
  background-color:#7bb72b;
  border:none;
}

nav .container {}

nav.navbar .navbar-nav > li > a {
  color: #fff;
  font-size:1.19em;
  font-weight:bold;
}
nav.navbar .navbar-nav > li > a:hover,
nav.navbar .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #70a428;
}
nav.navbar .navbar-nav > .active > a,
nav.navbar .navbar-nav > .active > a:hover,.navbar .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #70a428;
}

nav .navbar-nav > li {border: 0;}


nav .dropdown-menu > li > a:hover,
nav .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #7bb72b!important;
}
nav .dropdown-menu > .active > a,
nav .dropdown-menu > .active > a:hover,
nav .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #7bb72b!important;
  outline: 0;
}

/*-------- panely -------*/
aside .panel {border-radius: 0px!important;}

aside .panel-primary > .panel-heading {
  color: #FFF;
  background-color: #7bb72b;
  border-color: #FFF;
  border-radius:0;
}

.panel {
  background-color: #fff7ec;
}

aside .panel .panel-body{
  border: 1px solid #7bb72b;
}


/**/

aside > #panel-custom-2 {border:0; background-color:transparent;box-shadow: none;}
aside > #panel-custom-2 > .panel-heading {display:none;}
aside > #panel-custom-2 > .panel-body {border:0; padding:0;}


/*------- obrazky thumbnail --------*/

.thumbnail {border-radius:0; border:none; margin:10px 0; padding:0; background-color:transparent}

.thumbnail + p {margin-top:-10px; text-align:center; font-style:italic;}

.thumbnail img {max-height:;}



/*======= leve menu  ===========*/

aside #panel-custom-1 {
  border:0;
  box-shadow:none;
  background-color:transparent;
  margin-top:-20px;
}

aside #panel-custom-1 > .panel-heading {display:none}
aside #panel-custom-1 > .panel-body {border:none; padding: 0px;}

aside #panel-custom-1 div div {display:none;}

aside #panel-custom-1 > .panel-body h2 {
  padding:15px 10px 0; 
  margin:0; 
  text-align:center;
  background-color:#e68803;
  color:#f7d6a8;
}

/* -----------*/
.l-menu {
  background-color:#e68803;
  padding:10px;
}

.l-menu li, .l-menu > li + li {
  border-bottom:1px solid #eeae54;
  margin:0 0px 0 0px;
}

.l-menu li:last-of-type {border-bottom:none;}

.l-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 5px;
  color:white;
  text-decoration:none;
}

.l-menu > li > a:hover,
.l-menu > li > a:focus {
  text-decoration: none;
  background-color: #eb9b30;
}

/*   hrady a zamky   */
#article-237843 main .row, 
#article-237844 main .row, 
#article-237845 main .row {margin-bottom:20px;}

#article-237843 main h2, 
#article-237844 main h2,
#article-237845 main h2 {margin:0;}

/*=================uvodni stranka============*/
#index #panel-custom-1 div #uvod {display:block;}

/*================obec===================*/
#article-241205 #panel-custom-1 div #obec, /*obec*/
#article-241203 #panel-custom-1 div #obec, /*sportovní areál*/
#article-241204 #panel-custom-1 div #obec, /*pansky sklep*/

#rubric-35034 #panel-custom-1 div #obec, /*historie*/
#rubric-35033 #panel-custom-1 div #obec, /*pamatnik*/
#article-241235 #panel-custom-1 div #obec, /*tragicky boj*/
#article-241234 #panel-custom-1 div #obec, /*Zarevo*/
#article-241236 #panel-custom-1 div #obec, /*pamatnik padlych*/
#article-241237 #panel-custom-1 div #obec, /*krasnicka tragedie*/

#rubric-35032 #panel-custom-1 div #obec, /*Litocha*/
#article-241232 #panel-custom-1 div #obec, /*povest o studance*/
#article-241233 #panel-custom-1 div #obec, /*litocha a studanky*/

#rubric-35031 #panel-custom-1 div #obec, /*histricke mapy*/
#article-241225 #panel-custom-1 div #obec, /*mapa osidleni*/
#article-241226 #panel-custom-1 div #obec, /*3.mapovani*/
#article-241227 #panel-custom-1 div #obec, /*2.mapovani*/
#article-241228 #panel-custom-1 div #obec, /*mapa okoli litosic*/
#article-241229 #panel-custom-1 div #obec, /*1.mapovani*/
#article-241230 #panel-custom-1 div #obec, /*mapa okoli 1720*/
#article-241231 #panel-custom-1 div #obec, /*historie mapovani*/

#article-241246 #panel-custom-1 div #obec, /*historie puvodu jmen*/
#article-241245 #panel-custom-1 div #obec, /*povest o vrazdach*/
#article-241244 #panel-custom-1 div #obec, /*historicke dokumenty*/
#article-241243 #panel-custom-1 div #obec, /*o kutacich pracich*/
#article-241242 #panel-custom-1 div #obec, /*hospoda*/
#article-241241 #panel-custom-1 div #obec, /*tezba pryskyrice*/
#article-241240 #panel-custom-1 div #obec, /*historicke pamatky*/
#article-241239 #panel-custom-1 div #obec, /*kronika obce*/
#article-241238 #panel-custom-1 div #obec, /*vyzva obcanum*/

#rubric-35030 #panel-custom-1 div #obec, /*události*/
#rubric-35029 #panel-custom-1 div #obec, /*aktuality*/
#article-241222 #panel-custom-1 div #obec, /*život v obci*/
#article-241223 #panel-custom-1 div #obec, /*kam za kulturou*/
#article-241224 #panel-custom-1 div #obec, /*kam za sportem*/

#rubric-35025 #panel-custom-1 div #obec, /*kam na vylet*/
#rubric-35024 #panel-custom-1 div #obec, /*turisticke a prirodni zajimavosti*/
#article-241219 #panel-custom-1 div #obec, /*vlčí skála*/
#article-241218 #panel-custom-1 div #obec, /*obří postele*/
#article-241217 #panel-custom-1 div #obec, /*studánka litocha*/
#article-241216 #panel-custom-1 div #obec, /*litosicke slepence*/
#article-241215 #panel-custom-1 div #obec, /*maendry*/
#article-241214 #panel-custom-1 div #obec, /*památník krasnice*/
#article-241213 #panel-custom-1 div #obec, /*okoli krasnice*/
#article-241212 #panel-custom-1 div #obec, /*vedralka*/

#article-241211 #panel-custom-1 div #obec, /*hrady a zamky*/
#article-241210 #panel-custom-1 div #obec, /*zajimavosti a cile*/
#article-241209 #panel-custom-1 div #obec, /*historicka mesta*/
#article-241208 #panel-custom-1 div #obec, /*zelezne hory*/
#article-237848 #panel-custom-1 div #obec, /*bili jeleni*/

#rubric-35028 #panel-custom-1 div #obec, /*spolky*/
#rubric-35027 #panel-custom-1 div #obec, /*hasici*/
#rubric-35026 #panel-custom-1 div #obec, /*sipkari*/
#article-241220 #panel-custom-1 div #obec, /*historie*/
#article-241221 #panel-custom-1 div #obec, /*sipkari*/

#article-241194  #panel-custom-1 div #obec, /*nove pracely*/

#galleries #panel-custom-1 div #obec,   /*galerie obce*/

#gallery-64389 #panel-custom-1 div #obec /*galerie akci*/
{display:block;}

/*======================= obecni úřad ===========*/

#rubric-35022 #panel-custom-1 div #obecni_urad, /*obecni urad*/

#folder-6526 #panel-custom-1 div #obecni_urad, /*úřední deska*/

#rubric-35021 #panel-custom-1 div #obecni_urad, /*e-podatelna*/
#article-241201 #panel-custom-1 div #obecni_urad, /*vlastni e. podpis*/
#article-241200 #panel-custom-1 div #obecni_urad, /*nevlastnim e. podpis*/
#article-241199 #panel-custom-1 div #obecni_urad, /*osobne nebo postou*/

#article-241198 #panel-custom-1 div #obecni_urad, /*povinne zverejnovane info*/
#article-241183 #panel-custom-1 div #obecni_urad, /*zadosti o infodi*/
#article-241182 #panel-custom-1 div #obecni_urad, /*dulezite vyhlasky*/
#support #panel-custom-1 div #obecni_urad, /*kontaktni form*/
#article-241195 #panel-custom-1 div #obecni_urad, /*zastupitelstvo obce*/

#folder-6521 #panel-custom-1 div #obecni_urad, /*dokumenty obce*/
#folder-6518 #panel-custom-1 div #obecni_urad, /*Zápisy ze zasedání*/
#folder-6519 #panel-custom-1 div #obecni_urad, /*Rozpočet obce*/
#folder-6520 #panel-custom-1 div #obecni_urad, /*Vyhlášky obce*/
#folder-6517 #panel-custom-1 div #obecni_urad, /*Směrnice obce*/
#folder-6516 #panel-custom-1 div #obecni_urad, /*Jednací řád*/
#folder-6515 #panel-custom-1 div #obecni_urad, /*Spisový a skartační řád*/
#folder-6514 #panel-custom-1 div #obecni_urad, /*Smlouvy*/
#folder-6513 #panel-custom-1 div #obecni_urad, /*Veřejnoprávní smlouvy*/
#folder-6512 #panel-custom-1 div #obecni_urad, /*Archiv dokumentů*/

#folder-6525 #panel-custom-1 div #obecni_urad, /*uzemni plan*/
#folder-6524 #panel-custom-1 div #obecni_urad, /*formulare obce*/
#folder-6523 #panel-custom-1 div #obecni_urad, /*program rozvoje*/
#article-241206 #panel-custom-1 div #obecni_urad /*nove parcely*/
{display:block;}

/*============== kontakty ==============*/
#rubric-35020 #panel-custom-1 div #kontakt, /*kontakty*/
#article-241193 #panel-custom-1 div #kontakt, /*obec litosice*/
#article-241192 #panel-custom-1 div #kontakt, /*mesto prelouc*/
#article-241191 #panel-custom-1 div #kontakt, /*ostatni urady*/
#article-241190 #panel-custom-1 div #kontakt, /*dulezite odkazy*/
#article-241189 #panel-custom-1 div #kontakt /*dulezita tel. cisla*/
{display:block;}



/*======================== media ===========================*/

@media (min-width: 768px) {
  header {padding-top: 80px;}
  #box-custom-header { top: 20px;}
  #form-search2 {
    position:absolute;
    right:15px;
    top:-40px!important;
    z-index:10000;}
  #ikal-kalendar {position:absolute; top:50px; right:15px;}

}
@media (min-width: 992px) {
  header {padding-top: 100px;}
  #box-custom-header { top: 0px;}
  #ikal-kalendar {position:absolute; top:50px; right:15px;}

}
@media (min-width: 1200px) {
  header {padding-top: 140px;}
  #box-custom-header { top: -40px;}
  #ikal-kalendar {position:absolute; top:90px; right:15px;}

  .container {
    width: 1070px;
  }

}




@media screen and (max-width:992px) {
  #uvod, #obec, #obecni_urad, #kontakt {display:none!important}

}


@media screen and (max-width:768px) {
  #form-search2 {
    position:absolute;
    right:120px;
    top:-50px!important;
    z-index:10000;
  }

  header {padding-top: 0px;}
  #box-custom-header { top: 60px;}
  #ikal-kalendar {position:absolute; top:10px; right:15px;}

  #motto2 {
    width: 100%;
    margin: 0px 0px 90px 50px;}

}

@media screen and (max-width:500px) {
  #ikal-kalendar {display:none}
}
