.przycisk {
	display: block;
	text-align: center;
	width: 180px;
	height: 40px;
	color: #fff;
	background: #0C2032;
	line-height: 33px;
	text-align: center;
	border: 1px solid #0C2032;
	font-size: 90%;
	border-radius: 25px;
	overflow: hidden;
}
.middle,
.pokaz {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-decoration: none !important;
}
a:hover .middle,
a:hover .pokaz {
  opacity: 1;
}


section.akt {
	background: transparent;
	margin: 0 auto 50px;
	padding: 0;
}
section.akt .wasko {
	background: #2c3e50;
	padding-top: 36px;
}
section.akt .poj {
	margin: 8px 0 0 !important;
}
section.akt a {
	width: 31.9%;
	display: block;
	background: #0C2032;
	color: #fff;
	padding-bottom: 33px;
	font-size: 18px;
	border-radius: 25px;
	overflow: hidden;
	border: 5px solid #0C2032;
}
section.akt .fota {
	display: block;
	max-height: 200px;
	overflow: hidden;
	border-radius: 20px;
}
section.akt a img {
    opacity: 1;
    transition: .5s ease;    
}
section.akt a span.t {
	display: block;
	padding: 10px 20px 19px;
	line-height: 30px;
}
section.akt p {
	display: block;
	padding: 0 20px;
	line-height: 30px;
	margin: 0;
	font-size: 14px;
}


section.akt a:hover img {
    opacity: 0.4;
}

section.akt a.przycisk {
	position: absolute;
	right: 20px;
	top: 50px;
	width: 180px;
	font-size: 16px;
    border-size: 1px;
}
section.akt a.przycisk:hover {}








section.info {}
section.info h1 {
    margin-bottom: 50px;
}
section.info p {
	max-width: 700px;
	margin: auto;
}











.box .zaH3,
.kat h1 {
	display: inline-block;
	position: relative;
	font-weight: 100;
	font-style: normal;
	padding: 0 0 30px;
}

.box .zaH3 {font-size: 200%}
.artKon h1 span {
    font-size: 100%;
}
.box div {
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.box a {
    border: 0;
    position: relative;
    z-index: 1;
}







section.cbz {
    padding-bottom: 0;
}
section.cbz a {
    display: block;
    position: relative;
}
section.cbz .przycisk {
	bottom: 0;
	right: 7.3%;
	left: unset;
	background: transparent !important;
	border-color: #fc8b8d;
	top: unset;
}


section.inf {
    padding-top: 34px;
}
section.inf .zaH3 {margin-bottom:37px}
section.inf .czt {
	position: relative;
	width: 22.75%;
    transition: .5s ease;  
    margin: 0;  
}
section.inf .t {
	position: absolute;
	top: 25px;
	left: 30px;
	color: #fff;
	font-size: 161%;
	font-weight: bold;
}
section.inf .przycisk {
	position: absolute;
	bottom: 30px;
	left: 30px;
	border: 1px solid #9698a7;
	background: transparent;
    transition: .5s ease;
}
section.inf .czt::after {
	background: #f91627;
	content: '';
	position: absolute;
	width: 90px;
	height: 90px;
	bottom: -5px;
	right: -5px;
	z-index: -1;
}
section.inf .d {
	position: absolute;
	top: 70px;
	width: 100%;
	padding: 0 30px;
    opacity: 0;
    transition: .5s ease;
    opacity: 0;
    
}
section.inf .d a {
	color: #fff;
	font-size: 14px;
    margin-left: 10px;
}
section.inf .d a::before {
	content: '- ';
	position: absolute;
	left: -10px;
	color: #fff !important;
	top: -5px;
}
section.inf .czt:hover {
	box-shadow: 0px 0px 30px #ccc;
}
section.inf .czt:hover .d {
    opacity: 1;
    
}
section.inf .d a:hover {
    border-bottom: 1px solid #fff;
}
section.inf a.przycisk:hover {
	background: #007aff;
	border: 1px solid #007aff;
}




section.iko {
	padding-top: 30px;
}
section.iko ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
section.iko li {
	width: 20%;
	text-align: center;
	margin: 30px 0px 13px;
}

section.iko a {
	color: #530202;
	width: 140px;
	display: block;
	margin: auto;
	line-height: 1.3;

}
section.iko [class^="icon-"] {
	font-size: 70px;
	color: #f91725;
	display: block;
	margin: 0 auto 28px;
    transition: .5s ease;    
}
section.iko a:hover [class^="icon-"] {
	color: #fc8b92;
}

.szukajka {
	border-left: 1px solid #5970a0;
	border-right: 1px solid #5970a0;
	width: 330px;
	position: absolute;
	left: 20px;
	height: 80px;
	padding: 24px 20px 0;
	color: #fff;
}
.szukajka button {
	content: "\e91a";
	font-family: icomoon;
	right: 10px;
	position: absolute;
	top: 27px;
	font-size: 22px;
	color: #fff;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.szukajka input {
	background: transparent;
	border: 0;
	color: #fff;
	width: 260px;
}




.niebieski {
	padding: 12px 20px 0;
	background-color: #e7eaf1;
	color: #000;
}
.niebieski h3 {
	font-size: 20px;
	margin: 0 0 20px;
}
.niebieski .current > a {
    padding-left: 20px;
    color: #007aff;
}

.niebieski a {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
	display: block;
    border-top: 1px solid #bcc5d9;
}
.niebieski a:hover {

    color: #007aff;
}
.niebieski a:hover span {
    border-bottom: 1px solid #86b0f9;
}


.mStatystyki {
	padding-top: 0;
}
.mStatystyki li:first-child a {
    border: 0
}














