BODY {
	min-height: 100%;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Exo 2', Arial, sans-serif;
	color: #494949;
	padding-bottom:0px;
}

TD, TH {
	padding:8px;
}

IMG,EMBED,OBJECT,VIDEO {
	max-width: 100%;
	height:auto !important;
}

IFRAME {
	max-width: 100%;
}

H1 {
	clear:both;
	margin: 0;
	padding-top: 0;
	padding-bottom: 30px;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 400;
	text-align: left;
	color: #707070;
}

#wwwpage h1 {
	padding-bottom: 50px;
}

H2 {
	color: #000000;
}

#wwwpage h2 {
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 15px;
}

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: #1c7edf;
	border: 1px solid #1c7edf;
	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 #1c7edf;
	width:15px;
	height:15px;
   outline:0px none;
	padding:1px;
}

LABEL{
	font-weight:normal;
}

A, A:visited {
	color: #1c7edf;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

A:hover, A:focus, A:active {
	color: #0c66c0;
	text-decoration: none;
}


#menu1, #menu1 * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 898;
}

#g_menu{
	max-width:100%;
	margin:auto;
}

#menu1 {
	display:block;
	margin:0px;
	padding:0px;
}

#menu1 LI {
	position: relative;
	white-space: nowrap;
}

#menu1 UL LI {
	width:240px;
	white-space: normal;
	text-align:left;
}

#menu1 UL {
	position: absolute;
	top: 65px;
	left: 0px;
	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:focus > UL,
#menu1 LI.sfHover > UL {
	display: block;
	opacity: 1;
	z-index:99;
	visibility: visible;
}

#menu1 A {
	display: block;
	position: relative;
	text-decoration: none;
}

#menu1 A.item1 {
	color:#ffffff;
	padding-left:30px;
	padding-right:30px;
	height:55px;
	line-height:55px;
	font-size:16px;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform:uppercase;
	transition: all 0.2s ease-in-out;
}

#menu1 A.item1::after {
	content:'';
	display:block;
	margin:auto;
	height:4px;
	line-height:4px;
	width:50px;
	transition: all 0.2s ease-in-out;
}

#menu1 A.item1:hover,
#menu1 A.item1:focus,
#menu1 LI.sfHover A.item1,
#menu1 LI.sfHover A.current,
#menu1 LI.current A.item1{
	color:#ffffff;
}

#menu1 A.item1:hover::after,
#menu1 A.item1:focus::after,
#menu1 LI.sfHover A.item1::after,
#menu1 LI.sfHover A.current::after,
#menu1 LI.current A.item1::after {
	background:#1c7edf;
}

.xactive #menu1 .sub A.item1::after {
    content: '\E9C1';
    display: block;
	float: right;
	margin-top: 10px;
    margin-left: 10px;
    font-family: icomoon;
    width: 19px;
    height: 29px;
    line-height: 29px;
    text-align: center;
	color: #000000;
	display: none;
}

#menu1 A.item2 {
	color:#ffffff;
	background: rgba(0,0,0,0.7);
	font-weight:normal;
	font-size:15px;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #5fadeb;
	border-top:0px none;
	transition: all 0.2s ease-in-out;
}

#menu1 A.item2:hover, #menu1 A.item2:focus {
	color:#ffffff;
	background:#1085e2;
	transition:none;
}

#mobnav-btn {
	display: none;
	cursor: pointer;
	width:23px;
	height:23px;
}

#mobnav-bt:hover, #mobnav-bt:focus {
	opacity:0.8
}

#mobnav-btn DIV{
	position: relative;
	margin: auto;
}

#mobnav-btn SPAN{
	display: block;
  	position: absolute;
  	height: 2px;
  	width: 100%;
  	background: #ffffff;
  	opacity: 1;
  	left: 0;
  	-webkit-transition: transform .25s ease-in-out;
  	-moz-transition: transform .25s ease-in-out;
  	-ms-transition: transform .25s ease-in-out;
  	-o-transition: transform .25s ease-in-out;
  	transition: transform .25s ease-in-out;
}

#mobnav-btn span:nth-child(1) {
  	top: 0px;
}

#mobnav-btn span:nth-child(2) {
	top: 8px;
}

#mobnav-btn span:nth-child(3) {
  	top: 16px;
}

.xactive #mobnav-btn span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-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);
  -moz-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;
	background:#f1f1f1;
}

#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;
}

#d_menu A{
	display:block;
	height:40px;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
	color:#424242;
}

