@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin-ext);
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue.eot");
  src: url("../fonts/bebasneue.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bebasneue.woff2") format("woff2"),
    url("../fonts/bebasneue.woff") format("woff"),
    url("../fonts/bebasneue.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Solveit";
  src: url("../fonts/Solveit4.eot") format("embedded-opentype"),
    url("../fonts/Solveit4.woff") format("woff"),
    url("../fonts/Solveit4.ttf") format("truetype"),
    url("../fonts/Solveit4.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "solveit2";
  src: url("../fonts/solveit_ico_light__27102017-webfont.woff2") format("woff2"),
    url("../fonts/solveit_ico_light__27102017-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "solveit3";
  src: url("../fonts/solveit_ico_bold__31102017-webfont.woff2") format("woff2"),
    url("../fonts/solveit_ico_bold__31102017-webfont.woff") format("woff")
      url("../fonts/solveit_ico_bold__31102017-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "solveit4";
  src: url("../fonts/solveit_ico_regular__27102017-webfont.woff2")
      format("woff2"),
    url("../fonts/solveit_ico_regular__27102017-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.backToTop {
  opacity: 0;
  position: fixed;
  right: 50px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #ed2024;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  z-index: 999;
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.backToTop:hover {
  background: #ed2024;
}

.backToTop:hover::after {
  color: #fff;
}

.backToTop::after {
  content: "\f107";
  float: right;
  font-size: 23px;
  font-family: FontAwesome;
  line-height: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #ed2024;
  position: absolute;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.item-second .carousel-caption p {
  text-align: right;
  padding-right: 215px;
}

.item-first .carousel-caption p {
  text-align: left;
  padding-left: 21px;
}

.children_age {
  font-weight: bold;
}

.col-md-5 ul li {
  color: rgb(255, 0, 0);
}

.smallheader {
  padding: 44px 10px;
}

.smallheader h2 {
  text-align: center;
  color: RGBA(151, 151, 151, 0.64);
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-size: 3.4em;
  letter-spacing: 2px;
}

.smallheader h1 {
  text-align: center;
  text-transform: uppercase;
  color: #ff0013;
  font-size: 14px;
  letter-spacing: 3px;
}

.smallheader .img {
  background: url(../images/kolka.png) no-repeat top center;
  width: 120px;
  height: 35px;
  background-size: 50px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.smallheader .img:before,
.smallheader .img:after {
  position: absolute;
  height: 1px;
  width: 57px;
  top: 9px;
  content: "";
  background: #ed2024;
}

.smallheader .img:after {
  left: -30px;
}

.smallheader .img:before {
  right: -30px;
}

#grupypoczatkowe {
  text-align: center;
}

#grupypoczatkowe a {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#grupypoczatkowe .smallheader {
  padding-bottom: 0;
  margin-bottom: 20px;
}

#map {
  width: 100%;
  height: 444px;
  margin-top: 50px;
}

#support .item {
  display: block;
  padding: 20px;
  text-align: center;
  color: #424242;
  margin-bottom: 25px;
  font-weight: 100;
  font-size: 19px;
}

#support .owl-prev,
#support .owl-next {
  top: -134px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #support .owl-prev,
  #support .owl-next {
    top: -100px;
    right: -5px;
    transform: translateY(-50%);
  }
  #support .owl-prev {
    left: 0px;
  }
  #support .owl-next {
    right: 0px;
  }
}

#support .item:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#support .item:hover .btn2 {
  background: #ed2024;
  color: #fff;
}

#trenerzy .item {
  display: block;
  padding: 20px;
  text-align: center;
  color: #424242;
  margin-bottom: 25px;
  font-weight: 100;
  font-size: 19px;
}

#trenerzy .item:hover {
  background: #f6f6f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#trenerzy .item:hover .btn2 {
  background: #ed2024;
  color: #fff;
}

.trener .title4 {
  font-size: 16px;
  padding-top: 10px;
}

.trener:hover {
  background: #e7e7e7;
  cursor: pointer;
}

.trener:hover .btn2 {
  background: #ed2024;
  color: #fff;
}

.trener {
  float: left;
  margin: 20px 0 0;
  padding: 10px 10px 20px 10px;
  width: 16.6667%;
  text-align: center;
}

.trener img {
  width: 100%;
}

.btn2 {
  border: 1px solid #ed2024;
  text-transform: uppercase;
  color: #ed2024;
  font-size: 13px;
  padding: 3px 15px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sep6 {
  border-bottom: 1px #ff0013 solid;
  clear: both;
  display: block;
  padding: 40px 0 0;
  width: 100%;
}

.sep4 {
  border-bottom: 1px #ff0013 solid;
  clear: both;
  display: none;
  padding: 40px 0 0;
  width: 100%;
}

.sep2 {
  border-bottom: 1px #ff0013 solid;
  clear: both;
  display: none;
  padding: 40px 0 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .trener {
    float: left;
    margin: 40px 0 0;
    padding: 10px;
    width: 25%;
  }
  .sep6 {
    display: none;
  }
  .sep4 {
    display: block;
  }
  .sep2 {
    display: none;
  }

  .backToTop,
  .morph-button-fixed > button {
    bottom: 100px;
  }
}

@media screen and (max-width: 480px) {
  .trener {
    float: left;
    margin: 40px 0 0;
    padding: 10px;
    width: 50%;
  }
  .sep6 {
    display: none;
  }
  .sep4 {
    display: none;
  }
  .sep2 {
    display: block;
  }
}

.item img {
  width: 100%;
  margin-bottom: 10px;
}

.item:hover {
  color: #ed2024;
  text-decoration: none;
}

#footer {
  background: #959595;
  color: #f6f6f5;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
}

fieldset {
  margin: 0 auto;
  border-radius: 5px;
  padding: 28px 35px 30px 35px;
  -webkit-box-shadow: 1px 1px 24px #e2e2e2;
  box-shadow: 1px 1px 24px #e2e2e2;
  margin-bottom: 23px;
  font-weight: 400;
}

.kontynuacja {
  margin: 0 auto;
  width: 100%;
  max-width: 1082px;
  border-left: 1px solid #ccc;
  margin-bottom: -14px;
  border-right: 1px solid #ccc;
}

.kontynuacja tr:first-child td {
  font-weight: bold;
  background: #ff0013;
  color: #fff;
  padding: 10px 5px;
}

.kontynuacja td {
  color: #000;
  padding: 7px 5px;
  font-weight: 400;
}

.kontynuacja tr {
  border-bottom: 1px solid #ccc;
  color: #000;
}

.kontynuacja tr:hover {
  background: RGBA(151, 151, 151, 0.64);
}

.kontynuacja tr:nth-child(even):hover {
  background: RGBA(151, 151, 151, 0.64);
}

.kontynuacja tr:nth-child(even) {
  background: #f3f3f3;
}

.info-table {
  max-width: 1002px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 22px;
  margin-top: 100px;
}

.boxes {
  height: 100%;
  display: table;
  margin: 0 auto 20px;
  max-width: 600px;
  width: 100%;
}

.box {
  border: 1px #b2b2b2 solid;
  text-align: center;
  width: 50%;
  color: #505050;
  display: table-cell;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 40px;
  vertical-align: middle;
}

.treneiro div {
  text-align: center;
}

.treneiro {
  margin-top: 50px;
  margin-bottom: 60px;
}

.treneiro h3 {
  color: #ed2024;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.treneiro span {
  display: block;
  line-height: 32px;
}

.treneiro i {
  margin-right: 10px;
  color: #ed2024;
}

/*.header.o-klubie {
background:url(/strona/images/headers/o-klubie.jpg) no-repeat center center;
background-size: 100% 100%;
}*/

/*.header.sukcesy {
background:url(/strona/images/headers/sukcesy.jpg) no-repeat center center;
background-size: 100% 100%;
}*/

/*.header.grupy {
background:url(/strona/images/headers/grupy.jpg) no-repeat center center;
background-size: 100% 100%;
}*/

/*.header.kontakt {
background:url(/strona/images/headers/kontakt.jpg) no-repeat center center;
background-size: 100% 100%;
}*/

/*.header.trenerzy {
background:url(/strona/images/headers/trenerzy.jpg) no-repeat center center;
background-size: 100% 100%;
}*/

/*.header.cennik {
background:url(/strona/images/headers/cennik.jpg) no-repeat center center;
background-size: 100% 100%;
}*/

/*.header.terminarz {
background:url(/strona/images/headers/terminarz.png) no-repeat center center;
background-size: contain;
}*/

/*.header.galeria {
background:url(/strona/images/headers/galeria.jpg) no-repeat center center;
background-size: 100% 100%;
}*/

.pageBanner {
  width: 100%;
  margin-top: 51px;
}

#footer a:not(.solveit) {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
  padding: 0 5px;
}

#footer a.solveit {
  font-family: Solveit;
  -webkit-font-smoothing: antialiased;
  /*font-size: 56px;*/
  position: relative;
  line-height: 0px;
  top: 4px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
}

#footer a:hover {
  text-decoration: none;
  color: #e7e7e7;
}

#footer a.solveit svg {
  fill: #2f2f2f;
  height: 15px;
}

#bottomNav {
  background: #e7e7e7;
  font-size: 14px;
  line-height: 64px;
}

#projImg {
  float: left;
  padding: 10px 0;
  width: 25%;
}

#projTxt {
  color: RGBA(80, 80, 80, 0.74);
  float: right;
  font-size: 14px;
  font-weight: 400;
  padding: 37px 0 0;
  width: 75%;
}

#bottomNav a {
  color: #333;
  margin: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#bottomNav a:hover,
#bottomNav a:active {
  color: #ed2024;
}

#galeriafront {
  background: #f6f6f5;
  position: relative;
}

#preloader {
  background: #fefefe;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

#cele ul {
  padding-left: 15px;
  text-align: left;
}

#cele > .row > .col-md-6:first-child {
  border-right: 1px solid #ed2024;
}

#cele h3 {
  color: #ed2024;
  text-transform: uppercase;
  margin: 0 10px 20px 0px;
  padding: 0;
  font-size: 19px;
  letter-spacing: 1px;
}

#cele img {
  width: 100%;
}

#cele {
  font-weight: 400;
  line-height: 1.6em;
  text-align: justify;
  font-size: 13.5px;
}

#status {
  background: url(../images/ajax-loader.gif) center no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

@media only screen and (max-width: 1280px) {
  .carousel-caption .btn {
    width: 163px;
    font-size: 15px;
  }
  .item-second .carousel-caption p {
    text-align: right;
    padding-right: 135px;
  }
  .item-first .carousel-caption p {
    text-align: left;
    padding-left: 6px;
  }
}

