BODY {
	min-height:100%;
	background: #FFFFFF;
	font-size: 16px;
	line-height:1.5;
	font-family: 'Nunito', sans-serif;
	color: #000000;
	padding-bottom:0px;
	padding-top: 15px;
}

TD, TH {
	padding:8px;
}

IMG,EMBED,OBJECT,VIDEO {
	max-width: 100%;
	height:auto !important;
}

IFRAME {
	max-width: 100%;
}

H1 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 20px;
	font-weight: 400;
	color: #949494;
	line-height: 30px;
	letter-spacing: 1px;
	text-align:left;
	text-transform: uppercase;
}

H2 {
}

H3{

}

HR {
	margin:0px;
	padding:0px;
	border:0px;
	height:1px;
	background-color: #cccccc;
}

INPUT, SELECT {
	vertical-align:middle;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #000000;
	padding:6px;
}

TEXTAREA {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #000000;
	padding:6px;
}

INPUT:focus, INPUT:active, TEXTAREA:focus, TEXTAREA:active, SELECT:focus, SELECT:active {
	border:1px solid #666666;
}

INPUT[type="submit"],
INPUT[type="submit"]:hover,
INPUT[type="submit"]:focus,
.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{
	cursor:pointer;
	vertical-align:middle;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 0px none;
	background: #275899;
	border: 1px solid #275899;
	color: #ffffff;
	padding:6px;
	transition: all 0.2s ease-in-out;
}

.bootstrap-select{
	width:100%;
}

INPUT[type="checkbox"].styled, INPUT[type="radio"].styled {
	margin:0px;
	margin-right:10px;
	border: 1px solid #275899;
	width:15px;
	height:15px;
   outline:0px none;
	padding:1px;
}

LABEL{
	font-weight:normal;
}

A {
	color: #275899;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

A:hover, A:focus {
	color: #498bf9;
	text-decoration: none;
}

#menu1, #menu1 * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 898;	
}

#g_menu{
	max-width:100%;
	margin:auto;
}

#menu1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
        width: 100%;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#menu1 LI {
	position: relative;
	white-space: nowrap;
}

#menu1 UL LI {
	width:240px;
	white-space: normal;
	text-align:left;
}

#menu1 UL {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 0.2s ease-in-out;	
	-webkit-box-shadow: 3px 3px 14px rgba(0,0,0,.1);
	box-shadow: 3px 3px 14px rgba(0,0,0,.1);		
}

#menu1 > LI {
	float: left;
}

#menu1 UL UL {
	top: 0;
	left: 100%;
}

#menu1 LI:hover > UL,
#menu1 LI.sfHover > UL {
	display: none;
	opacity: 1;
	z-index:99;
	visibility: visible;	
}

#menu1 A {
	display: block;
	position: relative;
	text-decoration: none;	
}

#menu1 li.submenu {
	display: none;
}

#menu1 A.item1 {
	padding-left: 20px;
	padding-right: 20px;
	line-height:40px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 50px;
	text-align: left;
	text-transform:uppercase;	
	transition: all 0.2s ease-in-out;
	background-color: #1f3383;
}

#menu1 A.item1:hover,
#menu1 LI.sfHover A.item1,
#menu1 LI.sfHover A.current,
#menu1 LI.current A.item1{
	color: #dddddd;
}

.xactive #menu1 .sub A.item1::after {
    content: '\E9C1';
    display: block;
    float: right;
    margin-left: 10px;
    font-family: icomoon;
    width: 19px;
    height: 29px;
    text-align: center;
    color: #000000;
    display: none;
}

#menu1 A.item2 {
	color:#ffffff;
	background-color: #1f3383;
	font-weight:normal;
	font-size:14px;
	text-align:left;	
	padding:10px;	
	border-bottom:1px solid #555c7a;	
	border-top:0px none;	
	transition: all 0.2s ease-in-out;	
}

#menu1 A.item2:hover {
	color:#dddddd;
	transition:none;
}

#mobnav-btn {
	display: none;
	cursor: pointer;	
	width:23px;
	height:23px;
	position: absolute;
	top: 10px;
	right: 10px;
}

#mobnav-bt:hover {
	opacity:0.8
}

#mobnav-btn DIV{
	position: relative;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#mobnav-btn SPAN{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000000;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
  
#mobnav-btn span:nth-child(1) {
	top: 0px;
}
  
#mobnav-btn span:nth-child(2) {
	width: 75%;
	top: 8px;
	right: 0;
}
  
#mobnav-btn span:nth-child(3) {
	top: 16px;
}
 
.xactive #mobnav-btn span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
  
