@font-face {
  src: url("../fonts/FuturaCondensedEE.ttf");
  font-family: Futura;
}
body {
  font-family: Futura, sans-serif;
  background: url("../images/background.png") repeat;
}

h1, h2, .left-menu h3 {
  text-transform: uppercase;
}
h1, h2, h3 {
  color: #e7cf7d;
}

p {
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
}

div.mod-languages ul.lang-inline li:not(:last-child) {
  border-right: 1px solid white;
}

.navbar-expand-lg .navbar-nav {
  display: flex;
  width: 100%;
}

.navbar-expand-lg .navbar-nav li {
  flex: 1;
  text-align: center;
}

header {
  background: #463a30;
  padding: 20px 0;
}
header .langbar {
  float: right;
  color: white;
  position: relative;
  top: 50px;
}
header .langbar a {
  color: white;
  text-transform: uppercase;
  padding: 0 5px;
}
header .langbar a:hover {
  text-decoration: underline;
}

.banner {
  margin: 20px 0 10px;
}
.banner img {
  display: block;
  max-width: 100%;
  margin: auto;
}

nav .navbar-collapse {
  background: #ffc600;
}

nav .navbar-collapse .nav-item {
  padding: 5px;
}

nav .navbar-collapse .nav-item .nav-link {
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 5px;
}

nav .navbar-collapse .nav-item .nav-link:hover,
nav .navbar-collapse .nav-item.active .nav-link {
  box-shadow: inset 1px 1px 0 rgb(255 255 255 / 15%);
  background: #a97b16;
  border-radius: 5px;
}

.dropdown-menu {
  background: #ffc600;
  border: none;
  border-radius: 0;
  width: auto;
}

.dropdown-menu .dropdown-item {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: white;
}

.dropdown-menu .dropdown-item.active, 
.dropdown-menu .dropdown-item:active, 
.dropdown-menu .dropdown-item:hover {
  background-color: #a97b16;
}

main {
  background: #695c31;
  padding: 40px;
  margin: 15px 0;
  color: white;
}
main table.leclavera-tabulka td {
  border: 2px solid #695c31;
  padding: 10px 15px;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
}
main table.leclavera-tabulka tr:nth-child(even) td {
  background: #ead08f;
}
main table.leclavera-tabulka tr:nth-child(odd) td {
  background: #f2d387;
}
main table.leclavera-tabulka tbody tr td {
  color: black;
}
main table.leclavera-tabulka tbody tr td a {
  color: black !important;
  text-decoration: underline;
}
main table.leclavera-tabulka thead tr td {
  text-transform: uppercase;
}

main table.leclavera-tabulka thead tr td,
main table.leclavera-video tbody tr td,
main table.leclavera-foto tbody tr td {
  background: #7a7351 !important;
  color: white;
  font-family: Futura, sans-serif;
  font-size: 1.2rem;
}
main table a {
  color: #e7cf7d !important;
}
main ul {
  list-style: ">";
}
main ul li {
  padding-left: 10px;
}
main form label {
  background: #7a7351;
  color: white;
}
main form > .row {
  margin-bottom: 5px;
}
main form .col-sm-10 {
  background: #ead08f;
  padding-top: 5px;
  padding-bottom: 5px;
}
main form input[type=text], main form textarea.form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #f7e4b4;
}
main form button[type=submit] {
  float: right;
  background: #ffc600 !important;
  padding: 5px 30px;
  margin: 15px 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
main section .heading .icowrap {
  width: 5%;
  height: 45px;
  float: left;
  padding: 5px;
  background: #ffc600;
}
main section .heading .icowrap img {
  width: 100%;
  height: auto;
}
main section .heading .headingwrap {
  width: 95%;
  text-transform: uppercase;
  height: 45px;
  float: left;
  padding: 5px 15px;
  background: #352a21;
  font-size: 1.2rem;
  vertical-align: middle;
}
main section .content {
  padding: 30px;
  background: #7a7351;
}

.offers {
  color: white;
}
.offers h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.offers img {
  display: block;
  width: 100%;
  height: auto;
}
.offers .wrapper {
  height: 100%;
  width: 100%;
  border-radius: 0 7.5px 7.5px 0;
  padding: 40px;
}
.offers .row {
  margin: 15px 0;
}
.offers .row > div:first-child {
  padding-right: 0;
}
.offers .row > div:first-child h2 {
  color: #e7cf7d;
}
.offers .row > div:nth-child(2) {
  padding-left: 0;
}
.offers .row > div:nth-child(2) h2 {
  color: #d0d0d0;
}
.offers .vyroba .wrapper {
  background: #695c31;
}
.offers .pronajem .wrapper {
  background: #706b66;
}

footer {
  color: #cbba81;
  font-size: 0.9rem;
  color: #e7cf7d;
  font-family: Arial, Helvetica, sans-serif;
}
footer h4 {
  font-family: Futura, sans-serif;
}
footer a {
  color: #cbba81 !important;
}
footer .langbar a {
  color: white !important;
}
footer a:hover {
  text-decoration: underline;
}
footer .wrapper {
  background: #352a21;
  padding: 50px 30px;
}
footer h2 {
  color: white;
  font-family: Futura, sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
}
footer .content-wrapper {
  border-right: 1px solid black;
}
footer .logo-wrapper {
  border-left: 1px solid gray;
}
footer img {
  display: block;
  height: auto;
  max-width: 100%;
}
footer .row .row {
  height: calc(100% - 1.95rem);
}
footer ul {
  list-style: none;
  padding: 15px 0;
  font-family: Futura, sans-serif;
  font-size: 0.95rem;
}
footer ul li {
  padding: 1px 0;
}
footer ul a {
  color: #cbba81;
  text-decoration: none;
  text-transform: uppercase;
}
footer .langbar {
  color: white;
  font-family: Futura, sans-serif;
}
footer .langbar a {
  color: white;
  text-transform: uppercase;
  padding: 0 5px;
  text-decoration: none;
}
footer .langbar a:hover {
  text-decoration: underline;
}
footer #logo-footer {
  margin-bottom: 15px;
}