#cookie-info {
  -webkit-transition: -webkit-transform 0.65s 0.2s;
  transition: -webkit-transform 0.65s 0.2s;
  transition: transform 0.65s 0.2s;
  transition: transform 0.65s 0.2s, -webkit-transform 0.65s 0.2s;
  opacity: 1;
  background: none repeat scroll 0 0 rgb(102, 102, 102);
  bottom: 25px;
  height: 93px;
  padding: 15px 52px 25px 20px;
  position: fixed;
  right: 25px;
  width: 380px;
  z-index: 999999;
  color: #fff;
  font-size: 11px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#cookie-info.remove {
  opacity: 0;
  -webkit-transform: translate(120%, 0);
  transform: translate(120%, 0);
  -webkit-transition: all.65s 0.2s;
  -webkit-transition: all 0.65s 0.2s;
  transition: all 0.65s 0.2s;
}

@media (max-width: 769px) {
  #cookie-info {
    background: none repeat scroll 0 0 #0a0a0a;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 25px 50px 25px 25px;
  }
}

#cookie-info a.close {
  background-color: #ed2024;
  font-size: 28px;
  text-shadow: none;
  height: 40px;
  line-height: 37px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  color: #fff;
  opacity: 1;
  font-weight: 100;
}

#cookie-info a.close:hover {
  background: none repeat scroll 0 0 #666666;
}

#cookie-info p {
  font-size: 13px;
  margin-top: 0px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  line-height: 18px;
}

#cookie-info p a {
  color: #f9f9f9;
  font-weight: 600;
}

#trenerSzczegoly a:hover {
  text-decoration: none;
}

#trenerSzczegoly {
  border: 1px #e1e1e1 solid;
  color: #454545;
  height: 100%;
  margin: 60px 0 0;
  padding: 20px;
  position: relative;
}

.trenerDetails img {
  float: left;
  margin: 0 80px 0 0;
}

@media screen and (max-width: 1230px) {
  .trenerDetails img {
    margin: 0 20px 0 0;
  }
}

.trenerDetails .title1 {
  color: #b2b2b2;
  font-family: "Bebas Neue";
  font-size: 48px;
  letter-spacing: 3px;
  margin: 0 0 10px;
  text-align: left;
}

.trenerDetails .title2 {
  color: #ff0013;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.trenerDetails .opis {
  color: #454545;
  font-size: 14px;
  font-weight: 300;
}

#trenerSzczegoly .owl-buttons {
  position: static;
}

#trenerSzczegoly .arrLeft {
  cursor: pointer;
  display: block;
  font-size: 46px;
  height: 46px;
  margin: -23px 0 0;
  position: absolute;
  left: -66px;
  text-align: center;
  top: 50%;
  width: 46px;
}

#trenerSzczegoly .arrRight {
  cursor: pointer;
  display: block;
  font-size: 46px;
  height: 46px;
  margin: -23px 0 0;
  position: absolute;
  right: -66px;
  text-align: center;
  top: 50%;
  width: 46px;
}

@media screen and (max-width: 1230px) {
  #trenerSzczegoly .arrLeft {
    font-size: 36px;
    height: 36px;
    margin: -18px 0 0;
    left: 0px;
    width: 36px;
    z-index: 9999;
  }
  #trenerSzczegoly .arrLeft i {
    font-size: 36px;
    height: 36px;
    width: 36px;
  }
  #trenerSzczegoly .arrRight {
    font-size: 36px;
    height: 36px;
    margin: -18px 0 0;
    right: 0px;
    width: 36px;
    z-index: 9999;
  }
  #trenerSzczegoly .arrRight i {
    font-size: 36px;
    height: 36px;
    width: 36px;
  }
}

/* formularz zapisu */

#podsumowanie {
  max-width: 570px;
  margin: 9px auto;
  font-size: 13px;
}

#podsumowanie .zawodnicy {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-top: 14px;
}

#podsumowanie .zawodnik {
  padding: 12px 0px;
  border-top: 1px solid #ccc;
}

#podsumowanie .zawodnik span {
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 9px;
  margin-left: 0px;
  display: block;
  clear: both;
  width: 85px;
  text-align: center;
  margin-top: 10px;
}

#podsumowanie .zawodnik span.red {
  background: #ed2024;
}

#podsumowanie .zawodnik:nth-child(even) {
  background: #f3f3f3;
}

#podsumowanie .row div {
  width: 50%;
  padding: 2px 13px;
  float: left;
}

#podsumowanie .row .th {
  font-weight: 600;
  text-align: right;
}

#podsumowanie .row .td {
  text-align: left;
}

fieldset {
  margin: 0 auto;
  border-radius: 5px;
  padding: 28px 35px 30px 35px;
  -webkit-box-shadow: 1px 1px 24px #e2e2e2;
  box-shadow: 1px 1px 24px #e2e2e2;
  margin-bottom: 23px;
  font-weight: 400;
}

fieldset.zmniejsz {
  max-width: 500px;
}

fieldset.podsumowanie {
  max-width: 700px;
}

fieldset.firstfieldset {
  padding-left: 19px;
  padding-right: 19px;
}

/*form styles*/

#msform {
  margin: 50px auto;
  text-align: center;
  /*	position: relative;*/
  margin-top: -40px;
}

#msform fieldset.zmniejsz h3 {
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 5px;
}

#msform fieldset .zaw {
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 23px;
  min-height: 31px;
  padding-left: 50px;
}

#msform fieldset .allgroups {
  counter-reset: step;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

#zawodnicy .group-info {
  background: #ededed;
  font-weight: bold;
  color: #525960;
  padding: 16px 10px;
}

#zawodnicy .fs-title:first-child {
  position: absolute;
  top: 0px;
  background: #ededed;
  left: 0;
  width: 100%;
  height: 31px;
  text-align: left;
  padding-left: 43px;
  line-height: 31px;
}

#msform fieldset .zaw {
  position: relative;
}

#msform fieldset .zaw:before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  background: #ed2024;
  color: #fff;
  width: 44px;
  line-height: 44px;
  left: 0px;
  top: 0;
  height: 44px;
  z-index: 99;
  text-align: center;
  font-weight: 500;
}

#msform fieldset.zmniejsz i {
  font-size: 32px;
  color: #ed2024;
}

/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input.warning {
  border: 1px solid #ff0000;
}

#msform select.warning {
  border: 1px solid #ff0000;
}

#msform select#metade.warning {
  border: 1px solid #ff0000;
}

/*inputs */

#msform select#metade {
  color: #808080;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}

#msform .dni {
  width: 30%;
  margin: 0 5px;
  border: 1px solid #b2b2b2;
  border-radius: 0px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c3e50;
  height: 45px;
  font-size: 13px;
  float: left;
}

#msform select {
  color: #808080;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  height: 30px;
  font-size: 12px;
  float: right;
  padding-left: 6px;
}

#msform select.ilosc:hover {
  border-color: #ed2024;
  color: #ed2024;
}

#msform option:not(:disabled) {
  color: #2c3e50;
}

.imie_dziecka,
.nazwisko_dziecka {
  margin: 0 5px;
  max-width: 47.5%;
  float: left;
}

.pesel_dziecka,
.dataur {
  margin: 0 5px;
  max-width: 32%;
  float: left;
}

#data_urodzenia_dziecka {
  margin-left: 5px;
  float: left;
  width: 23%;
}

#data_urodzenia_dziecka input {
  float: left;
  width: 81% !important;
}

#data_urodzenia_dziecka i {
  font-size: 15px !important;
  color: #2c3e50 !important;
}

#msform input,
#msform textarea {
  padding: 12px 16px;
  border: 1px solid #b2b2b2;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 13px;
}

#msform #imie {
  width: 48%;
  float: left;
}

#msform input:hover {
  border-color: #ed2024;
}

#msform .dni:hover {
  border-color: #ed2024;
}

#msform #nazwisko {
  width: 49%;
  float: right;
}

/*buttons*/

#msform .action-button.logout {
  display: inline-block;
  width: 64.5%;
  margin-top: 0;
  margin-bottom: 10px;
}

#msform .action-button-fixed input {
  background: #9f9f9f;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 19px;
  margin-top: 12px;
}

#msform .action-button-fixed input.next {
  background: #ed2024;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#msform .action-button-fixed input.next:hover {
  background: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#msform .action-button-fixed .ile {
  font-size: 23px;
  margin-left: 9px;
  line-height: 29px;
}

#msform .action-button-fixed i {
  color: #ed2024;
  font-size: 17px;
  line-height: 33px;
  position: relative;
  width: 20px;
  height: 26px;
}

#msform .action-button-fixed i:before {
  position: absolute;
  top: 0;
  left: 0;
}

#msform .action-button-fixed .odmiana {
  display: block;
}

#msform .action-button-fixed {
  background: rgb(244, 244, 244);
  color: #2c3e50;
  display: block;
  width: 100%;
  position: absolute;
  border-radius: 1px;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  padding: 11px 9px 2px 9px;
  z-index: 9999999;
  line-height: 18px;
  font-weight: 600;
  max-width: 104px;
  border: 1px solid #ccc;
  right: 24px;
  -webkit-box-shadow: 0px 4px 9px rgba(83, 83, 83, 0.25);
  box-shadow: 0px 4px 9px rgba(83, 83, 83, 0.25);
  margin: 0 auto;
  top: 615px;
}

#msform .action-button-fixed.second {
  top: 419px;
}

#msform .action-button-fixed.fixed {
  position: fixed;
  top: 71px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #msform .action-button-fixed.fixed {
    top: auto;
    bottom: 0;
  }
  #msform .action-button-fixed {
    max-width: 100%;
    bottom: 0;
    top: inherit !important;
    right: 0;
    text-align: left;
    position: fixed;
  }
  #msform .action-button-fixed input.next {
    margin-bottom: 15px;
  }
  #msform .action-button-fixed .ile {
    margin-left: 0px !important;
  }
  .ileoplaty {
    margin: 0 auto;
    margin-left: 10px;
    padding-top: 5px;
  }
  #msform .action-button-fixed .odmiana {
    padding-left: 4px;
  }
  #msform .action-button-fixed .oplata {
    border-top: 0px solid #333 !important;
    margin-top: 0px;
    padding-top: 0px;
  }
  #msform .action-button-fixed .bleft,
  #msform .action-button-fixed .bright {
    width: 86px;
    float: left;
    text-align: center;
  }
  #msform .action-button-fixed .ileoplaty {
    float: left;
  }
  #msform .action-button-fixed input.next {
    width: 100%;
    z-index: 999;
    float: right;
  }
  #msform .action-button-fixed .ileoplaty {
    padding-bottom: 0px;
  }
}

#msform .action-button-fixed .oplata {
  border-top: 1px solid #333;
  margin-top: 8px;
  display: block;
  padding-top: 7px;
  clear: both;
}

#msform .action-button-fixed .ileoplaty {
  font-size: 22px;
  padding-top: 10px;
  display: block;
  padding-bottom: 10px;
}

/*headings*/

.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 27px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/

#progressbar {
  margin-bottom: 60px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  margin-top: 38px;
  padding-left: 0;
}

#progressbar li {
  list-style-type: none;
  color: #2c3e50;
  text-transform: uppercase;
  font-size: 11px;
  width: 20%;
  font-weight: bold;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #909090;
  background: #e0e1df;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}

