body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}
p {
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    line-height: 150%;
    margin: 0 0 35px;
	font-smooth: always;
	-webkit-font-smoothing: antialiased; 
	text-rendering: optimizelegibility;
}
ul {
    margin: 0 0 35px 0;
	list-style-type: circle
}
li {
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    line-height: 150%;
    margin: 0;
	font-smooth: always;
	-webkit-font-smoothing: antialiased; 
	text-rendering: optimizelegibility;
}
p.small {
	font-size: 13px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	color: #71be3e;
	outline: none;
}
b, strong {
    font-weight: 600;
}
.red {
	color:#cd0008;	
}
.black {
	color:#000;	
}
.bigger {
    font-size: 130%;
    font-weight: normal;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.container {
    width: 100%;
	max-width: 1170px;
}
.circle {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 50px 0 30px;
	font-smooth: always;
	-webkit-font-smoothing: antialiased; 
	text-rendering: optimizelegibility;
}
@media (max-width: 992px) {
	h1, h2, h3, h4, h5, h6 {
		margin: 20px 0 30px;
	}
}
.h1, h1 {
    font-size: 25px;
    color: #001c39;
}
header.entry-header .entry-title {
    line-height: 130%;
	position:relative;
}
header.entry-header .entry-title:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background: #d4213d;
    left: 0;
    bottom: -6px;
}
.img-centered {
	margin: 0 auto;
}
.navbar-brand {
    padding: 8px 0;
	display: block;
}
.navbar-brand>img {
    height: 36px;
}
@media (min-width: 768px) {
	.navbar-brand {
		display:none !important;
	}
	.navbar-brand>img {
		height: 75px;
    	margin: 40px 50px;
	}
}
nav#mainNavi {
    background: #d4213d;
    box-shadow:
			0 -8px 16px -10px rgba(0,0,0,.1),
			0 9px 16px -10px rgba(0,0,0,.1);
	z-index: 998;
    position: relative;
}
header {
 
}
header img {
	display: block;
	margin: 0 auto;
}
header .intro-text .name {
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
}
header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 300;
}

@media (min-width: 768px) {
	header .intro-text .name {
		font-size: 4.75em;
	}
	header .intro-text .skills {
		font-size: 1.75em;
	}
	.menu-top_menu_pl-container {
		width: auto;
		display: inline-block;
		margin: 0 0 0 auto;
		float: left;
	}
	.primary-menu li {
		float: left;
	}
	.primary-menu li a {
		display: block;
		padding: 14px;
		font-size: 14px;
		font-size: 12px;
		font-weight: normal;
		color: #000;
		text-decoration: none !important;
	}
	.primary-menu li#menu-item-22 a {
		text-indent: -999em;
		background: url(../img/home-ico.png) no-repeat center;
		width: 20px;
		position: relative;
		box-sizing: border-box;
		color: transparent !important;
	}
}

@media (min-width: 992px) {
	.primary-menu li a {
		padding: 14px;
    	font-size: 14px
	}
}

.primary-menu {
    text-align: left;
    list-style: none;
	margin: 0;
	padding: 0;
}
.primary-menu li a {
	color:#fff;
	position:relative;
	text-transform: uppercase;
}
.navbar-toggle {
    color: #fff;
    font-size: 20px;
}
.primary-menu li.current-menu-item a,
.primary-menu li.current-page-item a,
.primary-menu li a:hover {
    color: #fff;
    background: rgb(189, 7, 35);
}


@media (max-width: 767px) {
	#bs-example-navbar-collapse-1 .menu-top_menu_en-container {
		position: absolute;
		z-index: 999;
		top: 64px;
		/*left: 0;*/
		right: 0;
		background: #001c39;
		padding: 0 40px 0 0;
	}
	#bs-example-navbar-collapse-1 .menu-top_menu_en-container ul li {
		font-size: 17px;
		line-height: 180%;
	}
	ul.primary-menu {
		position: fixed;
		width: 100%;
		left: 0;
		top: 64px;
		background: #d4213d;
		text-align: right;
		padding: 10px 36px;
	}
}

footer {
    color: white;
    margin-top: 50px;
}
footer h3 {
	margin: 0 0 20px 0;
}
footer .footer-above {
	padding-top: 50px;
	background-color: #2C3E50;
}
footer .footer-col {
	margin-bottom: 50px;
}
footer .footer-below {
    padding: 50px 0;
    background-color: #2f2f2f;
}
#footerIcons {
    text-align: right;
    margin: 0;
    padding: 0 0 48px 0px;
}
#footerIcons a {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 100%;
    margin: 0 4px;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
