/* ZMIENNE */ 
:root {
	--dark-gray: #2E2E30;
	--yellow: #eeaf00;
	--green: #3EAB76;
	--red: #C72E33;
	--font-color: #333;
	--invert-font-color: #fff;
	--bg-color: #fff;
	--header-color: #000;
}

/* BODY */

body {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1em;
	font-family: "Archivo Narrow", Verdana, Geneva, sans-serif; 
	color: var(--font-color);
	background-color: var(--bg-color);
}

.kontener {display: block; width: 100%;}

h1, h2, h3, h4, h5, h6 {
	color: var(--header-color);
	text-transform: uppercase;
	font-family: "Antonio", Verdana, Geneva, sans-serif; 
}


#glowna {
	display: block;
	width: 100%;
	overflow: hidden;
	min-height: 1055px;
	background: url(../img/headerBg.jpg) top center no-repeat;
	background-color: #000;
}

#podstronaStandard {
	display: block;
	width: 100%;
	min-height: 295px;
	background: url(../img/headerMinBg.jpg) top center no-repeat;
}

#zawodnikHeader {
	display: block;
	width: 100%;
	min-height: 295px;
}

#zawodnikBg {
	background: url(../img/headerBg.jpg) top center no-repeat;
}

/* MOBILNE MENU */

a:focus {outline: none;}
a.trigger{position: absolute; text-decoration: none; color:var(--invert-font-color); height: 53px; width: 53px; z-index:2000;}
a.trigger.left {left: 0;}
#trigger4 {background: url(../img/mobileMenu.png) no-repeat; z-index: 1001;	top: 0px; position: fixed;}
#trigger3 {background: url(../img/social.png) no-repeat;}
a.trigger.right {right: 0;}
a.trigger:hover {opacity: 0.5;}
a.active.trigger {opacity: 0.5;}

#panel {
	padding: 55px 5% 50px 15%; 
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0; 
	z-index: 1000; 
	background: var(--green); 
	width: 80%;
	color: var(--invert-font-color);
	overflow: hidden;
	}

#menuMini ul {list-style: none;	margin: 0; padding: 0;}
#menuMini ul ul {list-style: none;margin: 10px 0 10px 40px; padding: 0;}	
#menuMini ul ul li a {background: var(--dark-gray); color: var(--yellow);}	
#menuMini ul ul ul li a {background: var(--red); color: var(--inver-font-color) !important;}	
#menuMini ul li a {
	color: var(--invert-font-color);
	text-decoration: none;
	border-radius: 50px;
	padding: 20px;
	margin: 15px;
	clear: both;	
	display: block;	
	text-align: right;
	background-color: var(--yellow);
	overflow: hidden;
	text-transform: uppercase;
}

#menuMini ul li a:hover {
	color: var(--font-color);
}

#menuMini ul ul li a:hover {
	color: var(--invert-font-color);
}
	

/* DESKTOP MENU */

#menuBig {
	height: 184px;
	overflow: visible !important;
	background: url(../img/menuBg.png) top center no-repeat;
}

#menu {
	height: 44px;
	float: right;
	padding: 0 0px 0 0;
	margin: 120px 0 0 0;
	}	
	

#menu {position: relative; z-index: 2001;}
#menu ul {list-style: none; margin: 0; padding: 0;}
#menu ul li {
	position: relative;
	min-height: 55px;
	float: left;
	text-align: center;
	padding: 0 7px 0 7px;
	border-right: 0px solid #fff;
}

#menu ul a {
	display: block;
	padding: 12px 0 0 0;
	font-family: "Antonio", Verdana, Geneva, sans-serif;
	font-size: 1em;
	transition:ease-in-out 0.3s;
	color: var(--invert-font-color);
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

#menu ul a:hover {
	transition:ease-in-out 0.3s; color: var(--yellow);
}

/* poziom 2 */
#menu ul li ul {position: absolute; visibility: hidden; left: 0; top: 55px; opacity: 0;}
#menu ul ul li {
	background-color: var(--red);
	top: 10px;
	width: 230px;
	min-height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	text-align: left !important;
	font-size: 1em;
	border-bottom: 1px solid #fff;
	z-index:2001;
	transition:ease-in-out 0.3s;
	opacity: 1;	
}

