
html {
	height: 100%
}

body {
	height: 100%;
	min-height: 35rem;
	position: relative;
	font-family: 'Source Sans Pro';
	font-weight: 400;
    font-size: 1.0rem;
	color: #333333;
/*	background-color: black*/
	background-image:url(../img/body.png);
}
.bg-body {
    
	background-image:url(../img/body.png);
}
.start .bg-body {
    background-image: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

a {
	color:#212529; 
}
.masthead-content a {
    text-decoration: none !important;
    color: white !important
}
.bg-dark {
    background-color: #0a0a38!important;
}
.bg-green {
	background-color: #1ACD1A!important;
}
.text-dark {
    color: #0a0a38!important;
}
.text-sea {
	color: #4f9cb1;
}
.shadow {
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
}

hr {
	border-width: 2px;
	border-color: rgb(191, 195, 204) 
}

.home-only {
    display: none !important
}
body.start {
	overflow-y: hidden;
}
body.start .home-only {
    display: block !important
}
header {
/*	background-image: url(../img/bg-head.jpg);*/
	background-size: 100% auto;
	
}

.start header {
	height: auto;
	background-image: none;
}

.top-logo {
    height: 43px;
    display: inline-block
} 
	header {
		background-image: url(../img/bg-head.jpg);
		background-size: cover;
		height: 300px
	}
@media (min-width: 992px) {

}
@media (min-width: 992px) {
    body.of header {
        background-image: url(../img/bg-head-oferta.jpg)
    }
    body.pa header {
        background-image: url(../img/bg-head-park.jpg)
    }
}

/* NAWIGACJA */


.btn {
    border-radius: 0
}

.btn-primary {
    border-color: #1c4281;
    background-color: #1c4281;
}
.navbar-dark,
.dropdown-menu {

	background-color: white;
    -webkit-box-shadow: 0px 25px 63px -18px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 25px 63px -18px rgba(0,0,0,0.4);
    box-shadow: 0px 25px 63px -18px rgba(0,0,0,0.4);
}
body.start .navbar-dark,
body.start  .dropdown-menu {
    box-shadow: none
}
@media (min-width: 992px) {
	.navbar-dark,
	.dropdown-menu {

       background-image: url(../img/body.png);
	}

}
    body.start .navbar-dark,
    body.start .dropdown-menu {

        background-color: transparent;
        background-image: none;
            
    }
.navbar-dark .navbar-toggler {
    color: rgb(28, 66, 129);
    border-color: rgb(28, 66, 129);
    background-color: #1c4281;
}



.navbar-brand {
	
    font-weight: 900; 
    font-size: 1.7rem; 
    line-height: 1.7rem;
	color: white!important;
}
.navbar-brand img {
	width: 45px;
}
/*body.home */
.navbar-brand img {
	
	width: 200px
}
.navbar-dark .navbar-nav a {
    color: #1c4281;
}
.navbar-dark .navbar-nav a:hover {
/*    color: white!important;*/
}

body.start .navbar-dark .navbar-nav a.start,
body.of .navbar-dark .navbar-nav a.of,
body.fi .navbar-dark .navbar-nav a.fi,
body.pe .navbar-dark .navbar-nav a.pe,
body.tr .navbar-dark .navbar-nav a.tr,
body.kontakt .navbar-dark .navbar-nav a.kontakt {
	color: white!important;
	opacity: 1.0!important;
	
}

.navbar-dark .navbar-nav a.polski span {
	background-image:  url(../images/pl.png);
}
.navbar-dark .navbar-nav a span b {
	font-weight: normal;
	padding-left: 40px
}

/*
li.nav-item a {
	color: rgba(255,255,255,.9)!important;
	font-weight: 400;

}
*/
.navbar-dark .navbar-nav .nav-link {
    color: #1c4281 !important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.4rem 1.2rem!important;
	font-size: 1.2rem;
	/* -webkit-transition: background 1s ease; */
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	background-image: url(../img/menu.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0 2px;
	
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
/*	color: #d4a72a !important ;*/
	background-image: url(../img/menu.png);
	background-position: left bottom;
	background-color: transparent!important;
	background-size: 100% 2px;
	
}

body.start .navbar-dark .navbar-nav .nav-link.home,
body.of .navbar-dark .navbar-nav .nav-link.oferta,
body.fi .navbar-dark .navbar-nav .nav-link.firma,
body.pa .navbar-dark .navbar-nav .nav-link.park,
body.ce .navbar-dark .navbar-nav .nav-link.cennik,
body.ko .navbar-dark .navbar-nav .nav-link.kontakt
{
    color: #337fbd !important;
	background-image: url(../img/menu.png);
    background-position: center bottom;
    background-color: transparent!important;
    background-size: 20px 2px;
}




.dropdown-menu {
	border-radius: 0;
	margin-top: -1px;
	border: none;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: white !important;
	text-decoration: none;
	background-color: #94000f;
}

/* TOP */

.wlogo {
	float: left;
	max-width:180px;
	margin-right: 15px;
	opacity: 0.2
}

@media (min-width: 992px) {
	.wlogo {
		max-width:250px;

	}
}
@media (min-width: 1200px) {
	.wlogo {
		max-width:30rem;
		margin-left: 3rem;

	}
}
/*
.top {
	display: none!important;
}
body.home .top {
	display: block!important;
	background-image: url(../images/top_bg.jpg);
	background-color: #bde7f7;
	background-size: cover;
}
@media (min-width: 768px) {
	.top {
		display: block!important;
		background-image: url(../images/top_bg.jpg);
		background-color: #bde7f7;
		background-size: cover;
	}
	.top-header {
		font-weight: 400;
	}
	.top-text {
		font-size: 1.6rem;
		font-weight: 400;
	}
}
*/




/* WSTEP */
.carousel-inner {
	background-color: #bc0012;
	background-image: url(../img/fot2.jpg);
	background-size: cover;
}
.carousel-indicators {
	display: none
}
.carousel-item {
	opacity: 1.0
}
.carousel-caption {
	display: none!important;
}
body.start .carousel-caption {
	display: block!important;
}
.slajd-1 {
	background-image: url(../images/slajd-1.jpg)!important;
}
.slajd-2 {
	background-image: url(../images/slajd-2.jpg)!important;
	
	animation:tlo 10000ms linear 0s 1 normal forwards,
			blur 10000ms linear 0s 1 normal forwards;
	-webkit-animation:tlo 10000ms linear 0s 1 normal forwards,
		blur 10000ms linear 0s 1 normal forwards;
}
		
	
	/* ------------ANIMACJE------------ */
	@keyframes blur
	{
		0% { filter: blur(0) }
		50% {filter: blur(2px) }
		100% {filter: blur(0) }
	}

	@keyframes tlo
	{
		0% { opacity:1.0; }
		50% { opacity:0.0; }
		100% { opacity:1.0; }
	}

	@-webkit-keyframes blur
	{
		0% { filter: blur(0) }
		50% {filter: blur(3px) }
		100% {filter: blur(0) }
	}

	@-webkit-keyframes tlo
	{
		0% { opacity:1.0; }
		50% { opacity:0.0; }
		100% { opacity:1.0; }
	}
	
.slajd-3 {
	background-image: url(../images/slajd-3.jpg)!important;
}
.slajd-4 {
	background-image: url(../images/slajd-4.jpg)!important;
}


.fot-o{
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease;
}

.fot-o:hover { 
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	opacity: 1.0
	
}


.carousel-caption-bg {
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
/*	background-color: rgba(240, 248, 255, 0.88);*/
	bottom: 0;
	white-space: nowrap;
/*
	transform: skewX(-8deg);
	transform-origin: top r;
*/
	height: 101%;
	vertical-align: middle;
	position: absolute;
	z-index: 1
}

@media (min-width: 992px) {
	.carousel-caption-bg {
/*		width: 400px;*/
	}
	.wlogo {
/*
		max-width: 250px;
		margin-left: 10px;
*/
	}
}
@media (min-width: 1200px) {
	.carousel-caption-bg {
/*		width: 35rem;*/
	}
	
}
.carousel-caption {
	bottom: 30%
}
.carousel-caption h1 {
	font-size: 4.5rem;
	font-weight: 900
}
.carousel-caption h2 {
	font-weight: 600
}
.carousel-caption h3 {
	font-weight: 900!important;
	font-size: 3.0rem
}
.carousel-caption h4 {
	font-weight: 600!important;
	font-size: 1.6rem
}
@media (min-width: 768px) {
	.carousel-caption {
		left: 0;
		right: 0;
		text-align: center;
	}
	.carousel-caption h3 {
		font-weight: 900!important;
		font-size: 3.0rem
	}
	.carousel-caption h4 {
		font-weight: 600!important;
		font-size: 1.6rem
	}
}
.lata {
	float: right;
	height: 100px;
	vertical-align: middle;
	text-align: right
}
.lata span {
	display: block;
	padding-top: 10px;
	font-style: italic;
	font-size: 2.4rem;
	color: #d1d1d1;
	line-height: 1.6rem;
}
.lata span b {
	font-size: 1rem
}

/* STRONKI */

.tytul {
	font-size: 2.0rem;
	font-weight: 900;
    color: #1c4281;
    text-align: left;
    margin-bottom: 3rem
	
}
.podtytul {
	font-weight: 300;
	display: block;
	padding-top: 10px;
	font-style: italic;
	font-size: 2.4rem;
	color: #d1d1d1;
	line-height: 1.6rem;
}
.firma p {
	font-size: 1.10rem;
    font-weight: 400;
    line-height: 1.85rem
}
.firma b,
.oferta b {
	font-weight: 600;
/*	color: rgb(3, 4, 175);*/
}
.firma i {
	font-size: 0.9rem;
	font-style: normal;
	text-transform: uppercase;
}
.oferta li {
    list-style: none
}
.oferta ul {
    padding-left: 0
}
span.podpis {
   
    position: absolute;
    background: rgba(0, 0, 0, 0.42);
    
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5970763305322129) 0%, rgba(0,0,0,0) 100%);
    color: white;
    left: 0.25rem;
    right: 0.25rem;
    top: 0.25rem;
    padding: 0.55rem 1rem;
    font-weight: 400;
   
    font-size: 0.9rem;
}