#footerIcons a:hover {
	transform: translate(0, -8px);
	-webkit-transform: translate(0, -3px);
	-moz-transform: translate(0, -3px);
	-o-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px);
}
footer .menu-top_menu_pl-container {
    float: none;
    margin: 0;
}
.footer-below .lewa  a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
	text-decoration: none !important;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}
.footer-below .lewa a:hover {
    padding-left: 4px;
}
ul.footer-menu {
    list-style: none;
}
ul.footer-menu li {
    display: inline-block;
	border-right: 1px solid #fff;
	line-height: 16px;
}
ul.footer-menu li:last-of-type {
	border-right:none;
}
ul.footer-menu li a {
    line-height: 16px;
    padding: 0 7px;
}
p.copyright {
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
}
ul#menuWojewodztw {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    list-style: none;
    margin: 0 0 20px 0;
	padding:0;
}
ul#menuWojewodztw li {
    padding-left: 10px;
    border-left: 2px solid #7b7b7b;
    margin: 0 0 3px 0;
    line-height: 100%;
}
@media (max-width: 767px) {
	ul#menuWojewodztw {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
}
@media (max-width: 610px) {
	ul#menuWojewodztw {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
	ul.footer-menu {
		padding: 0;
	}
	ul.footer-menu li {
		display: block;
		border-right: none;
		line-height: 168%;
		text-align: center;
		background: #0a498a;
		margin-bottom: 2px;
	}
	ul.footer-menu li:hover {
		background: #0853a0;
	}
	ul.footer-menu li a {
		text-decoration:none !important;
		display: block;
		padding: 6px 0;
	}
	p.copyright {
		margin: 20px 0 0 0;
		border-top: 1px solid #1e5690;
		padding-top: 10px;
		text-align: center;
	}
}
@media (max-width: 480px) {
	ul#menuWojewodztw {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}


.btn-outline {
	color: white;
	font-size: 20px;
	border: solid 2px white;
	background: transparent;
	transition: all 0.3s ease-in-out;
	margin-top: 15px;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	color: #18BC9C;
	background: white;
	border: solid 2px white;
}
.btn-primary {
    color: white;
    background-color: #d4213d;
    border-color: #d4213d;
    font-weight: 400;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: white;
	background-color: #1a242f;
	border-color: #161f29;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #2C3E50;
	border-color: #2C3E50;
}
.btn-primary .badge {
	color: #2C3E50;
	background-color: white;
}
.btn-success {
	color: white;
	background-color: #18BC9C;
	border-color: #18BC9C;
	font-weight: 700;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: white;
	background-color: #128f76;
	border-color: #11866f;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #18BC9C;
	border-color: #18BC9C;
}
.btn-success .badge {
	color: #18BC9C;
	background-color: white;
}
.btn-social {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 2px solid white;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}
.btn:focus, .btn:active, .btn.active {
	outline: none;
}
.form-control {
    height: auto;
    padding: 10px 12px;
}


.scroll-top {
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: 50px;
	z-index: 1049;
}
.scroll-top .btn {
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 28px;
}
.scroll-top .btn:focus {
	outline: none;
}
.portfolio-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	padding: 100px 0;
	text-align: center;
}
.portfolio-modal .modal-content h2 {
	margin: 0;
	font-size: 3em;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
	margin: 30px 0;
}
.portfolio-modal .close-modal {
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
	height: 75px;
	width: 1px;
	margin-left: 35px;
	background-color: #2C3E50;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
	height: 75px;
	width: 1px;
	background-color: #2C3E50;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Safari and Chrome */
	z-index: 1052;
}
.portfolio-modal .modal-backdrop {
	opacity: 0;
	display: none;
}
.portfolio-modal .tresc {
	text-align:left;
}







/* Header */
.rowTop {
	position:relative;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    line-height: 100%;
	display:block;
	color: #fff;
    font-size: 22px;
    padding: 20px 0 0 10px;
}
a.siteName {
	font-size: 60px;
    line-height: 100%;
    color: #d4213d;
    font-weight: 300;
    text-decoration: none !important;
    padding: 20px 0 10px 0;
    display: inline-block;
    margin: 0;
    font-family: 'Lato', sans-serif;
}
#mapaWoj {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
    width: 175px;
}
#topBrand {
	width: 12%;
    margin: 30px 13% 20px 15px;
    vertical-align: bottom;
    display: inline-block;
}
#przelacznikJezykow {
    list-style: none;
    position: absolute;
    right: 190px;
    top: 10px;
    margin: 0;
    padding: 0;
}
#przelacznikJezykow li {
    display: inline-block;
}
#przelacznikJezykow li img {
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
	
	transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,.05);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.05);
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    width: 20px;
    height: 20px;
}
#przelacznikJezykow li img:hover {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
}