/*progressbar connectors*/

#progressbar li:after {
  content: "";
  width: 77%;
  height: 2px;
  background: #e0e1df;
  position: absolute;
  left: -39%;
  top: 14px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/

/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
  background: #ed2024;
  color: white;
}

/*RESUMO*/

#resumo {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 13px;
  font-weight: 500;
  margin-top: -16px;
}

#resumo i {
  margin-bottom: 20px;
}

.records-blocks {
  margin: 0 15px 45px 15px;
}

.records-blocks #recruitment {
  background-image: url(../images/nabor.jpg);
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.records-blocks #continuation {
  background-image: url(../images/kontynuacja.jpg);
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.records-blocks .block {
  padding: 80px 100px;
  color: #fff;
}

.records-blocks .block h2 {
  text-transform: uppercase;
  font-family: "Bebas Neue";
  letter-spacing: 2px;
  line-height: 0.8;
  font-size: 48px;
}

.records-blocks .block p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.second_records-blocks {
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.second_records-blocks .block {
  padding: 20px 120px;
  border: 1px solid;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.second_records-blocks .block p {
  margin: 0;
}

.second_records-blocks #second_recruitment {
  color: #ed2024;
}

.second_records-blocks #second_continuation {
  color: #333;
}

@media (max-width: 991px) {
  .records-blocks .block {
    padding: 15%;
  }
  .second_records-blocks .block {
    padding: 5% 15%;
  }
}

@media (min-width: 1200px) {
  .records-blocks .col-lg-6 {
    width: 48%;
  }
  .records-blocks #recruitment {
    margin-right: 2%;
  }
  .records-blocks #continuation {
    margin-left: 2%;
  }
}

.zapisyItem div.info {
  height: 40px;
  border-top: 1px solid #dcdcdc;
  margin-top: 24px;
}

.zapisyItem {
  float: left;
  margin: 0px 0px 14px 0px;
  padding: 0px 0px;
  width: 100%;
  border: 1px solid #dcdcdc;
  position: relative;
}

.zapisyItem:last-child {
  margin-bottom: 20px;
}

.zapisyItem .photo img {
  max-width: 165px;
  float: left;
}

.zapisyItem .szcz {
  float: left;
  padding: 0;
  width: 100%;
  text-align: left;
  position: relative;
}

.zapisyItem .szcz .colszcz {
  width: 24%;
  float: left;
  padding: 4px 0px 4px 2px;
}

.zapisyItem .szcz .colszcz:last-child span {
  float: left;
  width: 100%;
  line-height: 28px;
}

.zapisyItem .szcz .colszcz:last-child {
  float: left;
  text-align: right;
  padding-right: 1px;
}

.zapisyItem .szcz .colszcz span {
  font-weight: 400;
  display: block;
}

.zapisyItem a {
  color: #000;
}

.zapisyItem a:hover {
  color: #ed2024;
}

.zapisyItem .red,
.zapisyItem .green {
  color: #fff;
  padding: 1px 8px !important;
  border-radius: 3px;
  width: 15%;
  line-height: 18px !important;
  text-align: center !important;
  float: none;
  letter-spacing: 1px;
  font-size: 8px !important;
}

.zapisyItem .red {
  background: #ed2024;
}

.zapisyItem .green {
  background: #28d675;
}

.zapisyItem .nazwa span.secondred {
  float: right;
  display: inline-block !important;
  padding: 0;
  width: 67px;
  text-align: center;
  color: #fff;
  background: #ed2024;
  border-radius: 3px;
  font-size: 10px;
}

.zapisyItem .nazwa span {
  display: inline-block !important;
  text-transform: uppercase;
  width: 50%;
  padding: 0 19px;
}

.zapisyItem span.red {
  width: 15%;
  display: inline-block !important;
}

.zapisyItem span.green {
  width: 15%;
  display: inline-block !important;
}

.zapisyItem .nazwa {
  color: #2c3e50;
  text-align: left;
  display: block;
  position: relative;
  background: #f4f4f4;
  padding: 3px 0px;
  font-weight: 600;
}

.zapisyItem .szcz span {
  position: relative;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

.zapisyItem .szcz span i {
  color: #ed2024;
  display: inline-block;
  width: 34px;
  text-align: center;
  margin-left: -11px;
}

.zapisyItem .szcz .register:hover {
  background: #ed2024;
  color: #fff;
}

.zapisyItem .szcz .more:after {
  content: "\f107";
  float: right;
  font-size: 16px;
  font-family: FontAwesome;
  line-height: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #ffffff;
  position: absolute;
  z-index: 999;
  right: 7px;
  top: 5px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.zapisyItem .szcz .more.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 7.5px;
}

.zapisyItem .szcz .more {
  content: ">";
  float: right;
  font-size: 10px;
  border: 1px solid #2c3e50;
  font-family: Open Sans;
  padding: 4px 23px 4px 9px;
  line-height: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #ffffff;
  font-weight: 600;
  border-radius: 3px;
  background: #2c3e50;
  z-index: 999;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}

.zapisyItem .szcz .more:hover {
  text-decoration: none;
  background-color: #ed2024;
  border-color: #ed2024;
}

.zapisyItem .dateTime {
  display: block;
  padding-left: 20px;
}

.zapisyItem .dateTime i {
  position: absolute;
  top: 5px;
  left: 0;
}

.zapisyItem .dateTime span {
  color: #ff0013;
}

.zapisyItem .coach {
  color: #505050;
  display: block;
}

.zapisyItem .coach span {
  color: #ff0013;
}

.zapisyItem table {
  border: 0;
  border-collapse: collapse;
  color: #ff0013;
  margin: 10px 0 0;
  width: 100%;
}

.zapisyItem table td:first-child {
  width: 34px;
}

.zapisyItem table td:last-child {
  font-size: 16px;
  font-weight: 300;
}

.zapisyItem table i {
  font-size: 24px;
}

.zapisyItem .przedzial {
  width: 25% !important;
  text-align: left;
  float: right;
  margin-right: 0px;
}

.price_cart {
  margin-top: 4px;
}

@media screen and (max-width: 480px) {
  .zapisyItem .photo {
    border-left: none;
    display: block;
    float: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  .zapisyItem .szcz {
    float: none;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .grupa .photo {
    border-left: none;
    float: none;
    margin: 0 auto 10px;
    padding: 0;
    width: 50%;
  }
  .grupa .content {
    float: none;
    padding: 0;
    width: 100%;
  }
  .grupa .detailsItem {
    float: left;
    margin: 10px 0 0;
    padding: 0 10px 0 0;
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .grupa .photo {
    width: 100%;
  }
  .grupa .detailsItem {
    float: none;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
  }
}

.title6.pierwszytrening {
  position: relative;
  cursor: pointer;
}

.title6.pierwszytrening:hover {
  color: #28d675;
  border-color: #28d675;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pierwszytrening-content {
  display: none;
}

.title6 {
  border: 1px #b2b2b2 solid;
  color: #b2b2b2;
  font-family: "Bebas Neue";
  font-size: 24px;
  margin: 10px 0 10px;
  padding: 8px 10px;
  text-align: center;
  text-transform: uppercase;
}

.title6 span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: lowercase;
  margin-left: 9px;
  font-weight: 700;
}

.opiekun-info {
  font-weight: 600;
  padding: 0px 10px;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

.opiekun-info a {
  color: #ff0013;
  padding: 3px 2px;
  font-weight: 800;
}

/* datepicker */

[data-toggle="date-selector"] {
  cursor: pointer;
}

[data-toggle="date-selector"]:hover .glyphicon-calendar {
  font-weight: bold;
}

#date-selector {
  z-index: 1050;
  background-color: #ffffff;
  margin-top: 5px;
  position: absolute;
  width: 300px;
  border: #ccc 1px solid;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 8px 1px #cccccc;
  box-shadow: 0px 0px 8px 1px #cccccc;
}

#date-selector table {
  margin-bottom: 0px;
}

#date-selector th {
  background-color: #f4f4f4;
}

#date-selector th,
#date-selector td {
  text-align: center;
}

#date-selector .selected-day {
  font-weight: bold;
  background-color: #ed2024;
  color: #fff;
}

#date-selector .not-current-month {
  color: #808080;
}

#date-selector td:hover:not(.not-current-month) {
  cursor: pointer;
  font-weight: bold;
  background-color: #455565;
  color: #fff;
}

#date-selector .today {
  color: white;
  background-color: #aaaaaa;
  font-weight: bold;
}

#date-selector .control-bar {
  margin-bottom: 10px;
  font-weight: bold;
}

#date-selector .control-bar button {
  width: 25px;
  height: 25px;
}

#date-selector .control-bar .previous-buttons {
  float: left;
  width: 75px;
}

#date-selector .control-bar .previous-buttons button:last-child {
  margin-left: 5px;
}

#date-selector .control-bar .previous-buttons button:last-child span {
  margin-left: -2px;
}

#date-selector .control-bar .next-buttons {
  float: right;
  width: 75px;
}

#date-selector .control-bar .next-buttons button {
  float: right;
}

#date-selector .control-bar .next-buttons button:last-child {
  margin-right: 5px;
}

#date-selector .control-bar .next-buttons button:last-child span {
  margin-left: 2px;
}

#date-selector .control-bar .center-text {
  margin: 0 auto;
  width: 150px;
  text-align: center;
}

.contentZapis {
  display: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  text-align: left;
  font-size: 13px;
}

.contentZapis div {
  float: left;
  padding-bottom: 13px;
}

.contentZapis .trenerzyGrupy {
  width: 45%;
  float: left;
  display: block;
}

.contentZapis .trenerzyGrupy ul {
  padding-left: 10px;
}

.contentZapis .trenerzyGrupy ul li {
  -webkit-animation: none;
  animation: none;
}

.contentZapis .dodatkoweInformacje {
  float: left;
  width: 45%;
  margin-left: 40px;
}

.contentZapis h4 {
  color: #ed2024;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.formZapis {
  display: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 13px 8px 12px 13px;
}

#statusik {
  font-weight: 500;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .zapisyItem .nazwa {
    height: 60px;
  }
  .zapisyItem .nazwa .red,
  .zapisyItem .nazwa .green {
    float: right;
    right: 19px;
  }
  .zapisyItem .przedzial {
    width: 100% !important;
    clear: both;
  }
  .zapisyItem .nazwa span.secondred {
    float: right;
    font-size: 9px;
    height: 20px;
    width: 106px;
    line-height: 20px;
  }
  .zapisyItem .green {
    width: 100px !important;
  }
  .zapisyItem .nazwa span {
    width: 80%;
  }
  .zapisyItem .szcz .colszcz {
    width: 100%;
  }
  .zapisyItem .szcz .more {
    margin-top: 6px;
    position: relative;
    float: right;
    top: -6px;
    left: 0px;
  }
  .zapisyItem .szcz .colszcz:last-child {
    position: relative;
    width: 100%;
    margin-right: 0;
  }
  .zapisyItem .szcz .colszcz:last-child span {
    width: 30%;
    float: left;
  }
  #msform .ilosc {
    float: left;
  }
  .zapisyItem .nazwa span {
    width: 80%;
    padding: 0 19px 0 0px;
    text-indent: 5px;
  }
  .zapisyItem span.red {
    width: 106px;
  }
  .zapisyItem span.green {
    width: 106px;
  }
  .zapisyItem .szcz span i {
    margin-left: -8px;
  }
}

