/* reset */

a {
	color: #445ea8;
	text-decoration: none;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000;
}
img {
	max-width: 100%;
}
ol, ul {
	margin: 0;
	padding: 0;
}
ol ol {
	padding-left: 20px;
}
ul ol {
	padding-left: 20px;
}
ol ul {
	padding-left: 20px;
}
ul ul {
	padding-left: 20px;
}
ul li, ol li {
	color: #000;
	line-height: 1.8;
}
ol.list-unstyled {
	margin-left: 0;
}
.list-unstyled li i {
	padding-right: 15px;
	color: #ffda43;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	
	font-weight: 700;
	margin-bottom: 20px;
}
p {
	font-size: 16px;
	
	line-height: 1.688;
	margin-bottom: 20px;
}
img {
	max-width: 100%;
}
a:hover {
	color: #445ea8;
}
/* reset */

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	 width:100%;
	height: 100%;
	background-image: url(../img/left.png), url(../img/right.png);
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
	background-attachment: fixed, fixed;
}



/*-------header-top bar css----*/
.header-top-bar{
    background: #6d8794;
    padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1040; /* above navbar */
}
.header-top-left {
    float: left;
}
.header-top-left ul li{
   list-style: none;
   float: left;
   margin-right: 20px;
}
.header-top-left ul li a{
    color: #fff;
    font-size: 16px;
}
.header-top-left ul li a i{
    margin-right: 10px;
}
.header-top-right{
    overflow: hidden;
    float: right;
}
.header-top-right ul li{
    float: left;
    list-style: none;
    margin-right: 10px;
}
.header-top-right ul li a{
    color: #fff;
    font-size: 16px;
}
.header-top-right ul li a i{
    margin-right: 5px;
}
/*-------End header-top bar css----*/

/* Top - menu */


header {
	position: fixed;
	top: 50px; /* height of top bar (approx) */
	left: 0;
	right: 0;
	border-bottom: 1px solid #e4e4e4;
	z-index: 1030; /* below top bar */
    background: rgba(255, 255, 255, 1.0); /* ensure readability when overlapping content */
}

/* Add top padding to body to prevent content being hidden under fixed bars */
body { padding-top: 120px; }
.navbar {
	margin-bottom: 0px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
    padding: 15px;
    margin: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
/*.navbar.navbar-default {
	text-transform:none;
}*/
.navbar-default .navbar-brand {
    color: #222;
    font-weight: 700;
       
    padding: 10px 15px;
}
#navbar {
	z-index: 9999;
}
.navbar-right {
   
    padding: 10px 0px;
}

/* Logo responsive styles */
.navbar-brand img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .navbar-default {
        padding: 20px 15px !important;
    }
    .navbar-brand {
        padding: 15px 20px !important;
    }
    .navbar-brand img {
        width: 220px !important;
        max-width: 220px;
    }
}

@media (max-width: 480px) {
    .navbar-default {
        padding: 15px 10px !important;
    }
    .navbar-brand {
        padding: 15px 20px !important;
    }
    .navbar-brand img {
        width: 180px !important;
        max-width: 180px;
    }
}

/* Top - menu */

/* Slider */

.slider {
	position: relative;
}
.slide_two {
	position: relative;
	height: 350px;
	background-size: cover;
	background-position: center center;
	min-height: 10em;
	padding-bottom: 5%;
	will-change: transform;
}
.slide_two2 {
	position: relative;
	height: 300px;
	background-size: cover;
	background-position: center center;
	will-change: transform;
}
.slide-content {
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
	width: 100%;
	max-width: 1160px;
	color: #fff;
	text-align: center;
}
.slide-content h2 {
	color: #fff;
}
.single-item {
	position: relative;
}
.single-item .slide img {
	display: block;
	width: 100%;
}
.slide-content h2 {
	font-size: 30px;
}
.slide-content .content-switchers {
	display: inline-block;
}
.slide-content button {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	background-color: #3498db;
	padding: 18px 20px 18px 20px;
	text-align: center;
	border: none;
	outline: none;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}