/* STOPKA */
footer .h4 {
	font-weight: 700;
    color: #1c4281;
}
body.start footer {
	display: none
}

.icons {
	font-size: 0.7rem;
	float: left;
	text-align: left;
	opacity: 0.5
}
footer p a {
	color: white!important;
}
a.infocity {
	background-image: url(../img/infocity.png);
	background-repeat: no-repeat;
	background-position: left 60%;
	font-size: 0.9rem;
	color: gray;
	padding-left: 1.0rem;
	text-transform: uppercase;
		
}

/* OFERTA */
.oferta h3 {
	font-weight: 300;
	color: white;
    font-size: 1.3rem;
    background-color: #1c4281;
	text-align: center;
    padding: 0.5rem 0.3rem
}


.oferta h4 {
	font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    padding-left: 20px;
    border-left: 5px solid rgba(150, 150, 150, 0.23)
}

.card {
	border: none!important
}
.oferta .card-body {
	padding: 0 0 0.2rem 0!important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.oferta .card-text {
	padding-top: 0;
	margin-top: 0;	
}




/* KONTAKT  */

.kontakt .podtytul {
	font-style: italic;
	font-size: 1.4rem;
	color: #d1d1d1;
	line-height: 1.6rem;
	font-weight: 500;
}
textarea {
	height: 200px
}
.kontakt h3 {
	font-weight: 600;
	color:  #212529;
	font-size: 1.5rem
}
.kontakt p.dane {
	font-size: 0.9rem
}
.adres .fas {
	margin-right: 20px;
	color: #d1d1d1;
}
.adres.plus {
    font-size: 1.5rem;
    font-weight: 900;
    color: #1c4281;
}




.masthead .masthead-content p strong {
	font-weight: 700
}

.masthead .masthead-content .input-group-newsletter input {
	font-size: 1rem;
	padding: 1rem
}

.masthead .masthead-content .input-group-newsletter button {
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1rem
}

@media (min-width:768px) {
	.masthead {
		height: 50%;
		min-height: 0;
		width: 30rem;
		padding-bottom: 0
	}
	.masthead .masthead-bg {
		min-height: 0;
/*
		transform: skewX(-8deg);
		transform-origin: top right
*/
	}
	.text-shadow {
		text-shadow: 1px 1px 3px black
	}
	.masthead .masthead-content {
		padding: 2rem;
		
	}
	.masthead .masthead-content h1 {
		font-size: 3.5rem;
		font-weight: 900;
	}
	.masthead .masthead-content p {
		font-size: 1.2rem;
		font-weight: 500
	}
}

@media (min-width: 992px) {
	.masthead {
		height: 100%;
		min-height: 0;
		width: 30rem;
	}
}

.oferta-index {
	position: absolute;
	margin-bottom: 5rem;
	left: 3rem;
	right: 3rem;
	background-color: rgba(255, 255, 255, 0.6);

}
@media (min-width: 768px) {
	.oferta-index {
		text-align: center
	}
}


@media (max-width: 767px) {
	.oferta-index ul br {
		display: none;
	}
}
.oferta-index ul>li {
	margin-left: 1rem;
	margin-right: 1rem;
	display: inline-block
}

.oferta-index ul>li>a {
	display: block;
	color: #fff;
	background-color: rgba(255, 193, 7, 0.9);
	border-radius: 100%;
	line-height: 4rem;
	height: 4rem;
	width: 4rem
}

@media (min-width:768px) {
	.oferta-index {
		margin: 0;
		position: absolute;
		right: 2.5rem;
		bottom: 2rem;
		width: auto
	}
	.oferta-index ul {
		margin-top: 0;
		width: auto
	}
	.oferta-index ul>li {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2rem
	}
	.oferta-index ul>li:last-child {
		margin-bottom: 0
	}
	.oferta-index ul>li>a {
		transition: all .2s ease-in-out;
		font-size: 2rem;
		line-height: 4rem;
		height: 4rem;
		width: 4rem
	}
	.oferta-index ul>li>a:hover {
		background-color: #262f38;
	}
}

.btn-secondary {
	background-color: #cd9557;
	border-color: #cd9557
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #ba7c37!important;
	border-color: #ba7c37!important
}

.input {
	font-weight: 300!important
}
.form-control {
	border-radius: 0;
}

/*!
* Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
*/
.slide {
	background-color: black;
}
.carousel-item {
	height: 10vh;
	min-height: 100px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.8;
}

body.start .carousel-item {
	height: 50vh;
	min-height: 300px; }


body.start .start-none {
	display: none
}

.top-logo {
	position: relative;
	z-index: 2
}
.top-logo img {
/*	opacity: 0.75*/
}

.bg-white-nb {
	background-color: rgba(255, 255, 255, 0.4)!important;
	border: 1px solid #e3e3e3
}
.bg-silver-nb {
    background-color: rgba(192, 192, 192, 0.22);
}


/* Scroll to top */

.scrollToTop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	height: 40px;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
	font-size: 2rem;
	color: white !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	border-radius: 0;
	z-index: 1111;
	cursor: pointer;
	
}