.xactive #mobnav-btn span:nth-child(2) {
	  display: none;
}
  
.xactive #mobnav-btn span:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

#d_menu{
	clear:both;
}

#d_menu UL{
	list-style-type:none;
	display:table;
	padding:0px;
	margin:auto;
}

#d_menu LI {
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	float:left;
	border-right: 1px solid #3b3b3b;
}

#d_menu li:last-child {
	border-right: none;
}

#d_menu A{
	display:block;
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
	color:#000000;
}

#d_menu A:hover, #d_menu A:focus{
	color:#223583;
}

#top0 {
	width: 1370px;
	max-width: 98%;
	margin: auto;
}

#top1_1 {
	padding-bottom: 15px;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
}

#top1_2 {
	padding-bottom: 30px;
	text-align: center;
}

#p_menu {
	margin-top: -8px;
}

#top2 {
	width: 100%;
	background-color: #1f3383;
}

#top_search{
	font-family: icomoon;
}

#search_box{
	z-index: 1899;
	display:none;
	position: fixed;
	top:0px;
	width:100%;
	height:100vh;
	background:rgba(37,65,91,0.95);
	text-align:center;
	color:#ffffff;
}

#search_close{
	text-align:right;
	padding:30px;
	font-size:26px;
	display:block;
	float:right;
	color:#ffffff;
	font-family:icomoon;
	font-size:40px;
	opacity:0.7;
}

#search_close:hover{
	opacity:1;
}

#search_panel{
	padding-top:40vh;
	text-align:center;
	width:600px;
	padding-left:20px;
	padding-right:20px;
	max-width:98%;
	margin:auto;
}

#search_panel #art_szuk{
	height:70px;
	line-height:70px;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	font-size:20px;
}

#searchp{
	color:#ffffff;
	font-size:48px;
	font-family:icomoon;
	width: 100px;
	height: 71px;
	text-align:center;
	background:none;
	border:0px none;
}

#search_panel .title{
	font-size:36px;
	padding-bottom:30px;
}


MAIN{
	clear:both;
}

#maincontent2{
	width:1370px;
	max-width:98%;
	margin:auto;
	text-align:left;
}

#maincontent3{
	padding-top:40px;
	padding-bottom:30px;
}

#foot{
	clear:both;
	padding-top:50px;
	overflow-y:auto;
}

#foot0{
	padding-top:25px;
	border-top:1px solid #e2e2e2;
	width:1370px;
	max-width:98%;
	margin:auto;
	font-size:14px;
	color:#616c7e;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#foot0 A{
	color:#4f4f4f;
}

#foot0 A:hover, #foot0 A:focus{
	color:#000000;
}

#foot1{
	float:left;
	text-align:left;
	padding-bottom:15px;
}

#foot2{
	float:left;
	text-align:center;
	padding-bottom:15px;
}

#foot3{
	float:right;
	text-align:right;
	padding-bottom:15px;
}

#l_menu{
	clear:both;
}

#l_menu .l_item1{
	color:#ffffff;
	background:#00bac2;
	display:block;
	padding:8px;
	border-bottom:1px solid #ffffff;
	font-size:16px;
}

#l_menu .l_item1:hover, #l_menu .l_item1:focus, #l_menu .l_item1.active{
	opacity:0.8;
}

#l_menu .l_item2{
	color:#000000;
	background:#b3ebed;
	display:block;
	padding:8px;
	border-bottom:1px solid #ffffff;
	font-size:15px;
	padding-left:20px;
}

#l_menu .l_item2:hover, #l_menu .l_item2:focus, #l_menu .l_item2.active{
	opacity:0.8;
}

#lang_menu{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
}

#lang_menu LI{
	display:block;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin:0px;
}

#slider{
	position: relative;
	top: 0;
	left: 0;
	width: 1370px;
	max-width: 98%;
	height: 30vw;
	max-height: 600px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;     
	-webkit-flex-wrap: wrap;	
	flex-wrap: wrap;	
	-webkit-justify-content:center;	
	justify-content:center;	
	margin: auto;
	margin-top: 1px;
	background-color: #666666;
	z-index: 1;
}

#slider_img{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.slider_el{
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider_layer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider_paski {
	width: 78px;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 39px);
	z-index: 2;
}

.slider_wrap {
	width: 1370px;
	max-width: 98%;
	height: 100%;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
}

.slider_opis {
	position: absolute;
	bottom: -50px;
	left: 5%;
	width: 60%;
	z-index: 4;
}

.slider_opis_tresc {
	padding: 25px 3vw;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
	color: #201f1e;
	text-transform: uppercase;
	background-color: #ffffff;
}

