/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */

/*
@font-face {
  font-family: 'FaktSlab';
  src: url('https://www.gory.zamanagroup.pl/v6/faktslab-medium.eot');
  src: url('https://www.gory.zamanagroup.pl/v6/faktslab-medium.woff') format('woff');
}
*/

@font-face {
  font-family: 'FaktSlabStencilBlack';
  src: url('https://www.gory.zamanagroup.pl/v6/faktslabstencil-black.eot');
  src: url('https://www.gory.zamanagroup.pl/v6/faktslabstencil-black.woff') format('woff');
}

html{
	zfont-family: 'FaktSlab', 'Source Sans Pro', sans-serif;
    font-family: 'Roboto Slab', serif;
}

body {
    color: #000000;
}

h2, h3 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
}

#side_links{
	position: absolute;
	right: 0;
	top:112px;
	z-index:10;
}
#side_links img{
	display: block;
	width: 40px;
}
a:hover{
	color:#FDC131;
}
.zamanagroup_all a:hover img {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
p {
    margin-block-start: 0px;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	text-align: left;
}
[onClick]{
	cursor: pointer;
}
.menu_ikony{
	margin-top:22px !important;
}
.menu_ikony img{
	width:39px;
}
#menu ul{
	list-style: none;
    padding: 0 0 0 1em;
	margin: 0;
}
#menu a:hover{
	color: black;
}
.dzial_tytul{
	font-family: 'FaktSlabStencilBlack', 'Arial Black', sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	width: 100%;
}
.news >div{
	padding-left: 1em !important;
}
.maratoninfo_screensmall >div{
	padding-right: 1em !important;
}

.twocols {
	padding-left: 0 !important;
	max-width: calc(980px + 1em) !important;
}

.information {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 1em;
}

.news p{
	text-align: left !important;
}
.news_img{
	height:auto;
	width:auto;
	float:right;
	margin-top:-29px;
	max-width:167px;
	margin-left:10px;	
}
.news_foto, .news_foto a{
	color: white;
	text-shadow:	
     -1px -1px 1px #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.news_foto a:hover{
	color:#FDC131;
}
.zobacz_foto, .zobacz_foto a{
	text-shadow:none !important;
}
.news_foto .news_tytul{
	padding-left: 0.5em;
}
.news_foto .news_tresc{
	padding-left: 0.5em;
    padding-right: 0.5em;
	position: absolute;
    bottom: -0.5em;
	text-align: left !important;
}
.news_tresc div{
	text-align: left !important;
}
.news_fotos{
	position: absolute;
	z-index: -1;
	width: max-content;
	width: -moz-max-content;
}
.news_fotos img{
	filter: brightness(75%);
	width: auto;
	height: 136px;
	float: left;
}
.przeczytaj {
	position: absolute; 
	right: 0px; 
	color:#FDC131; 
	left: 0;
	bottom: -5px; 
	padding: 1px 6px 6px 6px; 
	text-align: right;
	font-size: 85%; 
	background-color: #FFFFFF; 
	text-transform: uppercase;
}
.przeczytaj a{
	color:#FDC131; 
}
.cropcircle{
    width: 29px;
    height: 29px;
    border-radius: 90%;
    background: #eee no-repeat center;
    background-size: 126% 126%;
	zzbackground-color: white;
    background-color: #FDC131;
}
.kalendarz_box {
	position: relative;
	float:left; 
	padding:5px 5px 5px 7px; 
	width: 118px;
	height: 118px;
	background-color: white;
  box-shadow: 
    2px 0 0 0 #FDC131, 
    0 2px 0 0 #FDC131, 
    2px 2px 0 0 #FDC131,   /* Just to fix the corner */
    2px 0 0 0 #FDC131 inset, 
    0 2px 0 0 #FDC131 inset;
	overflow: hidden;
}
.kalendarz_box img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
.kalendarz_box_now {
	background-color: #FDC131;
}
.kalendarz_box_now *{
	color: white !important;
}
.kalendarz_box_now .cropcircle{
	background-color: white !important;
}
.kalendarz_box_was {
	background-color: #E4E5E6;
	color: #98999A !important;
}
.kalendarz_box_was .cropcircle {
	background-color: #98999A;
	color: #98999A !important;
}
.kalendarz_box_data {
	font-weight: bold;
	font-size: 133%;
    letter-spacing: -1px;
}
.kalendarz_box_miejsce{
	font-weight: normal !important;
	margin-top: -8px;
    line-height: 115%;
}
.kalendarz_box_etap{
	font-size: 110%; 
	color: #FDC131; 
	position: absolute; 
	bottom:2px; 
	right:5px;	
}
.fadeIn {
	background-color: #FDC131;
	-webkit-transition: background 0.25s linear;
	-moz-transition: background 0.25s linear;
	-ms-transition: background 0.25s linear;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
}
.fadeOut {
	background-color: transparent;
	-webkit-transition: background 0.25s linear;
	-moz-transition: background 0.25s linear;
	-ms-transition: background 0.25s linear;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
}
hr {
	height: 2px;
	border: 0;
	padding: 0;
	margin: 0.5em 0;
}
hr:not(.white) {
	background-color: #FDC131;
}
.strona_link{
	background-color: #FDC131;
	padding: 5px;
	margin: 15px 1px 1px 1px;
	color: white !important;
	font-weight: normal !important;
}
button, input[type="submit"], .czarny_przycisk{
	background-color: #FDC131;
	border: none;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
}
button:disabled{
	background-color: grey;
}
input[type="text"]{
	color: black;
	
}
.more {
	color:#FDC131; 
	padding: 5px; 
	font-size: 70%; 
	text-transform: uppercase;
}

