/*

Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: responsive-layout, custom-header, custom-menu, featured-images, theme-options
*/
@import 'wp-content/themes/custom/css/responsive.css';
:root {
  --col-gray: #656565;
  --col-dark: #454545;
  --col-lightgray: #f0f0f0;
  --col-highlight: #d62d2d;
  --font-1: "Asap", sans-serif;
  --transition: all 0.2s ease;
  --col-1: #6fd458;
  --col-2: #587ed4;
  --col-3: #f73270;
}
body {
  font-family: var(--font-1);
  font-weight: 300;
}
body.gray {
}
.gray {
  background-color: #f2f2f2;
}
.alert {
  font-size: 20px;
  font-weight: 600;
  padding: 35px;
}
blockquote {
  margin: 20px 0 20px 0;
  padding: 15px 25px;
  border-left: 10px var(--col-highlight) solid;
  background: #f2f2f2;
  text-align: justify;
}
/*
body:not(.page-start) {
	padding-top:80px;
}
FIX
*/
@media (min-width: 1340px) {
  .container {
    max-width: 1280px;
  }
}
.container {
  background-color: #ffffff;
}
header {
  padding: 0px 0;
  background-color: #fff;
}
header .container {
  background-color: inherit;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
}
a:hover {
  color: var(--col-highlight);
  text-decoration: none;
}
b,
strong {
  font-weight: 800;
}
.h2,
h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--col-gray);
  margin: 5px 0 10px 0;
  letter-spacing: -0.25px;
}

.mobile-menu {
  display: none;
}

form.searchform {
  max-width: 100%;
  width: 600px;
  margin: 0 auto;
  position: relative;
}

form.searchform input[type="text"] {
  border-radius: 30px;
  padding: 13px 22px 13px 48px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
  border-width: 1px;
}
form.searchform > div:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 14px;
  left: 20px;
  opacity: 0.35;
}
form.searchform input[type="text"]:focus {
  /*border-color: var(--col-highlight);*/
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
}
form.searchform button,
form.searchform input[type="submit"] {
  background-color: var(--col-gray);
  border: 1px transparent solid;
  color: #fff;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 20px;
}

form.searchform button:hover,
form.searchform button:focus,
form.searchform button:active {
  background-color: var(--col-highlight);
  text-decoration: none;
}
.searchform i.fa.fa-search {
  position: absolute;
  top: 18px;
  left: 20px;
  opacity: 0.35;
}

h1.small {
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px #000 solid;
}

.placement {
  width: 100%;
  display: flex;
  padding: 1px 0;
  background-color: #fff; /* var(--col-lightgray); */
  align-items: center;
  justify-content: center;
  position: relative;
}
/*
.placement:after {
	content:"reklama";
	text-transform:uppercase;
	background-color: #d7d7d7;
	padding:3px 7px 3px 15px;
	position: absolute;
	bottom:35px;
	left:0px;
	color:#FFF;
	font-size:12px;
	font-weight:500;	
	letter-spacing:.5px;
}
*/
.placement-900x300 {
  min-width: 50%;
  min-height: 300px;
  width: 900px;
  height: auto;
  max-width: 100%;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.placement900x200 {
  width: 900px;
  height: 200px;
}
.placement-300x600 {
  height: 600px;
  min-width: 300px;
}
ins.adsbygoogle {
  width: 100%;
  height: 100%;
}
.placement-900x300 ins.adsbygoogle {
  max-width: 100%;
}

.btn-join {
  background-color: #2e6be6;
  background-image: linear-gradient(30deg, #2e6be6, #09a4f0);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 25px;
}
.btn-join .promo {
  font-size: 42px;
  font-weight: 600;
}
.btn-join a {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 35px;
  box-shadow: 0px 5px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  letter-spacing: 1px;
}

.flag {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #fefefe;
}
.flag:hover {
  background-color: var(--col-dark);
  color: #fff;
}

.big-news {
}
.big-news a.title {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: var(--col-gray);
  display: inline-block;
}
@media (max-width: 1000px) {
  .big-news {
    margin-bottom: 10px;
  }
  .big-news a.title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}
.big-news a.title:hover {
  color: var(--col-highlight);
  text-decoration: underline;
}
.big-news a.picture {
  display: block;
  margin: 10px 0 0;
  position: relative;
  background-color: var(--col-lightgray);
}
.big-news a.picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}
.big-news a.picture:hover:before {
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.4);
}
.big-news a.flag {
  position: relative;
  top: -4px;
}

