@media screen and (max-width: 991px) {
  .header__status__nav {
    justify-content: center;
  }
  .off--hidden {
    display: none;
  }
  .header__main-nav {
    visibility: hidden;
  }
  .offcanva-nav .menubar-offcanva li a {
    margin-right: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .offcanva-nav a.menuItemImp {
    color: #669829;
  }
  .offcanva-nav .pre-menu-top {
    width: 200px;
    list-style-type: none;
  }
  .offcanva-nav .pre-menu-top li {
    width: 25%;
    text-align: center;
  }
  .offcanva-nav .post-menu {
    border-top: 1px white dashed;
    list-style-type: none;
    margin: 0 0 20px 0;
    padding-top: 20px;
  }
  .offcanva-nav .post-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .offcanva-nav .post-menu li a {
    padding-right: 15px;
    text-align: right;
  }
  .offcanva-nav .pre-menu {
    margin-top: -13px;
    margin-left: -50px;
    margin-bottom: 16px;
    list-style-type: none;
  }
  .offcanva-nav .pre-menu li {
    list-style-type: none;
  }
  .offcanva-nav .pre-menu li a {
    background: #669829;
    line-height: 40px;
    padding: 0 10px;
    max-width: 200px;
  }
  .offcanva-nav .my-account {
    background: #669829;
    color: white;
    display: block;
    padding: 0 15px;
  }
  .offcanva-nav .inline-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .offcanva-nav .inline-menu li a {
    color: white;
    display: block;
    padding: 0 15px;
    margin: 0 10px;
    line-height: 30px;
  }
  .offcanva-nav .inline-menu li a:hover {
    background: #669829;
    color: white;
  }
}
body {
  padding-top: 170px;
}
body.admin-bar {
  padding-top: 170px;
}
body.admin-bar .header {
  top: 32px;
}
.wrapper {
  padding-top: 0;
}
.header {
  background: #3a3a2c;
  margin-top: 0;
  height: 170px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.header .header-search-form {
  display: flex;
}
.header .header-search-form input, .header .header-search-form button {
  height: 30px;
  line-height: 30px;
  margin: 0;
}
.header .header-search-form input::placeholder {
  color: black;
}
.header .header-search-form input {
  margin-left: 10px;
  width: 195px;
  padding: 0;
  border: none;
  border-bottom: 1px solid grey;
}
.header .header-search-form button {
  width: 30px;
  padding: 0 5px;
  border: none;
  background: #669829;
  color: white;
}
.header__logo {
  position: absolute;
  background-image: url("/wp-content/themes/materiakod/v2/dist/assets/logo_b.png");
  background-position: left center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  height: 80px;
  width: 250px;
}
.header__logo img {
  position: absolute;
  left: 80px;
  top: 25px;
  height: 50px;
}
.header__status--container {
  background: white;
}
.header__status {
  z-index: 10;
  height: 40px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 40px;
  padding-right: 20px;
  background: white;
}
.header__status.container {
  padding: 0;
  margin: 0 auto;
}
.header__status li .my-account {
  background: #669829;
  color: white;
  display: block;
  padding: 0 15px;
  line-height: 30px;
}
.header__status__nav, .inline-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  display: flex;
  line-height: 30px;
}
.header__status__nav li, .inline-menu li {
  list-style-type: none;
}
.header__status__nav li a, .inline-menu li a {
  color: black;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  margin: 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__status__nav li a:hover, .inline-menu li a:hover {
  background: #669829;
  color: white;
}
.header__nav--container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wrapper .header .header__nav.container {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.offcanva-nav {
  position: fixed;
}
.header__main-nav {
  display: flex;
  justify-content: end;
  list-style-type: none;
  position: relative;
  line-height: 40px;
  padding: 0;
}
.header__main-nav ul {
  list-style-type: none;
}
.header__main-nav li {
  list-style-type: none;
}
.header__main-nav a, .header__main-nav span {
  color: white;
}
.header__main-nav span {
  cursor: default;
}
.header__main-nav > li > a, .header__main-nav > li span {
  display: block;
  padding: 0 10px 0 20px;
}
.header__main-nav > li:hover {
  background: #669829;
  color: white;
}
.header__main-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header__main-nav > li > ul {
  box-shadow: 3px 3px 10px #3a3a2c;
  transition: opacity 0.2s;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid white;
  padding-top: 20px;
  top: 40px;
  left: 0;
  right: 0;
  background: white;
  position: absolute;
}
.header__main-nav > li > ul > li {
  min-width: 16.3%;
  margin-bottom: 20px;
  padding: 0 20px;
  border-right: 1px dashed #669829;
}
.header__main-nav > li > ul > li:hover {
  background: #eef7e2;
}
.header__main-nav > li > ul > li > a, .header__main-nav > li > ul > li span {
  font-weight: bold;
}
.header__main-nav > li > ul li a, .header__main-nav > li > ul li span {
  color: #3a3a2c;
  display: block;
  line-height: 40px;
  padding: 0 20px;
}
.header__main-nav > li > ul li a:hover {
  background: #669829;
  color: white;
}
.card.card-actors img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.card.card-actors .container-text > div::before {
  content: none;
  display: none;
}
#content .b-slider-actors li h4 {
  font-size: 0.75rem;
}
.b-slider-actors {
  position: absolute;
  width: calc(100% - 1.25rem);
  height: calc(100% - 0.625rem);
}
.b-slider-actors li img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.b-slider-actors li h4 {
  text-align: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  color: black;
  margin: 0;
  padding: 10px 10px 90px 10px;
}
.b-slider {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.b-slider li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 2s;
}
.card.card-home h3 {
  font-size: 1.5rem;
}
body {
  background: white;
}
.wysiwyg .button-block a {
  display: inline-block;
  background: #669829;
  color: white;
  text-align: center;
  line-height: 30px;
  padding: 0 15px;
  transition: all 0.2s;
}
.wysiwyg .button-block a:hover {
  transform: translateX(-1px) translateY(-1px);
  box-shadow: 1px 1px 3px dimgrey;
  color: white;
}
.home_splash--logo {
  background-image: url("/wp-content/themes/materiakod/v2/dist/assets/logo_homepage.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 100px;
  margin: 0 auto;
}
.main-footer--logos {
  max-width: 400px;
  margin-bottom: 50px;
}
.main-footer--social--line {
  margin: 0 auto;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.main-footer--social--line .spacer {
  flex-grow: 1;
}
.main-footer--social {
  flex-grow: 1;
  color: white;
  max-width: 400px;
  margin: 0 auto 50px auto;
}
.main-footer--social h2 {
  font-size: 1.8em;
  text-align: center;
}
.main-footer--social h3 {
  font-size: 1.3em;
  color: white;
}
.main-footer--social a {
  color: white;
  display: block;
  height: 30px;
  width: 40px;
  line-height: 30px;
  text-align: center;
  margin-left: 5px;
}
.main-footer--social a svg {
  fill: white;
  padding-top: 4px;
}
.main-footer--social a:hover {
  background: #669829;
}
.main-footer--social table {
  max-width: 400px;
  margin: 0 auto;
}
.main-footer--container {
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.main-footer-nav {
  justify-self: end;
  margin: 30px 30px 30px auto;
  padding: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
.main-footer-nav li a {
  color: white;
  line-height: 30px;
  font-weight: normal;
  margin: 0;
}
.main-footer-nav li a:hover {
  text-decoration: underline;
}
.home_splash--button {
  display: block;
  width: 300px;
  background-color: #669829;
  color: white;
  text-transform: uppercase;
  margin: 145px auto 0 auto;
  line-height: 40px;
  padding: 0;
  text-align: center;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.1em;
  box-shadow: 3px 3px 5px #3a3a2c;
  transition: all 0.2s;
}
.home_splash--button:hover {
  transform: translateX(-1px) translateY(-1px);
  box-shadow: 4px 4px 5px #3a3a2c;
}
.home_splash--background {
  padding-top: 35px;
  height: 360px;
  background-image: url("/wp-content/themes/materiakod/v2/dist/assets/splash.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home_splash--text {
  font-size: 30px;
  line-height: 36px;
  color: white;
  background: #4e8d41;
  position: absolute;
  padding: 0 5px;
  top: 50px;
  left: 10%;
}
.home_splash--text.text--2 {
  top: 80px;
  left: 13%;
}