#d_menu A:hover, #d_menu A:focus{
	color:#000000;
}

#top{
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 0 7px 0;
	z-index: 1000;
}

#top1{
	width:1920px;
	max-width:100%;
	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;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 50px;
}

#top1_1{
	float:left;
	text-align:left;
	padding-bottom:10px;
}

#top1_2{
	float:right;
	text-align:right;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#top2{
	clear:both;
	background:#2196F3;
	min-height:40px;
}

MAIN{
	background: #ffffff;
}

#maincontent2 {
	margin: auto;
	text-align: left;
	background: #ffffff;
}

#wwwpage #maincontent3 {
	width: 1920px;
	max-width: 100%;
	margin: auto;
	padding: 100px;
}

#oferta,
#firma,
#produkcja,
#folia,
#klienci {
	margin: 0;
	padding: 0;
}

#oferta h1,
#firma h1,
#klienci h1 {
	padding-left: 50px;
}

#oferta {
	background-image: linear-gradient(#ffffff 53%,#f5f5f5 47%);
}

#wwwpage #oferta {
	background-image: none;
}

#oferta_2,
#firma_2,
#produkcja_2,
#folia_2,
#klienci_2 {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	padding: 70px;
}

#produkcja_2 {
	padding: 70px 70px 0 70px;
}

#folia_2 {
	padding: 0 70px;
}

#wwwpage #oferta_2 {
	padding: 0;
}

#oferta_2 ul {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#oferta_2 ul > li {
	width: 24%;
	margin: 5px 0;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#oferta_2 ul > li > a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	opacity: 1;
	-webkit-transition: filter .2s ease;
	-moz-transition: filter .2s ease;
	-ms-transition: filter .2s ease;
	-o-transition: filter .2s ease;
	transition: filter .2s ease;
}

#oferta_2 ul > li > a:hover {
	-webkit-filter: brightness(92%);
	filter: brightness(92%);
}

#oferta_2 .oferta_obrazek,
#oferta_2 .oferta_obrazek img {
	width: 100%;
	height: 100%;
}

#oferta_2 .oferta_tytul {
	width: 100%;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}

#wwwpage #oferta_2 .oferta_tytul {
	top: -10px;
	left: 20px;
}

#oferta_2 .oferta_tytul h2 {
	width: 90%;
	font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	filter: drop-shadow(0.743px 0.669px 1px rgba(3,3,3,0.3));
	word-wrap: break-word;
}

#firma_tekst,
#klienci_tekst {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#firma_tytul,
#firma_opis,
#klienci_tytul,
#klienci_obrazek {
	width: 50%;
	margin: 0;
	padding: 0 50px;
}

#klienci_obrazek {
	text-align: center;
}

#firma_tytul,
#klienci_tytul h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	color: #000000;
}

#firma_opis h2 {
	padding: 5px 0;
	line-height: 30px;
}

#folia_obrazek {
	width: 100%;
	position: relative;
}

#folia_obrazek img {
	width: 100%;
	height: 100%;
}

#folia_opis {
	width: 50%;
	position: absolute;
	top: 70px;
	right: 25px;
	margin-left: auto;
}

#folia_opis h1 {
	font-size: 48px;
	line-height: 36px;
	color: #76c01f;
	font-weight: 700;
}

#folia_opis h2 {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 28px;
	line-height: 34px;
	color: #000000;
	font-weight: 400;
}

#folia_opis p {
	font-size: 16px;
	line-height: 30px;
	color: #595959;
	font-weight: 400;
}

#produkcja_2 ul {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	padding-top: 40px;
	/*border-top: 2px solid #eaeaea;*/
	list-style-type: none;
}

#produkcja_2 ul > li {
	width: 25%;
	padding-right: 15px;
	text-align: center;
}

#produkcja_2 ul > li:last-child {
	padding-right: 0;
}

#produkcja_2 ul > li::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
}

#produkcja_2 ul > li:first-child::after {
	background-color: #4a8ede;
}

#produkcja_2 ul > li:nth-child(2)::after {
	background-color: #01e963;
}

#produkcja_2 ul > li:nth-child(3)::after {
	background-color: #ff10aa;
}

#produkcja_2 ul > li:last-child::after {
	background-color: #ffb73a;
}

.produkcja_liczba {
	font-size: 45px;
	line-height: 70px;
	color: #000000;
	font-weight: 600;
}

.produkcja_opis {
	padding-bottom: 40px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 400;
}