.scrollToTop:hover {
	background-color: #212529;
	opacity: 1.0
}

video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 0;
}

@media (pointer: coarse) and (hover: none) {
	body.start {
/*		background: url("../img/bg-mobile.jpg") #383838 no-repeat center center scroll;*/
		background: url("../img/bg-mobile.jpg");
/*		background-color: #383838;*/
		background-size: cover;
		background-attachment: fixed
	}
	body video {
		display: none;
	}
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
/*
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../img/ov.png);
*/
    background-image: url(../img/ove.png);
    background-position: top;
    background-repeat: repeat-x;
	z-index: 1;
	right: 0;
	bottom: 0;
	background-attachment: fixed;
}

.masthead {
	position: relative;
	overflow: hidden;
	padding-bottom: 3rem;
	z-index: 2;
}

.masthead .masthead-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	min-height: 35rem;
	height: 100%;
/*
	background-color: rgba(0, 46, 102, 0.8);
	-webkit-transform: skewY(4deg);
	transform: skewY(4deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
*/
}

.masthead .masthead-content img {
/*	opacity: 0.75*/
}


.masthead .masthead-content ul {
	font-size: 1.4rem;
}
@media (min-width: 992px) {
	.masthead .masthead-content ul {
		font-size: 2.5rem;
        font-weight: 300
	}
}