.big-news span.when {
  color: var(--col-gray);
  font-size: 11px;
  position: relative;
  top: -3px;
}
.big-news img {
  height: 470px;
  object-fit: cover;
}
.big-news .picture.cover img {
  width: 100%;
  object-fit: cover;
}

.semi-news {
}
.semi-news a.title {
  font-size: 20px;
  line-height: 21px;
  font-weight: 600;
  color: var(--col-gray);
  display: inline;
}
@media (max-width: 1000px) {
  .semi-news a.title {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.5px;
  }
}
.semi-news a.title:hover {
  color: var(--col-highlight);
  text-decoration: underline;
}
.semi-news a.picture {
  display: block;
  margin: 10px 0 0;
  position: relative;
  background-color: var(--col-lightgray);
}
.semi-news a.picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}
.semi-news a.picture:hover:before {
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.4);
}
.semi-news a.flag {
  position: relative;
  top: -4px;
}

.semi-news span.when {
  color: var(--col-gray);
  font-size: 11px;
  position: relative;
  top: -3px;
}
.semi-news img {
  height: 270px;
  object-fit: cover;
}
.semi-news .picture.cover img {
  width: 100%;
  object-fit: cover;
}

.mid-news {
  position: relative;
  /*height: 300px;*/
}
.mid-news a.title {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  color: var(--col-gray);
  letter-spacing: -0.5px;
  display: inline-block;
  height: 60px;
  padding: 2px 0 5px 0;
}
@media (max-width: 1000px) {
  .mid-news {
    line-height: 20px;
  }
  .mid-news a.title {
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 7px;
  }
}
.mid-news a.title:hover {
  color: var(--col-highlight);
  text-decoration: underline;
}
span.when,
.mid-news span.when {
  color: var(--col-gray);
  font-size: 11px;
  position: relative;
  line-height: 11px;
  display: block;
  padding: 2px;
  margin-top: 4px;
}
.mid-news picture {
  display: block;
  margin: 5px 0 0;
  height: 200px;
  position: relative;
  background-color: var(--col-lightgray);
}
.mid-news picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mid-news picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}
.mid-news picture:hover:before {
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.4);
}
.mid-news a.flag {
  position: absolute;
  top: 20px;
  left: -5px;
}
.tiles .mid-news a.flag {
  left: 15px;
}
.wrapmid {
	display: flex;
	justify-content: space-between;	
	flex-wrap: wrap;
	margin-right: 30px;
}
.wrapmid .mid-news {
	flex: 0 0 30%;
}