#menu ul li:hover> ul {transition:ease-in-out 0.3s; transform: translate(0,-20px); visibility: visible; opacity: 1;}

#menu ul ul li a {
	display: block;
	padding: 5px 0 0 0;
	font-size: 1em;
	color: var(--invert-font-color);
	text-decoration: none;
}

#menu ul li:hover ol {display: block;}
#menu ul li:hover ol ol {visibility: hidden;}
#menu ul ul li:hover {transition:ease-in-out 0.3s; background-color: var(--yellow) !important;}
#menu ul ul li a:hover {transition:ease-in-out 0.3s; color: var(--dark-gray);}
/* poziom 3 */
#menu ul ul ul {position: absolute; visibility: hidden; left: 264px; top: -10px !important; opacity: 0;}
#menu ul ul ul li {border-left: 1px solid #fff; background-color: var(--yellow) !important;}
#menu ul ul ul li a {color: #000;}
#menu ul ul ul li:hover {background-color: var(--dark-gray) !important;}
#menu ul ul ul li a:hover {color: var(--invert-font-color);}
#menu ul ul li:hover ul {display: block;}
#menu ul ul li:hover ul ul {display: none;}

#menu ul ul li:hover> ul {transition:ease-in-out 0.3s; transform: translate(-20px, 0); visibility: visible; opacity: 1;}



/* SLIDER */

#slider {
	padding: 25px 0 25px 0;
	overflow: hidden;
}

#slider p {display: none;}

#bezSlidera {
	background: url(../img/bezSlideraBg.jpg) top center no-repeat;
	height: 165px;
}

#sliderWrap {
	display: block; 
	width: 100%; 
	max-width: 1280px; 
	margin: auto; 
	overflow: hidden; 
	border-radius: 0px; 
	}


/* BELKI */


#belki {
	background-color: #000;
	overflow: hidden;
	padding-bottom: 30px;
}

#belki figure {
	border-radius: 15px;
	display: block;
	width: 100%;
	height: 200px;
	background-color: var(--red);
}

		/* tymczasowo */
		#belki .wp-block-column {margin: 1%;}
		/* tymczasowo */

#belki .tytul {
	color: var(--yellow);
	font-size: 3em;
	clear: both;
	display: block;
	text-align: left;
	margin: 0 !important;
	font-family: "Antonio", Verdana, Geneva, sans-serif; 
}

#belki ul {
	list-style: disc;
	color: var(--yellow) !important;
}

#belki .tresc {
	color: var(--yellow);
	clear: both;
	display: block;
	margin: 0 !important;
	font-size: 1.2em;
}

#belki a {
	text-decoration: none;
	transition:ease-in-out 0.3s; opacity: 1;
	color: var(--yellow);
}

#belki a:hover {
	transition:ease-in-out 0.3s; color: var(--invert-font-color);
}





/* ZAJAWKA  */ 

#zajawka {
	background: url(../img/zajawkaBgBottom.jpg) bottom center no-repeat;
	background-color: #000;
	min-height: 370px;
	padding: 0 0 100px 0;
	color: var(--invert-font-color);
	font-size: 1.5em;
}

#zajawka figure {
	margin: 0 1% 0 0;
}

#zajawka h2 {
	color: var(--yellow);
	text-transform: uppercase;
	font-size: 2em;
	margin: 0;
}





/* TRESC */

#tresc {
	background: url(../img/bg.jpg) top center no-repeat;
	background-color: var(--bg-color);
	padding-bottom: 30px;
}

#tresc h1 {
	color: #000;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: right;
}

/* NAJNOWSZE */

#najnowsze {
	background: url(../img/bg.jpg) top center no-repeat;
	background-color: var(--bg-color);
	min-height: 500px;
	padding-bottom: 30px;
	overflow: hidden;
}

#najnowsze h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
	padding: 20px 0 20px 0;
}