.strona_teraz{
	font-weight: bold!important;
	color: black !important;
    background: none;
}
.white {
	background-color: white;
}
.deeper{
	padding-left: 1.2em;
}
.zaproszenie {
	position: absolute; 
	bottom:24px; 
	width:100%;
	color: white;
}
.textShadow{
	text-shadow: 1px 1px 1px #040404;	
}
.textShadowWhite{
	text-shadow:	
     0 -2px 0 #FFF,  
     0 2px 0 #FFF,  
     -2px 0 0 #FFF,  
     2px 0 0 #FFF,  
     -2px -2px 0 #FFF,  
      2px -2px 0 #FFF,
      -2px 2px 0 #FFF,
       2px 2px 0 #FFF;
}
.boxShadow{
	box-shadow: 1px 1px #454545;	
}
.zaproszenie a{
	color: white;
}
.zamanagroup_all >div:nth-child(1) img{
	width: 31px;
}
.zamanagroup_all >div:nth-child(2) img{
	width: 150px;
}

.maratoninfo p {
	padding: 0;
	margin: 0;
}
.maratoninfo td:not(:nth-child(1)) {
	padding-left: 11px;
}
.maratoninfo table, .maratoninfo td {
	width: auto !important;
}
#menu, #menu a{
	color: white;
}
/*
 * -- Layout Styles --
 */
.l-content {
    margin: 0 auto;
}

.l-box {
    padding: 0.5em 2em;
}
.chewron_spec{
	font-size: 90%;
	width: 10px;
   animation-duration: 1000ms;
   animation-name: blink;
   animation-iteration-count: infinite;
   animation-direction: alternate;
}
@keyframes blink {
   from {
	  color: red;
   }
   to {
	  color: white;
   }
 }		
/*
 * -- MENU STYLES --
 * Make the menu have a very faint box-shadow.
 */
.pure-menu {
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}

.pure-menu-link {
    padding: .5em .7em;
}

.maratoninfo_sponsor {
	text-align: center;
	width: 100%;
	background-color: #fff;
	table-layout: fixed;
}
.maratoninfo_sponsor {
	border-top: 2px solid #FDC131;
}
.maratoninfo_sponsor tr:first-child > td {
	text-transform: uppercase;
	font-size: 80%;
	padding-top: 11px;
}
.maratoninfo_sponsor img {
	margin: 18px;
	vertical-align: middle;
	max-width: 80%;
	height: auto !important;
}
.maratoninfo_sponsor td, .maratoninfo_sponsor p {
	text-align: center !important;
	width: auto !important;
	height: auto !important;
}
.maratoninfo_sponsor table{
	display: inline-table;
}

/*
 * -- BANNER --
 * The top banner with the headings. By using a combination
 * of `display: table;` and `display: table-cell;`, we can
 * vertically center the text.
 */

.banner {
    position: relative;
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: center center; 
    text-align: center;
    height: 350px;
    width: 100%;
    margin-bottom: 1em;
    display: table;
}

.banner-head {
	color: white;
	margin: 11px;
	padding: 0 16px 0 16px;
}



/*
 * -- PRICING TABLE WRAPPER --
 * This element wraps up all the pricing table elements
 */
.pricing-tables {
    margin-bottom: 3.125em;
    text-align: center;
}

/*
 * -- PRICING TABLE  --
 * Every pricing table has the .pricing-table class
 */
.pricing-table {
    border: 1px solid #ddd;
    margin: 0 0.5em 2em;
    padding: 0 0 3em;
}

/*
 * -- PRICING TABLE HEADER COLORS --
 * Choose a different color based on the type of pricing table.
 */
.pricing-table-free .pricing-table-header {
    background: #519251;
}

