body {
  background: #f8f8f8 url(/images/styles/template6/body-bg.gif) repeat-x 0 0;
}

ul li {
  list-style-image:url('/picture/3/li-style-jpg/');
}

.nodisplay { display: none; }

#form .button, form a.button {
  font: 100%/1.5 "Arial CE", Arial, sans-serif;
  width: 100px;
  height: 27px;
  line-height: 27px;
  color: white;
  cursor: pointer;
  _cursor: hand;
  background-color: #b50000;
  border: none;
}

#form {
  padding: 20px;
  margin-bottom: 1em;
  background-color: #f5f5f5;
}

header {
  padding-top: 2em;
}

#box-custom-header {
  width: 100%;
  margin: 25px auto 0;
  text-align: center;
  font-size: 1.5em;
  color: #0D059C;
}

.col-xs-12.col-sm-3.col-md-4 {
  width: 230px;
  height: 104px;
  margin: 15px;
}

#logo img {
  max-height: 104px;
}

#logo {
  width: 200px;
  height: 104px;
}

body#index #panel-custom-2 {
  display:none;
}

#panel-custom-1 {
  display:none;
}
body#index #panel-custom-1 {
  display:block;
}

#panel-custom-2 .panel-heading {
  display: none;
}

#panel-custom-2 {
  border: none;
  display:block;
  box-shadow: none;
}

#panel-custom-2 ul {
  padding: 0 0 0 30px;
}

#panel-custom-2 h4 {
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  margin: 0 0 4px 0;
}

#panel-custom-2 h3 {
  margin: 0 0 5px;
  display: block;
  padding: 5px 5px;
  text-align: center;
  background: rgb(20,80,141); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(20,80,141,1) 0%, rgba(68,139,188,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,80,141,1)), color-stop(100%,rgba(68,139,188,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14508d', endColorstr='#448bbc',GradientType=0 ); /* IE6-9 */
  color: #fff;
  -webkit-border-radius:8px 8px 0 0;
  -moz-border-radius:8px 8px 0 0;
  border-radius:8px 8px 0 0;
}

#panel-custom-2 .panel-body {
  padding: 10px 15px 0;
}


/* ---[ jazykova-mutace ]--- */
#jazykova-mutace {
  position: relative;
  top: -50px;
  right: 15px;
  z-index: 10;
  text-align: right;
}

#jazykova-mutace img {margin:5px;}

#content {
  padding: 20px 15px;
}

aside .panel-primary > .panel-heading {
  background: rgb(20,80,141); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(20,80,141,1) 0%, rgba(68,139,188,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,80,141,1)), color-stop(100%,rgba(68,139,188,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14508d', endColorstr='#448bbc',GradientType=0 ); /* IE6-9 */
}

.container {
  background: #fff;
}

nav .container {
  background:none;
}

/* ---- MENU ----- */
nav {
  max-width:970px;
  margin:0 auto;
  font-size:11px;
  font-weight:bold;
  background:#fff;
}

.navbar {
  border:none;
  background:#fff;
  min-height: inherit;
  margin-bottom:0;
}

ul#list-navbar li:first-child {
  border-left: none;
}

.navbar .navbar-nav > .active > li:first-child a, .navbar .navbar-nav > .active > li:first-child a:hover, .navbar .navbar-nav > .active > li:first-child a:focus {
  color: #FFF;
  background: none;
}

.navbar .navbar-nav > li > a:hover {
  background:none;
  text-decoration:underline;
  color:#fff;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 14px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-collapse {
  background: rgb(20,80,141); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(20,80,141,1) 0%, rgba(68,139,188,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,80,141,1)), color-stop(100%,rgba(68,139,188,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(20,80,141,1) 0%,rgba(68,139,188,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14508d', endColorstr='#448bbc',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}



/* --- CUSTOM MOTIVE ----*/
#box-custom-motive {
  border: none;
  background: #fff;
  max-width: 970px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0 0;
}


footer {
  background: #fff;
  color: #E2E2E2;
  max-width: 970px;
  margin: 0 auto;
  border-top: 1px solid #DBDBDB;
}

#footer-contact {
  color: #919191;
}

#footer-links a, #footer-contact a {
  color: #919191;
}
#footer-contact a {
  font-size:0.86em;
}

