


/*Nagłówki*/
.h3, h3 {
    font-size: 1.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

/*Linki*/ 
.article-details a.hasTooltip {
    color: #000;
}

.fullarticle a::after {
    font-family: FontAwesome;
    content: "\f0a9";
    margin: 0 5px;
    color: #cc0202;
	transition: .3s
}

.fullarticle a:hover::after {
    font-family: FontAwesome;
    content: "\f0a9";
    margin: 0 0 0 10px;
    color: #cc0202;
}

.fullarticle .nspHeader  a::after {
    content: "";
}
.fullarticle .nspHeader  a:hover::after {
    content: "";
}


/*LOGO*/
#sp-logo {
    padding: 0;
}

.logo img {
    max-height: 80px;
}


.wf_file img {

    display: inline;

}

.article-text a::after {
    font-family: FontAwesome;
	content: "\f0a9";
    margin: 0 5px;
    color: red;

}

.article-text a::after {
    font-family: FontAwesome;
	content: "\f0a9";
    margin: 0 5px;
    color: red;
}

.dj-icon.fa {

    color: #FFF;
	font-size: 1rem;

}
@media (max-width:968px)
{
.dj-icon.fa {
    display: none;
}
}


.article-info > span + span::before {
    content: none;
}
.info-separator {
    margin: 0 5px;
}
/* Style dla kalendarza */
.justevent {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}
a.ev_link_row {
    color: #d20b10 !important;
}
.nav-items > div a {
    padding: 5px 12px 5px 15px;
    text-decoration: none;
    color: #474747;
}
#jevents_body .nav-items > div a:hover {
    padding: 6px 12px 5px 12px;
    background-color: #ededed;
    border-left: none;
}


.mod_events_latest_content a:after {
	font-family: FontAwesome;
    content: "\f0a9";
    margin: 0 5px;
    color: #fff;
}

/* KONIEC */

/* MODUŁY POD SLIDEREM */
section#sp-slider-top {
    position: relative;
}
#sp-slider-mod-3 .container {
    margin-top: -40px;
}
.wrapBox {
    padding: 15px;
	margin-bottom: 5px;
	text-align: center;
}
.wrapBox p {
    margin: 0;
    padding: 0 5px;
}
.wrapBox div {
    padding: 0;
}

.wrapBox a {
    font-size: 1.2rem;
}

.wrapBox h2 a {
    font-weight: 700;
}

section#sp-slider-mod-3 {
    position: relative;
}

#sp-position1,#sp-position2,#sp-position3,#sp-position4 {
padding:0px;
}

/* KONIEC */
#sp-header > div > div > .row {
    justify-content: center;
}
@media (max-width: 480px) {
	#sp-header > div > div > .row {
    justify-content: flex-end;
}
@media (min-width: 469px) and (max-width: 768px){
.wrapBox {
    text-align: center;
}}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    margin-top: 10px;
}
}
/* HEADER */
div#sp-pogoda {
    margin: auto 0;
}

.header-sticky .dj-megamenu-tpl li a.dj-up_a {
    color: #000;
}

.header-sticky .dj-megamenu-tpl li a.dj-up_a:hover {
    color: #d20b10;
    border-bottom: 2px solid #d20b10;
}

.header-sticky .dj-icon.fa {
    color: #d20b10;
}

.dj-up_a:hover {
    border-bottom: 2px solid #fff;
}
.dj-megamenu-tpl li a.dj-up_a {
    font-size: 1rem !important;
}



/* Poprawienie BIP */
a.bipHref svg {
    margin-bottom: -8px;
}
.kontakt a.bipHref svg {
    margin-bottom: 0px;
}
/* Hamburger menu */
@media (max-width: 768px) {
a#offcanvas-toggler {
    margin-top: 10px;
}}
/* Logotypy na tablecie */
@media (max-width: 768px) {
.custom.logotypy.red img {
    margin: 0 auto;
}}

/* Footer */
#sp-footer a {
    color: #FFF;
}

