@charset "UTF-8";
/*
Theme Name:     Divi-child
Author:         LGS 036
Template:       Divi
Version:        2.3.0
*/
body {
  visibility: hidden;
}

.header-section {
  padding-top: 173px !important;
}
.header-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0) 22%);
}

.et_pb_svg_logo #logo {
  position: absolute;
  top: 5px;
}

.et-fixed-header #logo {
  height: 81% !important;
  width: 186px !important;
}

.header-font h1 {
  font-size: 68px;
}

.font-class {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.font-class.blue {
  color: #00355E;
}
.font-class.grey {
  color: #4D4D4D;
}

a:focus {
  outline: 0;
}

.mfp-zoom-out-cur #main-header {
  width: calc(100% - 17px);
}

.et-fixed-header {
  background-color: #FFFFFF !important;
}
.et-fixed-header #logo {
  left: -46px !important;
}

#top-menu li {
  text-transform: uppercase;
}
#top-menu li:not(:last-child) {
  padding-right: 20px !important;
}
#top-menu li.current-menu-item a {
  font-weight: 800 !important;
}
#top-menu li a {
  font-weight: 600;
}

.et_mobile_menu {
  opacity: 0 !important;
}

.mobile-menu-section {
  min-height: 100vh;
}
.mobile-menu-section .custom-mobile-menu {
  list-style-type: none;
  padding: 50px 0 0 0;
}
.mobile-menu-section .custom-mobile-menu li {
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0091CF;
}
.mobile-menu-section .custom-mobile-menu li:not(:last-child) {
  margin-bottom: 45px;
}
.mobile-menu-section .custom-mobile-menu li:last-child {
  border-bottom: 0;
}
.mobile-menu-section .custom-mobile-menu li a {
  color: #0091CF;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.mobile-menu-section .custom-mobile-menu li a.active-bold {
  font-weight: 800 !important;
}
.mobile-menu-section .custom-mobile-menu li a.active-red {
  font-weight: 800 !important;
  color: #F2222D !important;
}

#top-menu {
  position: relative;
}
#top-menu li a {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px !important;
  margin-bottom: 56px;
  transition: all 0.2s ease-in-out;
}
#top-menu li a:hover::before {
  opacity: 1;
}
#top-menu li a:before {
  content: "";
  position: absolute;
  display: block;
  top: -12px;
  left: -17%;
  width: 131%;
  border-radius: 22px;
  height: 262%;
  background-color: rgba(0, 145, 207, 0.2);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#top-menu-nav > ul > li > a:hover {
  opacity: 1 !important;
}

.et-fixed-header {
  position: fixed !important;
}
.et-fixed-header #top-menu li a {
  margin-bottom: 29px;
  margin-top: 12px;
}
.et-fixed-header #top-menu li a.menu-item-red {
  color: #F2222D !important;
  font-weight: 800 !important;
}
.et-fixed-header #top-menu li a.menu-item-bold {
  font-weight: 800 !important;
}
.et-fixed-header #top-menu li a:before {
  top: -11px;
}

#top-menu li a.menu-item-red {
  color: #F2222D !important;
  font-weight: 800 !important;
}
#top-menu li a.menu-item-bold {
  font-weight: 800 !important;
}

@media only screen and (max-width: 980px) {
  .container #logo {
    top: 26px;
    left: -13%;
  }

  .home-clubs-section {
    margin-top: -188px !important;
  }

  .home-gallery-section {
    padding-bottom: 0px !important;
    margin-top: -170px !important;
  }

  .custom-footer .first-row {
    padding-bottom: 0px !important;
  }

  .header-section {
    padding-top: 127px !important;
  }

  .item {
    flex-direction: column;
    align-items: center;
  }

  .header-font h1 {
    font-size: 41px;
  }
}
.logo_container {
  height: 109% !important;
}

.mobile_menu_bar_toggle::before {
  font-size: 56px !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;*/
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.home .et-fixed-header #logo {
  display: block;
}