#slider_naw_wrap {
	width: 1370px;
	max-width: 98%;
	height: 100%;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
}

#slider_naw a {
	display: inline-block;
	margin: 0 25px;
	font-size: 40px;
	font-family: icomoon;
	letter-spacing: 1px;
	line-height: 40px;
	color: #ffffff;
	-webkit-filter: drop-shadow(0.5px 0.866px 0.5px rgba(3,3,3,0.4));
	filter: drop-shadow(0.5px 0.866px 0.5px rgba(3,3,3,0.4));
	position: absolute;
	top: 50%;
	overflow: hidden;
	z-index: 3;
}

#slider_naw a:hover {
	color: #bbbbbb;
}

#slider_naw a#prevp {
	left: 5%;
}

#slider_naw a#nextp {
	right: 5%;
}

#dol{
	clear:both;
	border-top:1px solid #e2e2e2;
	margin-top:60px;
	padding-top:60px;
	width:1370px;
	max-width:98%;
	margin:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#dol1{
	width:25%;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
}

#dol2{
	font-size:18px;
}

#dol2 a {
	font-weight: 700;
}

#dol2 H2{
	font-weight:bold;
}

#dol3 UL{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	padding-top:20px;
}

#dol3 LI{
	display:block;
	padding:0px;
	margin:0px;
	padding-bottom:4px;
	padding-left:20px;
	background:url('../img/l.png') 0px 7px no-repeat;
}

#dol a {
	color: #000000;
}

#dol a:hover {
	color: #4c5c9c;
}

#aktualnosci ul {
	width : 100%;
	margin: auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
}

#aktualnosci ul > li {
	width: 33%;
	margin: 20px 0;
	padding: 0 20px;
}

#aktualnosci ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
}

#aktualnosci ul > li > a:hover h2::after {
	opacity: 1;
	visibility: visible;
}

#aktualnosci h2 {
	padding-top: 30px;
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
}

#aktualnosci h2::after {
	content: '';
	display: block;
	margin-top: 15px;
	font-size: 24px;
	font-family: icomoon;
	color: #c2001c;
	line-height: 24px;
	opacity: 0;
	visibility: hidden;
}

#aktualnosci .news_data {
	font-size: 18px;
	font-weight: 700;
	color: #1f3383;
	line-height: 36px;
}

#aktualnosci .news_data::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	margin-top: 10px;
	background-color: #bdbdbd;
}

#realizacje{
	clear:both;
	margin-top:60px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#realizacje A{
	display:block;
	position:relative;
	height:100%;
}

#realizacje A:hover #realizacje20 {
	background-color: #000000;
}

#realizacje1{
	z-index:1;
	width:50%;
	height:100%;
	position: absolute;
	right:0px;
	background:rgba(34,53,131,0.5);
}

#realizacje2{
	z-index:2;
	padding-top:210px;
	padding-bottom:210px;
	position: relative;
}

#realizacje20{
	width:254px;
	height:254px;
	border-radius:127px;
	background-color:#1f3383;
	border:2px solid #ffffff;
	margin:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-self:center;
	vertical-align:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	color:#ffffff;
	padding:40px;
	font-size:24px;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

#aktualnosci,
#oferta {
	padding: 70px 70px 0 70px;
}

.oferta_lista {
	width : 100%;
	margin: auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
}

.oferta_lista > li {
	width: 33%;
	height: 425px;
	margin: 10px 0;
	padding: 0 15px;
	background-repeat: no-repeat;
	background-size: 95% 100%;
	background-position: center top;
}

.oferta_lista > li > a {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.oferta_lista > li > a:hover h2 {
	-webkit-transform: translateY(30%);
	-moz-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
}

.oferta_lista h2 {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 30px;
	-webkit-transition: transform .25s linear;
	-moz-transition: transform .25s linear;
	-ms-transition: transform .25s linear;
	-o-transition: transform .25s linear;
	transition: transform .25s linear;
}

.oferta_lista h2::after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin-top: 20px;
	background-color: #ffffff;
}