#dol {
	clear:both;
	background:#000000 url('../img/dol.jpg') center center no-repeat;
	background-size:cover;
	color:#ffffff;
}

#dol0 {
	width:1920px;
	max-width:98%;
	margin:auto;
	padding-top:90px;
}

#dol1 {
	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;
	padding: 0 40px 40px 40px;
}

#dol1_1 {
	width:70%;
	padding-right:30px;
	padding-bottom:20px;
}

#dol1_2 {
	width:30%;
	padding-bottom:20px;
	padding-top:70px;
	text-align: right;
	/*padding-left:30px;
	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;
	padding-bottom:20px;
	padding-top:40px;*/
}

#dol1 A{
	color:#ffffff;
}

#dol1 A:hover{
	opacity: 0.8;
}

#contactp H2{
	font-size: 24px;
	color: #cacaca;
	padding-bottom: 40px;
	letter-spacing: 3px;
}

#contactp STRONG {
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
}

#contactp .zaj{
	padding-left: 10%;
}

#dol_fb{
	padding-top: 30px;
	padding-right: 30px;
}

#dol_fb A{
	display:block;
	font-family:icomoon;
	font-size:36px;
	color:#ffffff;
	width:68px;
	height:68px;
	line-height:68px;
	text-align:center;
	border-radius:34px;
	background:#969696;
}

#dol_fb A:hoveer{
	background:#666666;
}

#kontakt_stopka {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#kontakt_stopka div:first-child {
	padding-right: 15%;
}

#foot{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow-y: auto;
	border-top: 1px solid #5a5a5a;
}

#foot0{
	width:1920px;
	max-width:98%;
	margin:auto;
	font-size:14px;
	color:#d5d5d5;
	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:#d5d5d5;
}

#foot0 A:hover, #foot0 A:focus{
	color:#ffffff;
}

#foot1{
	float:left;
	text-align:left;
}

#foot2{
	float:left;
	text-align:center;
}

#foot3{
	float:right;
	text-align:right;
}

#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: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	padding:0px;
	margin:0px;
	padding-bottom: 10px;
}

#lang_menu LI{
	padding:0px;
	padding-left: 6px;
	padding-right: 6px;
	margin:0px;
}

#lang_menu li img {
	min-width: 22px;
	min-height: 13px;
}

#lang_menu A{
	display:block;
	height:15px;
	line-height:15px;
	margin:1px;
	padding-top:2px;
}

#lang_menu A:hover{
	opacity:0.8;
}

/* slider examle */

#slider{
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
	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:center;
	justify-content:center;
	background:#666666;
	z-index: 1;
}

#slider_img{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

.slider_el{
	width:100%;
	height:100%;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.slider_przyslona {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

.slider_tekst {
	position: absolute;
	top: 53%;
	left: 5%;
	width: 45%;
	max-width: 600px;
	opacity: 0 !important;
}

.slider_name {
	font-size: 70px;
	letter-spacing: 4px;
	color: #ffffff;
	font-weight: 400;
	padding-bottom: 5px;
	z-index: 3;
}

.slider_desc {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color: #ffffff;
	font-weight: 300;
	z-index: 3;
}

#slider_naw{
	position:absolute;
	top: 85%;
	left: 5%;
	overflow:hidden;
	z-index:3;
}

#naw {
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
}

#naw a {
	font-family: icomoon;
	font-size: 45px;
	letter-spacing: 9px;
	color: #ffffff;
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
	-webkit-transition: filter .2s ease;
	-moz-transition: filter .2s ease;
	-ms-transition: filter .2s ease;
	-o-transition: filter .2s ease;
	transition: filter .2s ease;
}

#naw a:first-child {
	padding-right: 40px;
}

#naw a:hover {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

#top_baner0 {
	width: 100%;
	max-width: 100%;
	height: 30vw;
	min-height: 250px;
	position: relative;
	top: 0;
	left: 0;
	margin: auto;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

#top_baner1 {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

#top_baner2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

#search_box{
	z-index: 2000;
	display:none;
	position: fixed;
	top:0px;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.9);
	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: #3f9efd;
	font-size:48px;
	font-family:icomoon;
	width: 100px;
	height: 71px;
	text-align:center;
	background:none;
	border:0px none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#searchp:hover {
	color: #62adf8;
}

#search_panel .title{
	font-size:36px;
	padding-bottom:30px;
}

