body {
  font-family: 'Oswald', sans-serif;
}

header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  overflow: hidden;
  padding-top: 56.25%;
}

header h1 {
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding-top: 0.5rem;
}

header .fullscreen-video-wrap {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

header .fullscreen-video-wrap video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  width: 100vw;
}

header .header-content {
  margin-top: -56.25%;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  max-width: 840px;
  width: 50vw;
}

header .header-content h2 {
  color: #fff;
  padding-top: 1rem;
  font-size: 50px;
  margin-bottom: 0;
}

header .header-content img {
  max-width: 100%;
}

header video {
  margin: 0;
  min-height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.foto1 {
  background-image: url(../images/ania_1.jpg);
}

.foto2 {
  background-image: url(../images/ania_2.jpg);
}

.foto3 {
  background-image: url(../images/ania_3.jpg);
}

.foto4 {
  background-image: url(../images/ania_4.jpg);
}

.foto {
  background-attachment: fixed;
  /*background-position: top*/
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.socials {
  text-align: center;
  margin-bottom: 0;
}

.socials img {
  height: 40px;
  width: 40px;
}

.socials li {
  display: inline-block;
  height: 40px;
  width: 40px;
}

.socials li a {
  display: block;
  height: 40px;
}

.socials .fb {
  background: url("../images/fb.png");
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.socials .fb:hover {
  opacity: 0.8;
}

.socials .is {
  background: url("../images/is.png");
  background-size: contain;
}

.socials .is:hover {
  opacity: 0.8;
}

.socials .pt {
  background: url("../images/pt.png");
  background-size: contain;
}

.socials .pt:hover {
  opacity: 0.8;
}

.nav-item .socials {
  text-align: inherit;
}

.nav-item .socials li {
  display: inline-block;
  height: 20px;
  width: 20px;
}

.nav-item .socials li a {
  display: block;
  height: 20px;
}

#OfertaSection ul {
  padding: 0;
}

#OfertaSection li {
  list-style: none;
}

#OfertaSection li i {
  border: solid #dc3545;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#PatroniteSection a {
  color: white;
  background-color: #dc3545;
}

#PatroniteSection a:hover {
  color: #c3c3c3;
}

#kontakt {
  background-image: url("../images/ania-kontakt.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.partners {
  list-style-type: none;
  padding: 0;
  font-weight: bold;
}

.partners a {
  color: white;
}

.partners a:hover {
  color: #dc3545;
  text-align: center;
}

.partners li {
  display: inline-block;
  margin: 10px;
}

.partners img {
  max-width: 190px;
  max-height: 90px;
}

#email, #message {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #c3c3c3;
  padding: 5px 10px;
}

#submit {
  width: 100%;
  height: 76px;
}

#message {
  min-height: 100px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 630px) {
  .partners li {
    max-width: 100%;
  }
}

/*overrides*/
.list-group-item {
  padding: 0.5rem 0.8rem;
  text-align: center;
}

.list-group-item.active {
  background-color: #f8f9fa;
  border-color: rgba(0, 0, 0, 0.125) !important;
}

#summary {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}

#summary div.collapse:not(.show) {
  height: 150px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

#summary div.collapsing {
  min-height: 150px !important;
}

#summary a.collapsed .more {
  display: inline;
}

#summary a.collapsed .less {
  display: none;
}

#summary a:not(.collapsed) .more {
  display: none;
}

#summary a:not(.collapsed) .less {
  display: inline;
}

.bg-custom {
  background: #662904;
}

.bg-custom h3, .bg-custom h6, .bg-custom span, .bg-custom a {
  color: #ebbb16;
}

.parallax {
  min-height: 50vh;
  background: transparent;
}

.pd-custom {
  padding: 150px 0;
}

.pd-custom2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .fullscreen-video-wrap {
    min-height: 100vh;
    background-image: url("../images/ania_hd.jpg");
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  video {
    display: none;
  }
  header {
    padding-top: 0;
    height: 100vh;
  }
  header .header-content {
    background: rgba(255, 255, 255, 0.2);
    margin-top: 0;
    width: 80vw;
  }
  header .header-content h2 {
    font-size: 30px;
  }
}
/*# sourceMappingURL=layout.css.map */