html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, 
address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i,
 center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
 margin:  0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }
 body {line-height: 1;} 
 ol, ul {list-style: none;}
 blockquote, q {quotes: none;}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {display: block;margin:0; padding:0; width:100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


.przewin {
	-webkit-transform: translateZ(0);
}


/*----------------------------------------------------------------
 * 
 ************************ style ogolne ***************************
 *  
 ---------------------------------------------------------------*/
 
html, body {
	background-color:#fff;
	width:100%;
	height:100%;
	overflow:hidden;
	
}

body {
	text-align:left;
	/*font-family: 'Oswald', arial, Arial, Verdana, Helvetica, sans-serif;*/
	font-family: 'Pontano Sans', arial, Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
    color: #eee;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    font-smoothing: antialiased;
    text-transform: none;
    
    
    background: url(../obrazki/baner/baner-1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../obrazki/baner/baner-1.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../obrazki/baner/baner-1.jpg', sizingMethod='scale')";
	
} 
 
img.dopasuj { 
	max-width: 100%; 
	height: auto; 
	width: auto\9;
}

@-moz-document url-prefix() {
  img.dopasuj, p img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;

  }
}

.scroll-x { overflow-x: auto; }
.scroll-y { overflow-y: auto; }
 
div.pojemnik {
	width:100%;
	clear:both;
	overflow:hidden;
	position:relative;
}

.clear {
	width:100%;
	overflow:hidden;
	clear:both;
}


.lewo {
	float:left;
}

.prawo {
	float:right;
}

/*----------------------------------------------------------------
 * 
 ****************** VEGAS **********************
 *  
 ---------------------------------------------------------------*/

div#vegas {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}

/*----------------------------------------------------------------
 * 
 *********** style kontenerow budujacych wyglad ******************
 *  
 ---------------------------------------------------------------*/


div#wrapper {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}


#main-header, header {
	background:#000;
	background: rgba(0, 0, 0, 0.6);
	position:fixed;
	left:0;
	top:0px;
	z-index:10;
	width:100%;

}

.strona-glowna #main-header, .strona-glowna header {
	/*padding-bottom:20px;*/
}

#content-wrapper, #content, .main-section {
	background:transparent;
	position:fixed;
	left:0;
	top:0px;
	height:100%;
	width:100%;
	z-index:5;
}

#main-footer, footer {
	background:#000;
	position:fixed;
	left:0;
	bottom:0;
	z-index:10;
	background:#000;
	background: rgba(0, 0, 0, 0.6);
}


/* #Naglowki
================================================== */

.section h1, h2, h3, h4, h5, h6 { 
    display:block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    text-align:left;
    font-family: 'Oswald', arial, Arial, Verdana, Helvetica, sans-serif;
}

h2.tytul {
    text-transform: uppercase;
    font-size:42px;
    margin:0px 0px 0px 0px;
	padding:20px 0px 25px 0px;
	color: #fff;
	font-weight: 700; 
	line-height:.9em;
}

h2.tytul span {
    display:block;
    line-height:1.8em;
	background:#fff;
    font-size:22px;
    margin:0px 0px  0px 0px;
	padding:0px 15px 0px 15px;
	color: #333;
	font-weight: 300; 
	width:120%;
}

.pion h2.tytul span {
	width:auto;
}





/* #Akapity
================================================== */
p { 
	margin: 0 0 15px 0; 
	font-style: normal; 
	line-height: 1.3em;
	text-align:left;
}

p img { 
	margin: 0; 
}