/* homeSlider */
#homeSlider {
    position: relative;
    margin: 20px 0 0 0;
	width: 100%;
    height: 380px;
    overflow: hidden;
}
.kropker span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
	line-height: 16px;
}
.kropker > * {
    cursor: pointer;
}
.kropker span.cycle-pager-active {
    color: #d4213d;
}

@media (max-width:900px) {
	#homeSlider {
		margin: 0 -30px;
		width: calc(100% + 60px);
		height: auto;
	}
	#homeSlider .kropker {
		display: none;
	}
	#homeSlider img {
		width: 100%;
		height: auto;
	}
}











/* Lewa belka */
#leweMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#leweMenu ul li {
    display: block;
    border-bottom: 5px solid #fff;
	width:90%;
}
#leweMenu ul li a {
    color: #444;
    background: #fff;
    display: block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    border-left: 5px solid #d4213d;
}
#leweMenu ul li a:hover {
	text-decoration: none;
    border-left: 10px solid #d4213d;
}
#leweMenu ul li a.current-menu-item {
	border-left-color:#ddd;
	
}
nav#leweMenu {
    margin: 55px 0;
}

#najnowszeWydanie img {
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
	padding-left:0;
	margin-top: 30px;
    width: 100%;
}
#najnowszeWydanie img:hover {
	transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    -moz-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
}

#dodajNas {
    margin: 30px 0;
}
#dodajNas img {
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
	padding-left:0;
}
#dodajNas img:hover {
	padding-left:10px;
}
#fbBanner {
    margin: 0 0 50px;
}
#fbBanner img {
    width: 80%;
}

@media (max-width: 992px) {
	nav#leweMenu {
		margin: 10px 0;
	}	
}








/* Publikacje */
#publikacjeBox img {
    display: inline-block;
    margin: 10px 50px 10px 0;
    box-shadow: 0px 45px 42px 13px rgba(0,0,0,.1), 2px 16px 19px -6px rgba(0,0,0,.3);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}
#publikacjeBox img:hover {
    margin: 0 50px 20px 0;
    box-shadow: 0px 85px 64px 3px rgba(0,0,0,.1), 2px 26px 28px -6px rgba(0,0,0,.3);
}









/* Kontakt */
.kontaktForm {
    padding-top: 50px;
}
input.wpcf7-submit {
    float: right;
}
div.wpcf7-validation-errors {
    border: 1px solid #d4213d;
    background: #fff;
    color: #2f2f2f;
}
.wymagane {
    font-size: 12px;
}
ul#kontaktList {
	margin: 0;
    list-style: none;
    padding: 30px 0;
}
ul#kontaktList li {
    padding: 0 0 18px 40px;
    font-size: 15px;
    color: #474747;
    background-repeat: no-repeat;
    background-position: 0 3px;
}
ul#kontaktList li.telRow {
    background-image: url(../img/tel-ico.png);
}
ul#kontaktList li.emailRow {
    background-image: url(../img/email-ico.png);
}
ul#kontaktList li.addressRow {
    background-image: url(../img/pointer-ico.png);
}
#googleMap {
    padding: 0;
    height: 350px;
    width: 100%;
    position: relative;
	    margin: 50px 0 0 0;
}
#googleMap .overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 350px;
    top: 0;
    left: 0;
    z-index: 1;
}
#googleMap iframe {
    width: 100% !important;
}
.page-id-28 footer,
.page-id-92 footer,
.page-id-94 footer {
    margin-top: 0;
}