.et_pb_section.home-header-section {
  background-image: url("/wp-content/uploads/2019/07/logo-bgd.svg"), url("/wp-content/uploads/2019/07/bgd-home.jpg");
  background-position: top right, top left;
  background-size: initial;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 150px !important;
  padding-top: 122px !important;
}
.et_pb_section.home-header-section h1 {
  font-weight: 800 !important;
  background: linear-gradient(169deg, #0091CF, #00355E);
  -webkit-background-clip: text;
          background-clip: text;
  color: rgba(255, 255, 255, 0);
}
.et_pb_section.home-header-section h2 {
  font-weight: 700;
}
.et_pb_section.home-header-section::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQYV2P8////f0ZGRkYGBgYGMAEDKBwAkmUEBJlpJvMAAAAASUVORK5CYII=) repeat;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}
.et_pb_section.home-header-section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-3deg, white 19%, rgba(255, 255, 255, 0) 31%), linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 36%);
}
.et_pb_section.home-header-section .btn-about-us {
  border: 3px solid #0091CF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
  padding: 25px 52px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.et_pb_section.home-header-section .btn-about-us:hover {
  transition: all 0.2s ease-in-out;
  background-color: #0091CF;
  color: #ffffff;
}
.et_pb_section.news-section {
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}
.et_pb_section.news-section .news-view .one-item {
  justify-content: center;
}
.et_pb_section.news-section .news-view .one-item .news-item {
  margin-right: 0px !important;
}
.et_pb_section.news-section .news-view .one-item .et-boc {
  margin-right: 0px !important;
}
.et_pb_section.news-section .news-wrapper.one-item #et-boc {
  margin-right: 0 !important;
}
.et_pb_section.news-section .news-wrapper #et-boc,
.et_pb_section.news-section .news-wrapper .et-l {
  width: 30.6% !important;
}
.et_pb_section.news-section .news-wrapper #et-boc:not(:last-child),
.et_pb_section.news-section .news-wrapper .et-l:not(:last-child) {
  margin-right: 4% !important;
}
.et_pb_section.news-section .news-wrapper #et-boc:nth-of-type(3),
.et_pb_section.news-section .news-wrapper .et-l:nth-of-type(3) {
  margin-right: 0 !important;
}
.et_pb_section.news-section .news-wrapper #et-boc .news-item,
.et_pb_section.news-section .news-wrapper .et-l .news-item {
  width: 100% !important;
}
.et_pb_section.news-section .news-wrapper #et-boc .et-l--post,
.et_pb_section.news-section .news-wrapper .et-l--post {
  height: 100%;
}
.et_pb_section.news-section .btn-other-news {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #F2222D;
  padding: 24px 42px;
  border-radius: 40px;
  font-size: 19px;
  font-weight: 700;
  color: #F2222D;
  transition: all 0.4s ease-in-out;
}
.et_pb_section.news-section .btn-other-news:hover {
  background-color: #F2222D;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}

.home-clubs-section {
  overflow: hidden;
}
.home-clubs-section h2 {
  font-size: 42px;
  font-weight: 700;
}
.home-clubs-section .clubs-up {
  height: 220px;
}
.home-clubs-section .clubs-down {
  height: 220px;
}
.home-clubs-section .home-clubs-slider {
  position: relative;
}
.home-clubs-section .home-clubs-slider .slick-slide {
  margin: 0 20px;
}
.home-clubs-section .home-clubs-slider .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.home-clubs-section .home-clubs-slider .slick-slide img:hover {
  transition: all 0.1s ease-in-out;
  box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.15);
}
.home-clubs-section .home-clubs-slider .slick-list {
  padding: 46px 0;
}
.home-clubs-section .home-clubs-slider::before {
  content: "";
  display: block;
  width: 28%;
  height: 140%;
  top: -40px;
  left: -13%;
  position: absolute;
  background: linear-gradient(to right, #E6E6E6 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #E6E6E6 75%, #e6e6e6bd 85%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none;
}
.home-clubs-section .home-clubs-slider::after {
  content: "";
  display: block;
  width: 28%;
  height: 140%;
  top: -40px;
  right: -13%;
  position: absolute;
  background: linear-gradient(to left, #E6E6E6 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #E6E6E6 75%, #e6e6e6bd 85%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.home-clubs-section .btn-other-clubs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  border-radius: 40px;
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  padding: 26px 41px;
  transition: all 0.4s ease-in-out;
}
.home-clubs-section .btn-other-clubs:hover {
  background-color: #000000;
  color: #E6E6E6;
  transition: all 0.2s ease-in-out;
}

.home-gallery-section {
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}
.home-gallery-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0091CF;
}
.home-gallery-section .home-gallery-content {
  margin-bottom: 51px;
}
.home-gallery-section .button-module {
  text-align: center;
  padding-top: 50px;
}
.home-gallery-section .button-module .btn-gallery {
  border: 3px solid #0091CF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
  padding: 25px 52px;
  margin: 0 15px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.home-gallery-section .button-module .btn-gallery:hover {
  transition: all 0.2s ease-in-out;
  background-color: #0091CF;
  color: #ffffff;
}

/* Start tablet responsive*/
@media only screen and (max-width: 980px) {
  .home #logo {
    display: none;
  }
  .home .home-header-section {
    background-image: url("/wp-content/uploads/2019/07/bgd-home.jpg");
    background-position: -235px 0;
  }
  .home .home-header-section .et_pb_row {
    width: 90%;
  }
  .home .home-header-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-3deg, white 19%, rgba(255, 255, 255, 0) 31%), linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.8) 51%);
  }
  .home .home-header-section .home-header-text {
    max-width: 100%;
  }
  .home .home-header-section .button-module {
    text-align: center;
  }
  .home .news-section .et_pb_row {
    width: 90%;
  }
  .home .home-gallery-section .et_pb_row {
    width: calc(90% + 30px) !important;
  }

  .home-clubs-section .clubs-up {
    bottom: -2px;
  }
  .home-clubs-section .clubs-down {
    top: -2px;
  }
  .home-clubs-section .et_pb_text_10 {
    max-width: 80%;
    margin: auto;
  }
  .home-clubs-section .home-clubs-slider {
    max-width: 100% !important;
  }
  .home-clubs-section .home-clubs-slider::before {
    background: linear-gradient(to right, #E6E6E6 45%, #e6e6e6bd 55%, rgba(255, 255, 255, 0) 100%);
    top: 11px;
    left: 0px;
    width: 28% !important;
    height: 94% !important;
    top: 11px !important;
  }
  .home-clubs-section .home-clubs-slider::after {
    background: linear-gradient(to left, #E6E6E6 45%, #e6e6e6bd 55%, rgba(255, 255, 255, 0) 100%);
    top: 11px;
    right: 0px;
    width: 28% !important;
    height: 94% !important;
    top: 11px !important;
  }
  .home-clubs-section .home-clubs-slider .home-clubs-wrapper .club-image-wrapper {
    margin: 30px 11px 30px 0px;
    width: 90px;
    height: 90px;
  }
  .home-clubs-section .home-clubs-slider .home-clubs-wrapper .club-image-wrapper img {
    width: 90px;
    height: 90px;
  }
  .home-clubs-section .home-clubs-slider .btn-other-clubs {
    padding: 25px 22px;
    margin: 0 27px;
  }

  .btn-other-news {
    margin-bottom: 80px;
  }

  .home-gallery-header {
    margin-top: 60px;
  }

  .gallery .et_pb_gallery_item .et_pb_gallery_image {
    border-radius: 30px;
  }

  .about-us-header-section .et_pb_row {
    width: 90% !important;
  }

  .news-responsive-row {
    width: 90% !important;
  }
}
/* End tablet responsive*/
@media only screen and (min-width: 981px) and (max-width: 1183px) {
  #top-menu li {
    font-size: 12px;
  }

  #top-menu li:not(:last-child) {
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 558px) {
  .container #logo {
    left: -10% !important;
  }
}
@media only screen and (max-width: 480px) {
  .gallery .et_pb_gallery_item .et_pb_gallery_image {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 980px) and (min-width: 656px) {
  .home .news-section .news-wrapper #et-boc,
  .home .news-section .news-wrapper .et-l {
    width: 46% !important;
  }
  .home .news-section .news-wrapper #et-boc:not(:last-child),
  .home .news-section .news-wrapper .et-l:not(:last-child) {
    margin-right: 4% !important;
  }
  .home .news-section .news-wrapper #et-boc:nth-of-type(2),
  .home .news-section .news-wrapper .et-l:nth-of-type(2) {
    margin-right: 0 !important;
  }
  .home .news-section .news-wrapper #et-boc .news-item,
  .home .news-section .news-wrapper .et-l .news-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 655px) {
  .home .et_pb_section.news-section div.news-wrapper #et-boc,
  .home .et_pb_section.news-section div.news-wrapper .et-l {
    width: 100% !important;
  }
  .home .et_pb_section.news-section div.news-wrapper #et-boc:not(:last-child),
  .home .et_pb_section.news-section div.news-wrapper .et-l:not(:last-child) {
    margin-right: 0% !important;
  }
}
.contact {
  padding-top: 255px !important;
  padding-bottom: 125px !important;
}
.contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0) 60%);
}
.contact .et_pb_row {
  display: flex;
  align-items: center;
}
.contact .et_pb_row .et_pb_column:first-child {
  padding-top: 75px;
  padding-bottom: 45px;
}
.contact .et_pb_row .et_pb_column:first-child:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -200px;
  height: 100%;
  width: calc(100% + 200px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 145, 207, 0.2));
  border-radius: 45px;
}
.contact .logo-right svg {
  height: 152px;
  width: 450px;
}
.contact .info-wrapper {
  position: relative;
}
.contact .info-wrapper .item {
  display: flex;
  margin-bottom: 35px;
  padding-left: 40px;
}
.contact .info-wrapper .item .label {
  font-size: 16px;
  font-weight: 700;
  color: #0091cf;
  width: 90px;
  text-align: right;
  margin-right: 35px;
}
.contact .info-wrapper .item .value {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #00355e;
}
.contact .info-wrapper .item .value a {
  color: #00355e;
}
.contact .info-wrapper .social-icons-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.contact .info-wrapper .social-icons-wrapper .social-icon-item:not(:first-child) {
  margin-left: 25px;
}
.contact .info-wrapper .social-icons-wrapper .social-icon-item a svg {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.contact .info-wrapper .social-icons-wrapper .social-icon-item a svg path {
  fill: #0091cf;
}
.contact .info-wrapper .social-icons-wrapper .social-icon-item a:hover svg {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 980px) {
  .page-kontakt #logo {
    display: none;
  }

  .contact {
    background-position: top center !important;
    padding-top: 50px !important;
  }
  .contact .item .label {
    text-align: center !important;
    margin-right: 0 !important;
  }
  .contact .item .value {
    text-align: center;
  }
  .contact .et_pb_row_0 {
    display: flex !important;
    flex-direction: column-reverse;
    padding-top: 50px;
  }
  .contact .et_pb_row_0 .et_pb_column_0 {
    padding-top: 50px !important;
  }
  .contact .et_pb_row_0 .et_pb_column_1 span {
    width: 100%;
  }
  .contact .et_pb_row {
    display: block;
    width: 90% !important;
  }
  .contact .et_pb_row .et_pb_column:first-child {
    padding-bottom: 0;
  }
  .contact .et_pb_row .et_pb_column:first-child:before {
    display: none;
  }
  .contact .et_pb_row .info-wrapper .item {
    padding-left: 0;
  }
  .contact .et_pb_row .logo-right svg {
    width: 100%;
  }
}
.custom-footer {
  background-color: rgba(255, 255, 255, 0);
  padding: 0 !important;
  z-index: 1;
}
.custom-footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  background-color: #0091cf;
}
.custom-footer .first-row {
  padding-bottom: 65px !important;
  margin-top: -84px;
  position: relative;
}
.custom-footer .first-row .et_pb_column:first-child:before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  right: -4%;
  height: 116%;
  width: 2.5px;
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-footer .first-row .item {
  display: flex;
  margin-bottom: 35px;
  padding-left: 40px;
}
.custom-footer .first-row .item .label {
  font-size: 16px;
  font-weight: 700;
  color: #8FDDFF;
  width: 90px;
  text-align: right;
  margin-right: 35px;
}
.custom-footer .first-row .item .value {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
}
.custom-footer .first-row .item .value a {
  color: #fff;
}
.custom-footer .first-row .social-icons-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.custom-footer .first-row .social-icons-wrapper .social-icon-item:not(:first-child) {
  margin-left: 25px;
}
.custom-footer .first-row .social-icons-wrapper .social-icon-item a svg {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.custom-footer .first-row .social-icons-wrapper .social-icon-item a svg path {
  fill: #fff;
}
.custom-footer .first-row .social-icons-wrapper .social-icon-item a:hover svg {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.custom-footer .footer-signature-row {
  background-color: rgba(51, 51, 51, 0.2);
  padding: 0 !important;
  height: 61px;
  width: 100% !important;
}
.custom-footer .footer-signature-row:after {
  content: "" !important;
}
.custom-footer .footer-signature-row .footer-signature {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-footer .footer-signature-row .footer-signature a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  padding: 19px 0;
}
.custom-footer .footer-signature-row .footer-signature a .year {
  font-weight: 700;
}
.custom-footer .footer-signature-row .footer-signature a img {
  padding: 0px 7px 0 4px;
}

.footer-top-image {
  height: 221px;
  padding: 0 !important;
}

@media only screen and (max-width: 980px) {
  .custom-footer:before {
    top: 87px;
    height: calc(100% - 87px);
  }
  .custom-footer .first-row {
    margin-top: -145px !important;
  }
  .custom-footer .first-row .et_pb_column {
    padding-bottom: 20px;
  }
  .custom-footer .first-row .et_pb_column:first-child:before {
    height: 2.5px;
    width: 100%;
    top: 100%;
    right: 0;
  }
  .custom-footer .first-row .et_pb_image svg {
    width: 100%;
  }
  .custom-footer .first-row .item {
    padding-left: 0;
  }
  .custom-footer .first-row .item .value {
    text-align: center;
  }
  .custom-footer .first-row .item .label {
    margin-right: 0px;
    width: auto;
  }
}
.about-us-header-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0) 22%);
}
.about-us-header-section .et_pb_gallery {
  overflow: visible;
}
.about-us-header-section .et-pb-arrow-next {
  width: 80px;
  height: 80px;
  background: url("/wp-content/uploads/2019/07/arrow-blue-right.svg");
  background-repeat: no-repeat;
  right: -120px !important;
}
.about-us-header-section .et-pb-arrow-next:before {
  content: none;
}
.about-us-header-section .et-pb-arrow-prev {
  width: 80px;
  height: 80px;
  background: url("/wp-content/uploads/2019/07/arrow-blue-left.svg");
  background-repeat: no-repeat;
  left: -100px !important;
}
.about-us-header-section .et-pb-arrow-prev:before {
  content: none;
}
.about-us-header-section .et-pb-controllers {
  display: none;
}
.about-us-header-section img {
  border-radius: 30px;
}