em, i { 
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

.small { font-size: 90%; }

.big {font-size: 2em;}

a, a:visited { 
	color: #409147; 
	text-decoration: none; 
	outline: 0; 
	-webkit-transition: color .1s linear; 
	-moz-transition: color .1s linear; 
	-o-transition: color .1s linear; 
	-ms-transition: color .1s linear; 
	transition: color .1s linear; 
}

a:hover, a:focus { color: #fff; }


/* #Listy w tresci
================================================== */
  ul, ol { margin-bottom: 20px; }
  ul { list-style: circle outside; }
  ol { list-style: decimal inside; margin-left: 0px; }
  ul, ol, ul.square, ul.circle, ul.disc { margin-left: 25px; }
  ul.square { list-style: square outside; }
  ul.circle { list-style: circle outside; }
  ul.disc { list-style: disc outside; }
  ul ul, ul ol,
  ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
  ul ul li, ul ol li,
  ol ol li, ol ul li { margin-bottom: 6px; }
  li { line-height: 18px; margin-bottom: 12px; text-align:left; }
  
  
/* #Przyciski
================================================== */
.przycisk {
	white-space: nowrap;
    background: #fff;
    color: #333 !important;
    border: 0;
    padding: 12px 20px;
    margin:2px;
    text-align: center;
    cursor: pointer; 
    font-weight: normal;      
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.przycisk.czarny {
	background: #111;
    color: #fff !important;
}

.przycisk .typcn {
	font-size:1.5em;
}

.przycisk:hover {
    background: #333;
    color: #fff  !important;
}

.przycisk.czarny:hover {
	background: #eee;
    color: #111 !important;
}


/* #Komunikaty
================================================== */


.komunikat {
	line-height:1.7em;
	padding:8px 20px 8px 35px;
	margin:5px 0px 8px 0px; 
	text-align:left;
	color:#000 !important;
	background:#b1dad5 url(../images/info.gif) 10px 50%  no-repeat;;
	border: 1px solid #97bbb6; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
}




.ok {
	color:#000;
	background:#b9f1ca url(../images/ok.gif) 10px 50%  no-repeat;
	border: 1px solid #94bfa0;
}

.blad {
	color:#000;
	background:#efb0b0 url(../images/blad.gif) 10px 50%  no-repeat;
	border: 1px solid #c09393;
}


/* #kolumny
================================================== */

div.kolumna {
	width:50%;
	float:left;
}


/*----------------------------------------------------------------
 * 
 *************************** HEADER ******************************
 *  
 ---------------------------------------------------------------*/
#main-header h1, header h1, #main-header div#h1, header div#h1 {
	overflow:hidden;
	float:left;
	width:40%;
	max-width:120px;
	padding:0px 0px 0px 0px;
	margin:0;
	position:absolute;
	top:10px;
	left:50px;
	background:transparent;
	-webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

#main-header h1 a, header h1 a, #main-header div#h1 a, header div#h1 a  {
	width:100%;
	position:relative;
	top:0px;
	left:0%;
	margin-left:0px;
	display:block;
	overflow:hidden;
} 
 

/*----------------------------------------------------------------
 * 
 ************************ ladowanie ***************************
 *  
 ---------------------------------------------------------------*/
.pojemnik-ladowanie {
	position:absolute;
	top:100%; /*-100%;*/
	left:0;
	width:100%;
	height:100%;
	z-index:9999;

}

.fullsideload {
	display:none;

}

.pojemnik-ladowanie .loading-1 {
	position:absolute;
	top:0; /*-100%;*/
	left:0;
	width:100%;
	height:50%;
	z-index:10;
	background:#000;
	background: rgba(0, 0, 0, 1);
	background-image: url("../images/logo-small.png");
	
    background-repeat: no-repeat;
    background-position: bottom center;
}

.pojemnik-ladowanie .loading-3 {
	position:absolute;
	top:50%; /*-100%;*/
	left:0;
	width:100%;
	height:50%;
	z-index:10;
	background:#000;
	background: rgba(0, 0, 0, 1);
	
}


.pojemnik-ladowanie .loading-2 {
	position:relative;
	top:50%;
	left:0;
	width:60%;
	min-width:300px;
	height:1px;
	z-index:11;
	background:#fff;
	background: rgba(255, 255, 255, 0.3);
	margin:0 auto;
}


.pojemnik-ladowanie .progres-bar-pojemnik {
	position:abolute;
	top:0%;
	left:0;
	width:100%;
	height:100%;
}

.pojemnik-ladowanie .loading-2b {
	position:relative;
	top:50%;
	left:0;
	width:220px;
	height:64px;
	z-index:11;
	background:transparent;
	background: rgba(255, 255, 255, 0);
	margin:-70px auto 0 auto;
}

.pojemnik-ladowanie .loading-3 .progres-bar-pojemnik {
position:relative;
top:10px;
	background: url(../images/loading-progres-4b.gif) no-repeat top center;
}

.pojemnik-ladowanie .progres-bar-linia {
	position:absolute;
	top:0%;
	left:0;
	width:0%;
	height:100%;
	background:#fff;
	background: rgba(255, 255, 255, 1);
}


.pojemnik-ladowanie .progres-bar-liczba {
	width:auto;
	height:auto;
	position:absolute;
	top:0%;
	right:0%;
	color:#fff;
	font-size:10px;
	font-weight:300;
	padding:5px 0px 0px 0px;
}


/*----------------------------------------------------------------
 * 
 ************************ Sekcje storn ***************************
 *  
 ---------------------------------------------------------------*/
 
.tlo {
	background:transparent;
	background: rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
} 

section {
	position:relative;
	z-index:10;
} 

section .tresc {
	padding:0px 50px;
	max-width:700px;
	margin:0px auto;
} 

div.section h1 {
    text-transform: uppercase;
    font-size:100px;
    font-weight:700;
    border-bottom:0px solid #787878;
    margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	color: #fff;
	text-align:center;
}

div.section h1 span.tytul-1 {
	line-height:1.2em;
	display:block;
	border-right:solid 0em #e30613;
	padding-right:0px;
	margin:0;
	padding:0;
}

div.section h1 span.tytul-2 {
	font-size:32px;
	font-weight:300;
	line-height:1em;
	color:#fff;
	margin:0px 0px 5px 0px;
	padding:0px 0em 5px 0px;
	text-transform:uppercase;
	background:none;
	display:block;
	background:transparent;
}

div.section h1 span.tytul-3 {
	font-size:50px;
	line-height:1.2em;
	display:block;
	border-right:solid 0em #e30613;
	padding-right:0px;
	margin:0;
	padding:0;
}

div.section h1 span.tytul-4 {
	font-size:18px;
	font-weight:300;
	line-height:1em;
	color:#fff;
	margin:0px 0px 5px 0px;
	padding:0px 2em 5px 0px;
	text-transform:uppercase;
	background:none;
	display:block;
	background:transparent;
}

/*----------------------------------------------------------------
 * 
 ************************ start ***************************
 *  
 ---------------------------------------------------------------*/

div.boksy-glowna-lista {
	position:relative;
	width:100%;
	height:55px;
	max-width:850px;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:0px;
	margin-left:auto;
	margin-right:auto;
}

ul.boksy-glowna-lista  {
	list-style:none;
	position:relative;
	top:0px;
	left:0%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:50;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	border-left:solid 0px #fff;
}


ul.boksy-glowna-lista li {
	padding: 0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	width:33.33%;
	height:100%;
	float:left;
	overflow:hidden;
	
}

.pion ul.boksy-glowna-lista li {
	width:33.33%;
	height:100%;
	float:left;
}

ul.boksy-glowna-lista li div.do-srodka {
    background:transparent;
	padding: 0px 0px 0px 0%; 
	margin:0px 0px 0px 0px;
	width:99%;
	height:100%;
	position:relative;
	display:block;	
	text-align:center;
	top:0%;
	left:0%;
	z-index:3;
}

 

ul.boksy-glowna-lista li div.opis {
    background:#409147;
	padding: 0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	width:100%;
	height:100%;
	position:absolute;
	display:block;	
	text-align:center;
	vertical-align:middle;
	bottom:0px;
	left:0px;
	z-index:3;
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

ul.boksy-glowna-lista li:hover div.opis {
    background: rgba(0,0,0, 0.7);
    color:#fff;
}


ul.boksy-glowna-lista li  h2  {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position: absolute;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-size:1em;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-weight:400;
}

ul.boksy-glowna-lista li  h2 span  {
	font-size:0.8em;
	font-weight:300;
}


ul.boksy-glowna-lista li a.klik {
    background:transparent;
	padding: 0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	width:100%;
	height:100%;
	position:absolute;
	display:block;	
	overflow:hidden; 
	text-align:center;
	top:0px;
	left:0px;
	z-index:5;
	text-indent:-1000em;
}

/*----------------------------------------------------------------
 * 
 ************************ Tabela ***************************
 *  
 ---------------------------------------------------------------*/
div.tabela-pojemnik {
	max-width:900px;
	width:100%;
	max-height:300px;
	overflow:hidden;
}


table.poziom { 
	margin:0px 0px 35px 0px;
	padding:0px;
	font-size:13px;
	width:100%;
	text-rendering: optimizeLegibility; 
}


table.poziom thead th { 
	font-size:14px;
	background:#409147;
	font-weight:normal;
	color:#fff;
	text-align:center;
	padding:10px 5px;
	font-weight:300;
	vertical-align:middle;
	border-bottom:0px solid #eee;
}


table.poziom tbody td { 
	padding:8px 5px;
	vertical-align:middle;
	text-align:left;
	border-bottom:0px solid #eee;
	background:#000;
	background: rgba(0, 0, 0, 0.7);
}


table.poziom  tr:nth-child(even) td {
    background:#000;
    background: rgba(0, 0, 0, 0.3);
}

/*----------------------------------------------------------------
 * 
 ************************ KONTAKT ***************************
 *  
 ---------------------------------------------------------------*/
.google-maps {
        position: relative;
       /* padding-bottom: 75%; 
        height: 0; */
        width:100%;
        height:100%;
        overflow: hidden;
        z-index:10;
}

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}


.google-maps p {
     color:#333;
}


/*----------------------------------------------------------------
 * 
 ************************ style menu  ***************************
 *  
 ---------------------------------------------------------------*/


a.show-menu {
	display:block;
	background:#000;
	background: rgba(0, 0, 0, 0.7);
	width:60px;
	height:60px;
	position:absolute;
	top:15px;
	right:10px;
	z-index:1001;
	color:#fff;
	cursor:pointer;
	text-align:center;
	overflow:hidden;
}

a.show-menu span {
	display:block;
	height:1px;
	width:60%;
	position:relative;
	top:34%;
	left:20%;
	background:#fff;
	margin-top:0%;
	margin-bottom:15%;
	webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

a.show-menu:hover {
	background:#fff;
	background: rgba(255, 255, 255, 0.7);
}

a.show-menu:hover span {
	background:#000;

}



/* #Menu
================================================== */

#main-nav, nav  {
	position:absolute;
	top:-100%;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background:#000;
	background: rgba(0, 0, 0, 0.8);
	
}


#main-nav ul, nav ul {
	width:70%;
	max-width:640px;
	height:auto;
	position:ralative;
	top:0;
	left:0;
	margin:0 auto;
	padding:0;
	list-style:none;
}


#main-nav ul li, nav ul li {
	width:100%;
	position:relative;
	top:0%;
	left:0%;
	padding:5px 0;
	margin:0;
	border-bottom:solid 1px #666;
}