@media screen and (max-width: 700px) {
  .contentZapis .trenerzyGrupy {
    width: 100%;
    float: left;
    display: block;
  }
  .contentZapis .dodatkoweInformacje {
    width: 100%;
  }
  #msform input,
  #msform textarea {
    width: 100% !important;
    max-width: 100%;
  }
  #msform .dni {
    width: 100%;
  }
  #msform fieldset .zaw:first-child::before {
    margin-top: 0px;
  }
  #msform fieldset .zaw {
    min-height: 250px !important;
  }
}

/*============================================================================
============================== TERMINARZ ====================================*/

body > div#terminarz > div > div.title1 > span {
  margin-bottom: 67px;
}

body > div#terminarz > div > div.title2.obramowanie.wow.fadeInUp {
  font-family: "Bebas Neue";
  font-size: 24px;
  border: 1px solid silver;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

body > div > div > div.terminarz > div > div > div.content > div.title {
  text-align: left;
  margin-bottom: 19px;
}

body > div > div > div.terminarz > div > div > div.content > div.data {
  font-family: "Open Sans", sans-serif;
  text-align: left;
  margin-bottom: 14px;
  font-weight: bold;
  line-height: 23px;
  font-size: 14px;
}

body > div > div > div.terminarz > div > div > div.content > div.desc {
  text-align: left;
  height: 40px;
}

.ico-terminarz {
  background: url("../images/ico-terminarz.png");
  width: 23px;
  height: 41px;
  float: left;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.terminarz-button {
  background: none;
  border: 1px #ff0013 solid;
  color: #ff0013;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 6px 20px;
  text-transform: uppercase;
}

.terminarz-button:hover {
  background: #ff0013;
  color: #fff;
}

.terminarz-button-div {
  float: left;
}

.showDetails {
  display: block;
}

.hideDetails {
  display: none;
}

/*============================================================================
============================== TERMINARZ  ==============================
/*============================================================================*/

#trenerSzczegoly > div > ul > li > div > div:nth-child(2) {
  color: #ff0013 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.data {
  font-family: "Open Sans", sans-serif;
  text-align: left;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
}

#trenerSzczegoly > div > ul > li > div > div.opis.event-opis {
  text-align: left;
}

.kolka {
  background: url(../images/kolka-olimpijskie.png);
  width: 159px;
  height: 21px;
  float: left;
}

@media screen and (max-width: 768px) {
  .kolka {
    margin-left: 30px;
  }
}

#map_infowindow.simpleInfoWindow {
  border: 2px solid #455268;
  background-color: #dfe5d7;
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fcfff4),
    color-stop(40%, #dfe5d7),
    color-stop(100%, #b3bead)
  );
}

/* formularz zapisu */

#podsumowanie {
  max-width: 570px;
  margin: 9px auto;
  font-size: 13px;
}

#podsumowanie .zawodnicy {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-top: 14px;
}

#podsumowanie .zawodnik {
  padding: 12px 0px;
  border-top: 1px solid #ccc;
}

#podsumowanie .zawodnik span {
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 9px;
  margin-left: 0px;
  display: block;
  clear: both;
  width: 85px;
  text-align: center;
  margin-top: 10px;
}

#podsumowanie .zawodnik span.red {
  background: #ed2024;
}

#podsumowanie .zawodnik span.green {
  background: #28d675;
}

#podsumowanie .zawodnik:nth-child(even) {
  background: #f3f3f3;
}

#podsumowanie .row div {
  width: 50%;
  padding: 2px 13px;
  float: left;
}

#podsumowanie .row .th {
  font-weight: 600;
  text-align: right;
}

#podsumowanie .row .td {
  text-align: left;
}

fieldset {
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 35px 20px 35px;
  -webkit-box-shadow: 1px 1px 24px #e2e2e2;
  box-shadow: 1px 1px 24px #e2e2e2;
  margin-bottom: 40px;
  font-weight: 400;
}

fieldset.zmniejsz {
  max-width: 500px;
}

fieldset.podsumowanie {
  max-width: 700px;
}

fieldset.firstfieldset {
  padding-left: 19px;
  padding-right: 19px;
}

/*form styles*/

#msform {
  margin: 50px auto;
  text-align: center;
  /*	position: relative;*/
  margin-top: -40px;
  margin-bottom: -57px;
}

#msform fieldset.zmniejsz h3 {
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 5px;
}

#msform fieldset .zaw {
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 23px;
  min-height: 86px;
  padding-left: 50px;
}

#msform fieldset .allgroups {
  counter-reset: step;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

#zawodnicy .group-info {
  background: #ededed;
  font-weight: bold;
  color: #525960;
  padding: 16px 10px;
}

#zawodnicy .fs-title:first-child {
  position: absolute;
  top: 0px;
  background: #ededed;
  left: 0;
  width: 100%;
  height: 31px;
  text-align: left;
  padding-left: 43px;
  line-height: 31px;
}

#msform fieldset .zaw {
  position: relative;
}

#msform fieldset .zaw:before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  background: #ed2024;
  color: #fff;
  width: 44px;
  line-height: 44px;
  left: 0px;
  top: 0;
  height: 44px;
  z-index: 99;
  text-align: center;
  font-weight: 500;
}

#msform fieldset.zmniejsz i {
  font-size: 32px;
  color: #ed2024;
}

/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input.warning {
  border: 1px solid #ff0000;
}

#msform select.warning {
  border: 1px solid #ff0000;
}

#msform select#metade.warning {
  border: 1px solid #ff0000;
}

/*inputs */

#msform select#metade {
  color: #808080;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}

#msform select {
  color: #808080;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  height: 30px;
  font-size: 12px;
  float: right;
  padding-left: 6px;
}

#msform option:not(:disabled) {
  color: #2c3e50;
}

#data_urodzenia_dziecka {
  margin-left: 5px;
  float: left;
  width: 23%;
}

#data_urodzenia_dziecka input {
  float: left;
  width: 81% !important;
}

#data_urodzenia_dziecka i {
  font-size: 15px !important;
  color: #2c3e50 !important;
}

#msform input,
#msform textarea {
  padding: 12px 16px;
  border: 1px solid #b2b2b2;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 13px;
}

#msform .checkmark-container {
  font-size: 11px;
  text-align: justify;
  padding-left: 25px;
  margin-top: 10px;
  position: relative;
}

#msform .checkmark-container .checkmark {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  left: 0;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #ed2024;
}

#msform .checkmark-container input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

#msform .checkmark::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: #ed2024;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#msform input:checked + .checkmark::after {
  opacity: 1;
}

#msform input[type="checkbox"] {
  width: auto;
  margin: 0;
}

#msform #imie {
  width: 48%;
  float: left;
}

#msform #nazwisko {
  width: 49%;
  float: right;
}

/*buttons*/

#msform .action-button {
  width: 132px;
  border: 1px solid #ed2024;
  background: #ed2024;
  font-weight: bold;
  color: white;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 19px;
  margin: 10px 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#msform .action-button:disabled {
  border: 1px solid #edbfc1;
  background: #dddddd;
}

#msform .action-button-fixed input {
  background: #9f9f9f;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 19px;
  margin-top: 12px;
}

#msform .action-button-fixed input.next {
  background: #ed2024;
}

#msform .action-button-fixed .ile {
  font-size: 23px;
  margin-left: 9px;
  line-height: 29px;
}

#msform .action-button-fixed i {
  color: #ed2024;
  font-size: 17px;
  line-height: 33px;
  position: relative;
  width: 20px;
  height: 26px;
}

#msform .action-button-fixed i:before {
  position: absolute;
  top: 0;
  left: 0;
}

#msform .action-button-fixed .odmiana {
  display: block;
}

#msform .action-button-fixed {
  right: 20px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  /*	box-shadow: 0 0 0 2px white, 0 0 0 3px #ed2024;*/
  background: #fff;
  border: 1px solid #ed2024;
  color: #ed2024;
}

/*headings*/

.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 27px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/

#progressbar {
  margin-bottom: 60px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  margin-top: 38px;
}

#progressbar li {
  list-style-type: none;
  color: #2c3e50;
  text-transform: uppercase;
  font-size: 11px;
  width: 20%;
  font-weight: bold;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #909090;
  background: #e0e1df;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}

/*progressbar connectors*/

#progressbar li:after {
  content: "";
  width: 60%;
  height: 2px;
  background: #e0e1df;
  position: absolute;
  left: -29%;
  top: 14px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/

/*The number of the step and the connector before it = green*/

#progressbar li.active:before {
  background: #ed2024;
  color: white;
  z-index: 99999;
  content: "\2714";
}

#progressbar li#progress-active-li:before {
  background: #28d675;
  content: counter(step);
  color: white;
}

#msform #progressbar li.progress-li:before,
#progressbar li.progress-li:after {
  background: #28d675;
}

#msform #progressbar li#li5:before,
#msform #progressbar li#li5:after {
  font-size: 30px;
}

/*RESUMO*/

#resumo {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 13px;
  font-weight: 500;
  margin-top: -16px;
}

#resumo i {
  margin-bottom: 20px;
}

/* accordion */

.no-select,
h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#container > h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
}

ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

ul li:nth-of-type(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

ul li:last-of-type {
  padding-bottom: 0;
}

ul li i {
  position: absolute;
  margin-top: 16px;
  right: 0;
}

ul li i:before,
ul li i:after {
  /* content: ""; */
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}

ul li i:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
  transform: translate(-2px, 0) rotate(45deg);
}

ul li i:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
  transform: translate(2px, 0) rotate(-45deg);
}

ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

ul li input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

ul li input[type="checkbox"]:checked ~ i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
  transform: translate(2px, 0) rotate(45deg);
}

ul li input[type="checkbox"]:checked ~ i:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
  transform: translate(-2px, 0) rotate(-45deg);
}

ul li a.signin {
  border: 1px solid;
  /* border-radius: 7px; */
  margin-top: 12px;
  padding: 3px 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 13px;
  transition: all 0.3s ease;

  &:hover {
    background-color: #ed2024 !important;
    border-color: #ed2024 !important;
    color: #fff !important;
    transition: all 0.3s ease;
  }
}

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
    transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
    transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
    transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
    transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
    transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
    transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

/* accordion */

.accordion li {
  border-bottom: 1px solid #e1e1e1 !important;
  position: relative;
  list-style-type: none;
  padding: 13px 0px;
}

.accordion li:nth-child(odd) {
  background: #f5f5f5;
}

.accordion li .evcontent {
  display: none;
  padding: 25px 27px;
  font-weight: 400;
}