.slide-content button:hover {
	color: #fff;
	background-color: #000;
}
.slide-content p {
	font-size: 25px;
}
.slide-content h2 {
	font-family: 'Lobster', cursive;
	font-size: 60px;
	font-weight: bold;
}
.welcome-text{
   position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
	width: 100%;
	max-width: 1160px;
	color: #fff;
	text-align: center;
}
.welcome-text h1{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 38px;
    color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
.welcome-text p{
    padding: 0 22%;
    color: #fff;
    margin-bottom: 40px;
}
.welcome-text .btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.welcome-text .btn::before {
    background: #fff;
}
.welcome-text .btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 12px 30px;
    border-radius: 0;
    border: none;
    background: none;
    color: #fbb829;
    border: 1px solid #fff;
}
.welcome-text .btn {
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.welcome-text .btn:hover:before, .welcome-text .btn:focus:before, .welcome-text .btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.welcome-text .btn:hover, .welcome-text .btn:focus, .welcome-text .btn:active {
    color: #222;
}
/* Arrows */

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: opacity 0.25s;
}
.slick-prev {
	left: 0;
	z-index: 1;
}
[dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}
.slick-prev:before {
	content: '\f104';
}
[dir='rtl'] .slick-prev:before {
	content: '\f105';
}
.slick-next {
	right: 0;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}
.slick-next:before {
	content: '\f105';
}
[dir='rtl'] .slick-next:before {
	content: '\f104';
}
.single-item .slick-slide:focus {
	outline: none;
}
/* Slider-End */

/* Hero */

#hero {
	background: rgba(0, 0, 0, 0) url(../img/hero_bg.png) repeat scroll center center;
	background-size: cover;
	text-align: center;
	display: block;
	position: relative;
	width: 100%;
	height: 250px;
	background-size: cover;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	background-position: center center;
}
#hero .slide-content {
	font-family: 'Lato', sans-serif;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
	width: 100%;
	max-width: 1160px;
	color: #fff;
}
#hero .slide-content {
	top: 50%;
}

#hero h2 {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}
#hero .content-switchers {
	display: inline-block;
}
#hero .content-switchers button {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	padding: 18px 20px 18px 20px;
	width: 250px;
	height: 50px;
	text-align: center;
	border: none;
	outline: none;
	font-weight: light;
	cursor: pointer;
	margin-top: 38px;
	position: relative;
	transition: all .3s;
	letter-spacing: 0.4em;
}
#hero button:hover {
	color: #fff;
	background-color: #847b75;
}
/* Hero */

#map {
	position:relative;
	height:250px;
	width:100%;
}

/* Map Responsive Styles */
.map-responsive {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobile-specific adjustments */
@media (max-width: 767px) {
    .map-responsive {
        padding-bottom: 75%; /* Taller aspect ratio for mobile */
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .map-responsive {
        padding-bottom: 100%; /* Square aspect ratio for small phones */
    }
}

/* Content - Offer1 */

#offer1 {
	padding: 50px 0;
	text-align: center;
	background-size: cover;
}
.section-heading {
	position: relative;
	background: url(../img/section-heading-line.png) no-repeat bottom center;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #292929;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.section-heading .fa {
	position: absolute;
	background: #3498db;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
	bottom: -4px;
	left: 50%;
	margin-left: -10px;
	padding-left: 1px;
}
#offer {
	padding: 80px 0;
	position: relative;
	text-align: center;
	background-size: cover;
}
#offer h2 {
	font-size: 22px;
}
#offer2 {
	padding-top: 30px;
	padding-bottom: 80px;
	text-align: center;
}
#offer img {
	width:80%;
}
/* Content - Offer, Offer1 - End */
button {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    background-color: #3498db;
    padding: 18px 20px 18px 20px;
    margin-top: 38px;
    text-align: center;
    border: none;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}
/* Content -  */

#content {
	background: #f9f9f9;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
#content .info .fa {
	color: #ccc;
}
#content .info h3 {
	text-align: center;
	padding: 30px 0;
	margin: 0;
	font-size: 22px;
	font-weight: 700;
}
#content .info p {
	width: 320px;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	height: 110px;
}
#content .info {
	text-align: center;
}
#content .info .btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#content .info .btn::before {
   background: #6d8794;
}
#content .info .btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 12px 30px;
	
    border-radius: 0;
    border: none;
    background: none;
    color: #3498db;
    border: 1px solid #3498db;
}
#content .info .btn {
    color: #6d8794;
    border: 1px solid #6d8794;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
#content .info .btn:hover:before, .welcome-text .btn:focus:before, .welcome-text .btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#content .info .btn:hover, .welcome-text .btn:focus, .welcome-text .btn:active {
    color: #fff;
}

/* Content -  */

.bg-top {
    background-position: top center;
}
.section-bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Contact */

