html {
  height: 100%;
}
body {
  background: url(../img/bg.jpg) center top no-repeat #006633;
  min-height: 100%;
  height: 100%;
  background-size: cover;
}
* {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  z-index: 20;
}

.fill-height {
  height: 100%;
  min-height: 100%;
}

.container {
  padding: 0;
}

a {
  color: #ddd;
}

iframe {
  border: none;
}
.navbar-nav li a,
h3 {
  font-size: 16px;
  text-shadow: 0 2px 0 #000;
}

#cols {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
#cols span {
  width: 20%;
  float: left;
  height: 100%;
  
}

#main-content p {
  text-align: justify;
}


#cols span.hovered {
  background: #888;
}
#cols span.active {
  background: #555;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#flags-static {
  position: absolute;
  width: 100%;
  z-index: 50;
  
}
.flags {
  padding: 8px 0;
}
.flags .btn {
  box-shadow: none;
  padding: 6px;
}
.flags .btn:not(.active) {
  opacity: 0.5;
}
.flags .btn:hover {
  opacity: 1;
}

.navbar {
  position: absolute;
  top: 50px;
  width: 100%;
  border: 0;
  border-radius: 0;
  z-index: 50;
  height: 110px;
}

.navbar .navbar-header {
  width: 20%;
}

.navbar-nav li {
  width: 25%;
  text-align: center;
  background: #82a181;
  background: -moz-linear-gradient(bottom, rgba(34,30,38,0) 0%, rgba(34,30,38,0.5) 50%, rgba(34,30,38,0) 100%),#82a181;
  background: -webkit-linear-gradient(bottom, rgba(34,30,38,0) 0%, rgba(34,30,38,0.5) 50%, rgba(34,30,38,0) 100%),#82a181;
  background: linear-gradient(to bottom, rgba(34,30,38,0) 0%, rgba(34,30,38,0.5) 50%, rgba(34,30,38,0) 100%),#82a181;
  height: 100%;
  
}
.navbar-nav li:hover,
#image-gallery {
  background: -moz-linear-gradient(bottom, rgba(34,30,38,0) 0%, rgba(34,30,38,0.5) 50%, rgba(34,30,38,0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(34,30,38,0) 0%, rgba(34,30,38,0.5) 50%, rgba(34,30,38,0) 100%);
  background: linear-gradient(to bottom, rgba(34,30,38,0) 0%, rgba(34,30,38,0.5) 50%, rgba(34,30,38,0) 100%);
}
.navbar-nav {
  width: 80%;
  height: 110px;
}
.navbar-collapse {
  padding: 0;
}
.navbar-nav li a {
  border-left: 5px solid #225026;
  padding: 10px 0;
  background: none;
  margin-top: 35px;
  color: #F4F4F4!important;
  
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #fff;
}
.navbar-nav li.active {
  background: #555;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.navbar-nav li.active a {
  border-color: #fff;
  color: #fff;
  background: none!important;
}
.navbar-brand {
  float: right;
  padding: 0;
  margin-right: 15px;
  height: 110px;
}
.navbar-brand img {
  height: 100%;
  
}

#content {
  padding-top: 280px;
  position: relative;
}

#content a:hover {
  text-decoration-style: dotted;
  color: #fff;
}

#main-content {
  color: #fff;
  padding: 15px 20px;
  background: #555;
  margin-bottom: 30px;
  display: none;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
} 
.tab-pane {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

footer {
  background: -moz-linear-gradient(left, rgba(255,255,255,0.2) 0%, #fff 20%, #fff 80%, rgba(255,255,255,0.2) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.2) 0%, #fff 20%, #fff 80%, rgba(255,255,255,0.2) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0.2) 0%, #fff 20%, #fff 80%, rgba(255,255,255,0.2) 100%);
  position: fixed;
  width: 100%;
  bottom : 0;
  z-index: 20;
}
footer .container {
  background: #fff;
  color: #000;
  padding: 15px 0;
  text-align: center;
}
footer a {
  color: #000!important;
  text-decoration: none!important;
}

#kontakt>div:first-of-type {
  float: left;
  margin-right: 20px;
}

#o-spolecnosti p {
  font-aůign: justify;
}