li .trainers-wrapper {
  font-size: 13px;
  color: black;
}

li .trainers-wrapper i {
  left: 0;
  background: none;
  color: black;
  text-align: center;
  margin-left: 19px;
  width: 20px;
  position: relative;
}

li .trainers-wrapper i::before {
  content: "\f0c0";
  left: 0 !important;
  -webkit-transform: none;
  transform: none;
  background-color: transparent;
  width: 16px;
  top: -10px;
}

li .trainers-wrapper .trainers-content {
  padding-left: 19px;
  font-weight: normal;
}

li .trainers-wrapper .trainers-content .trainer::after {
  content: ", ";
}

li .trainers-wrapper .trainers-content .trainer:last-of-type::after {
  content: "";
}

.accordion .buttons {
  width: 100px;
  float: right;
}

.accordion .buttons a {
  display: inline-block;
  background: #ed2024;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 3px 15px;
  border: 1px solid #ed2024;
}

.accordion .buttons a:hover {
  background: #fff;
  color: #ed2024;
  border: 1px solid #ed2024;
}

.accordion a.more {
  background: #fff;
  color: #ed2024;
  display: inline-block;
  border: 1px solid #ed2024;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: 80px;
}

.terms_conditions {
  padding: 10px 10px 10px 24px;
}

.accordion a.more:hover {
  background: #ed2024;
  border: 1px solid #ed2024;
  color: #fff;
  position: relative;
  text-decoration: none;
}

.accordion a.more.clicked-event {
  background: #ed2024;
  border: 1px solid #ed2024;
  color: #fff;
  position: relative;
  text-decoration: none;
}

.accordion .buttons sign_in {
  display: inline-block;
  background: #28d675;
  color: #fff;
  width: 165px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  width: 100px;
  float: left;
  margin-left: 10px;
  border: 1px solid #28d675;
}

.accordion a.sign_in {
  background: #fff;
  color: #28d675;
  display: inline-block;
  border: 1px solid #28d675;
  text-decoration: none;
  text-align: center;
  margin-top: 5px;
}

.accordion a.sign_in.fb {
  color: #3b5998;
  border: 1px solid #3b5998;
}

.accordion a.sign_in:hover {
  background: #28d675;
  border: 1px solid #28d675;
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}

.accordion a.sign_in.fb:hover {
  background: #3b5998;
  border: 1px solid #3b5998;
}

.accordion a.sign_in.clicked-event {
  background: #28d675;
  border: 1px solid #28d675;
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}

.accordion li .ev:first-child {
  width: 100%;
  display: block;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.accordion .title {
  text-transform: inherit !important;
  color: #ed2024 !important;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 19px;
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  width: 100%;
  float: left;
}

/*.accordion .title:after {
content:"";
height:2px;
position:relative;
margin-top: 5px;
width: 62px;
background: #ed2024;
display: block;
}*/

.accordion .event-row:after {
  content: "";
  height: 2px;
  position: relative;
  margin-top: 5px;
  width: 62px;
  background: #ed2024;
  display: block;
}

.accordion .evcontent {
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  display: block;
  clear: both;
  text-align: left;
}

.accordion .desc {
  text-align: left;
  font-weight: 400;
}

.accordion .ev.active:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion .img {
  padding: 0 !important;
  margin: 10px 50px 30px 0px;
}

.accordion .szczegoly i {
  left: 0;
  background: none;
  color: black;
  text-align: center;
  margin-left: 19px;
  width: 20px;
  position: relative;
}

.accordion .szczegoly span {
  display: block;
  float: left;
  font-size: 13px;
}

.accordion .szczegoly {
  text-align: left;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 27px;
  color: black;
  width: 100%;
}

.accordion .szczegoly i:before {
  left: 0 !important;
  -webkit-transform: none;
  transform: none;
  background-color: transparent;
  width: 16px;
  top: -10px;
}

.accordion .szczegoly i:after {
  -webkit-transform: none;
  transform: none;
  background-color: transparent;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
    not supported by any browser */
}

.slider .slides > li a {
  color: #fff;
  background: #ed2024;
  padding: 10px 20px;
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  left: 0;
  right: 0;
  width: 208px;
  text-align: center;
  margin: 0 auto;
  bottom: 90px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slider .slides > li a:hover {
  background: #6d6d6d;
}

.opiekun-info {
  font-weight: 400;
  padding: 0px 10px;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

.opiekun-info a {
  color: #ff0013;
  padding: 3px 2px;
  font-weight: 800;
}

/* datepicker */

[data-toggle="date-selector"] {
  cursor: pointer;
}

[data-toggle="date-selector"]:hover .glyphicon-calendar {
  font-weight: bold;
}

#date-selector {
  z-index: 1050;
  background-color: #ffffff;
  margin-top: 5px;
  position: absolute;
  width: 300px;
  border: #ccc 1px solid;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 8px 1px #cccccc;
  box-shadow: 0px 0px 8px 1px #cccccc;
}

#date-selector table {
  margin-bottom: 0px;
}

#date-selector th {
  background-color: #f4f4f4;
}

#date-selector th,
#date-selector td {
  text-align: center;
}

#date-selector .selected-day {
  font-weight: bold;
  background-color: #ed2024;
  color: #fff;
}

#date-selector .not-current-month {
  color: #808080;
}

#date-selector td:hover:not(.not-current-month) {
  cursor: pointer;
  font-weight: bold;
  background-color: #455565;
  color: #fff;
}

#date-selector .today {
  color: white;
  background-color: #aaaaaa;
  font-weight: bold;
}

#date-selector .control-bar {
  margin-bottom: 10px;
  font-weight: bold;
}

#date-selector .control-bar button {
  width: 25px;
  height: 25px;
}

#date-selector .control-bar .previous-buttons {
  float: left;
  width: 75px;
}

#date-selector .control-bar .previous-buttons button:last-child {
  margin-left: 5px;
}

#date-selector .control-bar .previous-buttons button:last-child span {
  margin-left: -2px;
}

#date-selector .control-bar .next-buttons {
  float: right;
  width: 75px;
}

#date-selector .control-bar .next-buttons button {
  float: right;
}

#date-selector .control-bar .next-buttons button:last-child {
  margin-right: 5px;
}

#date-selector .control-bar .next-buttons button:last-child span {
  margin-left: 2px;
}

#date-selector .control-bar .center-text {
  margin: 0 auto;
  width: 150px;
  text-align: center;
}

.contentZapis {
  display: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  text-align: left;
  font-size: 13px;
}

.contentZapis div {
  float: left;
  padding-bottom: 13px;
}

.contentZapis .trenerzyGrupy {
  width: 45%;
  float: left;
  display: block;
}

.contentZapis .trenerzyGrupy ul li {
  -webkit-animation: none;
  animation: none;
}

.contentZapis .dodatkoweInformacje {
  float: left;
  width: 40%;
}

.contentZapis h4 {
  color: #ed2024;
  font-size: 12px;
  text-transform: uppercase;
}

.formZapis {
  display: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 13px 8px 12px 13px;
}

#statusik {
  font-weight: 500;
}

.nasze-cele .title2 {
  margin-top: -30px;
}

.nasze-cele .col1,
.nasze-cele .col2 {
  width: 50%;
  float: left;
  border-bottom: none;
  margin: 24px 0;
}

.nasze-cele .col1 .img,
.nasze-cele .col2 .img {
  width: 50%;
  float: left;
  border-bottom: none;
}

.nasze-cele .title {
  text-align: left;
  color: #ff0013;
  font-size: 18px;
  letter-spacing: 3px;
  margin: 5px 0 10px;
  text-transform: uppercase;
}

.news-item {
  display: flex;
  gap: 40px;
  width: 100%;

  @media screen and (max-width: 768px) {
    flex-direction: column;
  }

  .news-date {
    align-items: center;
    color: #333;
    display: flex;
    gap: 10px;
    font-size: 13px;

    margin-bottom: 10px;
    position: relative;

    svg {
      color: #333;
    }
  }

  .news-date-margin {
    @media screen and (min-width: 769px) {
      margin-top: 30px;
    }
  }

  .news-title {
    color: #ed2024;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
  }

  i {
    margin: 0;
    font-size: 25px;
    position: unset;

    &:before {
      height: auto;
      width: auto;
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
      position: unset;
      background: none;
    }
  }

  .news-content {
    width: 100%;
  }

  .news-files {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    height: 25px;
    line-height: 25px;
    width: 100%;

    .pdf_ext,
    .jpg_ext {
      color: #ed2024;
      height: auto;
      width: auto;
    }

    .news-file {
      display: flex;
    }
  }

  .buttons {
    margin-top: 60px;
  }
}

.news-less {
  margin-top: 40px;

  p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
  }
}

.accordion.aktualnosci {
  padding: 0;
  li {
    padding: 40px 0;
  }

  .ev {
    background-color: #ffffff;

    .title {
      float: none;
      margin: 0;
      padding: 0;
    }

    .img {
      aspect-ratio: 28 / 15;
      margin: 0;
      max-width: 280px;

      @media screen and (max-width: 768px) {
        max-width: none;
      }

      img {
        height: 100%;
        object-fit: cover;
        width: 100%;
      }
    }

    .szczegoly {
      i {
        margin: 0;
      }
    }
  }

  .evcontent {
    margin: 40px 0 0;
    padding: 0;
  }
}

#terminarz {
  padding: 0px 0;
  position: relative;
}

#terminarz .col1 {
  float: left;
  margin: 0px 0 0px;
  width: 100%;
  border-bottom: 1px #ff0013 solid;
  padding-bottom: 0;
}

#terminarz .col1 .img {
  display: block;
  float: left;
  padding: 10px;
  max-width: 324px;
}

#terminarz .col1 .img img {
  width: 146px;
  float: left;
}

#terminarz .col1 .content {
  float: left;
  padding: 0 20px 0 10px;
  width: 100%;
}

#terminarz .col1 .desc {
  color: #454545;
  font-size: 14px;
  line-height: 22px;
}

#terminarz .col2 {
  float: left;
  margin: 20px 0 80px;
  width: 50%;
}

#terminarz .col2 .img {
  border-left: 1px #ff0013 solid;
  display: block;
  float: left;
  padding: 10px;
  width: 50%;
}

#terminarz .col2 .img img {
  width: 100%;
}

#terminarz .col2 .content {
  float: left;
  padding: 0 10px;
  width: 50%;
}

#terminarz .col2 .title {
  color: #ff0013;
  font-size: 18px;
  letter-spacing: 3px;
  margin: 5px 0 10px;
  text-transform: uppercase;
}