/* stronicowanie */
.stronicowanie {display: block; clear: both; list-style: none; text-align: center; margin: 20px 0 20px 0;}


.stronicowanie a {
	text-decoration: none;	
	color: #999;
	padding: 3px 8px 3px 8px;
	border: 1px solid #999;	
	border-radius: 5px;
}

.stronicowanie a:hover {
	color: var(--font-color);
	background-color: var(--dark-gray);
}

.stronicowanie .current {
	color: var(--invert-font-color) !important;
	padding: 3px 8px 3px 8px;
	border: 1px solid #fff;
	background-color: #333;
	border-radius: 5px;	
}



/* Wyszukiwarka */

.wynik {
	display: block; 
	overflow:hidden; 
	border: 1px dotted #999; 
	padding: 20px; 
	margin: 20px;
}

.wynik img {
	float: right; 
	width: 80px;
}

.wynik .tytul {
	font-size: 2em;
}

.wynik .tresc p {
	padding-left: 30px;
}

.wynik .typ {
	display: block !important;
	width: 100px;
	float: right; 
	clear: both;
	text-align: center;
	background-color: var(--dark-gray);
	padding: 3px 10px 3px 10px;
	margin-top: 5px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}

#naglowekWyszukiwarka {
	margin: 0;
	padding: 0;
}


/* formularz wyszukiwarki search.php*/

#wyszukiwarka form fieldset {
	padding: 0;
	display: block;
	width: 90%;
	margin: 0 auto 50px auto;
	border:0px;
}

#wyszukiwarka form #searchsubmit {
	display: block;
	transition: ease-in-out 0.3s;
	background-color: #0a57d9;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--invert-font-color);
	font-family: "Antonio", Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
	border: 0px;
	cursor: pointer;
	padding: 11px 20px;
	float: left;
	width: 20%;
	min-width: 80px;
}

#wyszukiwarka form #searchsubmit:hover {
	transition: ease-in-out 0.3s;
	background-color: #0AC3D8;
}

#wyszukiwarka form #s {
	display: block;
	padding: 11px 20px;
	border-radius: 50px;
	border: 1px solid #666;
	width: 60%;	
	min-width: 120px;
	margin: 1px 10px 0 0;
	float: left;
}



/* NAJNOWSZE */
/* KARUZELA Z NAJNOWSZYMI */	

#najnowsze {
	background-color: var(--bg-color);
	padding-bottom: 30px;
	overflow: hidden;
}

#najnowsze h4 {
	color: var(--header-color);
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
	padding: 20px 0 20px 0;
}
#najnowsze h2, .wppsac-post-carousel.design-1 .wppsac-post-title a {
	color: var(--header-color) !important;
}


.wppsac-wrap .wppsac-post-image {
	width: 100% !important;
}

#najnowsze .wppsac-post-categories {
	display: none !important;
}

.wppsac-post-content .wppsac-readmorebtn {
	display: block;
	float: right;
	clear: both;
	transition:ease-in-out 0.3s;
	background-color: var(--red) !important;
	padding: 10px 30px 10px 30px !important;
	border-radius: 50px !important;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--invert-font-color) !important;;
	font-family: "Antonio", Verdana, Geneva, sans-serif;
	font-size: 1em !important;
	border: 0px !important;
}

.wppsac-post-content .wppsac-readmorebtn:hover {
	transition:ease-in-out 0.3s;
	background-color: var(--bg-color) !important; 
	color:  var(--dark-gray) !important;
}

#najnowsze .wppsac-post-date, #najnowsze .wppsac-readmorebtn{
	display: none !important;
}

/* TABELE WYNIKOW */

#tabela {
	min-height: 1380px;
	overflow: hidden;
}

#tabelaHead {
	display: block;
	width: 100%;
	height: 443px;
	background: url(../img/tabelaHead.jpg) top center no-repeat;
}


#tabelaMid {
	display: block;
	width: 100%;
	min-height: 696px;
	overflow: hidden;
	background: url(../img/tabelaMid.jpg) top center no-repeat;
}