@media only screen and (max-width: 980px) {
  .about-us-header-section {
    background-position: top center !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
  }
  .about-us-header-section .et-pb-arrow-next {
    width: 35px;
    height: 35px;
    right: 0px !important;
    background-size: contain;
  }
  .about-us-header-section .et-pb-arrow-prev {
    width: 35px;
    height: 35px;
    left: 10px !important;
    background-size: contain;
  }
}
@media only screen and (max-width: 481px) {
  .about-us-header-section .et-pb-arrow-next {
    background-image: url("/wp-content/uploads/2019/11/arrow-white-right.svg") !important;
    opacity: 1 !important;
  }
  .about-us-header-section .et-pb-arrow-prev {
    background-image: url("/wp-content/uploads/2019/11/arrow-white-left.svg") !important;
    opacity: 1 !important;
  }
}
.page-vesti #top-menu li.current-menu-item a {
  color: #F2222D !important;
}

.categories-heading {
  width: 100%;
  margin-top: -46px;
}

.news-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-wrapper.flex-center {
  justify-content: center;
}
.news-wrapper #et-boc,
.news-wrapper .et-l {
  width: 48%;
  margin-bottom: 30px;
}
.news-wrapper #et-boc:nth-of-type(2n+1),
.news-wrapper .et-l:nth-of-type(2n+1) {
  margin-right: 4%;
}
.news-wrapper #et-boc .et_builder_inner_content,
.news-wrapper .et-l .et_builder_inner_content {
  height: 100%;
}
.news-wrapper #et-boc .news-item,
.news-wrapper .et-l .news-item {
  width: 100%;
}
.news-wrapper > a {
  width: 48%;
  margin-bottom: 30px;
}
.news-wrapper > a:nth-of-type(2n + 1) {
  margin-right: 4%;
}
.news-wrapper > a .news-item {
  width: 100%;
}
.news-wrapper .news-item {
  width: 48%;
  height: 100%;
  padding-bottom: 18px;
  border: 2px solid #FF8F95;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}
.news-wrapper .news-item:hover {
  box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.1s ease-in-out;
}
.news-wrapper .news-item:nth-of-type(2n+1) {
  margin-right: 4%;
}
.news-wrapper .news-item a {
  display: block;
  height: 100%;
}
.news-wrapper .news-item .image-holder {
  position: relative;
}
.news-wrapper .news-item .image-holder img {
  display: block;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 38px 38px 0 0;
  transition: all 0.5s ease-in-out;
}
.news-wrapper .news-item .image-holder .news-category {
  position: absolute;
  bottom: 0px;
  background-color: #F2222D;
  padding: 9px 23px;
  border-radius: 0 22px 0 0;
  font-size: 17px;
  color: #FFFFFF;
}
.news-wrapper .news-item .news-info {
  padding-left: 26px;
  padding-right: 26px;
}
.news-wrapper .news-item .news-info .news-title-wrapper {
  width: 100%;
  min-height: 87px;
  display: flex;
  align-items: center;
}
.news-wrapper .news-item .news-info .news-title-wrapper h3 {
  color: #F2222D;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}
.news-wrapper .news-item .news-info p {
  color: #4D4D4D;
}
.news-wrapper .news-item .news-info .news-excerpt {
  margin-bottom: 11px;
}
.news-wrapper .news-item .news-info .news-date {
  font-size: 16px;
  color: #FF8F95;
  font-weight: 700;
}

.news-notification {
  color: rgba(242, 34, 45, 0.8);
}

.news-categories {
  width: 100%;
  height: 960px;
  margin-top: 17px;
  background: linear-gradient(to bottom, rgba(242, 34, 45, 0.1), rgba(242, 34, 45, 0));
  border-radius: 40px;
}
.news-categories p {
  display: none;
}
.news-categories .news-categories-wrapper {
  width: 100%;
  height: 100%;
}
.news-categories .news-categories-wrapper ul {
  padding: 0;
  list-style: none;
}
.news-categories .news-categories-wrapper ul .radius {
  border-radius: 28px 28px 0 0;
}
.news-categories .news-categories-wrapper ul li {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #F2222D;
  padding: 19px 34px;
  transition: all 0.4s ease-in-out;
}
.news-categories .news-categories-wrapper ul li:hover {
  background-color: rgba(242, 34, 45, 0.3);
  transition: all 0.2s ease-in-out;
}
.news-categories .news-categories-wrapper ul li.active {
  background-color: #F2222D;
  color: white;
}

.mobile-categories {
  padding: 0;
  position: relative;
}
.mobile-categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, white 14%, rgba(255, 255, 255, 0) 34%);
  pointer-events: none;
}
.mobile-categories .news-categories {
  height: 100%;
  border-radius: 0;
  background: rgba(242, 34, 45, 0.1) 100%;
}
.mobile-categories .news-categories .news-categories-wrapper {
  padding: 15px 0;
}
.mobile-categories .news-categories .news-categories-wrapper ::-webkit-scrollbar {
  display: none;
}
.mobile-categories .news-categories .news-categories-wrapper ul {
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
}
.mobile-categories .news-categories .news-categories-wrapper ul li {
  padding: 19px 18px !important;
}
.mobile-categories .news-categories .news-categories-wrapper ul li.active {
  border-radius: 40px;
}
.mobile-categories .news-categories .news-categories-wrapper ul li:hover {
  background-color: #fff0;
}
.mobile-categories .news-categories .news-categories-wrapper ul .radius {
  border-radius: 0;
}
.mobile-categories .news-categories .news-categories-wrapper ul .js-wpv-view-layout {
  display: flex;
}