ul.table {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  overflow: hidden;
  position: relative;
}
ul.table.notshow:before {
  content: "odwołane / przeniesione";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.7);
  transform: scale(0.98);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: #343434;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  text-align: center;
}
ul.table li {
  display: flex;
  background-color: var(--col-lightgray);
  margin: 0 0 2px 0;
  position: relative;
  justify-content: space-between;
  padding-left: 30px;
  height: 46px;
  transition: all 0.25s ease;
  align-items: center;
}
ul.table li .category {
  text-transform: uppercase;
  width: 46px;
  height: 22px;
  position: absolute;
  transform: rotate(-90deg);
  color: #fff;
  top: 12px;
  left: -13px;
  font-size: 10px;
  text-align: center;
  line-height: 22px;
  font-weight: 600;
}
ul.table .date {
  font-size: 12px;
  color: rgba(101, 101, 101, 0.6);
  display: block;
  width: 60px;
  text-align: right;
  padding: 0 5px 0 0;

  transform: translateY(-4px);
}
ul.table .date span {
  transform: translateY(-8px);
  position: relative;
  display: inline-block;
  font-size: 10px;
  margin-right: 4px;
}
ul.table .date strong {
  font-size: 24px;
  color: #656565;
}
ul.table .date em {
  font-size: 10px;
  color: rgba(101, 101, 101, 0.4);
  display: block;

  line-height: 2px;
}
ul.table li a {
  font-weight: 600;
  color: var(--col-gray);
  line-height: 14px;
  font-size: 12px;
  display: block;
  width: calc(100% - 60px);
}
ul.table li a em {
  display: block;
  font-size: 11px;
  font-weight: 300;
  height: 15px;
  overflow: hidden;
}
ul.table li:hover {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.bg-gray ul.table li {
  background-color: #fff;
}

.academy .container {
  background: transparent;
}
.academy {
  background: #61b8e5 url(https://rowerowawp.pl/wp-content/uploads/2024/02/bgsky.jpg) center center;
  background-size: cover;
  padding: 55px 0;
  margin: 25px 0 25px;
  text-align: center;
  font-size: 14px;
}
.academy .video {
  width: 600px;
  max-width: 100%;
  height: 420px;
  background-color: #000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.academy img {
  height: 200px;
}

.news-details iframe {
  width: 100%;
  height: 500px;
}
.news-details-img {
  min-height: 400px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  background: #efefef url() no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.news-details-img:before {
  width: 50%;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(40, 40, 40, 0.7), transparent);
  opacity: 0;
}
.news-details-img img.blurred {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  /*filter: blur(5px);*/
}
.news-details-img .upp {
  position: relative;
  z-index: 3;
  background: transparent;
}
.news-details-img .text {
  max-width: 700px;
  position: relative;
}
.news-details-img .text {
  max-width: 700px;
  position: relative;
  background-color: rgba(30, 30, 30, 0.45);
  padding: 15px;
  box-shadow: -500px 0 rgba(30, 30, 30, 0.45);
  min-width: 500px;
}
.news-details-img h1 {
  font-size: 50px;
  letter-spacing: -1px;
}
@media (min-width: 1000px) and (max-width: 1440px) {
  .news-details-img h1 {
    font-size: 36px;
  }
}
@media (max-width: 720px) {
  .news-details-img .text {
    min-width: initial;
    max-width: 100%;
  }
  .news-details-img h1 {
    font-size: 30px;
  }
}
.news-details-img .category {
  display: inline-block;
}
.news-details-img .category span {
  padding: 5px 15px;
  margin: 2px 0 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.news-details-img .date {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 2px 0 10px 0px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px 10px;
}
.news-details-img .author {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
@media (min-width: 1000px) {
  .news-content {
    padding-right: 50px;
  }
}
.news-details .news-content em {
  font-weight: 400;
  font-style: italic;
}
.news-details .news-content table {
  border: 1px #dfdfdf solid;
  width: 100%;
  margin: 10px auto 25px;
  box-shadow: 10px 10px #0001;
}
.news-details .news-content table th {
  background-color: var(--col-dark);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 8px;
}
.news-details .news-content table td {
  padding: 5px 8px;
  font-size: 16px;
}
.news-details .news-content table tr:not(:last-of-type) td {
  border-bottom: 1px #dfdfdf solid;
}

#breadcrumbs {
  border-bottom: 1px solid var(--col-lightgray);
  margin: 0 auto 25px 0;
  padding: 0 0;
}
#breadcrumbs ol {
  list-style: none;
  position: relative;
  display: block;
  padding: 12px 0;
  font-size: 11px;
  margin: 0 0;
}
#breadcrumbs ol li:not(:last-of-type):after {
  display: inline-block;
  content: "›";
  margin: 0 3px 0 8px;
  color: var(--col-gray);
  opacity: 0.5;
}
#breadcrumbs ol li {
  display: inline-block;
}