#top_search A{
	display: block;
	font-family: icomoon;
	color: #ffffff;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 20px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


@media only screen and (max-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;
	}

	#slider {
		height: 50vw;
		min-height: 250px;
	}

	.slider_tekst {
		display: none;
	}

	#slider_naw {
		top: 75%;
	}

	#naw a {
		font-size: 30px;
	}

	#naw a:first-child {
		padding-right: 15px;
	}

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		position: absolute;
		top: 10px;
		right: 10px;
		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;
	}

	HTML.xactive{
		/*overflow:hidden; */
	}

	.xactive #menu1 {
		overflow-y:auto;
		visibility: visible !important;
		max-height:4000px;
	    height: auto !important;
		opacity:1;
	}

	.xactive #menu1 A.item1:hover,
	.xactive #menu1 A.item1:focus,
	.xactive #menu1 LI.sfHover A.item1,
	.xactive #menu1 LI.sfHover A.current,
	.xactive #menu1 LI.current A.item1{
		background-color: #eeeeee;
	}

	.xactive #menu1 A.item1:hover::after,
	.xactive #menu1 A.item1:focus::after,
	.xactive #menu1 LI.sfHover A.item1::after,
	.xactive #menu1 LI.sfHover A.current::after,
	.xactive #menu1 LI.current A.item1::after {
		background: rgba(0,0,0,0);
	}

	.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: #2196F3;
	}

	.xactive #mobnav-btn{
		position: absolute;
		z-index:11;
		top:10px;
		right:10px;
	}

	.xactive #menu1 .sub A.item1::after {
		display: block;
	}

	#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;
	   width: 100%;
	}

	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}

	#menu1 A.item1 {
		height: 65px;
		padding-left:12px;
		padding-right:12px;
		font-size:15px;
		line-height: 55px;
		color: #000000;
		text-align: left;
	}

	#menu1 A.item1:hover,
	#menu1 A.item1:focus,
	#menu1 LI.sfHover A.item1,
	#menu1 LI.sfHover A.current,
	#menu1 LI.current A.item1{
		color: #000000;
	}

	#top1 {
		max-width: 100%;
		padding: 0;
	}

	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}

	#top1_1 {
		justify-content: center;
		padding-left: 10px;
		min-width: 160px;
		max-width: 160px;
	}

	#top1_2 {
		width: 100%;
		max-width: 100%;
	}
	
	#top_search A {
		padding-left: 10px;
		padding-right: 5px;
	}

	#lang_menu {
		position: absolute;
		top: 42px;
		right: 25px;
	}

	#oferta h1,
	#firma h1,
	#klienci h1 {
		padding-left: 0;
	}

	#oferta_2,
	#firma_2,
	#klienci_2,
	#wwwpage #maincontent3 {
		padding: 50px 30px;
	}
	
	#produkcja_2 {
		padding: 70px 30px 0 30px;
	}

	#folia_2 {
		padding: 0 30px;
	}

	#oferta_2 ul > li {
		width: 49%;
		margin: 2px 0;
	}
	
	#oferta_2 .oferta_tytul {
		top: 3px;
		left: 10px;
	}

	#wwwpage #oferta_2 .oferta_tytul {
		top: -23px;
		left: 10px;
	}
	
	#oferta_2 .oferta_tytul h2 {
		width: 90%;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 14px;
	}

	#firma_tekst,
	#klienci_tekst {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	#firma_tytul,
	#firma_opis,
	#klienci_tytul,
	#klienci_obrazek {
		width: 100%;
		padding: 0;
	}

	#firma_tytul {
		padding-bottom: 30px;
		font-size: 24px;
		line-height: 30px;
	}

	#klienci_tytul {
		padding-bottom: 30px;
	}

	#klienci_tytul h2 {
		font-size: 24px;
		line-height: 30px;
	}

	#folia_obrazek,
	#folia_obrazek img {
		min-height: 250px;
	}

	#folia_opis {
		width: 52%;
		top: 20px;
		right: 5px;
	}
	
	#folia_opis h1 {
		margin: 0;
		padding-bottom: 0;
		font-size: 15px;
	}
	
	#folia_opis h2 {
		padding: 0;
		font-size: 15px;
		line-height: 17px;
	}
	
	#folia_opis p {
		display: none;
	}

	#produkcja_2 ul > li {
		width: 50%;
	}

	#produkcja_2 ul > li:nth-child(3),
	#produkcja_2 ul > li:last-child {
		margin-top: 30px;
	}

	.produkcja_liczba {
		font-size: 24px;
		line-height: 40px;
	}
	
	.produkcja_opis {
		min-height: 65px;
		padding-bottom: 0;
		font-size: 13px;
		line-height: 18px;
	}

	#dol1 {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 0 30px 40px 30px;
	}

	#dol1_1,
	#dol1_2 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#dol1_2 {
		padding-top: 20px;
		text-align: left;
	}

	#contactp .zaj {
		padding-left: 0;
	}

	#kontakt_stopka {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#kontakt_stopka div {
		width: 100%;
	}

	#kontakt_stopka div:first-child {
		padding-bottom: 50px;
	}

	#foot1, #foot2, #foot3 {
		float:none;
		clear:both;
		width:100%;
		text-align:center;
	}

	#foot3 {
		padding-top: 10px;
	}

}