.post-pagination {
  width: 97%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-pagination ul {
  display: flex;
}
.post-pagination ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  list-style-type: none;
  width: 50px;
  height: 50px;
  background-color: #FF8F95;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.post-pagination ul li:hover {
  background-color: #f2222db5;
  transition: all 0.4s ease-in-out;
}
.post-pagination ul li a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #FFFFFF;
  border: none !important;
}
.post-pagination ul li a:hover {
  background-color: transparent !important;
}
.post-pagination ul li:not(:last-of-type) {
  margin-right: 10px;
}
.post-pagination ul li.active {
  background-color: #F2222D !important;
  background-color: #FFFFFF;
}
.post-pagination ul li span {
  color: #FFFFFF;
  border: none !important;
}

@media only screen and (max-width: 980px) {
  .news-header-section {
    padding-bottom: 0 !important;
  }
  .news-header-section h2 {
    text-align: left !important;
  }
  .news-header-section .header-font h1 {
    text-align: center;
    margin-bottom: 40px;
  }

  .news-wrapper .news-item {
    width: 100% !important;
  }
  .news-wrapper .et-boc {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .news-categories-wrapper ul #et-boc:first-of-type {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 980px) and (min-width: 831px) {
  .news-responsive-row .news-wrapper > a {
    width: 30.6% !important;
    margin-right: 0;
  }
  .news-responsive-row .news-wrapper > a:not(:nth-of-type(3n+3)) {
    margin-right: 4% !important;
  }
  .news-responsive-row .news-wrapper > a .news-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-responsive-row .news-wrapper #et-boc {
    width: 30.6% !important;
    margin-right: 4% !important;
  }
  .news-responsive-row .news-wrapper #et-boc:nth-of-type(3n+3) {
    margin-right: 0% !important;
  }
}
@media only screen and (max-width: 830px) and (min-width: 656px) {
  .news-responsive-row .news-wrapper #et-boc {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .news-responsive-row .news-wrapper #et-boc:nth-of-type(2n+2) {
    margin-right: 0% !important;
  }
}
@media only screen and (max-width: 655px) {
  .news-responsive-row .news-wrapper > a {
    width: 100%;
    margin-right: 0;
  }
}
.documents-wrapper .document-header {
  padding-left: 43px;
  margin-bottom: 10px;
}
.documents-wrapper .document-header .document-name {
  margin-right: 49%;
}
.documents-wrapper .document-header span {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  color: #0091CF;
  opacity: 0.5;
}
.documents-wrapper .document-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px 30px 43px;
  border-radius: 40px;
  align-items: center;
}
.documents-wrapper .document-item:nth-child(even) {
  background-color: rgba(0, 145, 207, 0.1);
}
.documents-wrapper .document-item .name {
  width: 50%;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  color: #0091CF;
  margin-right: 13.5%;
}
.documents-wrapper .document-item .date {
  width: 15%;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  color: #0091CF;
  margin-right: 9.5%;
}
.documents-wrapper .document-item .file {
  width: 12%;
}
.documents-wrapper .document-item .file a {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
  background-color: #0091CF;
  padding: 7px 15px;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.documents-wrapper .document-item .file a:hover {
  color: #0091CF;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 980px) {
  .documents-archive .et_pb_row {
    width: 90% !important;
  }

  .documents-wrapper .document-header {
    display: none;
  }
  .documents-wrapper .document-item {
    display: block;
    text-align: center;
    padding: 30px 10px;
  }
  .documents-wrapper .document-item .name, .documents-wrapper .document-item .date, .documents-wrapper .document-item .file {
    width: 100%;
    margin-right: 0;
  }
  .documents-wrapper .document-item .name, .documents-wrapper .document-item .date {
    margin-bottom: 10px;
  }
}
.clubs-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.clubs-wrapper .et-boc {
  width: 32%;
  margin-bottom: 2%;
}
.clubs-wrapper .et-boc:not(:nth-child(3n)) {
  margin-right: 2%;
}
.clubs-wrapper .et-boc .club-item {
  width: 100%;
}
.clubs-wrapper .et-boc a {
  display: block;
  width: 100%;
}
.clubs-wrapper a {
  display: block;
  width: 32%;
  margin-right: 2%;
}
.clubs-wrapper .club-item {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 2px solid;
  border-color: #d6d6d6;
  border-radius: 40px;
  padding: 17px 20px 0px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.clubs-wrapper .club-item:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 40px;
  box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.1s ease-in-out;
  z-index: -1;
}
.clubs-wrapper .club-item:hover {
  border-color: #999999;
  transition: all 0.1s ease-in-out;
}
.clubs-wrapper .club-item:hover:before {
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
.clubs-wrapper .club-item .image {
  margin-bottom: 13p x;
}
.clubs-wrapper .club-item .image img {
  width: 225px;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
.clubs-wrapper .club-item .type {
  font-size: 18px;
  font-weight: 600;
  color: #B3B3B3;
  text-transform: uppercase;
}
.clubs-wrapper .club-item .name {
  font-size: 32px;
  font-weight: 700;
  color: #4D4D4D;
  text-transform: uppercase;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 38px;
  margin-top: 11px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 980px) {
  .header-section {
    background-position: top center !important;
  }
  .header-section.clubs-archive .et_pb_row {
    width: 90% !important;
  }

  .clubs-wrapper .et-boc {
    width: 48%;
    margin-right: 4% !important;
  }
  .clubs-wrapper .et-boc:not(:last-child) {
    margin-bottom: 2%;
  }
  .clubs-wrapper .et-boc:nth-of-type(3n) {
    margin-right: 4% !important;
  }
  .clubs-wrapper .et-boc:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .clubs-wrapper .et-boc a {
    width: 100%;
  }
  .clubs-wrapper .et-boc a:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .clubs-wrapper a {
    width: 100%;
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .clubs-wrapper .et-boc {
    width: 100%;
    margin-right: 0 !important;
  }
  .clubs-wrapper .et-boc:not(:last-child) {
    margin-bottom: 5%;
  }
  .clubs-wrapper .et-boc:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
.gallery .et_pb_gallery_item {
  padding: 15px;
}
.gallery .et_pb_gallery_item .et_pb_gallery_image {
  border-radius: 40px;
}
.gallery .et_pb_gallery_item .et_overlay {
  background: rgba(255, 255, 255, 0.3);
}
.gallery .et_pb_gallery_item .et_overlay:before {
  display: none;
}

.mfp-bottom-bar {
  display: none;
}

.mfp-gallery .mfp-container {
  background: rgba(255, 255, 255, 0.9) !important;
}
.mfp-gallery .mfp-figure:before {
  content: url(/wp-content/uploads/2019/11/ico-close-blue.svg) !important;
}
.mfp-gallery .mfp-figure:after {
  content: none !important;
}
.mfp-gallery .mfp-arrow-left {
  left: 15% !important;
}
.mfp-gallery .mfp-arrow-left:after {
  display: none;
}
.mfp-gallery .mfp-arrow-left:before {
  content: url(/wp-content/uploads/2019/07/arrow-blue-left.svg);
  display: block;
  position: absolute;
}
.mfp-gallery .mfp-arrow-right {
  right: 15% !important;
}
.mfp-gallery .mfp-arrow-right:after {
  display: none;
}
.mfp-gallery .mfp-arrow-right:before {
  content: url(/wp-content/uploads/2019/07/arrow-blue-right.svg);
  display: block;
  position: absolute;
}

.mfp-figure:before {
  content: url(/wp-content/uploads/2019/07/ico-close.svg);
  display: block;
  position: absolute;
  right: -10%;
  top: 0;
  pointer-events: none;
}
.mfp-figure .mfp-close {
  opacity: 0 !important;
}

@media only screen and (max-width: 481px) {
  .et_pb_gallery_image a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 980px) {
  .gallery-page .et_pb_row {
    width: calc(90% + 30px) !important;
  }

  .mfp-figure:before {
    right: 5%;
    top: -10%;
  }
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0 !important;
}

.single-post #top-menu li:nth-of-type(2) a {
  color: #F2222D !important;
  font-weight: 800 !important;
}
.single-post .et_pb_slider {
  overflow: visible;
}

.et_pb_post .et_post_meta_wrapper {
  display: none;
  background-color: #f2222d;
}

.single-post article {
  margin-bottom: -77px !important;
  padding-bottom: 0px !important;
}
.single-post .mfp-gallery .mfp-figure:before {
  content: url("/wp-content/uploads/2019/11/ico-close-red.svg") !important;
}
.single-post .single-news-title h1 {
  line-height: 60px;
}
.single-post .news-section {
  overflow: visible;
  margin-bottom: 30px;
}
.single-post .news-section a {
  margin-bottom: 30px;
}

.single-news-main .single-news-category p {
  background-color: #f2222d;
  display: inline-block;
  padding: 10px 21px !important;
  font-size: 20px;
  color: white;
  border-radius: 30px;
}
.single-news-main .news-category {
  bottom: 0 !important;
}
.single-news-main .news-title-wrapper h3 {
  padding-top: 8px;
}

.single-news-date p {
  color: #ff8f95;
}

.et_pb_gallery {
  overflow: visible;
}
.et_pb_gallery img {
  border-radius: 30px;
}
.et_pb_gallery .et-pb-controllers {
  display: none;
}

.et-pb-arrow-next {
  width: 80px;
  height: 80px;
  background: url("/wp-content/uploads/2019/07/arrow-red-right.svg");
  background-repeat: no-repeat;
  right: -120px !important;
  opacity: 1;
}
.et-pb-arrow-next:before {
  content: none !important;
}

.et-pb-arrow-prev {
  width: 80px;
  height: 80px;
  background: url("/wp-content/uploads/2019/07/arrow-red-left.svg");
  background-repeat: no-repeat;
  left: -100px !important;
  opacity: 1;
}
.et-pb-arrow-prev:before {
  content: none !important;
}

.main-row {
  max-width: 47% !important;
  width: 47% !important;
  padding: 20px;
}
.main-row .et_pb_section {
  padding: 0 !important;
}
.main-row .et_pb_section .et_pb_row {
  padding: 0 !important;
  width: 100% !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #4D4D4D !important;
}

@media only screen and (max-width: 980px) {
  .single-news-title h1 {
    font-size: 41px !important;
  }

  .single-news-main .et_pb_row_0 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .single-news-main .news-section {
    width: 90% !important;
  }
  .single-news-main .et-pb-arrow-next {
    width: 35px;
    height: 35px;
    right: 0px !important;
    background-size: contain;
  }
  .single-news-main .et-pb-arrow-prev {
    width: 35px;
    height: 35px;
    left: 10px !important;
    background-size: contain;
  }
}
.single .mfp-arrow-left::before {
  content: url("/wp-content/uploads/2019/07/arrow-red-left.svg") !important;
}
.single .mfp-arrow-right::before {
  content: url("/wp-content/uploads/2019/07/arrow-red-right.svg") !important;
}
@media only screen and (max-width: 980px) and (min-width: 656px) {
  .single-post .et_pb_section.news-section .news-wrapper #et-boc {
    width: 46% !important;
  }
  .single-post .et_pb_section.news-section .news-wrapper #et-boc:nth-of-type(2) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 655px) {
  .single-post .et_pb_section.news-section .news-wrapper #et-boc {
    width: 100% !important;
  }
  .single-post .et_pb_section.news-section .news-wrapper #et-boc:not(:last-child) {
    margin-right: 0% !important;
  }
}
.single-klub #top-menu li:nth-of-type(3) a {
  font-weight: 800 !important;
}