.news-details .text img {
  max-width: 97%;
  width: auto;
  /*
	max-height: 650px;
	*/
  margin: 15px auto 10px;
  display: block;
  height: auto !important;
}
.news-details .text {
  max-width: 860px;
}
.news-details .news-lead {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin: 10px 0 10px;
  letter-spacing: -0.5px;
}
.news-details .news-lead blockquote a {
  text-decoration: underline;
  color: var(--red);
}
.news-details .news-lead blockquote {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.news-details .news-readtime {
  margin: 2px 0 15px;
  color: var(--col-gray);
  opacity: 0.7;
  font-size: 13px;
}
@media (min-width: 1000px) and (max-width: 1440px) {
  .news-details .news-lead {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 720px) {
  .news-details .news-lead {
    font-size: 20px;
    line-height: 26px;
  }
}
.news-details .news-content {
  font-size: 18px;
  line-height: 30px;
}
.news-content .author {
  font-style: italic;
  font-size: 13px;
  margin: 10px 0 20px;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 720px) {
  .news-details .news-content {
    font-size: 16px;
    line-height: 23px;
  }
  .news-content > div {
    overflow-x: auto;
  }
}
.news-details .news-content a {
  color: var(--col-highlight);
  text-decoration: underline;
  transition: all 0.15s ease;
}
.news-details .news-content a:hover {
  background-color: var(--col-dark);
  color: #fff;
}
.news-details .news-content a.btn {
  color: #fff;
  text-decoration: none;
}
.news-content .source {
  display: block;
  margin: 5px 0px 10px;
  font-size: 13px;
  font-style: italic;
  background-color: var(--col-lightgray);
  text-align: right;
  padding: 2px 15px;
}
.news-content .photo-copy {
  display: block;
  margin: -13px 10px 10px;
  font-size: 12px;
  font-style: italic;
}

.more-news {
  margin: 25px auto;
}

.news-details .socials {
  font-size: 18px;
  text-align: center;
  margin: 25px auto 10px;
  /*
	background: var(--col-lightgray);
	*/
  padding-top: 15px;
}
.news-details .socials a {
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 3px;
  color: #fff;
  font-size: 28px;
}
@media (max-width: 720px) {
  .news-details .socials a {
    width: 60px;
  }
}
.news-details .column {
  will-change: min-height;
}

.news-details .column .placement {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.twitter {
  background-color: #00acee;
  margin-left: 15px;
}
.facebook {
  background-color: #3b5998;
}
.instagram {
  background-color: #405de6;
}
.pinterest {
  background-color: #c8232c;
}

.google-auto-placed {
  margin: 10px auto 2px;
  border-top: 1px var(--col-lightgray) solid;
  border-bottom: 1px var(--col-lightgray) solid;
  padding: 5px 0;
}

.typical-content {
  padding: 25px;
  font-size: 18px;
  line-height: 28px;
}
.typical-content h1 {
  font-size: 32px;
  color: var(--col-dark);
  margin: 10px 0 25px;
}

.ajaxInfo {
  display: none;
}
.inner {
  margin-bottom: 35px;
}

.tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  min-height: 500px;
  padding-bottom: 50px;
}
.tiles .mid-news {
  flex: 0 0 25%;
  width: 250px;
  position: relative;
  padding: 0 15px;
}

div#cookieinfo {
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
div#cookieinfo .container {
  background-color: transparent;
}
div#cookieinfo a {
  text-decoration: underline;
}
div#cookieinfo a:last-of-type {
  display: block;
  width: 160px;
  padding: 10px;
  background-color: var(--col-dark);
  color: #fff;
  font-weight: 600;
  margin: 15px auto 10px;
}

.inner-form {
  max-width: 500px;
  position: absolute;
  right: 0px;
  width: 380px;
  padding: 10px 25px 25px;
  background-color: #f2f2f2;
  border-radius: 9px;
  margin-top: 30px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"],
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.gray {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
img.login-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-text {
  color: #fff;
  padding-top: 70px;
  max-width: 600px;
}
.fos_user_user_show {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #f2f2f2;
  padding: 8px 0 0px;
  font-size: 12px;
}

div#calendar-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
div#calendar-popup.loaded {
  display: flex;
}
div#calendar-popup .inner {
  background-color: #fff;
  padding: 25px;
  max-width: 500px;
  box-shadow: 0px 10px 45px 15px rgba(0, 0, 0, 0.35);
  border-radius: 7px;
  position: relative;
}
#calendar-popup h2 {
  padding-right: 30px;
}
div#calendar-popup pre {
  display: none;
}
#calendar-popup ul.details {
  padding: 15px 25px;
  margin: 15px auto;
  background-color: var(--col-lightgray);
  list-style: none;
  position: relative;
}
#calendar-popup ul.details strong {
  display: block;
  margin-left: 0px;
  font-size: 18px;
}
#calendar-popup li.flag {
  position: absolute;
  top: 0px;
  right: 0px;
}
#calendar-popup .close-btn {
  font-size: 18px;
  padding: 5px;
  position: absolute;
  top: 5px;
  right: 7px;
}

.page-kalendarz em {
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
}
.clubs {
  background-color: transparent;
}
.clubs .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0;
}
.clubs .items .club {
  flex: 0 0 31%;
  max-width: 250px;
  padding: 15px;
  text-align: center;
  background-color: #f2f2f2;
}
.clubs .items .club img.logo {
  width: 220px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto 15px;
}
.clubs .items .club .title {
  font-weight: 600;
  font-size: 15px;
  color: var(--col-highlight);
}