#contact {
	padding:25px 0;
	position:relative;
	color:#fff;
}
#contact a {
    color: #fff;
}
.width-20px {
    width: 1.25rem;
}

/* Contact - End */

/* Form */

#form {
	padding: 60px;
	background: #f9f9f9;
	background-size: cover;
	/* background-attachment: fixed; */
}
#form h2 {
	font-size: 38px;
	text-transform: uppercase;
	padding-bottom: 55px;
	text-align: center;
}
#form input {
	/* width: 60%; */
	height: 50px;
	background: #FFF;
	border: 2px solid #847b75;
	border-radius: 0;
	margin: 15px 0;
}
#form textarea {
	height: 160px;
	background: #FFF;
	border: 1px solid #847b75;
	border-radius: 0;
	margin: 15px 0;
}
#form input[type="submit"] {
	float: right;
	width: 250px;
	height: 50px;
	/*background: transparent url(../img/kontakt-button.png) no-repeat right center;*/
	margin: 15px 0;
	color: #847b75;
	font-weight: 900;
}
.controls {
	max-width: 800px;
	margin: 0 auto;
}
input {
	background-color: transparent;
	border: 0px solid;
}
input:focus {
	outline: none;
}
.btn-success:hover {
	color: #fff;
	background-color: #847b75;
}
.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	/* border: 0; */
	border-bottom: 2px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-success {
	background: #fdce1c;
}
.controls {
	max-width: 800px;
	margin: 0 auto;
}
/* Form - End */

/* Footer */

footer {
	font-family: 'Lato', sans-serif;
	background: #fff;
	color: #000;
	padding: 15px 0;
	line-height: 80px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#footer a {
    color: #fff;
}
/* Footer - End */
.vertical-align {
    display: flex;
    align-items: center;
}
@media all and (max-width: 991px) {
	#contact address {
		margin: 20px auto;
	}
	.vertical-align {
    display: block;
   
}
}
@media all and (max-width: 600px) {
	footer {
		position: relative;
		font-family: 'Lato', sans-serif;
		background: #fff;
		padding: 30px 0;
		line-height: 40px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	.slide-content h2 {
		font-size: 20px;
		font-weight: bold;
	}
	.col-md-4.margin-sm {
		margin-bottom: 50px;
		display: block;
	}
	span {
		float: none !important;
		display: block;
	}
	#form input[type="submit"] {
		float: right;
		width: auto;
		height: auto;
		/* background: transparent url(../img/kontakt-button.png) no-repeat right center; */
		margin: 15px 0;
		color: #847b75;
		font-weight: 900;
	}
}
#dlakogo {
	padding: 50px 0;
	position: relative;
	text-align: center;
	
	color:#fff;
}
#dlakogo ul li {
	list-style-type: none;
	color:#fff;
}
.dlakogo-text {
    text-align: center;
    position: relative;
    color: #fff;
    padding-top: 50px;
    
}
.dlakogo-text article{
     margin-bottom: 25px;
    font-weight: 600;
   
    color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
.dlakogo-text h2{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
.dlakogo-text p{
    
    color: #fff;
    margin-bottom: 10px;
}
.dlakogo-text .text-top{
    margin-top: 40px;
     font-weight: 600;
    color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
#dlakogo .btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#dlakogo .btn::before {
    background: #3498db;
}
#dlakogo .btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 12px 30px;
	margin-top: 38px;
    border-radius: 0;
    border: none;
    background: none;
    color: #3498db;
    border: 1px solid #3498db;
}
#dlakogo .btn {
    color: #3498db;
    border: 1px solid #3498db;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
#dlakogo .btn:hover:before, .dlakogo-text .btn:focus:before, .dlakogo-text .btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#dlakogo .btn:hover, .dlakogo-text .btn:focus, .dlakogo-text .btn:active {
    color: #fff;
}
#wynajem {
	padding-top: 50px;
	position: relative;
}
#wynajem ul li {
	list-style-type: none;
}
#home {
	padding: 50px 0;
	position: relative;
	text-align:center;
}
#home ul li {
	list-style-type: none;
}
.banner {
    background: url(../img/banner.jpg)no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.banner-1 {
    background: url(../img/banner-1.jpg)no-repeat top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #6d8794;
    opacity: 0.8;
}
.block__title h2 {
    font-size: 38px;
    margin-bottom: 3rem;
    padding-top: 1rem;
    font-weight: 600;
	position:relative;
}
#offer .text2 a {
	color:#fff;
}
.space {
	padding:25px 0;
}
.space1 {
	padding:50px 0;
}
.space1 h3 {
	color:#fff;
}
.space1 p {
	color:#fff;
}
.space1 ul li {
	color:#fff;
	font-size:14px;
}
#offer1 ul {
	
	list-style-type:none;
}
#offer1 ul li {
	list-style-type:none;
}
.margin {
	margin-bottom:30px;
}
#offer1 blockquote {
	
	padding:20px;
	max-width:700px;
	text-align:center;
	margin: 0 auto;
}
#offer1 .cite {
	margin: 1.5em 10px;
	text-align:center;
}
#content1  {
  padding-bottom:60px;
}
@media only screen and (max-width: 767px) {
  #content1 .cennik_content {
    overflow: auto;
  }
}
#content1 .cennik {
  width: 100%;
  
  font-weight: 400;
  line-height: 27px;
  line-height: 1.6875rem;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  #content1 .cennik {
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  #content1 .cennik {
    width: 750px;
    text-align: left;
  }
}
#content1 .cennik thead {
  background: #EDEDED;
}
#content1 .cennik thead td:last-child {
	    white-space: nowrap;
}
#content1 .cennik thead td {
  padding: 25px 35px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  #content1 .cennik thead td {
    padding: 15px 25px;
  }
}
#content1 .cennik tbody td {
  padding: 13px 15px 14px;
    font-size: 0.9rem;
    text-align: left;
 /* text-transform: uppercase;*/
  border-bottom: 1px solid #DDDDDD;
}
#content1 .cennik tbody td small {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: -0.75em;
}