.single-members {
  margin-bottom: -75px !important;
  overflow: hidden;
}

.single-klub .news-section {
  overflow: visible;
  z-index: 0;
}
.single-klub .news-section a {
  margin-bottom: 30px;
}
.single-klub .news-section .news-wrapper {
  align-items: center;
}
.single-klub .news-section .news-wrapper #et-boc {
  width: 30.6%;
}
.single-klub .news-section .news-wrapper #et-boc:nth-of-type(2n + 1) {
  margin-right: unset;
}
.single-klub .news-section .news-wrapper #et-boc:not(:last-child) {
  margin-right: 4%;
}

.club-image-wrapper .et_pb_text_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
.club-image-wrapper .et_pb_text_inner img {
  width: 292px;
  height: 292px;
  -o-object-fit: cover;
     object-fit: cover;
}

.club-name-single h1 {
  text-transform: uppercase;
}
.club-name-single h1 .club-name {
  display: inline-block;
  margin-top: 21px;
  font-size: 49px;
  color: #4D4D4D;
}

.club-info-top {
  display: flex;
  flex-direction: row;
}
.club-info-top:not(:last-of-type) {
  margin-bottom: 13px;
}
.club-info-top .info-name {
  font-size: 16px;
  color: #999999;
  font-weight: 600;
  text-align: right;
  width: 15%;
  margin-right: 5%;
}
.club-info-top .info-value {
  font-size: 16px;
  color: #0091CF;
  font-weight: 600;
  text-align: left;
  width: 80%;
}
.club-info-top .info-value a {
  color: #0091CF;
}