.pricing-table-biz .pricing-table-header {
    background: #2c4985;
}

/*
 * -- PRICING TABLE HEADER --
 * By default, a header is black/white, and has some styles for its <h2> name.
 */
.pricing-table-header {
    background: #111;
    color: #fff;
}
.pricing-table-header h2 {
	margin: 0;
	padding-top: 2em;
	font-size: 1em;
	font-weight: normal;

}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.footer {
    background: #000000;
    color: #DDDDDD;
}
.footer a {
	color: #DDDDDD;
}
#etapy_menu{
	position: absolute;
	display: none;
	z-index: 9;
    max-width: calc(99% - 1.5em);
}


/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various pricing tables
 */
@media (min-width: 767px) {
    .pricing-table {
    }
}

/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (min-width: 568px) {
    .banner {
        height: 400px;
    }
	.dzial_tytul{
		font-size: 2.75em;
	}
	.maratoninfo_screensmall{
		display: none;
	}
	.maratoninfo_screenbig{
		display: block;
	}
	.mapa_tytul_smartphone{
		display: none;
	}
}

@media (max-width: 567px) {
	.maratoninfo_screensmall{
		display: block;
	}
	.maratoninfo_screenbig{
		display: none;
	}	
	.mapa_tytul_smartphone{
		display: block;
	}
}