#tabelaBot {
	display: block;
	width: 100%;
	height: 243px;
	background: url(../img/tabelaBot.jpg) top center no-repeat;
}

#tabela h2 {
	color: var(--yellow);
	text-align: right;
	font-size: 3em;
	padding-top: 150px;
}


/* WSPIERAJA NAS */

#partnerzy {
	min-height: 510px;
	overflow: hidden;
}

#partnerzyHead {
	display: block;
	width: 100%;
	height: 413px;
	background: url(../img/wspierajaHead.jpg) top center no-repeat;
}

#partnerzy h2 {
	color: #000;
	text-align: right;
	font-size: 3em;
	padding-top: 300px;
	margin: 0;
}


#partnerzyMid {
	display: block;
	width: 100%;
	min-height: 340px;
	overflow: hidden;
	padding-top: 30px;
}


/* STOPKA */


#stopka #formularz {
	background: url(../img/tabelaMid.jpg) top center no-repeat;
	overflow: hidden;
	min-height: 300px;
}

#stopka h3 {
	text-align: left;
	font-size: 3em;
	padding: 0;
	margin: 0;
}

#stopka #adres h3 {
	color: #000;
}

#stopka #adres  {
	color: #000;
}

#stopka #formularz h3 {
	color: var(--invert-font-color);
}

#stopka #formularz {
	color: var(--invert-font-color);
}

#stopka {
	overflow: hidden;
	background-color: var(--bg-color);
}

#stopka #adres h4 {
	font-size: 2em;
}

#stopka #adres h4::first-line {
	font-size: 0.8em;
}

#stopka #kontaktLogo {
	display: block; 
	width: 270px; 
	height: 82px; 
	background: url(../img/logo.png) top center no-repeat; 
	margin-top: 35px; 
	clear: both;
}


#zadzwonTeraz {
	width: 108px;
	height: 70px;
	position: fixed;
	z-index: 3000;
	right: 0px;
	bottom: 40px;
	background: url(../img/zadzwonTeraz.png) top center no-repeat;
}



/* ZAWODNIK */

#heroFoto {
	display: block;
	position: relative;
	padding: 15px 5% 5% 0;
	float: left;
}



#heroFoto .wp-post-image {
  display: block;
  height: auto;
  margin: 0 0 0 0 !important;
	-webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	z-index: 1;
}



#heroFoto .numer {
	display: block;
	font-family: "Anton", Verdana, Geneva, sans-serif; 
	background-color: var(--dark-gray);
	color: var(--yellow);
	overflow: hidden;
	position: absolute;
	z-index: 2;
	-webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}

	
#trescZawodnik {
	padding-bottom: 30px;
	display: block;
	overflow: hidden;
}

#trescZawodnik2 {
	background-color: #fff;
	padding-bottom: 30px;
	display: block;
	overflow: hidden;
}


#trescZawodnik h1 {
	color: var(--yellow);
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: right;
}

#heroStat {
	display: block;
	overflow: hidden;
	position: relative;
	background-color: var(--yellow);
	-webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}

#heroStat table {
	width: 100%;
}

#heroStat table tr td:nth-child(even) {text-align: right; font-family: "Anton", Verdana, Geneva, sans-serif; }
#heroStat table tr td:nth-child(odd) {text-align: left;}
#heroStat table tr {padding: 3px;}
#heroStat table tr:nth-child(even) {background-color: var(--red); color: var(--invert-font-color) !important;}
#heroStat table tr:nth-child(odd) {color: var(--font-color) !important;}
#heroStat table #napastnik {font-size: 2em; color: var(--dark-gray) !important;}
#heroStat table td {padding: 10px 20px 10px 20px;}

#heroTitle {
	display: block;
	overflow: hidden;
	padding: 34px 0 0 0 !important;
	float: right;
	line-height: 1em;
}


#sponsorzy {
	height: 50px;
	padding-top: 10px;
	overflow: hidden;
	background-color: #373737;
}

#sponsorzy .wp-block-image img {
	max-height: 45px !important;
	width: auto !important;
}