/*#lcolumn {
  display: none;
}
#content-wrap {
  width: 100%; /*výchozí hodnota 77%*/
/*}*/
/*#content {
  border-left: 0; /*vypne levé ohraničení*/
/*}*/

.eshop.filter {
    display: none;
}

/*======= rozlozeni webu na uvodni strance ==========*/
#index aside {display:none;} /*zrusení postranního sloupce na uvodni straně*/
#index main {width:100%!important;right:0;left:0;} /*roztažení obsahového sloupce na úvodní straně*/

#index #panel-categories {display:none} /*zrušení zobrazení e-shop menu*/


body {background-color: #fff}
.navbar .navbar-nav > li > a {
  color: #fff;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  background-color: #fafafa;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,.navbar .navbar-nav > .active > a:focus {
  background-color: #fafafa;
}


#mainContent #custom-page h1,
#mainContent #custom-page h2,
#mainContent #custom-page h3,
#mainContent #custom-page h4,
#mainContent #custom-page h5,
#mainContent #custom-page h6 {color: #003366; font-weight: bold}

#mainContent #custom-page h2 {font-size:22px; margin-top:40px}
#mainContent #custom-page h3 {font-size:16px}

#mainContent #custom-page p {
  font-size: 15px; 
  text-align: justify
}
#mainContent #custom-page .boxed, #mainContent .boxed,
#mainContent #custom-page .boxed-white {
  padding: 5px;
  margin: 10px 0;
}

#mainContent #custom-page .boxed, #mainContent .boxed{
  border: 1px solid #003366;
  background-color: #003366;
  color: white;
}
#mainContent #custom-page .boxed-white{
  border: 1px solid #000;
}