#content1 table td:first-child {
    border-left: none;
}
#content1 table td {
    vertical-align: top;
    border-left: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
}
@media only screen and (max-width: 991px) {
  #content1 .cennik tbody td small {
    top: 0;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 991px) {
  #content1 .cennik tbody td {
    padding: 15px 25px;
  }
}
.content {
    padding: 80px 0;
    position: relative;
}
.content ul li {
	list-style-type:none;
	
}
.banner ul li {
	color:#fff;
	list-style-type:none;
}
.content1 {
    padding: 80px 0;
    position: relative;
	background:#f9f9f9;
}
.content2 {
    padding: 40px 0;
    position: relative;
	background:#f9f9f9;
}
.content2 p {
    margin:0px;
    position: relative;
	background:#f9f9f9;
}
.content2 i {
   
	color:#6d8794;
}
.content.color {
    background: #015d96;
    color: #fff;
}
.content .text {
   
    line-height: 32px;
    font-weight: 300;
}
.team {
    font-size: 12px;
    text-transform: uppercase;
    display: none;
    position: fixed;
    line-height: 40px;
    text-align: center;
    background: #f9f9f9;
    z-index: 999;
    border-bottom: 1px solid #3F4954;
    width: 100%;
}
.team a {
    color: #000;
    padding: 0 18px;
    text-decoration: none;
}
.grid-of-images a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    border-bottom: 0;
	
    display: block;
    margin: 0 5px 5px 0;
    
}
.grid-of-images a:hover {
    opacity: .9;
}
.padding_bottom {
	padding-bottom:30px;
}
.margin_01{
	padding-bottom:30px;
}
img.border {
	border:1px solid #445d6c;
}
.content2 .line {
	padding-bottom:30px;
	padding-top:30px;
	border-bottom:1px solid #445d6c;
}
.content2 .line:last-child {
	padding-bottom:30px;
	padding-top:30px;
	border-bottom:none;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6d8794;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6d8794;
    border-color: #6d8794;
}
.vertical-align {
    display: flex;
    align-items: center;
}
/* Extra small devices (767px and down) */
@media (max-width: 767px) {
    .row.vertical-align {
        display: block; /* Turn off the flexible box layout */
    }
}

/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/

#contact-form {
	position: relative;
	margin-bottom: 50px;
}

#alert-area {
	margin: 20px 0;
}

#contact-form p {
	position: relative;
	margin-bottom: 20px;
}

#contact-form textarea,
#contact-form input[type="text"] {
	
	border: none;
	border-bottom: 2px solid #ebebeb;
}

#contact-form label {
	position: relative;
	z-index: 1;
	
	left: 0;
	color: #f9f9f9;
	font-size: 14px;
	font-style: italic;
	pointer-events:none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#contact-form label #zgoda2 {
	font-size:11px;
}

#contact-form input ~ span,
#contact-form textarea ~ span {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 50%;
	display: block;
	width: 0;
	height: 2px;
	background: #907f65;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}



