@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600&subset=latin,latin-ext);
/*----------------------------------------
  VARIABLES
 ----------------------------------------*/
/*----------------------------------------
  HELPER CLASSES
 ----------------------------------------*/
.inherit-font-style {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inline-list li {
  float: left;
}
.vertical-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vertical-list li {
  float: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fade {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.no-fade {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.no-border {
  border: none !important;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.seo-hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: underline;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.pull-center {
  margin: 0px auto;
}
.lead {
  font-weight: bold;
  font-size: 16px;
}
.small {
  font-size: 12px;
}
.muted {
  color: #777777 !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grow-left {
  padding-left: 30px !important;
  position: relative !important;
  left: -30px !important;
}
.img-border {
  border: 5px solid #b0afa2 !important;
}
.green {
  color: #468941 !important;
}
/*----------------------------------------
  LAYOUT
 ----------------------------------------*/
.container {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  min-height: 100%;
}
.page {
  border-bottom: 4px solid #87856b;
  background-color: #d9d9d9;
  padding-bottom: 0px;
}
.page > .inner {
  padding: 30px;
}
.page h1 {
  padding-bottom: 0 !important;
}
.page h1,
.page h2 {
  text-align: center;
}
.page h2.inner,
.page h3.inner,
.page h4.inner,
.page h5.inner,
.page h6.inner {
  padding-bottom: 0;
  padding-top: 0;
}
.page table.table-image {
  width: 100%;
  margin: 10px auto;
}
.page table.table-image-2 td {
  width: 50%;
  vertical-align: top;
}
.page table.table-image-2 td img {
  width: 98%;
  height: auto;
  display: block;
  margin: auto;
  float: none !important;
}
.page table.table-image-3 img {
  width: 96%;
  height: auto;
  display: block;
  margin: auto;
  float: none !important;
}
.page table.table-image-4 img {
  width: 96%;
  height: auto;
  display: block;
  margin: auto;
  float: none !important;
}
.page table.table-image-5 img {
  width: 94%;
  height: auto;
  display: block;
  margin: auto;
  float: none !important;
}
.page img {
  border: 1px solid #706e62;
}
.columns .column {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.columns .column:last-child {
  margin-left: 2%;
  margin-right: 0;
}
.transparent {
  opacity: 0.8;
}
/*----------------------------------------
  BASESTYLES
 ----------------------------------------*/
html {
  background-color: #6e6d61;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  color: #957d5d;
}
h6 {
  color: #706352;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 30px;
}
p {
  color: #1f1f1f;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 10px;
}
a {
  color: #1f1f1f;
}
hr {
  background-color: #64623c;
  height: 1px;
  padding: 0;
  margin: 0;
  border: none;
}
/*----------------------------------------
  BUTTONS
 ----------------------------------------*/
.btn {
  cursor: pointer;
  display: block;
  -webkit-border-radius: 7px / 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px / 5px;
  -moz-background-clip: padding;
  border-radius: 7px / 5px;
  background-clip: padding-box;
  padding: 10px 25px;
  font-size: 18px;
  border: none;
  outline: none;
}
.btn:hover {
  opacity: 0.8;
}
.btn-dark {
  background: url(../img/bg-btn-dark.png) 0 center repeat-x #87856b;
  color: #fff;
}
/*----------------------------------------
  INPUTS
 ----------------------------------------*/
.input-style-lg {
  font-size: 18px;
  line-height: 22px;
  padding: 10px 20px;
  -webkit-border-radius: 8px / 11px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px / 11px;
  -moz-background-clip: padding;
  border-radius: 8px / 11px;
  background-clip: padding-box;
  background-color: #ededed;
  border: 1px solid #fff;
  outline: none;
  resize: none;
}
input[type="text"],
textarea {
  font-size: 18px;
  line-height: 22px;
  padding: 10px 20px;
  -webkit-border-radius: 8px / 11px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px / 11px;
  -moz-background-clip: padding;
  border-radius: 8px / 11px;
  background-clip: padding-box;
  background-color: #ededed;
  border: 1px solid #fff;
  outline: none;
  resize: none;
}
/*----------------------------------------
  FORMS
 ----------------------------------------*/
form .form-item {
  margin-bottom: 20px;
}
.form-errors {
  background-color: #f2dede;
  border-color: #eed3d7;
  margin-bottom: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-errors li {
  float: none;
}
.form-errors li {
  color: #b94a48;
}
/*----------------------------------------
  TABLES
 ----------------------------------------*/
table.std tr td,
table.std tr th {
  text-align: left;
  padding-right: 10px;
}
table.std tr th {
  color: #957d5d;
}
table.std tr td {
  color: #1f1f1f;
}
/*----------------------------------------
  IMAGES
 ----------------------------------------*/
img.pull-right {
  margin: 10px;
  margin-right: 0;
  margin-top: 0;
}
img.pull-left {
  margin: 10px;
  margin-left: 0;
  margin-top: 0;
}
/*----------------------------------------
  LISTS
 ----------------------------------------*/
.compass-list {
  list-style: square url(../img/item-list.png);
  line-height: 18px;
  padding-left: 25px;
  /* Kvuli odrazkam */
}
.compass-list * {
  vertical-align: top;
}
.compass-list li {
  margin-bottom: 10px;
}
.compass-list ul {
  list-style: square url(../img/item-list.png);
  line-height: 18px;
  padding-left: 25px;
}
/*----------------------------------------
  ARTICLES
 ----------------------------------------*/
/*----------------------------------------
  BG-IMAGE
 ----------------------------------------*/
html {
  background: url(../img/bg-body-tile.jpg) 0 0 repeat-x #6e6d61;
}
.bg-image {
  position: absolute;
  width: 100%;
  height: 1000px;
  background: url(../img/bg-body.jpg) center 0 no-repeat transparent;
}
body.homepage {
  background: #bdbbaf;
}
body.homepage .bg-image {
  background-image: url(../img/bg-new.jpg);
}
/*----------------------------------------
  FLASHES
 ----------------------------------------*/
#flash .warning,
#flash .alert,
#flash .success,
#flash .error {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
#flash .warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
#flash .success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#flash .alert {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
#flash .error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
/*----------------------------------------
  HEADER
 ----------------------------------------*/
header nav {
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  background-color: #d9d9d9;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
header nav ul li {
  float: left;
}
header nav ul li {
  background-color: #d9d9d9;
  border-left: 1px solid #fff;
}
header nav ul li a {
  display: block;
  padding: 0 30px;
  line-height: 47px;
  color: #000;
  text-decoration: none;
}
header nav ul li a:hover {
  text-decoration: underline;
}
header nav ul li.home {
  border-left: none;
  background: #87856b;
}
header nav ul li.home a {
  padding: 0;
  width: 46px;
  height: 47px;
  background: url(../img/icon-home.png) center center no-repeat transparent;
}
header nav ul li.active {
  background-color: #87856b;
}
header nav ul li.active a {
  color: #fff;
}
header nav ul li:last-child a {
  padding-left: 34px;
  padding-right: 35px;
}
body header #logo {
  text-align: center;
}
body header #logo img {
  margin: 30px auto;
}
body.homepage header nav {
  margin-top: 380px;
}
/*----------------------------------------
  FOOTER
 ----------------------------------------*/
footer {
  padding-bottom: 40px;
}
footer .inner {
  padding: 5px 10px;
}
footer .inner span {
  font-size: 11px;
  color: #a5a5a5;
  text-transform: uppercase;
}
footer .inner span a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
footer .inner span a:hover {
  text-decoration: underline;
}
/*----------------------------------------
  PAGES
 ----------------------------------------*/
/* Homepage */
#homepage h2 {
  margin-bottom: 10px;
}
#homepage ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#homepage ul li {
  float: none;
}
#homepage ul li {
  margin-bottom: 10px;
  font-size: 12px;
}
#homepage ul li a {
  font-size: 12px;
  text-decoration: none;
}
#homepage ul li a:hover {
  text-decoration: underline;
}
/* Odkazy */
#links .link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#links .link-list li {
  float: none;
}
#links .link-list li {
  margin-bottom: 20px;
}
#links .link-list a {
  text-decoration: none;
}
#links .link-list a:hover {
  text-decoration: underline;
}
#links h4 {
  margin-bottom: 0;
}
#links h4 + a {
  display: block;
  padding-bottom: 5px;
  color: #646138;
}
/* Kontakt */
#contact .contact-form {
  padding: 0px 30px;
}
/* Havarie */
nav.categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0px 30px;
}
nav.categories ul li {
  float: left;
}
nav.categories ul li {
  position: relative;
  text-align: right;
  border: 3px solid #8e8e8e;
  background-color: #ededed;
  padding: 8px;
  margin-right: 20px;
  padding-bottom: 56px;
  margin-bottom: 40px;
}
nav.categories ul li a {
  text-decoration: none;
}
nav.categories ul li img {
  border: 1px solid #8b8970;
}
nav.categories ul li h3 {
  color: #87856b;
  font-size: 30px;
  margin: 0;
  margin-top: 30px;
  margin-right: 20px;
  font-weight: 400;
}
nav.categories ul li .years {
  color: #468941 !important;
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
}
nav.categories ul li .display-by {
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  text-weight: bold;
  padding: 0;
  left: -1px;
  border: 1px solid #8e8e8e;
  border-top: none;
  width: 301px;
}
nav.categories ul li .display-by li {
  float: left;
}
nav.categories ul li .display-by li {
  padding: 0;
  margin-right: 0;
  border: none;
  margin-bottom: 0;
}
nav.categories ul li .display-by li:first-child {
  border-right: 1px solid #c9c8c3;
}
nav.categories ul li .display-by li a {
  color: #6f6d61;
  display: block;
  padding: 15px 0px;
  width: 150px;
  text-align: center;
  background-color: #ededed;
}
nav.categories ul li .display-by li a:hover {
  background-color: #c9c8c3;
}
nav.categories ul li:last-child {
  margin-right: 0;
}
nav.categories ul li:hover {
  background-color: #c9c8c3;
}
nav.categories ul li:hover .display-by {
  display: block;
}
nav.categories ul li.deactivate:hover {
  background-color: #ededed;
}
nav.categories ul li .display-by-long li a {
  width: 301px;
}
.gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery ul li {
  float: left;
}
.gallery ul li {
  margin-right: 19px;
  margin-bottom: 15px;
}
.gallery ul li:nth-child(3n) {
  margin-right: 0;
}
.map {
  padding: 30px;
  padding-top: 0;
}
/* Havarie - roky */
.years {
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(../img/bg-years-separator.jpg) 140px 0 repeat-y transparent;
  padding: 20px 0px;
  padding-bottom: 0;
}
.years li {
  float: none;
}
.years > li {
  padding-left: 60px;
}
.years > li .year {
  background: url(../img/bg-years-dot.png) right center no-repeat transparent;
  font-size: 30px;
  color: #000;
  font-weight: 400;
  display: block;
  float: left;
  width: 100px;
  position: relative;
  z-index: 10;
}
.years > li ul {
  position: relative;
  left: -2px;
  top: -13px;
  float: left;
  border: 2px solid #a7a696;
  padding: 5px 0px;
  background-color: #d0d0cd;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  list-style: none;
}
.years > li ul li a {
  color: #957d5d;
  display: block;
  padding: 5px 15px;
  border-right-style: none;
  text-decoration: none;
}
.years > li ul li a:hover {
  text-decoration: underline;
}
/* Havarie typ */
.row {
  margin-bottom: 20px;
}
.accident-type {
  width: 176px;
  float: left;
  margin-right: 20px;
}
.accident-type:nth-child(5) {
  margin-right: 0;
}
.accident-type a {
  text-decoration: none;
}
.accident-type a:hover {
  text-decoration: underline;
}
.accident-type h2 {
  margin-bottom: 15px;
  line-height: 43px;
  text-indent: -2000px;
  overflow: hidden;
}
.accident-type ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accident-type ul li {
  float: none;
  border: 1px solid #685A4A;
  padding: 5px 7px;
  font-weight: bold;
  margin-bottom: -1px;
}
.accident-type-luftwaffe h2 {
  background: url('../img/types/luftwaffe.png') top center no-repeat;
}
.accident-type-raf h2 {
  background: url('../img/types/raf.png') top center no-repeat;
}
.accident-type-sssr h2 {
  background: url('../img/types/sssr.png') top center no-repeat;
}
.accident-type-ostatni h2 {
  background: url('../img/types/ostatni.png') top center no-repeat;
}
.accident-type-usa h2 {
  background: url('../img/types/usa.png') top center no-repeat;
}
.accident-type-long {
  width: 100%;
}
.accident-type-long ul {
  margin: 0 auto;
  width: 400px;
}
/* Havarie - detail */
.quick-info {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ededed;
}
.quick-info .inner {
  float: left;
}
/* Other */
div.subpages ul {
  margin: 0 0 0 20px;
  padding: 0;
}
div.subpages ul li {
  padding: 5px 0;
}