.clubs .items .club .link a {
  font-weight: 500;
  font-size: 12px;
  display: block;
  color: #ffffff;
  background-color: var(--col-highlight);
  padding: 5px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  text-align: center;
}

.clubs ul.users {
  list-style: none;
  padding: 0 10px;
  line-height: 50px;
}
.clubs ul.users i {
  font-size: 14px;
  background-color: #f2f2f2;
  width: 38px;
  height: 38px;
  text-align: center;
  display: inline-flex;
  border-radius: 24px;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
}

.start-btns {
  padding-top: 20px;
  padding-bottom: 10px;
}
.start-btns .btn {
  display: block;
  border-radius: 0px;
  position: relative;
  padding: 0 0;
  text-align: left;
  padding: 5px 20px 8px 100px;
  color: var(--col-dark);
  transition: all 0.25s ease;
}
.start-btns .btn-1:hover {
  background-color: var(--col-1);
}
.start-btns .btn-2:hover {
  background-color: var(--col-2);
}
.start-btns .btn-3:hover {
  background-color: var(--col-3);
}
.start-btns .btn-1 .icon {
  background-color: var(--col-1);
  box-shadow: 0px 0px 0px 5px var(--col-1);
}
.start-btns .btn-2 .icon {
  background-color: var(--col-2);
  box-shadow: 0px 0px 0px 5px var(--col-2);
}
.start-btns .btn-3 .icon {
  background-color: var(--col-3);
  box-shadow: 0px 0px 0px 5px var(--col-3);
}
.start-btns .btn:hover .icon {
  /*background-color: var(--col-dark);*/
  box-shadow: 0px 0px;
}
.start-btns .btn .icon {
  display: inline-flex;
  position: absolute;
  width: 80px;
  height: 70px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  top: 0px;
  left: 0px;

  transition: all 0.25s ease;
}
.start-btns .btn .icon i:first-of-type {
  position: relative;
  z-index: 2;
}
.start-btns .btn .icon i.sub {
  position: absolute;
  font-size: 18px;
  bottom: 6px;
  right: 6px;
  z-index: 5;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 1px 0 0 1px;
}
.start-btns .btn.btn-1 .icon i.sub {
  background-color: var(--col-1);
}
.start-btns .btn.btn-2 .icon i.sub {
  background-color: var(--col-2);
}
.start-btns .btn.btn-3 .icon i.sub {
  background-color: var(--col-3);
}
.start-btns .btn .header {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.start-btns .btn .text {
  display: block;
  font-size: 14px;
  color: var(--col-gray);
  letter-spacing: -0.5px;
}
.start-btns .btn:hover .header,
.start-btns .btn:hover .text {
  color: #ffffff;
}

.intro-text {
  font-size: 14px;
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 15px auto;
}
.intro-text a {
  text-decoration: underline;
}

.popular-list a {
  display: block;
  margin: 3px 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--col-gray);
  line-height: 17px;
}
.popular-list a:after {
  clear: both;
  content: "";
  display: block;
}
.popular-list a img {
  width: 80px;
  height: 50px;
  float: left;
  margin: 0 10px 0 0;
  object-fit: cover;
}
.popular-list a em,
.popular-list a datetime {
  font-weight: 300;
  font-style: normal;
  font-size: 9px;
  display: block;
  padding: 0 0px 0px;
  border-radius: 3px;
  line-height: 13px;
  opacity: 0.5;
}
.popular-list a:hover {
  color: var(--highlight);
}
.popular-list a:hover img {
  opacity: 0.75;
}

.club-thumb {
  margin-bottom: 12px;
}
.club-thumb > a {
  display: inline-flex;
  width: 80px;
  height: 80px;
  background-color: #efefef;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 5px;

  float: left;
  margin-right: 8px;
}
.club-thumb > a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.club-thumb .title {
  font-weight: 600;
  font-size: 15px;
  color: var(--col-highlight);
  display: block;
  margin: 0px 0 0;
  padding: 10px 0 0;
}
.club-thumb .link {
  margin: 0 0 5px;
}
.club-thumb .link a {
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
  color: #ffffff;
  background-color: var(--col-highlight);
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0;
  text-align: center;
}
.club-thumb p.created {
  margin: 0 0 10px;
  font-size: 10px;
  color: var(--gray);
}
.club-thumb:after {
  clear: both;
  display: block;
  content: "";
}