#footer-links a:hover, #footer-contact a:hover {
  color: #000;
}

footer .container {
  background: transparent;
}

footer #footer-content {
  background: #EFEFEF;
}

#bar-poweredby {
  background: transparent;
}
/* ---[ recommendation]-------------------------------- */

.recommendation td{border-bottom: 1px dotted #999999; padding:10px 0 10px 0!important;}

/* ---[ nadpis k logu ]-------------------------------- */

#title {
  position: absolute; top:40px; left:290px;
  width: auto; height: auto;
  color:#999999; font-size:210%;
}

.ghr {display: none;}

h1 {color: #000080;}

/*-----------rozlozeni stranky s falesnym levym menu-----------------------*/
.table {width:870px !important;}
.table .ltd{width: 215px;}
.table tr{vertical-align:top;}

/*-----------rozlozeni uvodni stranky-----------------------*/
.table .rtd{width: 120px;}
.index .table .ltd{width: 230px; font-size:90%;}
.index .table td {padding: 0 5px;}

/* ---[ template ]----------------------------- */


/* ---[ levé menu ]-------------------------------- */
#lmenu ul li {background:none; padding:0; margin:0;}

#lmenu {
  width: 210px; min-height: 180px; _height: 180px;
  margin-bottom: 1em;
}


#lmenu a { text-decoration: none; }

#lmenu ul li a, #lmenu ul ul li a {
  display: block;
  width: auto; height: auto; line-height: 30px;
  color: #222;
  padding-left: 35px; margin-right: 10px;
  background: url(/images/styles/template1/blue/menu-bg.gif) no-repeat 0 0 white;
}

#lmenu ul ul li a {
  color: #555;
  background: url(/images/styles/template1/blue/submenu-bg.gif) no-repeat 0 0 white;
}

#lmenu ul li a:hover, #lmenu ul ul li a:hover { color: black; background-color: #e2eff8; background-position: 0 -85px; }
#lmenu ul li a.active, #lmenu ul ul li a.active { color: white; background-color: #016297; background-position: 0 -170px; }

#lmenu li.separator {
  padding-top: 1px; margin-top: 29px;
  background: url(/images/styles/template1/blue/menu-separator-bg.gif) no-repeat 0 0 white;
}

/* ---[ vertikální menu - locations]-------------------------------- */
#vmenu ul li {background:none; padding:0; margin:0;}

#vmenu {

  min-height: 30px;
  overflow: hidden;
  /* background: white url(/images/styles/template8/blue/menu2-bg.gif) repeat 0 0;*/
}

#vmenu li { float: left; height: 30px; }

#vmenu a {
  display: block;
  height: 29px; line-height: 29px;
  color: #222;
  text-decoration: none;
  padding: 0 15px;
  /* border-right: 1px solid #375e8a;*/
  padding-left: 39px; margin-right: 10px;
  background: url(/images/styles/template1/blue/menu-bg.gif) no-repeat 0 0 white;
}

#vmenu a:hover {  color: black; background-color: #e2eff8; background-position: 0 -85px; }
#vmenu .active a { color: white; background: #144275; }



/* ---[ contact ]----------------------------- */

#contact {width: 180px; }

#form p.required {
  color: #C41D1D;
  font-weight: bold;
}

/* ---[ form ]------------------------ */
#form h3 {font-size:110%; color:#000080;}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #14508d;
  color: #fff;
}

.navbar-default .navbar-toggle {
  border-color: #14508d;
  color: #000;
}


@media screen and (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  #box-custom-motive {
    display:none;
  }
  .navbar {
    max-width: 750px;
  }
}

@media screen and (max-width: 768px) { 
  #box-custom-header p {
    display: none;
  }
}