body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  min-width: 1200px;
  background: #ffffff;
}
h1 {
  display: none;
}
.group-focus .group-content .inner_content {
  padding-top: 40px;
}
#add_information {
  display: none;
}
.clear {
  font-size: 1px;
  font-color: transparent;
  line-height: 1px;
  height: 1px;
  clear: both;
}
header {
  text-align: left;
  position: relative;
  z-index: 9999;
  background: #f0f7f9;
}
header #head {    
  position: relative;
  padding-bottom: 40px;
}
header div.logo {
  background: url("/cimagebank/logo.png") no-repeat scroll 0 0;
  margin: 0 auto;
  text-align: left;
  width: 1088px;
  position: relative;
  height: 100%;
}
header div.logo .hd {
  padding-top: 34px;
  display: inline-block;
}
.uppr {
  text-transform: uppercase;
}
header div.logo .hd a {
  display: inline-block;
  width: 100px;
  height: 90px;
  position: relative;
  left: 0px;
  top: -35px;
  text-indent: -99999px;
}
header div.logo .right {
  padding-top: 34px;
  float: right;
}
.logged-user {
  font-size: 0.85em;
  text-align: right;
}
.logged-user-span {
  color: #ca0000;
  font-size: 16px;
  text-transform: uppercase;
}
.logged-user-span:before {
  content: "Přihlášen: ";
}
.logged-user-span .user {
  color: #2C3E50;
}
.logged-user-span .editing, .logged-user-span .acount, .logged-user-span .separator, .logged-user-span a.account.notifications {
  display: none;
}
.logged-user-span .logout {
  background: url("/cimagebank/logout.png") no-repeat scroll 0 0;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-left: 10px;
}
main {
  width: 1088px;
  margin: auto;
}
footer {
  font-size: 12px;
  padding: 2px 20px;
  width: 97%;
  color: #ccc;
  background: #2C3E50;
  height: 65px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  border: 0px;
}
footer > div {
  width: 1170px;
  margin: auto;
}
footer p {
  line-height: 37px;
}
footer p.infonia {
  float: right;
}
footer p.address {
  float: left;
}

/* Menu */
nav {
  background-color: #2C3E50;
  color: #ccc;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 0;
}
nav ul {
  margin: 0;
  padding: 15px 0;
}
nav li {
  display: inline;
  list-style: outside none none;
}
nav li.access-denied {
  display: none;
}
nav li.access-restricted.superprivileges {
  display: none;
}
nav li a {
  margin: 0 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
  position: relative;
}
nav li a:after {
  content: "";
  width: 0%;
  border-bottom: 2px solid #cf000f;
  bottom: -3px;
  position: absolute;
  right: 0px;
}
nav li a:hover:after,  nav li.current a:after{
  content: "";
  width: 100%;
  border-bottom: 2px solid #cf000f;
  bottom: -3px;
  position: absolute;
  right: 0px;
  transition:0.5s;
}
li.sitemap, #context, #siblings_cont {
  display: none;
}
/* login box */
#head .logo .login-box {
  display: none;
}
.in .locked_page {
  display: none;
}
form.access {
  width: 392px;
  margin: 0 auto;
  padding: 80px;
}
form.access fieldset {
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  box-shadow: 0px 0px 15px #a9b0b7;
  -webkit-box-shadow: 0px 0px 15px #a9b0b7;
  -moz-box-shadow: 0px 0px 15px #a9b0b7;
  border-radius: 5px;
  border: none;
  position: relative;
}
form.access legend {
  padding: 25px 0;
  padding-right: 5%;
  padding-left: 5%;
  margin: 0;
  width: 90%;
  color: #ffffff;
  background: #cf000f;
  font-size: 15px;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}
form.access label {
  display: none;
}
form.access #login, form.access #password {
  margin: 0;
  padding: 15px 0;
  padding-left: 5%;
  padding-right: 5%;
  border: 0;
  width: 90%;
  font-size: 12px;
  font-style: italic;
}
form.access #login {
  background: #f8f8f8;
}
.login-box input.text0, form.access input.text0 {
  color: #2C3E50;
}
form.access div.remember {
  color: #6c7882;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  margin-top: 17px;
  padding-left: 5%;
  position: relative;
  width: 201px;
}
form.access div.remember input {
  margin: 0;
  vertical-align: middle;
}
form.access div.remember span {
  display: none;
}
form.access div.remember::after {
  color: #8f98a0;
  content: "Zůstat přihlášen nastálo";
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  width: 140px;
}
form.access .button {
  background: url("/cimagebank/btn.png") no-repeat scroll 0 0;
  background-position: right;
  border: 0;
  width: 171px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  height: 52px;
}
form.access ul {
  padding: 4px;
  list-style: none;
  margin: 0;
  position: relative;
}
form.access ul.login_options li.logrestpass a {
  position: absolute;
  top: -88px;
  right: 20px;
  margin: 0;
  padding: 0;
  text-indent: -999999px;
  width: 18px;
  height: 18px;
  background: url("/cimagebank/faq.png") no-repeat scroll 0 0;
}