.club-info-sidebar {
  display: flex;
  flex-direction: row;
}
.club-info-sidebar:not(:last-child) {
  margin-bottom: 19px;
}
.club-info-sidebar .et_pb_text_inner {
  width: 100%;
}
.club-info-sidebar .info-name-sidebar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #0091CF;
  font-weight: 600;
  width: 47%;
  margin-right: 10%;
}
.club-info-sidebar .info-value-sidebar {
  display: flex;
  align-items: center;
  width: 36%;
  font-size: 16px;
  color: #0091CF;
  font-weight: 600;
}
.club-info-sidebar .info-value-sidebar a {
  color: white;
  background-color: #0091CF;
  padding: 5px 15px;
  border-radius: 16px;
  transition: all 0.4s ease-in-out;
}
.club-info-sidebar .info-value-sidebar a:hover {
  background-color: #FFFFFF;
  color: #0091CF;
  transition: all 0.2s ease-in-out;
}

.club-foundation {
  position: relative;
}
.club-foundation::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: calc(100% + 200px);
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 145, 207, 0.2));
  border-radius: 0px 36px 36px 0px;
}

.club-gallery img {
  width: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 31px;
  border-radius: 45px;
}
.club-gallery img:nth-of-type(3n+3) {
  margin-right: 0px;
}

