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


#sp-section-1 {
    margin-top: -1px;
}


.wf_file img {

    display: inline;

}

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

.dj-icon.fa {

    color: #009846;

}
@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: #CF0202 !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;
}
.wrapBox p {
    margin: 0;
    padding: 0;
}
.wrapBox div {
    padding: 0;
}
section#sp-slider-mod-3 {
    position: relative;
}
/* 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;
}
/* Poprawienie BIP */
a.bipHref svg {
    margin-bottom: -8px;
}
/* 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;
}


.article-intro-image{
	position:relative;
  -webkit-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  transition:all .3s ease-out;
		overflow:hidden;
}

.article-intro-image:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.article-intro-image:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


/* Przycięcie zdjęć w intro image */
.article-intro-image {
position: relative;
padding-bottom: 56.23%;
height: 0;
overflow: hidden;
max-width: calc(100% + 40px);
width: calc(100% + 40px);
background: none;
margin: 0;
}

#sp-social a, #sp-social button {
    border: 1px solid #10C63500;
    display: inline-block;
    height: 42px;
    padding: 8px;
    text-align: center;
    width: 42px;
    background: #0A4F18;
    color: #fff;
}

blockquote {
    margin: 0 0 1rem;
    background: #f9f9f9;
    padding: 30px;
    border-left: 5px solid;
}

.article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f5f5f5;
        border-top-color: rgb(245, 245, 245);
        border-top-style: solid;
        border-top-width: 1px;
    border-radius: 3px;
   
}

.blog-featured div[itemprop="blogPost"] .article:hover, .article-list .article:hover {border-top: 1px solid #058943;}


#sp-mapa p {margin-bottom: -10px;}
#sp-partnerzy {
    padding: 50px 0px;
    background: #f1f1f1;
    border-bottom: 1px solid #d0d0d0;
}


.article-details a {
    text-decoration: underline;
}


.article-details a:hover {
    text-decoration: none;
}
