@media screen and (min-width: 1600px) and (max-width: 2100px){
body .background-body{
    margin: 3rem 10% 4rem;
}
   header .background-header .pro-neslysici {
margin-left: 10%;
}
}

@media screen and (min-width: 2101px) {
body .background-body{
    margin: 3rem 20% 4rem;
}
   header .background-header .pro-neslysici {
margin-left: 10%;
}
    header .background-header .pro-neslysici {
    width: 9% !important;
    padding: 0.3em 0;
}
}

@media screen and (max-width: 767px){
  iframe {
    width: 450px;
    height: 280px;
    margin: 0 0.3em;
    }

  .background-header.is-fixed-top {
    position: fixed;
    width: 100%;
    z-index: 2;
  }
  .navbar .navbar-menu {
    padding-top: 15% !important;
  }
  .navbar-end {
    margin-right: 1%;
    margin-left: 5%;
  }
  .navbar-end .button {
    margin: .5rem .75rem;
  }
}
.navbar-start {
  margin-right: 1%;
  margin-left: 5%;
}

@media screen and (max-width: 500px){
  iframe {
    width: 208px;
    height: 137px;
    margin: 0 0.19em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px){
  .navbar-end {
    display: none;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1300px){
  .navbar-start {
    margin-right: 2% !important;
    margin-left: 1% !important;
  }
}

@media screen and (min-width: 1475px){
  .navbar-menu {
    margin: 0 5% !important;
  }
}

header .logo a {
  color: #fff;
}

header .logo a:hover {
  color: #2b1c14;
}

header .background-header .pro-neslysici {
    width: 9% !important;
    padding: 0.2em 0;
}

.hero-body, .section {
padding: 3rem 1.5rem 1rem;
}

.navbar-link.is-active, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:hover {
    color: #734329;
    font-weight: 700;
}


.button.is-primary {
    background-color: #734329 !important;
}

.accordion.zpravy {
  background-color: transparent !important;
}

.accordion .accordion-header.rok-zpravy {
  font-size: 20px;
  background-color: #734329;
  border: 1px solid #dbdbdb;
}

.accordion .accordion-body.body-zpravy {
  border:none !important;
}

.accordion .accordion-body.body-zpravy .accordion-content {
  border:none !important;
  padding: 1em 0 !important;
}



.accordion.is-active .icon::before {
  font-family: 'FontAwesome';
  display: inline;
  content: "\f056";
  font-size: 20px;
}

.accordion .icon::before {
    font-family: 'FontAwesome';
    display: inline;
    content: "\f055";
    font-size: 20px;
}

.content figure{
    text-align: left !important;
    margin-left: 0 !important;
}

.white-popup {
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  top: 40px !important;
  right: 40px !important;
  position: fixed;
  font-size: 50px;
}

.control {
  display: flex;
}

.control input {
  height: 50px;
  font-size: 24px;
  border-radius: 5px 0 0 5px;
}
.control button {
  height: 50px;
  font-size: 24px;
  border-radius: 0 5px 5px 0;
}
.control input::placeholder {
  color: rgba(10, 10, 10, 0.6);
}

@media screen and (min-width: 1088px){
  .navbar-end,
  .navbar-menu,
  .navbar-start {
    -ms-flex-align: stretch;
    align-items: stretch;
    align-content: center;
    display: flex;
  }
}

#gallery .image.fit {
  margin: 0 !important;
}