.masthead .masthead-content p {
	font-size: 1.2rem;
}

.masthead .masthead-content p strong {
	font-weight: 700;
}

.masthead .masthead-content .input-group-newsletter input {
	height: auto;
	font-size: 1rem;
	padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1rem;
}

@media (min-width: 768px) {
	.masthead {
		height: 100%;
		min-height: 0;
		width: 46.5rem;
		padding-bottom: 0;
	}
	.masthead .masthead-bg {
		min-height: 0;
/*
		-webkit-transform: skewX(-8deg);
		transform: skewX(-8deg);
*/
		-webkit-transform-origin: top right;
		transform-origin: top right;
	}
	.masthead .masthead-content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.masthead .masthead-content h1 {
		font-size: 3.5rem;
	}
	.masthead .masthead-content p {
		font-size: 1.3rem;
	}
}

.place-address {
	position: absolute;
	margin-bottom: 2rem;
	width: 100%;
	z-index: 2;
	color: white;
	padding-right: 0.5rem;
	display: none
}



@media (min-width: 992px) {
	.place-address {
		display: block;
		margin: 0;
		position: absolute;
		right: 2.5rem;
		bottom: 2rem;
		width: auto;
		font-size: 1.2rem
	}
	.place-address h3 {
		font-size: 2.5rem
	}
/*
	.place-address ul {
		margin-top: 0;
		width: auto;
	}
	.place-address ul > li {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.place-address ul > li:last-child {
		margin-bottom: 0;
	}
	.place-address ul > li > a {
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		font-size: 2rem;
		line-height: 4rem;
		height: 4rem;
		width: 4rem;
	}
	.place-address ul > li > a:hover {
		background-color: #002E66;
	}
*/
}

