#bar-poweredby { display:none; }
.navbar-nav > li > a {text-transform:none;}
.navbar-nav > li > a {text-decoration:none;}
.dropdown.open ul.dropdown-menu {background: #1e1e1e; }
.navbar-default .navbar-nav > li > a {font-size: 20px; color: #74b9ef; }
.navbar-default .navbar-nav ul > li > a {font-size: 19px; color: #74b9ef; }
.navbar-default .navbar-nav ul ul li {border-bottom: 0px dashed white;}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover
{ background-color: #1e1e1e; color: #ffad32; }
.navbar .navbar-nav ul > .active > a, .navbar .navbar-nav > .active > a:hover
{ border-width: 0; background-color: #9dcef3;  color: #ffad32; }
.navbar .navbar-nav li > a:hover
{ background-color: #9dcef3; font-size: 21px;  font-weight: 0; color: #000000;}
.navbar .navbar-nav ul ul > li > a:hover
{ background-color: #9dcef3; font-size: 20px;  font-weight: 0; color: #000000;}
#content{
  background: #272727;  
}
/* Jednořádkové submenu s 3 položkami *
.dropdown-menu li ul {column-count: 3; }

/*formular*/
body {background-color: #3c3c3c;}
#support .form-container, .form-container {background-color: #242424; color:#fff} 
.thumbnail { background-color: #0d161c;}
.sluzby .thumbnail {
  border-radius: 8px;  
}
a:link, a:visited { color: #52a8ec; }
a:hover {color:#74d680; text-decoration:none;}
#support h1, .gallery-detail h1, #galleries h1 {
  color: #ff9900; font-size: 18px;
}
footer>.container {
  padding-bottom: 0;
}
footer {
  padding-top: 0;
}
.item-photo .thumbnail {
  background: #0d161c;
  border-color: #0d161c;
}
.item-photogallery .thumbnail .caption h2 {
  font-size: 1.2em;
}
@media print
{    
  .sidebar, .footer
  {
    display: none !important;
  }
}
#support .panel-body, .signat .panel-body {
  width: 70%;
  margin: auto;
}
@media (max-width: 992px) {
  #support .panel-body,
  .signat .panel-body {width: 100%;}
}