@media (max-width: 768px){
.wrapBox {
    text-align: center;
}}
/* Poprawka dla scroola */
:target:before {
content:"";
display:block;
height: 120px; /* fixed header height*/
margin: -120px 0 0; /* negative fixed header height */
}

/* Modul latest */
.latestnews a::before {
    font-family: FontAwesome;
    content: "\f0a9";
    margin: 0 5px;
    color: #fff;
}

/* Moduł najczęściej czytane */
.mostread a:before {
    font-family: FontAwesome;
    content: "\f0a9";
    margin: 0 5px;
    color: #fff;
}
.breadcrumb a:focus { 
  border: 2px dashed #fff; 
  outline: none;
}
.form-control:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(207, 2, 2);
    -moz-box-shadow: 0 0 0 0.2rem rgb(207, 2, 2);
    box-shadow: 0 0 0 0.2rem rgb(207, 2, 2);
}
.btn.focus, .btn:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(207, 2, 2);
    -moz-box-shadow: 0 0 0 0.2rem rgb(207, 2, 2);
    box-shadow: 0 0 0 0.2rem rgb(207, 2, 2);
}
.ico_nav {
    position: absolute;
    left: 0;
    line-height: 70px;
}
.ico_nav .fa {
    margin-right: 10px;
}
#sp-social i:hover {
    transform: rotate(360deg) scaleX(1);
	color: #d20b10;
}
#sp-social i {
    margin: 20px 5px;
    transition: .3s;
}
a.bipHref svg:hover {
	transform: rotate(360deg) scaleX(1);
	color: #d20b10;
}
a.bipHref svg {
    transition: .3s;
}
#sp-social svg:hover path {
    fill: #d20b10 !important;
}


.article-details a {
    color: #d20b10;
}
.article-details a:hover {
    color: #3450D3;
	text-decoration:underline;
}


.info-link {
    margin: 30px 0;
	line-height:1.5em;
}

.info-link a::before {
    font-family: FontAwesome;
    content: "\f0a9";
    margin: 0 5px;
    color: #fff;
}

#sp-bottom a:focus {
    outline: 2px dashed #fff;
}

#sp-bottom h3 {
    font-size: 1.3rem;
}

/* Zawody na głównej */
.main_zawody {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.main_zawody img {
    width: 265px;
}
.main_zawody__img {
    box-shadow: 0px 0px 2px 0px #c3c3c3;
    transition: .2s;
}
.main_zawody__img:hover {
    box-shadow: 0px 0px 2px 2px #c3c3c3;
}
.main_zawody__img p {
    margin: 0;
    line-height: 2.25rem;
}
section#sp-module-position {
    text-align: center;
    margin: 30px 0;
	background: #FCFCFC;
    padding: 15px 0 30px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
#sp-module-position .sp-module-title {
    margin-bottom: 30px;
	margin-top: 15px;
}
section#sp-section-8 {
    background: #FCFCFC;
    padding: 15px 0 30px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