.langbar ul {
  padding: 0;
  margin: 0;
}

.langbar li {
  display: inline-block;
}

.leclavera-video,
.leclavera-foto {
  width: 100%;
  text-align: center;
}

table.leclavera-foto thead,
table.leclavera-video thead {
  background-color: #352a21;
}

table.leclavera-foto thead td,
table.leclavera-foto thead th {
  background: url(../images/bg-th-foto.gif)no-repeat !important;
  height: 40px;
  padding: 0;
}

table.leclavera-video thead th,
table.leclavera-video thead td {
  background: url(../images/bg-th-video.gif)no-repeat !important;
  height: 40px;
  padding: 0;
}

.homepage-banners .wrapper {
  background-repeat: no-repeat;
  padding: 15px 30px 0 200px;
  height: 285px;
  border-radius: 6px;
  margin-bottom: 20px;
  color: white;
}

.homepage-banners .wrapper:first-child {
  background-image: url(../images/bg-box-first.png);
  background-color: #6A5D31;
}
.homepage-banners .wrapper:last-child {
  background-image: url(../images/bg-box-second.png);
  background-color: #706B66;
}
.homepage-banners .wrapper:first-child h2 {
  color: #e7cf7d;
}
.homepage-banners .wrapper:last-child h2 {
  color: #d0d0d0;
}

main ul.menu li {
  padding: 0 !important;
  width: 100%;
}
main ul.menu li a {
  color: white !important;
  text-transform: uppercase;
}
main ul.menu li a:hover {
  text-decoration: underline;
}
.qlform .form-group {
  display: flex;
  margin-bottom: 0;
}
.qlform .form-group label {
  width: 200px;
  padding: 5px 10px;
  display: flex;
  margin: 0;
  line-height: 38px;
  font-size: 1.1rem;
}
.qlform .form-group .controls {
  width: calc(100% - 200px);
  padding: 5px 10px;
  background: #f7e4b4;
}
.qlform .form-group input,
.qlform .form-group textarea {
  border-radius: 0;
  border: none;
  background: white;
  width: 100%;
}

article a,
article a:hover,
article a:focus {
  color: white;
  text-decoration: underline;
}

@media (max-width: 991px) {
  footer .content-wrapper,
  footer .logo-wrapper {
    border: none;
  }
  footer {
    text-align: center;
  }
  footer img {
    margin: auto;
  }

  table.leclavera-foto,
  table.leclavera-foto thead,
  table.leclavera-foto tbody,
  table.leclavera-foto tr,
  table.leclavera-foto td,
  table.leclavera-foto th,
  table.leclavera-video,
  table.leclavera-video thead,
  table.leclavera-video tbody,
  table.leclavera-video tr,
  table.leclavera-video td,
  table.leclavera-video th {
    display: block;
    width: 100%;
  }
  main table tr td {
    background: #f2d387 !important;
  }
  article img {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none;
  }
  article table img {
    width: auto !important;
    height: auto !important;
  }
  iframe {
    width: 100%;
  }
  .homepage-banners .wrapper {
    background-image: none !important;
    padding: 30px 15px 10px;
    height: auto;
    text-align: center;
  }
  .left-menu {
    display: none;
  }
  .fa-bars {
    color: white;
  }
  .qlform .form-group {
    display: block;
  }
  .qlform .form-group label {
    width: 100%;
    display: block !important;
  }
  .qlform .form-group .controls {
    width: 100%;
    display: block !important;
  }
}