#terminarz .col2 .desc {
  color: #454545;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  #terminarz {
    padding: 00px 0;
  }
  #terminarz .col1 {
    clear: both;
    float: left;
    margin: 00px 0 10px;
    width: 100%;
    padding-bottom: 10px;
  }
  #terminarz .col1 .content {
    float: left;
    padding: 0;
    width: 100%;
  }
  #terminarz .col2 {
    clear: both;
    float: none;
    margin: 20px 0 80px;
    width: 100%;
  }
  #terminarz .col2 .content {
    float: left;
    padding: 0 10px;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  iframe {
    margin-top: 120px;
  }
  .contentZapis .trenerzyGrupy ul {
    padding-left: 0px;
  }
  #msform .action-button-fixed input.next {
    margin-bottom: 0px;
  }
  #msform .action-button-fixed .ile {
    line-height: 0px;
  }
  .ilewybrales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #msform .action-button-fixed .bleft,
  #msform .action-button-fixed .bright {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40%;
  }
  #msform .action-button-fixed .bleft {
    margin-left: 30px;
  }
  .podkresl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #msform .action-button-fixed .odmiana {
    line-height: 0px;
  }
  #msform .action-button-fixed i {
    line-height: 0px;
    position: unset;
    width: 25px;
    height: 0px;
  }
  #msform .action-button-fixed i:before {
    position: unset;
  }
  #msform .action-button-fixed .oplata {
    padding-top: 3px;
  }
}

@media screen and (max-width: 480px) {
  #terminarz .col1 .img {
    border-left: none;
    display: block;
    float: none;
    padding: 10px 0;
    width: 100%;
  }
  #terminarz .col1 .content {
    float: none;
    padding: 0 0 10px;
    width: 100%;
  }
  #terminarz .col2 .img {
    border-left: none;
    display: block;
    float: none;
    padding: 10px 0;
    width: 100%;
  }
  #terminarz .col2 .content {
    float: none;
    padding: 0 0 10px;
    width: 100%;
  }
}

.timeline1 {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  overflow: hidden;
}

.timeline1:before {
  background: #eee;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline1 > li {
  margin: 0 0 20px;
  position: relative;
}

.timeline1 > li:before,
.timeline1 > li:after {
  content: "";
  display: table;
}

.timeline1 > li:after {
  clear: both;
}

.timeline1 > li:before,
.timeline1 > li:after {
  content: "";
  display: table;
}

.timeline1 > li:after {
  clear: both;
}

.timeline1 > li > .timeline-panel {
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 20px;
  float: left;
  padding: 20px;
  position: relative;
  width: 46%;
}

.timeline1 > li > .timeline-panel:before {
  border-bottom: 15px transparent solid;
  border-left: 15px #ccc solid;
  border-right: 0 #ccc solid;
  border-top: 15px transparent solid;
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 26px;
}

.timeline1 > li > .timeline-panel:after {
  border-bottom: 14px transparent solid;
  border-left: 14px #fff solid;
  border-right: 0 #fff solid;
  border-top: 14px transparent solid;
  content: "";
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 27px;
}

.timeline1 > li > .timeline-badge {
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 50%;
  color: #ff0013;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  top: 16px;
  width: 50px;
  z-index: 100;
}

.timeline1 > li > .timeline-badge.noYear {
  height: 25px;
  line-height: 25px;
  margin-left: -13px;
  top: 28px;
  width: 25px;
}

.timeline1 > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline1 > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline1 > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  color: #ff0013;
  margin-top: 0;
  text-transform: uppercase;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline1:before {
    left: 40px;
  }
  ul.timeline1 > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline1 > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline1 > li > .timeline-panel {
    float: right;
  }
  ul.timeline1 > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline1 > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline1 > li > .timeline-badge.noYear {
    margin-left: 13px;
  }
}

.formErrorContent {
  background-color: #ab2222;
  color: #fff;
  border-radius: 3px;
  padding: 4px 10px 4px 10px;
  font-size: 11px;
  font-weight: 600;
}

.formErrorContent::after {
  content: "";
  background-color: #ab2222;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  bottom: -5px;
}

#contactForm {
  color: #2b2b2b;
  margin-bottom: 40px;
}

#contactForm input[type="text"] {
  background: none;
  border: 1px #e1e1e1 solid;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin: 0 0 10px;
  padding: 5px;
  width: 100%;
  outline: none;
}

#contactForm input[type="text"]:hover,
#contactForm input[type="text"]:focus {
  border: 1px #333 solid;
  color: #888;
}

#contactForm textarea {
  background: none;
  border: 1px #e1e1e1 solid;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  height: 110px;
  margin: 0 0 10px;
  padding: 5px;
  resize: none;
  width: 100%;
  outline: none;
}

#contactForm textarea:hover {
  border: 1px #333 solid;
  color: #888;
}

#contactForm textarea:focus {
  border: 1px #333 solid;
  color: #888;
}

#contactForm #captchaImg {
  float: left;
  height: 30px;
  padding: 0 10px 0 0;
  width: 20%;
}

#contactForm #captchaImg img {
  height: 30px;
  width: 100%;
}

#contactForm input[type="text"]#captcha {
  float: left;
  width: 80%;
}

#contactForm #sendBtn {
  margin: 0;
  text-align: right;
}

#contactForm input[type="submit"] {
  cursor: pointer;
}

#cLeft {
  float: left;
  padding: 0 10px 0 0;
  width: 50%;
}

#cRight {
  float: right;
  padding: 0 0 0 10px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #contactForm #captchaImg {
    width: 30%;
  }
  #contactForm input[type="text"]#captcha {
    width: 70%;
  }
  #cLeft {
    float: none;
    padding: 0;
    width: 100%;
  }
  #cRight {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.article-content {
  width: 100%;
}
.article-content ul {
  list-style: disc;
}