.single-klub .footer-top-image {
  width: 100% !important;
}

@media only screen and (max-width: 980px) {
  .single-members .et_pb_row {
    width: 90% !important;
  }

  .club-name-single {
    text-align: center !important;
  }

  .club-info-top {
    flex-direction: column;
  }
  .club-info-top .info-name {
    width: 100%;
    text-align: center;
  }
  .club-info-top .info-value {
    width: 100%;
    text-align: center;
  }

  .club-info-sidebar .info-name-sidebar {
    text-align: right;
  }
  .club-info-sidebar .info-value-sidebar a {
    font-size: 13px;
  }

  .club-gallery img {
    border-radius: 30px;
  }

  .photo:nth-of-type(2n+2) img {
    margin-right: 0px !important;
  }

  .modal .right-arrow {
    right: 1% !important;
  }
  .modal .right-arrow svg {
    width: 45px;
    height: 45px;
  }
  .modal .left-arrow {
    left: 1% !important;
  }
  .modal .left-arrow svg {
    width: 45px;
    height: 45px;
  }
  .modal .close {
    z-index: 10;
    right: 4%;
  }
  .modal .close svg {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .club-gallery img {
    border-radius: 20px;
  }
  .club-gallery .photo {
    text-align: center;
    pointer-events: none;
  }
  .club-gallery .photo img {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 980px) and (min-width: 656px) {
  .single-klub .news-wrapper #et-boc {
    width: 46% !important;
  }
  .single-klub .news-wrapper #et-boc:nth-of-type(2) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 655px) {
  .single-klub .news-wrapper #et-boc {
    width: 100% !important;
  }
  .single-klub .news-wrapper #et-boc:not(:last-child) {
    margin-right: 0% !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .club-info-sidebar .info-value-sidebar a {
    padding: 5px 8px;
  }

  .info-name-sidebar {
    text-align: right;
  }
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100000;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  /* Modal Content (image) */
}
.modal .modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1000px;
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal .close {
  position: absolute;
  top: 10%;
  right: 15%;
  color: blue;
  font-size: 70px;
  font-weight: 300;
  transition: 0.3s;
  cursor: pointer;
}
.modal .right-arrow {
  position: absolute;
  top: 48%;
  right: 17%;
  cursor: pointer;
  z-index: 100000;
}
.modal .left-arrow {
  position: absolute;
  top: 48%;
  left: 17%;
  cursor: pointer;
  z-index: 100000;
}
.modal .wrapper {
  position: relative;
  margin: auto;
  display: block;
}
.modal .wrapper .preloader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal .wrapper .preloader svg {
  display: block;
  width: 120px;
  -webkit-animation-name: custom-preloader;
          animation-name: custom-preloader;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes custom-preloader {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes custom-preloader {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.2);
  }
}

.photo {
  transition: all 0.2s ease-in-out;
}
.photo:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s ease-in-out;
}