#main-nav ul li:first-child, nav ul li:first-child {
	border-top:solid 1px #666;
}

#main-nav ul li a, nav ul li a {
	display:block;
	font-size:36px;
	line-height:1em;
	vertical-align:middle;
	text-align:center;
	width:100%;
	position:relative;
	top:0%;
	left:0;
	color:#fff;
	text-decoration:none;
	padding:35px 0px;
	text-transform:uppercase;
	webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    font-weight:300;
    background: transparent;
    background: rgba(0, 0, 0, 0);
}

#main-nav ul li a:hover, nav ul li a:hover {
	background:#fff;
	color:#000;

}


#main-nav ul li:hover > ul, nav ul li:hover > ul {
    display:none;
}




/*----------------------------------------------------------------
 * 
 ********************** zamknij button ***************************
 *  
 ---------------------------------------------------------------*/

div.close-menu {
	position:absolute;
	top:-80px;
	right:20px;
	margin:0px 0px 0px 0px;
	width:60px;
	height:60px;
	background:#fff url("../images/x-cz.png") center center no-repeat;
	color:#000;
	z-index:1001;
	cursor:pointer;
	display:none;
	
}

div.close-menu:hover {
	background:#f00 url("../images/x-b.png") center center no-repeat;
}


/* #Menu pasek gora
================================================== */

