a {
  color: currentColor; }
  a:hover, a:focus {
    text-decoration: none;
    color: currentColor; }

button {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  button:focus {
    outline: 0; }

img {
  max-width: 100%; }

.form-yellow {
  background: #ffd500;
  padding: 90px 50px 70px 70px;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 99% 100%, -50% 90%);
  clip-path: polygon(0 10%, 100% 0%, 99% 100%, -50% 90%); }
  .form-yellow .form-control {
    position: relative;
    height: 50px;
    padding-left: 15px;
    border: 0;
    border-radius: 10px;
    box-shadow: 5px 5px 1px #e7c100;
    line-height: 55px;
    font-size: 16px;
    color: #000; }
    .form-yellow .form-control::-webkit-input-placeholder {
      color: #000; }
    .form-yellow .form-control::-moz-placeholder {
      color: #000; }
    .form-yellow .form-control:-ms-input-placeholder {
      color: #000; }
    .form-yellow .form-control:-moz-placeholder {
      color: #000; }
  .form-yellow input {
    max-width: 460px; }
  .form-yellow textarea {
    max-width: 520px;
    min-height: 185px;
    resize: none; }
  .form-yellow .btn, .form-yellow input[type="submit"].btn {
    margin-top: 40px; }

.btn-theme {
  width: 222px;
  height: 66px;
  margin: 0;
  padding: 0;
  background-image: url("../img/btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: "Bangers", cursive;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  color: #000;
  cursor: pointer; }
  .btn-theme:hover, .btn-theme:focus {
    background-image: url("../img/btn.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: none; }
  .btn-theme--red {
    background-image: url("../img/btn_red.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff; }
    .btn-theme--red:hover, .btn-theme--red:focus {
      background-image: url("../img/btn_red.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }

input[type="submit"].btn-theme {
  width: 222px;
  height: 66px;
  margin: 0;
  padding: 0;
  background-image: url("../img/btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: "Bangers", cursive;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  color: #000;
  cursor: pointer;
  background-color: transparent; }
  input[type="submit"].btn-theme:hover, input[type="submit"].btn-theme:focus {
    background-image: url("../img/btn.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: none; }
  input[type="submit"].btn-theme--red {
    background-image: url("../img/btn_red.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff; }
    input[type="submit"].btn-theme--red:hover, input[type="submit"].btn-theme--red:focus {
      background-image: url("../img/btn_red.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }

.windSmall {
  position: relative; }
  .windSmall:before, .windSmall:after {
    content: '';
    position: absolute;
    width: 157px;
    height: 117px; }
    @media (max-width: 767px) {
      .windSmall:before, .windSmall:after {
        display: none; } }
  .windSmall:before {
    left: -120px;
    bottom: -150px;
    background-image: url("../img/i_wind_small_left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media (max-width: 1399px) {
      .windSmall:before {
        left: -20px; } }
  .windSmall:after {
    top: -160px;
    right: -120px;
    background-image: url("../img/i_wind_small_right.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media (max-width: 1399px) {
      .windSmall:after {
        right: -20px; } }

body {
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000; }

.hero {
  position: relative;
  margin-bottom: -45px;
  padding-bottom: 150px;
  background-image: url("../img/bg_top.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    .hero {
      background-size: cover;
      background-position: 50% 50%; } }
  @media (max-width: 767px) {
    .hero {
      padding-bottom: 100px;
      background: #ed1c24; }
      .hero .container, .hero .container-fluid {
        z-index: 2; }
      .hero:before {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -10px;
        height: 100%;
        left: 0;
        background: #ed1c24;
        clip-path: polygon(0% 96%, 100% 94%, 100% 0%, 0% 0%);
        -webkit-clip-path: polygon(0% 96%, 100% 94%, 100% 0%, 0% 0%);
        z-index: 1; }
      .hero:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -10px;
        height: 100%;
        left: 0;
        background: #000;
        clip-path: polygon(0% 96%, 100% 94%, 100% 94.5%, 0% 97.5%);
        -webkit-clip-path: polygon(0% 96%, 100% 94%, 100% 94.5%, 0% 97.5%);
        z-index: 1; } }

header {
  margin-bottom: 100px; }
  header h1 {
    font-family: "Bangers", cursive;
    font-weight: 400;
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin: 35px 0 40px 0;
  }
  @media (max-width: 1199px) {
    header {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    header {
      margin-bottom: 20px; } }

@media (max-width: 1399px) {
  .navbar--bubbles {
    flex-direction: column; }
    .navbar--bubbles .navbar-brand {
      margin-bottom: 20px; } }
.navbar--bubbles .navbar-toggler {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 46px;
  transform: translateY(-50%);
  left: calc(50% + 180px);
  z-index: 999;
  background-image: url("../img/icons/burger.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media (max-width: 575px) {
    .navbar--bubbles .navbar-toggler {
      position: static;
      transform: none;
      margin: auto; } }
@media (max-width: 991px) {
  .navbar--bubbles .navbar-collapse {
    position: fixed;
    width: 100%;
    top: 170px;
    left: 0px;
    padding: 20px;
    background: #ffd600;
    z-index: 999; }
    .navbar--bubbles .navbar-collapse:before {
      content: '';
      position: absolute;
      top: -20px;
      width: 100%;
      height: 100%;
      left: 0;
      background: #ffd600;
      clip-path: polygon(0% 5%, 100% 1%, 100% 100%, 0% 100%);
      -webkit-clip-path: polygon(0% 5%, 100% 1%, 100% 100%, 0% 100%);
      z-index: 1; }
    .navbar--bubbles .navbar-collapse:after {
      content: '';
      position: absolute;
      width: 100%;
      top: -20px;
      height: 100%;
      left: 0;
      background: #000;
      clip-path: polygon(0% 5%, 100% 1%, 100% 2%, 0% 8%);
      -webkit-clip-path: polygon(0% 5%, 100% 1%, 100% 2%, 0% 8%);
      z-index: 1; } }

      .navbar--bubbles .dropdown-menu {
        background: #ffd600;
        border: none;
      }
@media (max-width: 575px) {
  .navbar--bubbles .navbar-collapse {
    top: 230px; } }
.navbar--bubbles .navbar-brand {
  text-align: center; }
.navbar--bubbles .navbar-nav {
  position: relative;
  flex-wrap: wrap;
  margin: auto;
  z-index: 1; }
  .navbar--bubbles .navbar-nav .nav-link {
    position: relative;
    margin: 0 2px;
    padding: 0;
    font-family: "Bangers", cursive;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000;
    width: 121px;
    height: 74px;
    top: 30px;
    line-height: 74px;
    background-image: url("../img/nav_bubbleSimple.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .navbar--bubbles .navbar-nav .nav-link {
        width: 111px;
        height: 64px;
        line-height: 64px; } }
    .navbar--bubbles .navbar-nav .nav-link:nth-of-type(1) {
      width: 125px;
      height: 71px;
      top: 10px;
      line-height: 71px;
      background-image: url("../img/nav_bubbleWide.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      @media (max-width: 1199px) {
        .navbar--bubbles .navbar-nav .nav-link:nth-of-type(1) {
          width: 115px;
          height: 61px;
          line-height: 61px; } }
    .navbar--bubbles .navbar-nav .nav-link:nth-of-type(3) {
      width: 132px;
      height: 89px;
      top: 0;
      line-height: 89px;
      background-image: url("../img/nav_bubbleTall.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      @media (max-width: 1199px) {
        .navbar--bubbles .navbar-nav .nav-link:nth-of-type(3) {
          width: 122px;
          height: 79px;
          line-height: 79px; } }
    .navbar--bubbles .navbar-nav .nav-link:nth-of-type(5) {
      width: 125px;
      height: 71px;
      top: 10px;
      line-height: 71px;
      background-image: url("../img/nav_bubbleWide.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      @media (max-width: 1199px) {
        .navbar--bubbles .navbar-nav .nav-link:nth-of-type(5) {
          width: 115px;
          height: 61px;
          line-height: 61px; } }
    .navbar--bubbles .navbar-nav .nav-link:nth-of-type(7) {
      width: 132px;
      height: 89px;
      top: 0;
      line-height: 89px;
      background-image: url("../img/nav_bubbleTall.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      @media (max-width: 1199px) {
        .navbar--bubbles .navbar-nav .nav-link:nth-of-type(7) {
          width: 122px;
          height: 79px;
          line-height: 79px; } }
    @media (max-width: 991px) {
      .navbar--bubbles .navbar-nav .nav-link {
        position: static;
        background: url("../img/icons/menuBox_arrow.png") !important;
        background-size: 29px 28px !important;
        background-repeat: no-repeat !important;
        background-position: 0 50% !important;
        line-height: 30px !important;
        width: auto !important;
        height: auto !important;
        margin: 10px 0;
        padding-left: 45px;
        text-align: left; }

        .navbar--bubbles .navbar-nav .nav-link.opened {
          background: none !important;
        }
        
        .navbar--bubbles .navbar-collapse {
          top: 230px;
          height: 450px;
          max-height: 370px;
          width: 100%;
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch;
        }
      }

    @media (min-width: 992px) {
      .navbar--bubbles .navbar-nav .nav-link .nav-link {
        position: initial;
        width: auto;
        background: none;
        height: auto;
        line-height: 35px;
      }

      /* OPEN SUBMENUS TWEAK */
      .dropdown-menu li:hover .sub-menu {
        visibility: visible;
      }
      .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: -5px;
      }
    }

.navSocial {
  position: absolute;
  top: 160px;
  left: 20px;
  z-index: 3; }
  @media (max-width: 1199px) {
    .navSocial {
      position: static;
      text-align: center;
      margin: 20px 0 40px; } }
  .navSocial__item {
    display: block;
    margin: 15px 0; }
    @media (max-width: 1199px) {
      .navSocial__item {
        display: inline-block; } }

.carousel {
  position: relative;
  display: flex;
  margin: auto;
  z-index: 2; }
  .carousel:after {
    content: '';
    position: absolute;
    width: 231px;
    height: 183px;
    right: -35px;
    bottom: -65px;
    background-image: url("../img/i_bomb.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 5; }
    @media (max-width: 1199px) {
      .carousel:after {
        z-index: 0; } }
    @media (max-width: 767px) {
      .carousel:after {
        display: none; } }
  @media (max-width: 767px) {
    .carousel {
      flex-direction: column; } }
  .carousel__wrap {
    position: relative; }
    .carousel__wrap:before {
      content: '';
      position: absolute;
      width: 640px;
      height: 320px;
      bottom: -80px;
      left: -15px;
      background-image: url("../img/i_wind_left.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      z-index: 1; }
      @media (max-width: 767px) {
        .carousel__wrap:before {
          display: none; } }
    .carousel__wrap:after {
      content: '';
      position: absolute;
      width: 514px;
      height: 360px;
      bottom: 0px;
      right: -15px;
      background-image: url("../img/i_wind_right.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      z-index: 1; }
      @media (max-width: 767px) {
        .carousel__wrap:after {
          display: none; } }
  .carousel__content {
    position: relative;
    width: calc(100% / 3 * 2);
    left: 20px; }
    @media (max-width: 767px) {
      .carousel__content {
        width: 100%;
        left: -10px; } }
  .carousel__nav {
    position: relative;
    width: calc(100% / 3);
    right: 20px;
    padding: 60px 40px 0;
    background-image: url("../img/boxMenu.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3; }
    @media (max-width: 991px) {
      .carousel__nav {
        padding: 20px; } }
    @media (max-width: 767px) {
      .carousel__nav {
        width: 100%;
        right: 0;
        background: #e8deac;
        border: 5px solid #fff; } }
    .carousel__nav .nav .nav-link {
      position: relative;
      margin: 10px 0;
      padding: 0;
      padding-left: 60px;
      font-family: "Bangers", cursive;
      font-weight: 400;
      font-size: 24px;
      color: #000; }
      @media (max-width: 1199px) {
        .carousel__nav .nav .nav-link {
          font-size: 20px; } }
      @media (max-width: 991px) {
        .carousel__nav .nav .nav-link {
          padding-left: 40px;
          font-size: 16px; } }
      .carousel__nav .nav .nav-link:before {
        content: '';
        position: absolute;
        width: 39px;
        height: 38px;
        top: -1px;
        left: 0;
        background-image: url("../img/icons/menuBox_arrow.png");
        background-size: 100% 100%;
        background-repeat: no-repeat; }
        @media (max-width: 991px) {
          .carousel__nav .nav .nav-link:before {
            width: 29px;
            height: 28px; } }
      .carousel__nav .nav .nav-link.active, .carousel__nav .nav .nav-link:hover {
        color: #ed1c24; }
        .carousel__nav .nav .nav-link.active:before, .carousel__nav .nav .nav-link:hover:before {
          background-image: url("../img/icons/menuBox_arrow_red.png");
          background-size: 100% 100%;
          background-repeat: no-repeat; }

.section {
  position: relative;
  padding: 80px 0; }
  .section h2 {
    position: relative;
    font-family: "Bangers", cursive;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: #000; }
    .section h2 span {
      position: relative;
      z-index: 1; }
    .section h2:after {
      content: attr(data-text);
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      font-size: 45px;
      -webkit-text-stroke: 5px #fff;
      text-align: center;
      z-index: 0; }
  .section--green {
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: url("../img/bg_green.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .section--green {
        background-size: cover;
        background-position: 50% 50%; } }
    @media (max-width: 767px) {
      .section--green {
        padding-top: 50px;
        padding-bottom: 40px;
        background: #8fc94c; } }
  .section--yellow {
    margin: -20px 0 -40px;
    padding: 80px 0 110px;
    background-image: url("../img/bg_yellow.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .section--yellow {
        background-size: cover;
        background-position: 50% 50%; } }
    @media (max-width: 767px) {
      .section--yellow {
        background: #ffd500; } }

.news h2 {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .news h2 {
      margin-bottom: 30px; } }
.news [class*="col-"] {
  display: flex; }
  .news [class*="col-"]:nth-of-type(even) .news__item {
    position: relative;
    left: 5px;
    background-image: url("../img/boxBig_left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
.news__item {
  padding: 50px 0;
  background-image: url("../img/boxBig.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center; }
/*.news__item.news__item__green__box {
  background-image: url("../img/boxBigGreen.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}*/
.news_green_bg {
  background-image: url("../img/news_repeat.png");
  background-repeat: repeat-y;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 99%);
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 99%);
}
  @media (max-width: 991px) {
    .news__item {
      margin: 10px auto; } }
  .news__item__inner {
    width: 70%;
    margin: auto; }
  .news__item__date {
    margin-bottom: 5px;
    font-family: "Bangers", cursive;
    font-weight: 400;
    font-size: 16px;
    color: #81b941; }
  .news__item__title {
    margin-bottom: 15px;
    font-family: "Bangers", cursive;
    font-weight: 400;
    font-size: 24px; }
  .news__item__image {
    margin-bottom: 30px; }
  .news__item__content {
    width: 80%;
    margin: auto; }
.news .btn {
  display: block;
  margin: 80px auto 0; }
  @media (max-width: 767px) {
    .news .btn {
      margin-top: 40px; } }

.partners {
  position: relative; }
  .partners__nav {
    position: absolute;
    width: 48px;
    height: 47px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5; }
    .partners__nav--left {
      left: -30px;
      background-image: url("../img/icons/slider_arrow_left.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        .partners__nav--left {
          left: 0; } }
    .partners__nav--right {
      right: -30px;
      background-image: url("../img/icons/slider_arrow_right.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        .partners__nav--right {
          right: 0; } }
  .partners__item {
    display: inline-block;
    max-width: 165px;
    max-height: 176px;
    padding: 15px 25px 35px;
    background-image: url("../img/boxSmall.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 126px;
    text-align: center; }
    .partners__item--wide {
      max-width: 273px;
      max-height: 93px;
      margin: 0 10px;
      padding: 10px 20px;
      line-height: 67px;
      background-image: url("../img/boxSmall_wide.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    .partners__item img {
      max-height: 126px;
      width: auto !important; }
  .partners .owl-stage {
    display: flex;
    align-items: center; }
    .partners .owl-stage .owl-item {
      text-align: center; }

.footer {
  position: relative;
  background-image: url("../img/bg_red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 0 40px; }
  @media (max-width: 1199px) {
    .footer {
      background-size: cover;
      background-position: 50% 50%; } }
  @media (max-width: 767px) {
    .footer {
      background: #ed1c24; }
      .footer:before {
        content: '';
        position: absolute;
        width: 100%;
        top: -25px;
        height: 100%;
        left: 0;
        background: #ed1c24;
        clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%); 
        -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);}
      .footer:after {
        content: '';
        position: absolute;
        width: 100%;
        top: -25px;
        height: 100%;
        left: 0;
        background: #000;
        clip-path: polygon(0 10%, 100% 0%, 100% 5%, 0% 12%);
        -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 5%, 0% 12%);
        z-index: 0; } }
  .footer .container {
    z-index: 1; }
  .footer__logo {
    display: block;
    text-align: center;
    margin: -60px 0 20px; }
  .footer__copyright {
    font-family: "Bangers", cursive;
    font-weight: 400;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff; }
    .footer__copyright span {
      display: block;
      margin: 5px 0; }

h1 {
  font-family: "Bangers", cursive;
  font-weight: 400;
  font-size: 48px; }

header.noHero {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 80px;
  background-image: url("../img/bg_subpage_top.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  @media (max-width: 767px) {
    header.noHero {
      padding-bottom: 30px;
      background: #ed1c24; }
      header.noHero .container, header.noHero .container-fluid {
        z-index: 2; }
      header.noHero:before {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -20px;
        height: 100%;
        left: 0;
        background: #ed1c24;
        clip-path: polygon(0% 96%, 100% 92%, 100% 0%, 0% 0%);
        -webkit-clip-path: polygon(0% 96%, 100% 92%, 100% 0%, 0% 0%);
        z-index: 1; }
      header.noHero:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -20px;
        height: 100%;
        left: 0;
        background: #000;
        clip-path: polygon(0% 96%, 100% 92%, 100% 94%, 0% 100%);
        -webkit-clip-path: polygon(0% 96%, 100% 92%, 100% 94%, 0% 100%);
        z-index: 1; } }

.subpage {
  font-size: 18px;
  text-align: center; }
  .subpage .navSocial {
    top: 200px; }
  .subpage h1 {
    margin-bottom: 30px; }
  .subpage h2 {
    margin-bottom: 50px;
    font-family: "Bangers", cursive;
    font-weight: 400;
    font-size: 30px;
    color: #ed1c24; }
  .subpage h3 {
    font-family: "Bangers", cursive;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px; }
  .subpage h4 {
    font-family: "Bangers", cursive;
    font-weight: 400;
    color: #ed1c24; }
  .subpage p {
    margin-bottom: 30px; }
  .subpage .footer {
    padding-top: 70px; }
  .subpage ul li {
    font-weight: 700; }
  .subpage .section--yellow {
    margin-top: 100px; }

.offer {
  margin-top: 80px;
  margin-bottom: 80px; }
  .offer__title {
    margin-bottom: 20px;
    font-family: "Bangers", cursive;
    font-weight: 400;
    font-size: 48px; }
  .offer .news__item__content {
    font-size: 16px; }

.gallery {
  margin-top: 20px;
  margin-bottom: 30px; }
  .gallery__item {
    margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */

/* GLOBAL TWEAKS */
.center {
  width: 100%;
  text-align: center;
}

/* NEWS TWEAKS */
#news {
  padding: 45px 0;
}
.news__wrap__home .news__item {
  margin-bottom: 25px;
}
.news__wrap__home .news__item__image {
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
}
.news__wrap__home .news__item__image img {
  max-height: 150px;
  border-radius: 10px;
}
.news__wrap__home .news__item__title {
  
}

/* EVENTS */
.event-archive {width: 100%;float: left;list-style-type: none;margin: 0 0 25px 0;padding: 0;}
.event-archive li {float: left;margin-right: 10px;height: 30px;padding: 0 10px;line-height: 30px;background: #ed1c24;}
.event-archive li a {color: #fff;font-weight: 600;}

.events {
  float: left;
  padding: 10px 0 45px 0;
}
.event-item {width: 100%;float: left;margin-bottom: 20px;}
.event-date {float: left;margin-right: 10px;color: #ed1c24;}
.event-place {float: left;color: #ed1c24;}
.event-name {float: left;font-weight: 700;margin-left: 10px;}

/* GALLERY TWEAKS */
.vypisgalerie { width: 100%; padding-bottom: 40px;}
.vypisgalerie-item { float: left; width: 100%; margin: 10px 0; }
.vypisgalerie-item .item { float: left; margin-right: 10px; margin-bottom: 10px; width: 100%; display: table; text-align: center; padding: 3px; background: #fff; border: 3px solid transparent; }
.vypisgalerie-item .item a { display: table-cell; vertical-align: top; }
.vypisgalerie-item .item img { max-width: 100%; }
.vypisgalerie-item .item .vypisgalerie-img { height: 110px;
    padding: 15px 0px; }
.vypisgalerie-item h2 { font-size: 18px; line-height: 22px; margin-bottom: 20px; }
.vypisgalerie-item .vypisgalerie-title { font-family: "Bangers", cursive;
    font-weight: 400;
    font-size: 20px;
    color: #ed1c24;
    margin-top: 10px; }

.gallery.gallery__tweaked .gallery__item {
  margin-bottom: 30px;
  min-height: 230px;
  max-height: 230px;
  overflow: hidden;
}

/* FORM TWEAKS */
.form-yellow {
  margin: 50px 0;
}

/* ORDER FORM */
.order-form {
  margin-top: 0;
  text-align: left;
  background: #ffd500;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 99% 100%, -50% 100%);
  clip-path: polygon(0 0%, 100% 0%, 99% 100%, -50% 100%);
}

/* FILES TABLE */
.files-table {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 35px;
}
.files-table tr {}
.files-table tr td.filename {
  text-align: left;
}

/* BLOCK SECTION */
.block-section {
  padding: 45px 0;
}

.order__container h3 {
  font-family: "Signika", sans-serif;
  color: #fff; 
  background: red; 
  display: block; 
  padding: 25px 15px; 
  font-size: 20px;
}

.protectedForm {
  margin: auto;
  max-width: 500px;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.protectedFormGroup {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.protectedFormGroup label {
  margin-right: 1rem;
}
.akce-list .akce-col {
  display: flex;
  align-items: flex-start;
}
.akce-list .akce-title {
  font-family: "Bangers", cursive;
  font-weight: 400;
  font-size: 32px;
  transition-duration: 0.1s;
}
.akce-list .akce-title:hover {
  color: #ed1c24;
}
.akce-list .akce-misto {
  background-image: url("../img/icon-pin.png");
  background-repeat: no-repeat;
  background-position: left top 3px;
  padding: 0.25rem 0 0.25rem 1.5rem;
  color: #9d9d9d;
  font-size: 18px;
  line-height: 24px;
  margin-right: 2rem;
}
.akce-list .akce-cas {
  background-image: url("../img/icon-time.png");
  background-repeat: no-repeat;
  background-position: left top 4px;
  padding: 0.25rem 0 0.25rem 1.9rem;
  color: #9d9d9d;
  font-size: 18px;
  line-height: 24px;
}
.akce-list .akce-poradatel {
  margin-top: 1rem;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  background-color: #ededed;
  padding: 0.5rem 1.25rem;
  border-radius: 25px;
  font-size: 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.akce-list .akce-icons {
  margin: 0.5rem 0;
}
.akce-list .akce-content b {
  color: #000;
}
.akce-mesic {
  margin-bottom: 2rem !important;
}
.akce-list .akce-datum {
  background-color: #ffd500;
  width: fit-content;
  width: -moz-fit-content;
  padding: 1.25rem 0.75rem 1.25rem 1rem;
  border-radius: 10px;
  line-height: 36px;
  margin-right: 3rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.akce-list .akce-datum span {
  display: block;
  line-height: 22px;
}
.akce-list .akce-datum span.akce-datum-large {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}
.akce-list .akce-content {
  text-align: left;
}
.akce-list .redbtn {
  background-image: url(../img/btn22.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: "Bangers", cursive;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  color: #fff; 
  display: block;
}
.akce-list .redbtn span {
  padding-right: 0.5rem;
}
.akce-list > div {
  border-top: 1px solid #f2f2f2;
  padding: 2rem 0;
}
.akce-list {
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 993px) {
  .akce-list .redbtn {
    width: fit-content;
    width: -moz-fit-content;
    margin: 1rem auto 0;
    width: 150px;
  }
}
@media (max-width: 768px) {
  .akce-list .akce-datum {
    margin: 0 0 1rem;
  }
  .akce-list .akce-col {
    flex-direction: column;
  }
  .akce-list .redbtn {
    margin: 1rem 0 0;
  }
}
@media (max-width: 576px) {
  .akce-list .akce-icons span {
    display: block;
  }
  .akce-list .akce-poradatel {
    margin-top: 1rem;
  }
  .akce-list .redbtn {
    margin: 1.5rem 0 0;
  }
  .akce-mesic {
    margin-bottom: 1.5rem !important;
  }
}
#kontaky-form .form-yellow {
  margin-top: 0;
}
.ram {
  position: relative;
}
.ram-border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
}
.newcarousel .owl-stage {
  display: flex;
}
.newcarousel .owl-item iframe {
  width: 100%;
  height: 100%;
}
.newcarousel .carousel__content__item {
  height: 100%;
  border: 9px solid #fff;
  margin-left: 2px;
}
@media (max-width: 767px) { 
  .newcarousel .carousel__content__item {
    border: 5px solid #fff;
    margin-right: 9px;
    margin-left: 12px;
  }
  .newcarousel .carousel__content {
    left: 0;
    margin-bottom: 5px;
  }
}
.section h2.akce-mesic {
  font-family: "Bangers", cursive;
  font-weight: 400;
  font-size: 30px;
  color: #ed1c24;
  margin-bottom: 2rem !important;
}
.socials > .section--ig {
  margin-top: -38px;
}
.socials > .section--fb {
  margin-top: -18px;
}
.section--yt, .section--ig, .section--fb {
  padding-top: 160px;
  padding-bottom: 160px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section--yt {
  background-image: url("../img/bg_yt.png");
}
.section--yt iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.section--ig {
  background-image: url("../img/bg_ig.png");
}
.section--fb {
  background-image: url("../img/bg_fb.png");
}
.section-socials .eapps-instagram-feed-posts-grid-load-more-container {
  display: none !important;
}
.section-socials h2 {
  margin-bottom: 80px;
}
.section-socials h2 a {
  position: relative;
  z-index: 1;
}
.section-socials > .btn {
  margin-top: 50px;
}
.section-imagetext {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 4rem;
}
.section-imagetext-image img {
  max-height: 450px;
  width: 100%;
  object-fit: scale-down;
}
.section-imagetext-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1750px) {
  .windSmall.extend::before, .windSmall.extend::after {
    width: 217px;
    height: 188px;
  }
  .windSmall.extend::before {
    background-image: url("../img/i_wind_large_left.png");
  }
  .windSmall.extend::after {
    background-image: url("../img/i_wind_large_right.png");
  }
  .windSmall.extend::before {
    bottom: -80px;
    left: -300px;
  }
  .windSmall.extend::after {
    top: -80px;
    right: -300px;
  }
}
@media (max-width: 1199px) {
  .section--yt, .section--ig, .section--fb {
    background-size: cover;
    background-position: 50% 50%;
  }
}
@media (max-width: 992px) {
  .windSmall.extend::before, .windSmall.extend::after {
    display: none;
  }
  .section-imagetext {
    grid-template-columns: 1fr;
  }
  .section-imagetext-text {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section--yt, .section--ig, .section--fb {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0 !important;
    background: #f3352e;
  }
  .section--yt {
    background: #f3352e;
  }
  .section--ig {
    background: #ffd600;
  }
  .section--fb {
    background: #00ade1;
  }
  .section-socials h2 {
    margin-bottom: 45px;
  }
  .section-socials > .btn {
    margin-top: 40px;
  }
  .section-imagetext-image img {
    max-height: 375px;
  }
}