@media only screen and (max-width: 768px) and (min-width: 577px) {

	.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;
	}

	#slider {
		height: 50vw;
		min-height: 350px;
	}

	.slider_tekst {
		top: 45%;
		left: 3%;
		width: 55%;
	}
	
	.slider_name {
		font-size: 30px;
		letter-spacing: 2px;
		padding-bottom: 0;
	}
	
	.slider_desc {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 17px;
	}
	
	#slider_naw{
		top: 85%;
		left: 3%;
	}
	
	#naw a {
		font-size: 30px;
	}
	
	#naw a:first-child {
		padding-right: 20px;
	}

	#oferta h1,
	#firma h1,
	#klienci h1 {
		padding-left: 0;
	}

	#oferta_2,
	#firma_2,
	#klienci_2,
	#wwwpage #maincontent3 {
		padding: 50px;
	}
	
	
	#produkcja_2 {
		padding: 70px 50px 0 50px;
	}

	#folia_2 {
		padding: 0 50px;
	}

	#firma_tekst,
	#klienci_tekst {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	#firma_tytul,
	#firma_opis,
	#klienci_tytul,
	#klienci_obrazek {
		width: 100%;
		padding: 0;
	}

	#firma_tytul,
	#klienci_tytul {
		padding-bottom: 40px;
	}

	#folia_obrazek,
	#folia_obrazek img {
		min-height: 350px;
	}

	#folia_opis {
		top: 15px;
		right: 5px;
	}
	
	#folia_opis h1 {
		margin: 0;
		padding-bottom: 0;
		font-size: 25px;
	}
	
	#folia_opis h2 {
		padding: 0;
		font-size: 17px;
		line-height: 19px;
	}
	
	#folia_opis p {
		font-size: 15px;
		line-height: 15px;
	}

	#foot1, #foot2, #foot3{
		float:none;
		clear:both;
		width:100%;
		text-align:center;
	}

	#foot3 {
		padding-top: 10px;
	}

	#dol1{
		padding: 0 20px 40px 20px;
	}

	#contactp .zaj{
		padding-left: 0;
	}
	
	#contactp STRONG {
		font-size: 20px;
		line-height: 24px;
	}

	#contactp p {
		font-size: 15px;
	}

	#dol1_1,
	#dol1_2 {
		width: 50%;
	}

	#kontakt_stopka {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#kontakt_stopka div {
		width: 100%;
	}

	#kontakt_stopka div:first-child {
		padding-bottom: 50px;
	}

}