#contact-form input:focus ~ span,
#contact-form textarea:focus~  span {
	width: 100%;
}

#contact-form label.error,
#contact-form #name-error,
#contact-form #email-error,
#contact-form #subject-error,
#contact-form #message-error,
#contact-form input:focus ~ label.error,
#contact-form textarea:focus ~ label.error {
	position: absolute;
	top: 100%;
	margin-top: -5px;
	color: #ff0050;
	font-size: 12px;
	font-style: normal;
}

#contact-form button[type="submit"] {
	margin-top: 20px;
	margin-bottom: 0;
}

#contact-form p:after {
	display: table;
	content: " ";
	clear: both;
}

input[class^="col-"],
select[class^="col-"],
textarea[class^="col-"] {
	padding: 10px 20px;
}

textarea:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="color"]:focus,
input[type="email"]:focus,
input[type="image"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus	{
	border-color: #000;
	box-shadow: none;
	outline: 0;
}

select:focus {
	outline: none;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-top: 0px;
	margin-left:0px;
}

.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
	outline: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	padding: 10px 30px;
	border: none;
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #907f65;
	
}

button,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	box-shadow: none;
	outline: 0;
}

::-moz-placeholder {
	color: #c3c3c3;
	font-size: 13px;
	font-style: italic;
}

::-webkit-input-placeholder {
	color: #c3c3c3;
	font-size: 13px;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #c3c3c3;
	font-size: 13px;
	font-style: italic;
}
.form-group {
    margin-bottom: 15px;
    font-size: 14px;
}


.cookie{
box-sizing: border-box;
    z-index: 1001;
    overflow: hidden;
    color: #ddd;
    position: fixed;
    left: 20px;
    bottom: 6%;
    width: 300px;
    background-color: #2d2d2d;
}
.cookie.drop-shadow {
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
}
.cookie a {text-decoration:underline;
margin-left:10px;
color:#fff;
}
.cookie a:hover {text-decoration:none;
color:#f6f6f6;
}
.cookie_btn{
background: #f3f3f3;
    color: #2d2d2d;
    border: 0;
    padding: 6px 9px;
    border-radius: 3px;
	
}

.cookie span {
	display: block;
    margin: 1em 0;
}

#cookie {
	opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 15px 20px 15px;
	text-align:center;
}
#cookie button {
margin-top:3px;}

#oferta .container {
	background-color: rgba(249, 249, 249, 0.5);
	border-color: #445d6c;
	padding: 40px 20px;
}

#oferta {
	margin-top: 15px;
	padding: 50px 0;
}

#oferta h2 {
	text-align: center;
	margin-bottom: 30px;
	color: #222;
}

#oferta h3 {
	margin-bottom: 25px;
	color: #6d8794;
	font-size: 24px;
}

#oferta ul.list-unstyled li {
	background: #fff;
	padding: 20px 20px 20px 70px;
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	position: relative;
	transition: all 0.3s ease;
	line-height: 1.6;
}

#oferta ul.list-unstyled li:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transform: translateY(-2px);
}

#oferta ul.list-unstyled li i {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #6d8794;
	width: 30px;
	text-align: center;
}

#oferta .oferta-systems li i {
	color: #3498db;
}

#oferta .oferta-targets li i {
	color: #6d8794;
}

#aktualnosci {
	padding: 50px 0;
	background: #f9f9f9;
}

#aktualnosci .welcome-text1 h2 {
	text-align: center;
	margin-bottom: 40px;
	color: #222;
}

#aktualnosci .line {
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	border-left: 4px solid #6d8794;
	transition: all 0.3s ease;
	position: relative;
	padding-left: 80px;
}

#aktualnosci .line:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transform: translateX(5px);
	border-left-color: #3498db;
}

#aktualnosci .line h3 {
	color: #6d8794;
	margin-bottom: 15px;
	font-size: 20px;
}

#aktualnosci .line p {
	margin-bottom: 10px;
	color: #555;
}

#aktualnosci .line p i {
	color: #999;
	font-size: 14px;
}

#aktualnosci .line:before {
	content: "\f0eb";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	top: 30px;
	font-size: 32px;
	color: #6d8794;
	opacity: 0.3;
}

#aktualnosci .line:last-child {
	border-bottom: none;
}
#aktualnosci .container {
	background-color: rgba(249, 249, 249, 0.5);
	border-color: #445d6c;
}

#aktualnosci {
	margin-top: 15px;
}