.bg-gray {
  background-color: #f2f2f2;
  padding: 30px 0;
  margin-top: 20px;
}

.news-gallery figure h1 {
  font-size: 28px;
  text-align: left;
  padding: 10px 5px;
  color: var(--col-gray);
}
.news-gallery figure h1 span {
  color: var(--col-gray);
  display: inline-block;
  background-color: var(--col-lightgray);
  padding: 5px 10px;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .news-gallery figure h1 {
    font-size: 16px;
  }
}

a.gallery-btn {
  display: block;
  width: 99%;
  height: 400px;
  overflow: hidden;
  border: 12px var(--col-lightgray) solid;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1000px) {
  a.gallery-btn {
    height: 300px;
  }
}
a.gallery-btn span {
}
a.gallery-btn span.row {
  position: absolute;
  z-index: 50;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 15px;
}
a.gallery-btn span.row img {
  transition: all 0.25s ease;
}
a.gallery-btn span.row img:hover {
  transform: scale(1.1);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.75);
}
a.gallery-btn em {
}
a.gallery-btn img.primary {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-width: initial;
  max-height: initial;
  margin: 0 0;
}
a.gallery-btn img.thumb {
  width: 100px;
  height: 100px !important;
  object-fit: cover;
}
a.gallery-btn span.txt-btn {
  display: flex;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 15px;
}
a.gallery-btn span.txt-btn:hover {
  color: var(--col-highlight);
}
a.gallery-btn span.txt-btn span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 16px;
}
a.gallery-btn span.txt-btn em {
  font-size: 40px;
  font-style: normal;
  display: block;
  line-height: 50px;
}
a.gallery-btn span.txt-btn em i {
  font-size: 18px;
  position: relative;
  margin: 0px 4px 0 0;
  top: -7px;
  color: rgba(255, 255, 255, 0.5);
}

.bgline {
  margin: 25px auto;
}
.bgline .row.flex {
  align-items: center;
}
.bgline .picture img {
  padding: 25px;
}

body.page-szukaj h1.small {
  text-align: center;
  font-size: 18px;

  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  width: 800px;
}
.search-list {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
}
.search-list .li {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 10px 10px;
}
.search-list .li a.picture {
  flex: 0 0 150px;
  width: 150px;
}
.search-list .li .text {
  flex: 0 0 calc(100% - 150px);
  padding: 5px 15px;
}
.search-list .li a.title {
  font-weight: 700;
  display: block;
  padding: 2px 0 1px;
}
.search-list .li a.url {
  display: block;
  color: var(--col-highlight);
  font-size: 13px;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .search-list .li a.picture {
    flex: 0 0 25%;
    width: 150px;
  }
  .search-list .li .text {
    flex: 0 0 75%;
    padding: 5px 10px;
  }
  .search-list .li a.title {
    font-size: 13px;
    line-height: 15px;
  }
  .search-list .li a.url {
    font-size: 9px;
    line-height: 11px;
  }
}

.section-bg {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  justify-content: center;
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}
.section-bg > img {
  position: absolute;
  width: 100%;
  height: 450px;
  object-fit: cover;
  z-index: 1;
  /*
	filter: blur(6px) contrast(1.25);
	*/
}
.section-bg .container {
  z-index: 2;
  position: relative;
  text-align: center;
}

/* NEW MENU */
header ul.menu {
  list-style: none;
  display: block;
  padding: 20px 20px;
  margin: 16px 0 0;
  text-align: right;
}
@media (min-width: 900px) {
  header ul.menu {
    padding: 20px 0px;
    margin: 8px;
  }
}
header ul.menu li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
header ul.menu li ul {
  display: none;
}
header ul.menu li a {
  padding: 20px 20px;
  position: relative;
}