@media only screen and (max-width: 909px) and (min-width: 577px) {

	#g_menu, #menu1{
		overflow-y:auto;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		clear:both;
	}

	#menu1 {
		float:none;
		text-align:left;
		width: 100%;
		height: 0px !important;
		max-height:0px;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		transition: all .8s ease-in-out;
	}

	HTML.xactive{
		/*overflow:hidden; */
	}

	.xactive #menu1 {
		overflow-y:auto;
		visibility: visible !important;
		max-height:4000px;
	    height: auto !important;
		opacity:1;
	}

	.xactive #menu1 A.item1:hover,
	.xactive #menu1 A.item1:focus,
	.xactive #menu1 LI.sfHover A.item1,
	.xactive #menu1 LI.sfHover A.current,
	.xactive #menu1 LI.current A.item1{
		background-color: #eeeeee;
	}

	.xactive #menu1 A.item1:hover::after,
	.xactive #menu1 A.item1:focus::after,
	.xactive #menu1 LI.sfHover A.item1::after,
	.xactive #menu1 LI.sfHover A.current::after,
	.xactive #menu1 LI.current A.item1::after {
		background: rgba(0,0,0,0);
	}

	.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: #2196F3;
	}

	.xactive #mobnav-btn{
		position: absolute;
		z-index:11;
		top:10px;
		right:10px;
	}

	.xactive #menu1 .sub A.item1::after {
		display: block;
	}

	#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;
	}

	#menu1 A.item1 {
		height: 65px;
		padding-left:12px;
		padding-right:12px;
		font-size:15px;
		line-height: 55px;
		color: #000000;
		text-align: left;
	}

	#menu1 A.item1:hover,
	#menu1 A.item1:focus,
	#menu1 LI.sfHover A.item1,
	#menu1 LI.sfHover A.current,
	#menu1 LI.current A.item1{
		color: #000000;
	}

	#top1 {
		max-width: 100%;
		padding: 0;
	}

	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}

	#top1_1 {
		padding-left: 20px;
		min-width: 180px;
		min-height: 65px;
	}

	#top_search A{
		padding-left: 15px;
		padding-right: 7px;
	}

	#lang_menu {
		padding-right: 20px;
	}

	#oferta_2 ul > li {
		width: 48%;
	}
	
	#oferta_2 .oferta_tytul {
		top: 10px;
		left: 15px;
	}
	
	#oferta_2 .oferta_tytul h2 {
		width: 80%;
		font-size: 21px;
		line-height: 23px;
	}

	#produkcja_2 ul > li {
		width: 50%;
	}

	#produkcja_2 ul > li:nth-child(3),
	#produkcja_2 ul > li:last-child {
		margin-top: 40px;
	}
	
}


@media only screen and (max-width: 1199px) and (min-width: 910px) {

	#top1 {
		padding: 0 20px;
	}

	#top1_1 {
		padding-right: 20px;
	}

	#menu1 UL {
		left: 0;
		top: 40px;
	}

	#menu1 A.item1 {
		padding-left: 10px;
		padding-right: 10px;
		height: 40px;
		line-height: 36px;
		letter-spacing: 1px;
	}

	#menu1 A.item1::after {
		display: none;
	}

	#top_search A{
		padding-left: 15px;
		padding-right: 7px;
	}

	#oferta_2 ul > li {
		width: 32%;
	}

	#produkcja_2 ul > li {
		width: 32%;
	}

	#produkcja_2 ul > li:last-child {
		margin-top: 40px;
	}

}


@media only screen and (max-width: 1199px) and (min-width: 769px) {
	
	#slider {
		height: 50vw;
		min-height: 500px;
	}

	.slider_tekst {
		top: 52%;
		left: 3%;
		width: 50%;
	}
	
	.slider_name {
		font-size: 40px;
		letter-spacing: 2px;
	}
	
	.slider_desc {
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 19px;
	}
	
	#slider_naw{
		top: 86%;
		left: 3%;
	}
	
	#naw a {
		font-size: 36px;
	}
	
	#naw a:first-child {
		padding-right: 30px;
	}

	#oferta_2,
	#firma_2,
	#klienci_2,
	#wwwpage #maincontent3 {
		padding: 50px;
	}
		
	#produkcja_2 {
		padding: 70px 50px 0 50px;
	}

	#folia_2 {
		padding: 0 50px;
	}
	
	#firma_tytul,
	#firma_opis,
	#klienci_tytul,
	#klienci_obrazek {
		padding: 0;
	}

	#firma_tytul,
	#klienci_tytul {
		padding-left: 50px;
		padding-right: 25px;
	}
	
	#firma_opis {
		padding-left: 25px;
		padding-right: 50px;
	}

	#folia_obrazek,
	#folia_obrazek img {
		min-height: 425px;
	}

	#folia_opis {
		top: 35px;
		right: 10px;
	}
	
	#folia_opis h1 {
		font-size: 36px;
		margin: 0;
		padding-bottom: 15px;
	}
	
	#folia_opis h2 {
		padding-top: 5px;
		padding-bottom: 10px;
		font-size: 21px;
		line-height: 24px;
	}
	
	#folia_opis p {
		font-size: 16px;
		line-height: 19px;
	}

	#dol1{
		padding: 0 30px 40px 30px;
	}

	#dol1_1,
	#dol1_2 {
		width: 50%;
	}

	#kontakt_stopka {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#kontakt_stopka div {
		width: 100%;
	}

	#kontakt_stopka div:first-child {
		padding-bottom: 50px;
	}

}

@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%;
	}

}