body {
  background-size: cover;
}

h1 {
  color: #a054a0;
  font-weight: 600;
  text-transform: uppercase;
}
#index h1 {
  font-size: 2.5em;
}
h2, h3, h4 {
  color: #a054a0;
}
#index .thumbnail {
  margin: 22px 37px;
}
#aktuality p {
  font-size: 18px;
}

#sponzori {
  margin: 50px 0 20px;
}
#sponzori img {
  max-height: 100px;
  max-width: 100px;
}

.meziprostor {
  margin: 60px 0;
}
.cover {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%,-50%);
}

#index main {
  text-align: center;
}
#content {
  background: rgba(255, 255, 255, 0.95);
}
.btn-primary {
  color: #fff;
  background-color: #a054a0;
  border-color: #a054a0;
}

.navbar-nav {
  margin-top: 26px;
}
.navbar-default .navbar-nav > li > a {
  color: #a054a0;
}


ul.list-footer-address li {

  margin-top: 9px;
}

iframe {
  margin-top: 77px;
}
main, #content {
  padding-right: 25px;
  padding-left: 25px;
}

h1, h1.title {
  margin-bottom: 20px;
}
img.perex-image {
  width: 190px;
  float: left;
  margin-right: 15px;
}

.subtitle.media-heading a {
  color: #a054a0;
  text-decoration: none;
}
a {
  color: #a054a0;
}
li.media {
  background: rgba(255, 255, 255, 0.52);
  padding: 20px 5px;
}
#sponzori {
  margin: 50px 0 20px;
  border-top: 1px solid #cacaca;
}
#sponzori p {
  line-height: 2.5;
}
table td {
  padding: 5px 10px;
}

footer p {
  margin-bottom: 0;
}
#box-custom-footer {
  padding-bottom: 20px;
}

footer p {
  margin-bottom: 0;
}
#box-custom-footer {
  padding-bottom: 20px;
}
/*
li#menu-item-316826 > a {
padding-left: 60px;
}

.navbar-nav > li:last-child {
padding-left: 20px;
}*/
/*--------zmena fotogalerie---*/

.photos a.thumbnail {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.photos a.thumbnail img {
  position: absolute;
  max-width: 300px!important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}
.photos .img-thumbnail, .photos .thumbnail {
  background-color: transparent;
  border: 0;
}
.photos .thumbnail:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}


#logo img {
  max-height: 50px;
  margin-top: 5px;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus{
  color: #fff;
  background-color: #a054a0;
}

.dropdown-menu.level2 > li > a:hover {
  background-color: #a054a0;
}