@media (min-width: 901px) {
  header ul.menu li a {
    padding: 20px 12px;
  }
	header ul.menu li:hover a,
	header ul.menu li a.active,
	header ul.menu li a:hover {
	  box-shadow: 0 0;
	  color: #333;
	  background: #efefef;
	}
	header ul.menu li:hover ul.sub-menu,
	header ul.menu li ul.active {
	  display: block;
	  position: absolute;
	  z-index: 5;
	  background-color: #f2f2f2;
	  padding: 20px 0;
	  top: 20px;
	  left: 0px;
	  width: 200px;
	  border: 1px #dfdfdf solid;
	}
}
header ul.menu li ul li {
  display: block;
}
header ul.menu li ul li:not(:last-of-type) {
  border-bottom: 1px #dfdfdf solid;
}
header ul.menu li ul li a {
  padding: 7px 20px;
  text-align: left;
  display: block;
}
header ul.menu li ul li a:hover {
  background-color: #333;
  color: #fff;
}
a.toggle i {
  margin-left: 15px;
  opacity: 0.25;
}
header .dropdown:hover a.toggle i {
  opacity: 1;
}
header .menu-item-has-children > a {
	padding-right: 30px !important;
}
header .menu-item-has-children > a:after {
  content: "\f078";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 19px;
  right: 10px;
  color: #dfdfdf;
 
}


.wpcf7-form label i {
	font-size:9px;
	vertical-align: super;
}
.paginate {
  display: flex;
  justify-content: center;
}
.paginate a {
  background-color: #f2f2f2;
  display: inline-block;
  padding: 3px 8px;
  margin: 0 4px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}
.paginate a:hover,
.paginate a.active {
  background-color: var(--col-highlight);
  color: #fff;
  text-decoration: none;
}

.watermark-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}
body.waterm > div:not(.watermark-body) {
  z-index: 1;
  position: relative;
}
body.waterm .bg-gray {
  background-color: #fff;
  margin-top: 0px;
}
body.waterm .academy {
  margin: 0 0;
  z-index: 5 !important;
}
.container.pt-3 {
  box-shadow: 0px 0px 10px 20px #fff;
}
body.waterm #breadcrumbs {
  margin: 0 auto 0;
  padding-bottom: 25px;
  background-color: #fff;
}
.rama-table td,
.ramy-table td {
  font-size: 1.2em;
  text-align: center;
}

.upperbar {
  background-color: #565656;
  font-size: 12px;
  padding: 7px;
  color: #fff;
}
.upperbar .container {
  background-color: transparent;
}
.menu-belka-gorna-container {
  display: inline-block;
}
.upperbar p {
  margin: 0 0;
}
.upperbar .menu {
  display: inline-flex;
  text-align: right;
  list-style: none;
  margin: 0 0;
}
.upperbar .menu a {
  margin-left: 15px;
  display: inline-block;
  padding: 0px 7px;
}
.upperbar .menu a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .upperbar .menu,
  .upperbar .text {
    text-align: center;
  }
}

header {
  position: relative;
  z-index: 20;
  background-color: #fff;
  border-bottom: 3px var(--col-lightgray) solid;
}
header .logo,
header .custom-logo-link {
  padding: 20px 0;
  display: block;
}
header a.custom-logo-link img {
  object-fit: scale-down;
}

header .menu {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 1000px) {
  header .menu {
    display: none;
    flex-direction: column;
  }
}
header .menu a {
  font-weight: 600;
  font-size: 16px;
  color: var(--col-dark);
  text-transform: uppercase;
  padding: 30px 0 31px;
  transition: all 0.25s ease;
}
header .menu a.active,
header .menu a:hover {
  color: var(--col-highlight);
  box-shadow: inset 0px 8px var(--col-highlight);
}

header .profile {
  font-size: 24px;
  text-align: right;
  padding-top: 25px;
}
header .profile a {
  display: inline-block;
}
header .profile a:not(:last-of-type) {
  margin-right: 10px;
}

.flag-9 {
  background-color: #cdcdcd;
}
.flag--9 {
  background-color: #cdcdcd;
}
.flag1 {
  background-color: #d2d458;
}
.flag-1 {
  background-color: #d2d458;
}
.flag2 {
  background-color: #587ed4;
}
.flag-2 {
  background-color: #587ed4;
}
.flag3 {
  background-color: #6fd458;
}
.flag-3 {
  background-color: #6fd458;
}
.flag4 {
  background-color: #d46758;
}
.flag-4 {
  background-color: #d46758;
}
.flag5 {
  background-color: #f73270;
}
.flag-5 {
  background-color: #f73270;
}
.flag6 {
  background-color: #ff9900;
}
.flag-6 {
  background-color: #ff9900;
}
.flag7 {
  background-color: #99ff00;
}
.flag-7 {
  background-color: #99ff00;
}
.flag8 {
  background-color: #99ff00;
}
.flag-8 {
  background-color: #99ff00;
}
.flag9 {
  background-color: #65c4be;
}
.flag-9 {
  background-color: #65c4be;
}
.flag10 {
  background-color: #3333be;
}
.flag-10 {
  background-color: #3333be;
}
.flag11 {
  background-color: #454545;
}