#main-nav-header, nav#main-nav-header, header nav ul  {
	position:relative;
	top:0;
	right:0px;
	left:auto;
	width:60%;
	height:auto;
	max-width:800px;
	z-index:10;
	background:transparent;
	display:inline-block;
	white-space: nowrap;
	padding-right:0px;
	float:right;

}


#main-nav-header ul, nav#main-nav-header ul {
	width:100%;
	max-width:auto !important;
	height:auto;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	padding:20px 50px 20px 0px;
	list-style:none;
	text-align:right;
	display:block;
	white-space: nowrap;
}


#main-nav-header ul li, nav#main-nav-header ul li {
	width:auto;
	display:inline-block;
	position:relative;
	top:0%;
	left:0%;
	padding:5px 5px 5px 0;
	margin:0;
	border-bottom:solid 0px #666;
	
}

#main-nav-header ul li:first-child, nav#main-nav-header ul li:first-child {
	border-top:solid 0px #666;
}

#main-nav-header ul li a, nav#main-nav-header ul li a {
	display:block;
	font-size:12px;
	line-height:1em;
	vertical-align:middle;
	text-align:center;
	width:100%;
	position:relative;
	top:0%;
	left:0;
	color:#fff;
	text-decoration:none;
	padding:5px 5px 5px 5px;
	text-transform:uppercase;
	webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    font-weight:300;
    background: transparent;
    background: rgba(0, 0, 0, 0);
}

#main-nav-header ul li a:hover, nav#main-nav-header ul li a:hover {
	background:transparent;
	color:#aaa;

}


/*----------------------------------------------------------------
 * 
 ************************ STRONY  ***************************
 *  
 ---------------------------------------------------------------*/



/*----------------------------------------------------------------
 * 
 ********************** STOPKA ****************************
 *  
 ---------------------------------------------------------------*/

#main-footer p, footer p {
	color:#888;
	width:50%;
	min-width:300px;
	font-size:12px;
	padding:5px 50px;
	margin:0;
}

#main-footer p.adress, footer p.adress {
	color:#aaa;
	font-size:13px;
	border-bottom:solid 0px #333;
	line-height:1.5em;
	padding-bottom:0px;
	padding-top:10px;
}

#main-footer p.copy, footer p.copy {
	text-align:left;
	float:left;	
}

#main-footer p.projekt, footer p.projekt {
	text-align:right;
	float:right;	
}

#main-footer p a, footer p a {
	color:#aaa;	
	text-decoration:none;
}

#main-footer p a:hover, footer p a:hover {
	color:#fff;	
	text-decoration:underline;
}