.btn-secondary {
	background-color: #cd9557;
	border-color: #cd9557;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
	background-color: #ba7c37 !important;
	border-color: #ba7c37 !important;
}

.input {
	font-weight: 300 !important;
}


@-webkit-keyframes ofli {
	from {opacity:0.0;}
	to {opacity: 1.0;}
}
@keyframes ofli {
	from {opacity:0.0;}
	to {opacity:  1.0;}
}

.oferta-li {
	opacity: 0.0;
	line-height: 70px;
}
@media (min-width: 992px) {
	.oferta-li {
		padding-left: 50px
		line-height: 80px;
		
	}
}
.oferta-li {
	-webkit-animation-name: ofli;  /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2.5s;  /* Safari 4.0 - 8.0 */    
	-webkit-animation-delay: 1.0s;  /* Safari 4.0 - 8.0 */    
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation-name: ofli;
	animation-duration: 1.5s;    
	animation-delay: 0.5s;    
	animation-fill-mode: forwards;
}
.oferta-li.nth2 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 1.0s;    
}
.oferta-li.nth3 {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.5s;    
}
.oferta-li.nth4 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 2.0s;    
}
.oferta-li.nth5 {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.5s;    
}
.oferta-li.nth6 {
	-webkit-animation-delay: 2.5s;
	animation-delay: 3.0s;    
}
.oferta-li span,
span.iko-oferta {
	display: inline-block;
	height: 45px;
	width: 45px;
	background-color: #337fbd;
	background-image: url(../img/ik1.png);
	vertical-align: middle;
	margin-right:10px;
	border-radius: 50%;
	background-size: cover;
}

.oferta-li.nth2 span,
span.iko-oferta.ziemia {
	background-image: url(../img/ik2.png);
	background-color: #04ac31;
}
.oferta-li.nth3 span {
	background-image: url(../img/ik3.png);
	background-color: #950c0c
}
.oferta-li.nth4 span {
	background-image: url(../img/ik4.png);
	background-color: #555555
}
.oferta-li.nth5 span,
span.iko-oferta.snieg {
    background-image: url(../img/ik5.png);
    background-color: #6fd3ff
}
.oferta-li.nth6 span {
    background-image: url(../img/ik6.png);
    background-color: #ff9300
}

span.iko-oferta {
    background-color: #1c4281
}
.tytul.ziemia {
    color: #04ac31
}
.ziemia h3 {
    background-color: #04ac31 !important
}
.snieg .tytul {
    color:  #6fd3ff
}
.bg-snieg-nb {
    background-color: rgb(28, 66, 129);
    color: white
}
.kruszywa .tytul {
    color: #337fbd;
    font-size: 1.5rem
}
.kruszywa .tytul .iko-oferta {
    background-color: #337fbd
}
.tytul.fs17 {
    font-size: 1.5rem
}
.oferta.kruszywa h3 {
    background-color: #337fbd
}
.uslugi .tytul {
    color: #ff9300
}
.uslugi .tytul .iko-oferta {
    background-color: #ff9300;
    background-image: url(../img/ik6.png);
}
.oferta.uslugi h3 {
    background-color: #ff9300
}

.overflow {
    overflow: hidden
}

.no-br br {
    display: none;
}

@media (min-width: 1200px) {
    .no-br br {
        display: block;
    }   
}

.park h4 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    padding-left: 20px;
    border-left: 5px solid rgba(150, 150, 150, 0.23)
}
.cennik h3 {
    color: #337fbd;
    font-weight: 600
}
table.ceny td {
    padding: 2px 15px !important
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(132, 184, 222, 0.2);
}
.nazwa {
    _text-transform: lowercase;
    font-weight: bold;
}
.m3 {
    text-align: center;
}
.cena {
    text-align: center;
}