@media (max-width:900px) {
	a.menu-call {
		position: absolute;
		top: 25px;
		right: 25px;
		font-size: 30px;
	}
	header nav.menu.main-menu.on {
		display: block;
		position: fixed;
		top: 170px;
		left: 0;
		width: 100%;
		background-color: #FFF;
		height: calc(100vh - 170px);
		overflow: auto;
		border-top: 1px #dfdfdf solid;
	}
	header ul.menu li {
		display: block;
		padding: 10px 0;
	}
	header nav.menu ul.menu {
		text-align: left;
	}
	header ul.menu li a {
		margin: 0px 0;
		padding: 0px 10px;
		font-size: 18px;
	}
	header ul.menu li ul {
		display: block;
	}
	header .menu-item-has-children > a:after {
		top: 1px;
	}
	.mid-news picture {
		height: 100px;
	}
	.big-news img {
		height: 34vh;
		object-fit: cover;
		width: 100%;
	}
	.twice {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.twice .mid-news {
		flex: 0 0 48%;
	}
	.start-btns .btn {
		padding: 5px;
		text-align: center;
		font-size: 12px;
		line-height: 14px;
	}
	.start-btns .btn .icon {
		width: 100%;
		max-width: 150px;
		height: 30px;
		font-size: 18px;
		position: relative;
		top: initial;
		left: initial;
		margin-bottom: 10px;
	}
	.start-btns .btn .icon i.sub {
		display: none;
	}
	.start-btns .btn .header {
		font-size: 14px;
	}
	.start-btns .btn .text {
		display: none;
	}
	.wrapmid {
		margin-right: 0;
	}
	.wrapmid .mid-news {
		flex: 0 0 46%;
	}
	.category .tiles .mid-news {
		flex: 0 0 50%;
		width: 50%;
	}
}


.ekp-contact {
	margin-top: 2em;
	background-color: #f2f2f2;
	padding: 1em 2em;
	font-size: 13px;
	max-width: 500px;
	
}
ul.pagination { justify-content: space-between; flex-wrap: wrap; }
ul.pagination li { text-align: center; }
ul.pagination .page-item a { display: inline-block; margin: 0 0; padding: 5px; text-align: center; }
ul.pagination .page-item.active a {	background-color: var(--col-highlight); color: #FFFFFF; }
/*
ul.pagination > li:not(:last-of-type):not(:first-of-type) {
	border-right: 1px #cdcdcd solid;
}
*/
ul.player-list-columns {
    column-count: 3;
}
.player-desc { background-color: #f2f2f2; padding: 10px 20px; margin: 5px 0;}
.player-socials { display: flex; align-items: flex-start; text-align: center; justify-content: center; }
.player-socials i { font-size: 32px; display: block; padding: 5px; margin: 0 10px; }
.player-socials span { font-size: 10px; }
.photo-license { display: block; font-size: 12px;  padding: 7px; background: #f2f2f2; color: #565656; }
.player-result { margin-top: 15px; }
.player-result-year { font-size: 20px; font-weight: 600; display: inline-block; background-color: #efefef; padding: 5px 10px; margin: 5px 0 10px; }
.player-result-line { padding: 3px; font-size: 14px; margin: 1px 0 3px; }
.player-result-line .position { font-weight: 600; }
.player-result-line .position i { -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; font-size: 16px; vertical-align: middle; margin: 0 5px 0 0; }
.position i.gold {background-color: #facc6b; background-image: linear-gradient(180deg, #BF953F 0%, #ffed3c 100%); }
.position i.silver { background-color: #facc6b;	background-image: linear-gradient(180deg, #989898 0%, #bababa 100%); }
.position i.brown { background-color: #af4b16; background-image: linear-gradient(180deg, #af4b16 0%, #da7139 100%); }
.player-motto { background: #f2f2f2; padding: 25px; margin: 10px auto 25px; text-align: center; font-size: 22px; }

@media (max-width: 900px) {
	.page-zawodnicy .tiles .mid-news {
		flex: 0 0 50%;
	}
	.player-motto { padding: 15px; font-size: 16px; }
	h1 {
		font-size:28px;
	}
}