/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25.1.2016, 0:19:54
    Author     : Vasek
*/

body,
p,
div {
  font-family: "Open Sans";
}

.headarea {
  padding: 2px 10px 0px 20px;
  font-family: "Open Sans Condensed";

  font-weight: 700;
}

.headerarea p {
  line-height: 100% !important;
  margin: 0px;
  margin-bottom: 0px !important;
  padding: 0px;
  font-size: 14px;
  font-family: "Open Sans Condensed";
}

span {
  font-family: "Open Sans Condensed";
}

.head-title {
  font-size: 36px;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans Condensed";
}

.head-bg {
  background: url(../img/head-bg.png) top left no-repeat;
  padding: 10px 5px 10px 35px;
}

.headarea h1 {
  font-size: 34px;
  font-weight: 300;
  font-family: "Open Sans Condensed";
}

.navbar-default {
  background: black;
  box-shadow: 0px 0px 2px 0px #666;
  border: 0px;
  color: yellow;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand {
  color: #fcc949;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
  color: #fcc949;
}

.clear {
  margin-top: 100px;
}

.imgheader {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: -1;
  height: 114px;
  background: url(../img/header.jpg) top center repeat-x #ffde47;
  border-bottom: 10px solid #ffde47;
  border-top: 2px solid #000;
  box-shadow: 0px 0px 6px 0px #333;
  background-size: 100% auto;
}

h1,
h2,
h3,
h4 {
  font-family: "Open Sans Condensed";
  font-weight: 300;
}

h2 {
  padding-top: 5px;
  margin-top: 0px;
}

.navbar {
  margin-bottom: 1px;
}

.row {
  padding-bottom: 60px;
  margin-bottom: 0px;
  padding-top: 30px;
  background: url(../img/row-bg.png) top center no-repeat;
  background-size: 100% auto;
}

.footer-img {
  background: url(../img/bagr-havirov.png) top center no-repeat transparent;
  margin: 0px;
  height: 280px;
  position: relative;
  top: 20px;
  z-index: 2;
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 280px;
  margin: 0px auto;
}

.footer {
  background: #333;
  border-top: 15px solid #ffde47;
  background-position-x: 300;
  margin: 0px;
  border-radius: 5px;

  color: #ffde47;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;

  position: relative;
  top: -70px;
  z-index: 1;
}

.weblink {
  padding-top: 110px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #fcc949;
  font-family: "Open Sans Condensed";
}

.footer h2 {
  text-transform: uppercase;
  font-weight: 300;
}

.tel,
.email a {
  color: #fcc949;
  font-family: "Open Sans Condensed";
  font-size: 34px;
  padding: 0px;
  margin: 0px;
  line-height: 1.2;
}

p a,
p a:hover {
  background: #333;
  color: #ffde47;
  padding: 0px 4px;
  border-radius: 4px;
}

table {
  width: 90%;
  font-size: 14px;
  margin-top: 15px;
}

tr:nth-child(even) {
  background: #fff;
}
tr:nth-child(odd) {
  background: #ffde47;
}

td {
  vertical-align: top;
  padding: 2px 4px;
}

.gal a {
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 15px;
  width: 200px;
  height: 150px;
  display: inline-block;
}

.gal a img {
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px 0px #333;
}

.mimage {
  box-shadow: 0px 0px 2px 0px #333;
  border-radius: 4px;
  border: 1px solid #fff;
}

.p-t-md {
  padding-top: 60px;
}