@media only screen and (max-width: 575px) {

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}

	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}

	#top0 {
		max-width: 100%;
	}

	#top1_1 {
		width: 85%;
		padding-left: 10px;
	}

	#menu1 li.submenu {
		display: block;
	}

	#menu1 A.item1 {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 15px;
		line-height: 40px;
	}

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#g_menu {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}
	
	#menu1 {
		float:none;
		text-align:left;
		width: 100%;
		height: 0px !important;
		max-height:0px;
		overflow: hidden;		
		opacity: 0;
		visibility: hidden;	
		transition: all 0.8s ease-in-out;					
	}
	
	.xactive #menu1 {
		overflow-y:auto;		
		visibility: visible !important;		
		max-height:4000px;		
	    height: auto !important;	
		opacity:1;		
	}	
	
	.xactive .layer #menu1 {
		max-height:100%;
	}
	
	.xactive #g_menu.layer{
		position: absolute;
		z-index:10;
		top:0px;		
		padding-top:50px;
		height:100vh;
		overflow:hidden;
		background-color: #ffffff;
	}
	
	.xactive #mobnav-btn {
		position: absolute;
		z-index:11;	
		top:10px;
		right:10px;
	}
		
	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
		background:#ffffff;
	}	
	
	#menu1 UL {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100%;
		transition: all 0.2s ease-in-out;
		display: block !important;
		height: 0px !important;
		max-height: 0px !important;
		overflow: hidden;		
	}	
	
	#menu1 .open UL {
	   height: auto !important;
	   max-height: 4000px !important;	
	}		
	
	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}

	#foot1, #foot2, #foot3{
		float:none;
		clear:both;
		width:100%;
		text-align:center;
	}

	#slider {
		min-height: 250px;
	}

	.slider_opis {
		bottom: -60px;
		left: 5%;
		width: 80%;
	}
	
	.slider_opis_tresc {
		padding: 10px 3vw;
		font-size: 16px;
		line-height: 20px;
	}

	#aktualnosci,
	#oferta {
		padding: 0;
		padding-top: 70px;
	}

	#aktualnosci ul > li {
		width: 100%;
	}

	.oferta_lista > li {
		width: 100%;
	}

	#realizacje2{
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#dol {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 15px;
	}

	#dol > div {
		width: 100%;
		margin: 25px 0;
	}

}

@media only screen and (max-width: 768px) and (min-width: 576px) {

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}

	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}

	#top0 {
		max-width: 100%;
	}

	#top1_1 {
		padding-left: 10px;
	}

	#menu1 li.submenu {
		display: block;
	}

	#menu1 A.item1 {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 15px;
		line-height: 40px;
	}

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#g_menu {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}
	
	#menu1 {
		float:none;
		text-align:left;
		width: 100%;
		height: 0px !important;
		max-height:0px;
		overflow: hidden;		
		opacity: 0;
		visibility: hidden;	
		transition: all 0.8s ease-in-out;					
	}
	
	.xactive #menu1 {
		overflow-y:auto;		
		visibility: visible !important;		
		max-height:4000px;		
	    height: auto !important;	
		opacity:1;		
	}	
	
	.xactive .layer #menu1 {
		max-height:100%;
	}
	
	.xactive #g_menu.layer{
		position: absolute;
		z-index:10;
		top:0px;		
		padding-top:50px;
		height:100vh;
		overflow:hidden;
		background-color: #ffffff;
	}
	
	.xactive #mobnav-btn {
		position: absolute;
		z-index:11;	
		top:10px;
		right:10px;
	}
		
	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
		background:#ffffff;
	}	
	
	#menu1 UL {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100%;
		transition: all 0.2s ease-in-out;
		display: block !important;
		height: 0px !important;
		max-height: 0px !important;
		overflow: hidden;		
	}	
	
	#menu1 .open UL {
	   height: auto !important;
	   max-height: 4000px !important;	
	}		
	
	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}

	#foot1, #foot2, #foot3{
		float:none;
		clear:both;
		width:100%;
		text-align:center;
	}

	#slider {
		min-height: 350px;
	}

	.slider_opis {
		width: 70%;
	}
	
	.slider_opis_tresc {
		padding: 15px 3vw;
		font-size: 18px;
		line-height: 24px;
	}

	#aktualnosci,
	#oferta {
		padding: 0;
		padding-top: 70px;
	}

	#aktualnosci ul > li {
		width: 100%;
	}

	.oferta_lista > li {
		width: 100%;
	}

	#realizacje2{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#dol {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}

	#dol > div {
		width: 50%;
		margin: 25px 0;
	}

}

@media only screen and (max-width: 1199px) and (min-width: 769px) {

	#slider {
		min-height: 400px;
	}

	.slider_opis_tresc {
		padding: 20px 3vw;
		font-size: 22px;
		line-height: 30px;
	}

	#aktualnosci,
	#oferta {
		padding: 70px 25px 0 25px;
	}

	.oferta_lista > li {
		width: 50%;
	}

	#realizacje2{
		padding-top: 150px;
		padding-bottom: 150px;
	}

	#dol {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}

	#dol > div {
		width: 50%;
		margin: 25px 0;
	}

}


@media print {

	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}

	DIV{
		max-width:100%;
	}

}