a {
    color: #d20b10;
}
section#sp-mapa-google {
    margin-bottom: -23px;
}
.ico-kontakt {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
/* hover dla mapa strony*/ 
.itemid-115 a:hover {
    text-decoration: underline;
}
/* kolory menu mob */
@media (max-width:468px) {
.ico_nav i {
	color: #fff;
}
i.fa.fa-bars {
    color: #fff;
}
#sp-header.header-sticky {
    background: #d20b10;
    z-index: 1060;
}
.main_zawody {
    justify-content: center;
}
.main_zawody__img {
    margin-bottom: 1.4rem;
}
.ico-kontakt p {
    flex-basis: 100%;
}
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    background: rgb(33, 33, 33);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent .menu-toggler {
    font-size: 0.75rem !important;
}
.close-offcanvas {
    font-size: 0.8rem !important;
}
.dj-megamenu-tpl li ul.dj-submenu > li > a {
    font-size: .94rem !important;
}
.dj-megamenu-tpl li ul.dj-submenu > li > a:hover, .dj-megamenu-tpl li ul.dj-submenu > li > a.active, .dj-megamenu-tpl li ul.dj-submenu > li.hover:not(.subtree) > a {
    font-size: .94rem !important;
}

/* WGAG TABS */ 
@media (max-width:968px) {
[role="tab"] {width: 100% !important;}
}

.tabs {
  width: 100%;
  font-family: "lucida grande", sans-serif;
}

[role="tablist"] {
  margin: 0 0 -0.1em;
  overflow: visible;
}

[role="tab"] {
  position: relative;
  margin: 0;
  padding: 1em 1em 1em;
  border: 1px solid hsl(219, 1%, 72%);
  border-radius: 0.2em 0.2em 0 0;
  box-shadow: 0 0 0.2em hsl(219, 1%, 72%);
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  background: #3450D3;
  width:24.6%;
  color:#fff;
}

[role="tab"]:hover::before,
[role="tab"]:focus::before,
[role="tab"][aria-selected="true"]::before {
  position: absolute;
  bottom: 100%;
  right: -1px;
  left: -1px;
  border-radius: 0.2em 0.2em 0 0;
  border-top: 3px solid hsl(20, 96%, 48%);
  content: '';
}

[role="tab"][aria-selected="true"] {
  border-radius: 0;
  background: hsl(220, 43%, 99%);
  outline: 0;
  color:#D20B10;
}


[role="tab"][aria-selected="true"]:not(:focus):not(:hover)::before {
  border-top: 5px solid #3450D3;
}

[role="tab"][aria-selected="true"]::after {
  position: absolute;
  z-index: 3;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 0.3em;
  background: hsl(220, 43%, 99%);
  box-shadow: none;
  content: '';
}



[role="tab"]:hover,
[role="tab"]:focus
{
  outline: 0;
  border-radius: 0;
  cursor: pointer;
}

[role="tab"]:active {
	cursor: pointer;
}

[role="tab"]:hover::before,
[role="tab"]:focus::before {
  border-color: #D20B10;
}

[role="tabpanel"] {
  position: relative;
  z-index: 2;
/*  padding: 0.5em 0.5em 0.7em;
  border: 1px solid hsl(219, 1%, 72%);
  border-radius: 0 0.2em 0.2em 0.2em;
  box-shadow: 0 0 0.2em hsl(219, 1%, 72%);
  background: hsl(220, 43%, 99%);
 */
}

[role="tabpanel"]:focus {
  border-color: hsl(20, 96%, 48%);
  box-shadow: 0 0 0.2em hsl(20, 96%, 48%);
  outline: 0;
}

[role="tabpanel"]:focus::after {
  position: absolute;
  bottom: 0;
  right: -1px;
  left: -1px;
  border-bottom: 3px solid hsl(20, 96%, 48%);
  border-radius: 0 0 0.2em 0.2em;
  content: '';
}

[role="tabpanel"] p {
  margin: 0;
}

[role="tabpanel"] * + p {
  margin-top: 1em;
}



/* Koniec WCAG TABS*/

/* NSP */
.nspArt img.nspImage {
    border-radius: 3px 3px 0 0;
}

.nspHeader a {
    font-size: 1.3rem;
}

.tabs .readon-button {
    text-align: center;
    display: block;
}
/* KOniec NSP */

.quick-contact li {
    padding-left: 30px;
}

/*PDF Flip Book*/
.df-container .loading-info {
	background:#565656;
}

/* USermenu */
#sp-usermenu li {
    display: inline;
}


#sp-usermenu .menu {
    margin: 15px 0 0 0;
	float: right;
}

#sp-usermenu a {
    margin: 0 0 0 10px;
}

.f90-logout-button {
    color: #D20B10 !important;
    font-weight: 700;
}


.sp-module a:hover {
    text-decoration: underline;
}

svg {
    vertical-align: inherit !important;
}


.dj-megamenu-tpl li a.dj-up_a {
    padding: 0 15px !important;
}

div#sp-wazne-info {
  margin-top: 20px;
  border: 1px solid #9999;
  padding: 20px;
}