/* Partnerzy i urzędy */
.partnerzyTopLevel {
    list-style: none;
    margin: 0;
    padding: 50px 0 0 0;
}
.partnerzyTopLevel ul {
    list-style: none;
    margin: 0;
    padding: 0;
	display: inline-block;
	max-width: 400px;
}
.partnerzy_contener {
    padding: 20px 0;
    margin: 20px 0 0 0;
    border-bottom: 1px solid #efeded;
}
.partnerzy_contener > div {
    display: inline-block;
    vertical-align: top;
}
#partner_lewa {
    width: 150px;
    margin-right: 10px;
}
#partner_lewa img {
    width: 100%;
}
#partner_prawa {
	width: 65%;
    width: -webkit-calc(100% - 170px);
	width: -moz-calc(100% - 170px);
	width: calc(100% - 170px);
}
#partner_prawa .reklama {
    display: block;
    float: right;
    margin: 0 0 0 10px;
}
#partner_prawa .reklama img {	
	-webkit-transition:all .6s;
	-moz-transition:all .6s;
	transition:all .6s;
}
#partner_prawa .reklama img:hover {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
}
.partnerzy_contener h3 {
    margin: 0 0 10px 0;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
}
ul.singleList li {
    padding: 0 0 0 30px;
    position: relative;
}
.partnerzy_contener .singleList i.fa {
    color: #ccc;
    font-weight: 300;
    width: 16px;
    position: absolute;
    text-align: center;
    left: 1px;
    top: 3px;
}
li.strona_internetowa a:after {
    content: ', ';
}
li.telefon .numer:after {
    content: ', ';
}
li.strona_internetowa a:last-of-type:after {
    content:none;
}
li.telefon .numer:last-of-type:after {
    content:none;
}
.pasekStron {
	display: inline-block;
    clear: both;
    background: #f9f6f6;
    margin: 30px 0 0 0;
    padding: 2px 28px 2px 6px;
    font-size: 14px;
    border-radius: 5px;
}
.pasekStron > span {
    margin: 0 10px 0 0;
}
.pasekStron > i {
    margin: 0 11px 0 0;
    color: #999;
}
.strOnline a {
    color: #d4213d;
    font-size: 14px;
    font-weight: 600;
}
.reklama img {
    width: 230px;
}
#partner_prawa .branza {
    font-size: 14px;
    padding: 10px 4px;
    display: block;
}
#partner_prawa .branza i {
    margin: 0 12px 0 0;
	color: #cccccf;
}

@media (max-width:767px) {
	#partner_prawa .reklama {
	    float: none;
	    text-align: center;
		margin: 0 10px 30px 10px;
		width: 100%;
	}	
}

@media (max-width:560px) {
	#partner_lewa, #partner_prawa {
		width: 100%;
		margin: 0;
		padding: 0 15px 20px 15px;
	}
	#partner_prawa .reklama {
		padding:20px 0;
		background: #f9f6f6;
		margin: 0 0 20px 0 
	}
	#partner_lewa img {
		max-width: 220px;
		margin: 0 auto;
		display: block;
	}
}

@media (max-width:360px) {
	#partner_prawa .reklama {
		padding:0;
		background: #fff;
		margin: 0 0 20px 0 
	}
	#partner_prawa .reklama img {
		width: 100%;
	}
}




/* Spis treści */
#spistresci {
    list-style: none;
    padding: 30px 0;
    margin: 0;
}
#spistresci li {
    margin: 0 0 5px 0;
	padding: 2px 10px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}
#spistresci li:nth-child(even) {
    background: #fbfbfb;
}
#spistresci li:hover {
    background: #efefef;
    color: #000;
}
#spistresci .pasekStron {
    margin: 0 0 0 22px;
    background: none;
    float: right;
	padding: 0;
}




/* Filtracja partnerów */
#filtrBox button {
    display: inline-block;
    margin: 0 4px 4px 0;
    background: #ddd;
    border: 1px solid #fff;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    padding: 4px 10px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}
#filtrBox button:hover,
#filtrBox button:focus,
#filtrBox button.active {
    background: #d4213d;
    color: #fff;
	outline:none !important;
}





@media (max-width: 1000px) {
	a.siteName {
		font-size: 65px;
	}
}

@media (max-width: 900px) {
	.container {
		width: 100%;
	}
	#mapaWoj {
		position: static;
		margin: 10px 0 10px 10px;
		height: 80px;
		width: auto;
		top: 0;
		vertical-align: top;
		float: right;
	}
	#przelacznikJezykow {
    	right: 98px;
	}
	#najnowszeWydanie img {
		margin: 0;
		padding: 0;
	}
	#najnowszeWydanie img:hover {
		transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
	}
}

@media (max-width: 767px) {
	.rowTop {
		display: none;
	}
	#najnowszeWydanieBox {
		display:none;	
	}
}




input, select, textarea {
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
    min-height: 32px;
    margin: 0 0 10px 0;
    padding: 10px;
    max-height: 150px;
}

#spistresci .reklama img {
    width: 100%;
    padding: 0 0 30px 0;
}

ul.class-leweMenuPomorskie {
    margin: 0;
    padding: 0;
	list-style: none;
}
ul.class-leweMenuPomorskie > li {
    background: #fff;
    margin: 0 0 5px 0;
}
ul.class-leweMenuPomorskie > li > a {
    color: #10486b !important;
    padding: 5px 20px;
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: normal;
	line-height: 140%;	
    text-decoration: none !important;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
	border-left: 5px solid #1574a2;
}
ul.class-leweMenuPomorskie > li > a:hover {
	border-left-width: 10px;
}



.strKalalog > span {
	cursor: pointer;
	color: #d4213d;
	font-weight: 600;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.strKalalog > span:hover {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
}	