.btn2formularz {
  background: none;
  cursor: pointer;
  letter-spacing: 1px;
  border: 1px solid #ed2024;
  text-transform: uppercase;
  color: #ff0013;
  font-size: 13px;
  padding: 3px 15px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn2formularz:hover {
  background: #ed2024;
  color: #fff;
  text-decoration: none;
}

.modalbox {
  display: none;
  background-color: white;
  border-radius: 5px;
  z-index: 9999;
  width: 550px;
  padding: 40px 50px;
  font-size: 14px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 3px 2px var(--black-rgba-1);
  box-shadow: 0 0 3px 2px var(--black-rgba-1);
}

.centeredmail {
  display: none;
  background-color: white;
  border-radius: 5px;
  z-index: 9999;
  width: 550px;
  padding: 40px 50px;
  font-size: 14px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 3px 2px var(--black-rgba-1);
  box-shadow: 0 0 3px 2px var(--black-rgba-1);
}

.centeredgroup {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  display: none;
  background-color: white;
  z-index: 9999;
  border: 1px solid grey;
  height: 110px;
  width: 500px;
  padding: 15px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.areamail {
  resize: none;
}

div.form-group > label {
  font-size: 14px;
}

div.form-group > textarea {
  font-size: 14px;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

div.form-group > input {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

div.form-group > select {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

div.centeredmail > div.container .form-control {
  width: 100%;
}

div.centeredmail > div.container {
  width: 100%;
}

div.centeredmail > div.container > form > button {
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

div.centeredmail > div.container > form > a {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.add-another-person,
.remove-another-person {
  font-size: 22px;
  margin-left: 2px;
  cursor: pointer;
  display: none;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  max-width: 400px;
  z-index: 100000;
}

.addPlayersToEvent
  > .container
  > form
  > .add-person-box
  > .user-add-box:not(:last-of-type)
  > .remove-another-person {
  display: inline;
}
.addPlayersToEvent
  > .container
  > form
  > .add-person-box
  > .user-add-box:last-of-type
  > .add-another-person {
  display: inline;
}
.closeemailform {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.add-another-cost {
  color: var(--red-3);
  width: 18px;
  cursor: pointer;
  display: none;
}

.add-another-cost:hover {
  color: var(--red-3);
  text-decoration: none;
}

.remove-another-cost {
  color: var(--red-3);
  width: 18px;
  cursor: pointer;
}

.remove-another-cost:hover {
  color: var(--red-3);
  text-decoration: none;
}

.bank-account-input {
  display: inline;
  height: 43px;
  padding: 10px;
  margin-left: 10px;
}

div.centeredgroup > div.container {
  width: 100%;
  margin-left: 30px;
}

div.centeredgroup > div.container > form > button {
  width: 43.6%;
}

div.centeredgroup > div.container > form > a {
  width: 37.1%;
}

.destroyusers {
  display: none;
}

.timepicking > input[type="time"]:hover {
  cursor: pointer;
}

.timepicking > input[type="text"]:hover {
  cursor: pointer;
}

.minhourflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
}

#pickhours,
#pickminutes {
  width: 40px;
  height: 40px;
  border: solid grey 1px;
  text-align: center;
  font-size: 30px;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  margin: 0px 20px 20px 20px;
}

.centeredgroupclock {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  display: none;
  background-color: white;
  z-index: 9999;
  border: 1px solid grey;
  height: 160px;
  width: 200px;
  padding: 15px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.centeredgroupclock > div.container > form > a {
  width: 85%;
}

.labelabove {
  display: block;
  font-size: 25px !important;
  text-align: center;
}

span.input-buttons {
  display: none;
}

#homeGal {
  margin-left: 78px;
}

#homeGal .center {
  margin: auto;
  width: 12%;
}

.add_success {
  margin-top: 20px;
}

.upload-files {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: Solveit;
  font-size: 60px;
  color: black;
  /* margin-right: 5px;
  margin-top: 5px; */
  text-decoration: none;
  font-weight: 100;
  -webkit-filter: blur(0);
  -webkit-transform: translateZ(0);
  cursor: pointer;
}

.upload-files:hover {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pdf_ext {
  color: #ed2024;
  /* width: 30px; */
  height: 30px;
}

.pdf_ext:hover {
  color: #ed2024;
  opacity: 1;
}

.pdf_ext:focus {
  text-decoration: none;
  color: #ed2024;
}

.doc_ext {
  color: #5a35ff;
  /* width: 30px; */
  height: 30px;
}

.doc_ext:hover {
  color: #5a35ff;
  opacity: 1;
}

.doc_ext:focus {
  text-decoration: none;
  color: #5a35ff;
}

.jpg_ext {
  color: #a342ff;
  /* width: 30px; */
  height: 30px;
}

.jpg_ext:hover {
  color: #a342ff;
  opacity: 1;
}

.jpg_ext:focus {
  text-decoration: none;
  color: #a342ff;
}

.xls_ext {
  color: #0ce867;
  /* width: 30px; */
  height: 30px;
}

.xls_ext:hover {
  color: #0ce867;
  opacity: 1;
}

.xls_ext:focus {
  text-decoration: none;
  color: #0ce867;
}

.tooltip_span_pdf_ext {
  display: none;
  color: #fff;
  /*	background: rgba(255, 1, 19, 0.7);*/
  background: rgba(171, 171, 171, 0.7);
  padding: 3px 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: auto;
  text-align: center;
  position: absolute;
  z-index: 10;
  margin-top: 40px;
  font-size: 13px;
  font-weight: 600;
}

.tooltip_span_doc_ext {
  display: none;
  color: #fff;
  background: rgba(171, 171, 171, 0.7);
  /*background: rgba(90, 53, 255, 0.7);*/
  padding: 3px 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: auto;
  text-align: center;
  position: absolute;
  z-index: 10;
  margin-top: 40px;
  font-size: 13px;
  font-weight: 600;
}

.tooltip_span_jpg_ext {
  display: none;
  color: #fff;
  background: rgba(171, 171, 171, 0.7);
  /*background: rgba(163, 66, 255, 0.75);*/
  padding: 3px 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: auto;
  text-align: center;
  position: absolute;
  z-index: 10;
  margin-top: 40px;
  font-size: 13px;
  font-weight: 600;
}

.tooltip_span_xls_ext {
  display: none;
  color: #fff;
  background: rgba(171, 171, 171, 0.7);
  /*	background: rgba(12, 232, 103,0.75);*/
  padding: 3px 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: auto;
  text-align: center;
  position: absolute;
  z-index: 10;
  margin-top: 40px;
  font-size: 13px;
  font-weight: 600;
}

.pdf_ext:hover ~ .tooltip_span_pdf_ext {
  display: block;
}

.doc_ext:hover ~ .tooltip_span_doc_ext {
  display: block;
}

.jpg_ext:hover ~ .tooltip_span_jpg_ext {
  display: block;
}

.xls_ext:hover ~ .tooltip_span_xls_ext {
  display: block;
}

.upload-event-0 {
  left: 5px;
}

.upload-event-1 {
  left: 40px;
}

.upload-event-2 {
  left: 75px;
}

.upload-event-3 {
  left: 110px;
}

.event-login-button {
  background: #fff;
  color: #ed2024;
  display: inline-block;
  border: 1px solid #ed2024;
  text-decoration: none;
  text-align: center;
  padding: 0 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  width: 100px;
  line-height: 22px;
  margin-left: 10px;
  margin-right: 8px;
  text-decoration: none;
}

.event-login-button:hover {
  background: #ed2024;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sign_in-button {
  background: #fff;
  color: #28d675;
  display: inline-block;
  border: 1px solid #28d675;
  text-decoration: none;
  text-align: center;
  padding: 0 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  width: 100px;
  line-height: 22px;
  margin-right: 8px;
  text-decoration: none;
}

.sign_in-button:hover {
  background: #28d675;
  color: #fff;
  text-decoration: none;
}

.only_for_login_users {
  text-align: right;
}

@media (min-width: 1300px) {
  .save-container {
    width: 1050px;
  }
}

.przedzial {
  padding-left: 1px;
  padding-left: 1px;
}

#saveandsend {
  background-color: #28d675 !important;
  border: 1px solid #28d675 !important;
}

#saveandsend:hover {
  background-color: #fff !important;
  color: #28d675 !important;
  border: 1px solid #28d675 !important;
}

#saveandsend:active {
  background-color: #fff !important;
  color: #28d675 !important;
  border: 1px solid #28d675 !important;
}

#saveandsend:focus {
  background-color: #fff !important;
  color: #28d675 !important;
  border: 1px solid #28d675 !important;
}

.szczegoly > span:nth-child(2) {
  cursor: pointer;
}

.show-map {
  color: black;
  width: 100%;
  font-size: 13px;
  margin-bottom: 7px;
}

.show-map span:hover {
  color: #fe0113;
  cursor: pointer;
}

.event-row {
  width: 100%;
  margin-bottom: 30px;
}

.event-row-file {
  float: left;
  text-align: right;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.event-icon {
  position: static;
  display: unset;
}

.event-icon:before,
.event-icon:after {
  position: static;
  background-color: rgba(0, 0, 0, 0);
}

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

#project {
  margin-top: 20px;
}

.tel-hover:hover > a {
  text-decoration: underline;
  color: #ed2024;
}

.tel-hover:hover {
  cursor: pointer;
}

.inline-phone {
  margin-left: 10px;
}

.event-title {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-map {
  display: block;
  /* Hidden by default */
  visibility: hidden;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content-map {
  background-color: #fefefe;
  margin: 25vh auto;
  /* 15% from the top and centered */
  padding: 0px 20px 35px 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */

.close-map {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-map:hover,
.close-map:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.map-preview {
  border: 1px solid #8383;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  width: 248px;
}

.map-preview:hover > .preview-map-label {
  background-color: rgba(0, 0, 0, 0.4);
}

.preview-map-label {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 13px;
  left: 0;
}

.error-404 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12%;
  background-size: cover;
  background-position: center;
  background-image: url(../images/404-bg.jpg);
}

.error-404 p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: rgba(80, 80, 80, 0.74);
  margin-bottom: 18px;
}

.container.news {
  margin-top: 70px;
}

.news .header-widgets {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .header-widgets .input-group,
.news .widgets .input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}

.news .header-widgets .input-group .form-control,
.news .widgets .input-group .form-control {
  display: block;
  font-size: 12px;
  width: 241px;
  height: 39px;
  padding: 0 0 0 20px;
  border-radius: 0;
  border-right: 0;
  border-color: #959595;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news .header-widgets .input-group .search-btn,
.news .widgets .input-group .search-btn {
  background: none;
  border: 1px solid #959595;
  font-size: 0px;
  padding: 0 10px;
  border-left: 0;
  outline: none;
}

.news .header-widgets .custom-dropdown {
  width: 161px;
  border: 1px solid #959595;
  padding: 10px 12px;
  outline: none;
  font-size: 12px;
}

.news .header-widgets .custom-dropdown-menu {
  border-radius: 0;
  border: 1px solid #959595;
  width: 100%;
}

.news .widgets {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.news .widgets .current {
  color: #ed2024;
  font-weight: 600;
}

.news .widgets .widget {
  margin-bottom: 50px;
}

.news .widgets h3 {
  color: #ed2024;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ed2024;
}

.news .widgets a {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .widgets a:hover {
  color: #ed2024;
}

.news .widgets .tagcloud {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .widgets .tagcloud a {
  background: transparent;
  border: 1px solid #555555;
  width: auto;
  font-weight: 600;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 10px 10px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .widgets .tagcloud a.current-tag {
  border-color: #ed2024;
  color: #ed2024;
}

.news .widgets .tagcloud a.current-tag:hover {
  border-color: #555555;
  background: #555555;
  color: #fff;
}

.news .widgets .tagcloud a:hover {
  background: #555555;
  color: #fff;
}

.news .widgets .files-widget ul li i {
  position: static;
  margin-top: 5px;
}

.news .widgets .files-widget ul li i:before,
.news .widgets .files-widget ul li i:after {
  position: static;
  background-color: transparent;
  width: auto;
  height: auto;
  -webkit-transform: none;
  transform: none;
}

.news .articles .result {
  padding: 20px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news .articles .result.empty {
  font-size: 16px;
  font-weight: 600;
  color: #ed2024;
  padding-top: 40px;
}

.news .articles .result span {
  color: #ed2024;
  font-weight: 600;
  text-transform: none;
}

.news .articles .article {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.dopobrania .articles .article {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .news .articles .article {
    display: flex;
    gap: 30px;
  }
}

.news .articles .article .img {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .news .articles .article .img {
    max-width: 200px;
    margin-bottom: 0;
  }
}

.news .articles .article .img .img-fluid {
  width: 100%;
  height: auto;
}

.news .articles .article.single .img .img-fluid {
  width: 100%;
  height: auto;
  padding: 0;
}

.news .articles .article .img .event-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px 25px;
  background: #ed2024;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
}

.news .articles .article .info {
  margin: 20px 0;
  color: #777;
  font-size: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.dopobrania .articles .article .info {
  margin: 0;
}

.no-margin {
  margin: 0;
}

.dopobrania .articles .article .content {
  margin: 20px 0 0;
  p {
    text-align: left;
  }
}

@media (min-width: 769px) {
  .news .articles .article .info {
    display: flex;
  }
}

.long_content_scroll {
  overflow-y: scroll;
  max-height: 300px;
}

.news .articles .article .info .date {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 769px) {
  .news .articles .article .info .date {
    padding-right: 20px;
    white-space: nowrap;
    margin-bottom: 0;
  }
}

.news .articles .article .info .location {
  padding-left: 20px;
}

.news .articles .article .info .files {
  display: flex;
  gap: 10px;
}

.news .articles .article .info .files .event-row-file {
  justify-content: unset;
  float: none;
  margin: 0;
}

.news .articles .article .info .files .event-row-file .upload-files {
  margin-top: 0;
}

.news .articles .article .info span i {
  margin-right: 10px;
}

.news .articles .article .info span.files .event-row-file {
  flex: 0;
}

.news .articles .article .info span.files a {
  font-size: 16px;
}

.news .articles .article .info span.files i {
  margin-right: 0;
  font-size: 25px;
}

.news .articles .article .title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ed2024;
  margin-bottom: 16px;
  margin-top: 0;
}

.dopobrania .articles .article .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #ed2024;
  margin-bottom: 20px;
  margin-top: 0;
}

.news .articles .article .content {
  text-align: justify;
  line-height: 1.8;
  width: 100%;
}

.dopobrania .articles .article .content {
  font-size: 14px;
  text-align: justify;
  line-height: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.news .articles .article .content p {
  margin: 0;
}

.news .articles .article .content .read-more {
  margin-top: 20px;
  display: inline-block;
  padding: 8px 30px;
  background: #555555;
  border: 1px solid #555555;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .articles .article .content .read-more:hover {
  background: transparent;
  color: #555555;
}

.news .articles .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.news .articles .pagination a,
.news .articles .pagination span {
  color: #333;
  padding: 0 5px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .articles .pagination a:hover {
  color: #ed2024;
}

.news .articles .pagination .current {
  color: #ed2024;
  font-weight: 800;
}

.news .articles .pagination .prev,
.news .articles .pagination .next {
  padding: 0 10px;
  margin: 0 5px;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .articles-pagination {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news .articles-pagination .p-0 {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.news .articles-pagination a {
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #777;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .articles-pagination a p {
  margin: 0;
}

.news .articles-pagination a i {
  font-size: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news .articles-pagination a.prev {
  text-align: right;
  border-left: 0;
  border-right: 0;
}

.news .articles-pagination a.prev:hover {
  color: #ed2024;
  border-color: #777;
}

.news .articles-pagination a.prev:hover i {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.news .articles-pagination a.next {
  border-right: 0;
  border-left: 1px solid;
}

.news .articles-pagination a.next:hover {
  color: #ed2024;
  border-color: #777;
}

.news .articles-pagination a.next:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media (min-width: 1024px) and (max-width: 1224px) {
  fieldset.firstfieldset {
    max-width: 89%;
    margin-left: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .nav > li > a {
    line-height: 30px;
    padding: 10px 11px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  .news .articles-pagination .col-12 {
    width: 100%;
  }
  .news .articles-pagination a.prev {
    border-right: 1px solid;
    border-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .container.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .only_for_login_users {
    text-align: left;
  }
  .event-row-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .upload-files {
    margin-bottom: -5px;
  }
  .zapisyItem .szcz .colszcz {
    width: 33.333333333333%;
    float: left;
    padding: 4px 0px 4px 2px;
  }
  .zapisyItem .szcz .colszcz:last-child {
    float: left;
    text-align: left;
    padding-right: 1px;
    width: 100%;
  }
  .zapisyItem .szcz .colszcz:last-child span {
    float: left;
    width: 140px;
    line-height: 28px;
    text-indent: 23px;
  }
  .contentZapis .dodatkoweInformacje {
    float: left;
    width: 45%;
  }
  #msform select {
    float: left;
  }
  .zapisyItem .szcz .more {
    margin-right: 18px;
  }
  #projTxt {
    padding: 30px 0 0;
  }
  .carousel-control .glyphicon-menu-right {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 15px;
    line-height: 39px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .carousel-control .glyphicon-menu-left {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 15px;
    line-height: 39px;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .carousel:hover .carousel-control .glyphicon-menu-left {
    left: 50%;
    opacity: 1;
  }
  .carousel:hover .carousel-control .glyphicon-menu-right {
    right: 50%;
    opacity: 1;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #homeGal {
    width: 76.5%;
    margin: 0 auto;
  }
  .carousel-control .glyphicon-menu-right {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 15px;
    line-height: 39px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .carousel-control .glyphicon-menu-left {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 15px;
    line-height: 39px;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .carousel:hover .carousel-control .glyphicon-menu-left {
    left: 50%;
    opacity: 1;
  }
  .carousel:hover .carousel-control .glyphicon-menu-right {
    right: 50%;
    opacity: 1;
  }
  fieldset.firstfieldset {
    max-width: 88%;
    margin-left: 0px;
  }
  .zapisyItem .szcz .more {
    top: 170px;
  }
  .przedzial {
    width: 20%;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
    line-height: 30px;
    font-size: 12px;
  }
  .col-lg-40 {
    width: 25%;
  }
  .col-lg-60 {
    width: 40%;
  }
  .col-lg-100 {
    width: 17.5%;
  }
  .text-left {
    text-align: left;
    width: auto;
    float: left;
  }
  .text-right {
    text-align: right;
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 850px) {
  #msform .action-button-fixed {
    right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .event-row-file {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .upload-files {
    margin-bottom: 0;
  }
  #homeGal {
    margin-left: 0;
  }
  .tab-col {
    width: 50%;
    float: left;
  }
  #cele h3 {
    margin: 20px 10px 20px 0px;
  }
  #msform .action-button-fixed {
    max-width: 100%;
    right: 0px;
    /* line-height: 1px; */
    padding: 5px 9px 2px 9px;
  }
  .nav > li > a {
    line-height: 30px;
    padding: 10px 11px;
    font-size: 13px;
  }
  .nav > li > a {
    line-height: 30px;
    padding: 10px 9px;
    font-size: 12px;
  }
  #projImg {
    float: left;
    padding: 10px 0;
    width: 20%;
  }
  #projTxt {
    float: none;
    padding: 24px 0 10px 0;
    text-align: center;
    width: 100%;
  }
  .text-left {
    text-align: left;
    width: 50%;
    float: left;
  }
  .nav > li > a {
    padding: 10px 8px;
    font-size: 12px;
  }
  .col-lg-40 {
    width: 25%;
  }
  .col-lg-60 {
    width: 40%;
  }
  .col-lg-100 {
    width: 17.5%;
  }
  .text-left {
    text-align: left;
    width: 50%;
    float: left;
  }
  .text-right {
    text-align: right;
    width: 100%;
  }
  #msform .action-button-fixed input {
    margin-top: 5px;
  }
  .zapisyItem .nazwa span {
    width: 50%;
    padding: 0 19px 0 0px;
    text-indent: 5px;
  }
  .zapisyItem span.red {
    width: 106px;
  }
  .zapisyItem span.green {
    width: 106px;
  }
}

@media screen and (max-width: 768px) {
  .col-md-4 {
    width: 50%;
    float: left;
  }
  .nav > li > a {
    line-height: 30px;
    padding: 10px 11px;
    font-size: 13px;
  }
  .nav > li > a {
    line-height: 30px;
    padding: 10px 9px;
    font-size: 12px;
  }
  #projImg {
    float: left;
    padding: 10px 0;
    width: 20%;
  }
  #projTxt {
    float: none;
    padding: 24px 0 10px 0;
    text-align: center;
    width: 90%;
    margin-left: 0;
  }
  .text-left {
    text-align: left;
    width: 50%;
    float: left;
  }
  .nav > li > a {
    padding: 10px 8px;
    font-size: 12px;
  }
  .nav > li > a.signin {
    display: inline-block;
    margin-left: 8px;
  }
  .col-lg-40 {
    width: 50%;
  }
  .col-lg-60 {
    width: 50%;
  }
  .col-lg-100 {
    width: 100%;
  }
  .text-left {
    text-align: center;
    width: 100%;
    float: left;
  }
  .text-right {
    text-align: center;
    width: 100%;
  }
  .event-row-file {
    width: 100%;
    text-align: -webkit-left;
    margin-top: 30px;
  }
  .accordion .buttons {
    margin-top: 30px;
    float: none;
    width: 205px;
  }
  .accordion a.sign_in {
    margin-top: 0px;
    margin-left: 5px;
  }
  #bottomNav {
    line-height: 40px;
  }
  #projTxt {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body ul li a.signin {
    padding: 3px 9px;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  .carousel {
    margin-top: 50px;
  }
  #homeGal {
    margin-left: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #homeGal .center {
    width: auto;
  }
  img.thumb {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  #projImg {
    float: none;
    padding: 10px 0;
    width: 30%;
    margin: 0 auto;
  }
  #contactForm {
    color: #2b2b2b;
    margin-bottom: 50px;
  }
  #projTxt {
    float: none;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 100%;
  }
  #project {
    margin-top: 0px;
  }
  .accordion .title {
    padding-left: 0px;
  }
  .col-lg-40 {
    width: 48%;
  }
  .contentZapis .trenerzyGrupy {
    float: none;
  }
  .contentZapis .dodatkoweInformacje {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .zapisyItem .szcz .colszcz:last-child span {
    text-indent: 20px;
  }
  .zapisyItem .szcz .colszcz {
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  #cele > .row > .col-md-6:first-child {
    border-right: none;
  }
  .tab-col {
    width: 100%;
  }
  .col-md-4 {
    width: 100%;
    float: none;
  }
  .col-lg-40 {
    width: 100%;
  }
  .col-lg-60 {
    width: 100%;
  }
  #projImg {
    float: none;
    padding: 10px 0;
    width: 36%;
    margin: 15px auto;
  }
  .text-left {
    text-align: center;
    width: 100%;
    float: none;
  }
  .text-right {
    text-align: center;
  }
  .event-row {
    text-align: -webkit-center;
  }
  .show-map {
    margin-top: 30px;
    text-align: -webkit-center;
  }
  .map-preview {
    margin: 0 auto;
  }
  .event-row-file {
    text-align: -webkit-center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .accordion .buttons {
    margin: 0;
    /* margin: 0 auto; */
  }
  .accordion .szczegoly {
    width: 50%;
    margin-left: 25%;
  }
  .modal-content-map {
    padding: 0px 20px 35px 20px;
    margin: 10vh auto;
    width: 90%;
  }
  #progressbar li {
    float: none;
  }
  #progressbar li p {
    position: absolute;
    top: 0;
    left: 60px;
    text-align: left;
  }
  #progressbar li:after {
    height: 2px;
    left: 21%;
    top: 5px;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  #progressbar li .one_line {
    top: 7px;
  }
  .zapisyItem .szcz .colszcz {
    width: 100%;
  }
  #msform select {
    margin-left: 0px;
    padding-left: 6px;
  }
  .zapisyItem .szcz .more {
    top: -6px;
    left: 8px;
    padding: 4px 22px 4px 5px;
  }
  .zapisyItem .nazwa span {
    padding: 0 10px 0 0px;
    font-size: 63%;
    white-space: nowrap;
  }
  .zapisyItem .nazwa .red,
  .zapisyItem .nazwa .green {
    right: 10px;
  }
  #msform .action-button-fixed .bleft,
  #msform .action-button-fixed .bright {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5%;
  }
  #msform .dni {
    width: 100%;
    margin-left: 5px;
  }
  .trenerDetails img {
    margin: 0 0 10px 20px;
  }
  #trenerSzczegoly > div > ul > li > div > div:nth-child(2) {
    text-align: center;
  }
  .trenerDetails .title2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .trenerDetails .opis {
    color: #454545;
    font-size: 14px;
    font-weight: 300;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .accordion a.sign_in {
    margin-top: 5px;
    margin-left: 25%;
  }
  .only_for_login_users {
    text-align: center;
  }
  iframe {
    margin-top: 123px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    margin-left: 14px;
  }
  .btn2formularz {
    margin-top: 100px;
    width: 80px;
    margin-right: 25%;
    margin: 0 auto;
  }
  .accordion .title {
    display: inline-table;
  }
  .map-preview {
    width: 248px;
  }
  .event-row,
  .show-map,
  .event-row-file {
    width: 100%;
  }
  .kontynuacja tr {
    font-size: 10px;
  }
  h2.list_member {
    font-size: 2.4em;
  }
  #projImg {
    float: none;
    padding: 10px 0;
    width: 155px;
    margin: 15px auto;
  }
  /* .accordion a.more {
    margin-left: 25%;
    margin-top: 25px;
  } */
}

@media screen and (max-width: 360px) {
  #homeGal {
    margin-left: -10px;
  }
  .btn2formularz {
    width: 100%;
    margin-right: 0;
    margin-left: -35%;
    margin-top: 94px;
  }
  #contactForm {
    color: #2b2b2b;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 320px) {
  .btn2formularz {
    width: 100%;
    margin-right: 0;
    margin-left: -35%;
    margin-top: 94px;
  }
  #contactForm {
    color: #2b2b2b;
    margin-bottom: 0px;
  }
  #progressbar li:after {
    height: 2px;
    left: 21%;
    top: 3px;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  .trenerDetails img {
    margin: 0 0 10px 0;
  }
  iframe {
    margin-top: 123px;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    margin-left: -5px;
  }
  #homeGal {
    margin-left: -30px;
  }
}

.uploaded-form-pdf {
  display: none;
  background-color: white;
  border-radius: 5px;
  z-index: 9999;
  width: 344px;
  padding: 40px 50px;
  font-size: 14px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 3px 2px var(--black-rgba-1);
  box-shadow: 0 0 3px 2px var(--black-rgba-1);
}

.uploaded-form-pdf button {
  margin: 0 !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.uploaded-form-pdf a {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 768px) {
  .events__btn-wrapper {
    order: 1;
  }
}

.support-cont {
  margin-top: 70px;
  margin-bottom: 104px;
}

.support {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);

  @media screen and (min-width: 769px) {
    grid-template-columns: repeat(3, 1fr);
  }

  .item {
    border: 1px solid #e1e1e1;

    img {
      margin: 0;
    }
  }
}