/* CYKLOPEDIA */
.cyklopedia {
	min-height: 500px;
	padding: 10px;
	background-color: #E5E7E6;
	width: 100%;
}
.cyklopedia_sekcja {
	width: auto;
	background-color: #FFF;
	margin-bottom: 2px;
}
.bardzo_maly_font {
	font-size: 10px;
	line-height: 12px;
}
.menu {
	background-color: #CCC;
	display: inline-block;
}
.menu div {
	float: left;
}
.menu a {
	background-image: url(v3/pix/przycisk_tlo.png);
	background-repeat: no-repeat;
	color: #000;
	line-height: 19px;
	height: 20px;
	text-align: center;
	float: left;
	padding: 3px 5px;
}
.menu_margines {
	width: 22px;
	height: 11px;
}
.menu_margines2 {
	width: 120px;
	height: 11px;
}
.loadImg {
	position: relative;
	overflow: hidden;
	float: left;
	background-image: url(v3/pix/czekaj.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.obrazki_czarny {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
.obrazki {
	width: 640px;
	position: relative;
	margin-bottom: 5px;
}
.obrazki img {
	margin: 0px;
}
.obrazki_duzy {
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.obrazki_male {
	overflow: auto;
	overflow-y: hidden;
	width: 640px;
	height: 100px;
	margin: 0 auto;
}
.obrazki_male div {
	white-space: nowrap;
}
.obrazki_male img {
	margin-right: 1px;
	margin-left: 1px;
}
.obrazki_bar_back {
	background-color: #aaa;
	width: 100%;
	height: 6px;
}
.obrazki_bar {
	background-color: #b90000;
	width: 10px;
	height: 6px;
}
.obrazki_close {
	position: absolute;
	right: -40px;
	top: 0px;
}
.overlay {
	background-color: #000;
	opacity: .85;
	filter: alpha(opacity=85);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.foto_podpis {
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: .8;
	filter: alpha(opacity=80);
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	z-index: 4;
}
.foto_podpis a {
	font-weight: bold;
}
.komentarz {
	background-color: #FFF;
	margin-bottom: 2px;
	display: inline-block;
	width: calc(100% - 10px);
	position: relative;
}
.komentarz a {
	font-weight: bold;
}
.komentarz div {
	margin: 3px;
	padding: 5px;
	line-height: 10px;
}
.komentarz_okienko {
	width: 600px;
	max-width: 600px;
}
.obrazki_komentarze {
	background-color: #e5e7e6;
	width: 640px;
	margin: 0 auto;
	margin-top: 5px;
}
.cykloMenuSelected{
	background-color: #FDC131 !important;
	background-image: none !important;
	color: white !important;
	border-left: 1px solid black;
}
.info {
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}

.tabelka {
	margin-left: auto;
	margin-right: auto;
}
.tabelka a {
	font-weight: bold;
}
.tabelka td, .tabelka th {
	padding: 5px;
}
.tabelka th {
	font-weight: normal;
	text-transform: uppercase;
}
.tabelka tr:nth-child(even) {
}
.tabelka tr:nth-child(odd) {
	background: #EEE;
}
.player {
	opacity: .8;
	filter: alpha(opacity=80);
	position: absolute;
	left: 50%;
	bottom: 130px;
	width: 180px;
	margin-left: -90px;
	border: 1px solid white;
	background-color: #000;
	color: #FFF;
	text-align: center;
	display: none;
	z-index: 12;
}
.player img {
	margin: 10px;
}
.autostop_kafel {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbb;
	background-color: #FFF;
}
.autostop_tytul {
	margin-top: 10px;
}
table.sortable {
	background-color: #e5e7e6;
}
table.sortable a {
	font-weight: bold;
}
table.sortable th, table.sortable td {
	padding: 2px 4px 2px 4px;
	border: 0px;
}
table.sortable th {
	background-color: #9f9f9f;
	color: #fff;
}
table.sortable th a {
	color: #fff;
}
table.sortable td {
}
table.sortable tr.odd td {
	background-color: #fff;
}
table.sortable tr.even td {
	background-color: #F3F3F3;
}
table.sortable tr.sortbottom td {
	background-color: #ccc;
	font-weight: bold;
}
.slupek_horyzont {
	position: absolute;
	top: 0px;
	overflow: hidden;
	height: auto;
	color: #fff;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.popup {
	border-radius: 4px;
	background: #FFF;
	-moz-box-shadow: 0 3px 10px #888;
	-webkit-box-shadow: 0 3px 14px #999;
	box-shadow: 0 3px 10px #888;
	padding: 4px;
	width: 200px;
	border: 1px solid #CCC;
}
.popup a {
	font-weight: bold;
}
.popupik {
	position: relative;
}
.popupik:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-right-color: #fff;
	left: -20px;
	top: 2px;
}
.szary {
	background-color: #9f9f9f;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}
.szarawy {
	background-color: #DDD;
	padding: 5px;
}
.szary a {
	color: #FFF;
}

.popupik {
	position: relative;
}
.popupik:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-right-color: #fff;
	left: -20px;
	top: 2px;
}
div#popupDateField_od, div#popupDateField_do {
	display: inline;
}
div#popupDateField_od:hover, div#popupDateField_do:hover {
	cursor: pointer;
	text-decoration: underline;
}
.smallImg {
	position: relative;
	overflow: hidden;
	float: left;
}
.profil_zawodnik {
	background-color: #9f9f9f;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.profil_zawodnik a {
	color: #FFF;
}
.profil_kafel {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbb;
}
.profil_kafel:not(.profil_zawodnik){
	background-color: white;
}
.profil_kafel_more {
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 22px;
}

.przyciski_foto {
	display: inline-block;
	right: 10px;
	top: 10px;
	position: absolute;
}
.przyciski_foto a:link, .przyciski_foto a:visited, .przyciski_foto a:active, .przyciski_foto a:hover {
	background-image: url(v3/pix/przycisk_tlo.png);
	background-repeat: no-repeat;
	color: #000;
	font-size: 19px;
	padding: 5px;
	line-height: 19px;
	height: 16px;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
	font-weight: normal;
}
.moreLess{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #FDC131;
	border: none;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 6px;
}
#popupDateField_od, #popupDateField_do{
	width: 7em;
    text-align: center;
}
.zawody_ikonki img{
	height:22px; 
	vertical-align:middle;
    padding: 1px 10px 1px 4px;
}
#menu_cyklopedia a{
	display: inline-block;
}
.artykul_data {
    padding-top: 15px;
}
.artykul_tytul {
	font-size: 40px;
	line-height: normal;
	font-weight: bold;
	zzmargin-bottom: -10px;
}
.artykul_tekst img{
	max-width: 600px;
    zzzwidth: 100%;
	height: auto;
}
.news_video{
    height: auto;
    width: 167px;
	border-left: none;
	border-right: none;
	border-bottom: none;
    float: right;
    padding-top: 5px;
    border-top: 2px solid #FDC131;	
}
.kolko{
	width: 2em;
    font-size: 2em;
    display: inline-block;
    color: #A8A8A8;
}
.player_on{
	color: white;
}
a[href^='https://goo.gl']{
	font-weight: normal;
}

.dzial_cykl_back {
	background-color: #ec1d30;
}
.dzial_tour_back {
	background-color: #F15E9B;
}
.dzial_time_back {
	background-color: #7d0f7d;
}
.dzial_gorce_back {
	background-color: #7d0f7d;
}
.dzial_gory_back {
	background-color: #FDC131;
}
.dzial_zima_back {
	background-color: #7cafe0;
}
.dzial_24h_back {
	background-color: #8ac93d;
}
.dzial_gwiazda_back {
	background-color: #1795c4;
}
.dzial_epilog_back {
	background-color: #b80011;
}
.dzial_group_back {
	background-color: #999;
}
.dzial_inne_back {
	background-color: #bbb;
}
.dzial_akademia_back {
	background-color: #999;
}

.centruj{
	text-align: center;
}

.skresl {
    color: #9F9F9F;
}