@charset "utf-8";
body {
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	font-family: 'Titillium Web', sans-serif;
	color: #444444;
	font-size: 14px;
	line-height: 17px;
	background-image: url(images/tlo.jpg);
	background-position: center top;
}
#ladowanie {
	text-align: center;
	background-color: #fff;
	background-color: rgba( 255, 255, 255, 1 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#logo {
	position: absolute;
	margin-left: 0px;
	margin-top: 40px;
}
header#glowny_naglowek {
	width: 1100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 140px;
}
nav#linki {
	float: right;
	padding: 0px;
	margin: 0px;
}
nav#linki img {
	padding: 0px;
	margin: 0px;
}
nav#linki ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}
#menu_mobil {
	display:none;
}
#menuGlowne {
	text-align: center;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	color: #000;
	margin-top: 35px;
	clear: right;
} 
#menuGlowne ul { padding:0; margin:0; } 
#menuGlowne ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
#menuGlowne li {
	position: relative;
	float: left;
	list-style-type: none;
	color: #000000;
	font-size: 17px;
	display: block;
	cursor: pointer;
	height: 32px;
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 2px;
} 
#menuGlowne ul li a {
	display: block;
	float: left;
	width: 100%;
	height: 32px;
	color: #000000;
	text-decoration: none;
	text-shadow:1px 1px 1px rgba(255,255,255,0.3); 
	font-weight: 400;
}
#menuGlowne ul li a:hover {
	color: #509709;
}
#menuGlowne ul ul {
	display: none;
	width: 100%;
	position: absolute;
	left: 25px;
	top: 32px;
	padding: 0px;
	width: 240px;
	font-weight: bold;
	z-index: 500;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	overflow: hidden;
}
#menuGlowne ul ul li {
	float: none;
	height: auto;
	text-align: left;
	list-style-type: none;
	padding:0px;
	margin:0px;
} 
#menuGlowne ul ul li a {
	display: block;
	float: left;
	font-size: 15px;
	color: #FFF;
	height: auto;
	margin-left: 0px;
	line-height: 15px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #333333;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#menuGlowne  ul ul li a:hover {
	color: #FFFFFF;
	background-color: #509709;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.nowosc {
	position: absolute;
	z-index: 10;
	margin-top: -20px;
	margin-left: -50px;
}
section#banerGlowny{
	width:100%;
	margin:0px;
	padding:0px;
}
#baner {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 444px;
}
#baner div {
	width: 100%;
	height: 444px;
	background-position: center center;
}
#prev {
	position: absolute;
	top: 350px;
	z-index: 252;
	cursor: pointer;
	left: 0px;
	color:#fff;
	opacity: 0.6;
	font-size:32px;
	width:50px;
	text-align:right;
}
#next {
	position: absolute;
	width:50px;
	top: 350px;
	z-index: 252;
	cursor: pointer;
	right: 0px;
	color:#fff;
	opacity: 0.6;
	font-size:32px;
	text-align:left;
}
#next:hover, #prev:hover {
	opacity: 1;
}
.s1 { background:url(images/01.jpg) center top no-repeat; }
.s2 { background:url(images/02.jpg) center top no-repeat; }
.s3 { background:url(images/03.jpg) center top no-repeat; }
.s4 { background:url(images/04.jpg) center top no-repeat; }
.baner_strona {
	background:url(images/baner_strona.jpg) top center;
	width:100%;
	height:208px;
}
section#zawartosc {
	width: 1100px;
	padding: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
articl.tekst {
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
articl.tekst p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tekst a {
	color: #509709;
	text-decoration: none;
}
.tekst a:hover {
	text-decoration: none;
	color: #444444;
}
.tekst strong {
	color:#222222;
}
.tekst img {
	max-width:90%;
	height:auto;
}
.film {
	width:853px;
	margin:auto;
	box-shadow: 1px 1px 5px #ccc;
	border-radius:4px;
	overflow:hidden;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/tlo_h1.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #509709;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
h4 {
	font-size: 16px;
	color: #509709;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {
	font-size: 14px;
	color: #666666;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
}
#boksInfo {
	float: right;
	text-align: justify;
	margin-right: 0px;
	margin-left: 45px;
	padding: 0px;
	margin-bottom: 10px;
}
header.naglowek {
	font-size: 30px;
	font-weight: normal;
	color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/tlo_h1.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#boksKontakt {
	float: right;
	text-align: justify;
	margin-right: 0px;
	margin-left: 45px;
	padding: 0px;
	font-size: 12px;
	color: #000;
}
#boksKontakt a {
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#boksKontakt a:hover {
	text-decoration: underline;
}
#boksKontakt p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#boksKontakt div {
	background-image: url(images/tlo_czarne_50.png);
	background-repeat: repeat;
	padding: 25px;
}
footer {
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-size: 13px;
	color: #333;
	background-image: url(images/tlo_stopka.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.mapka {
	height: 420px;
	width: 100%;
	border: 2px solid #CCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.px10 {
	font-size: 10px;
}

.px14 {
	font-size: 14px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
	line-height: 24px;
}
.px24 {
	font-size: 26px;
	line-height: 24px;
}
.oberek {
	border-top:#fff 5px solid;
	margin:10px;
	background:#FFF;
	box-shadow: 1px 1px 8px #ddd;
	-moz-box-shadow: 1px 1px 8px #ddd;
	-webkit-box-shadow: 1px 1px 8px #ddd;
}
.oberek:hover {
	border-top:#509709 5px solid;
	box-shadow: 1px 1px 8px #999;
	-moz-box-shadow: 1px 1px 8px #999;
	-webkit-box-shadow: 1px 1px 8px #999;
}
.menuGalerii {
	margin:10px;
	background:#ffffff;
	box-shadow: 1px 1px 8px #ccc;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
}
.menuGalerii:hover {
	margin:10px;
	background:#efefef;
	box-shadow: 1px 1px 8px #999;
	-moz-box-shadow: 1px 1px 8px #999;
	-webkit-box-shadow: 1px 1px 8px #999;
}
.skrot {
	width:345px;
	float:left;
	text-align:center;
	font-size: 18px;
	margin:10px;
	background:#ffffff;
	box-shadow: 1px 1px 8px #ccc;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
	cursor:pointer;
}
.skrot:hover {
	background:#efefef;
	box-shadow: 1px 1px 8px #999;
	-moz-box-shadow: 1px 1px 8px #999;
	-webkit-box-shadow: 1px 1px 8px #999;
}
.skrot img {
	max-width:360px;
	width:100%;
	height:auto;
}
.skrot h3 {
	margin: 10px 10px 10px 10px;
	padding:0px;
	border-bottom:none;
	font-weight:bold;
	min-height:40px;
}
.skrot_v2 {
	width:505px !important;
}
.skrot_v2 img {
	max-width:505px !important;
}
ul.kolumny_1  {
	margin: 0px;
	padding: 1% 0px 1% 0px;
}
ul.kolumny_1:after {
	display:block;
	clear:left;
	content:'';
}
ul.kolumny_1 li {
	list-style: none;
	display: block;
	float: left;
	width:98%;
	padding:1%;
}
ul.kolumny_2  {
	margin: 0px;
	padding: 1% 0px 1% 0px;
}
ul.kolumny_2:after {
	display:block;
	clear:left;
	content:'';
}
ul.kolumny_2 li {
	list-style: none;
	display: block;
	float: left;
	width:48%;
	padding:1%;
}
ul.kolumny_3  {
	margin: 0px;
	padding: 1% 0px 1% 0px;
}
ul.kolumny_3:after {
	display:block;
	clear:left;
	content:'';
}
ul.kolumny_3 li {
	list-style: none;
	display: block;
	float: left;
	width:31%;
	padding:1%;
}
ul.kolumny_4  {
	margin: 0px;
	padding: 1% 0px 1% 0px;
}
ul.kolumny_4:after {
	display:block;
	clear:left;
	content:'';
}
ul.kolumny_4 li {
	list-style: none;
	display: block;
	float: left;
	width:23%;
	padding:1%;
}
.kolor {
	color: #509709;
}
.kolor2 {
	color: #509709;
}
.bialy {
	color: #FFFFFF;
}
.czarny {
	color: #000000;
}
.szary {
	color: #999999;
}
.cien {
	box-shadow: 1px 1px 8px #ccc;
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	padding: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #505e6c;
	width:350px;
	height:auto;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	padding: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #505e6c;
	width:350px;
	height:auto;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 3px;
	padding: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #505e6c;
}
.influencja {
	margin: 25px auto 25px auto;
	text-align: center;
}
.rzetelenFirma {
	float:right;
	position:relative;
	margin-top:-80px;
}

.formularz {
	width:75%;
}
input[type="radio"]:checked+label{ font-weight: bold; color:#509709; } 
.formInput {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000000;
	width: 95%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:10px;
	border: 1px solid #CCC;
}
.formTextarea {
	width:95%;
	height:100px;
	margin-bottom:10px;
	border: 1px solid #CCC;
}
.inputTextBlad {
	color: #cc0000;
	display: block;
}
.formBtn {
	font-family: 'Open Sans', sans-serif;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #509709;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formBtn:hover {
	background-color: #555;
	color: #fff;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
.formBtnBig {
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #509709;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	transition: color 300ms linear;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formBtnBig:hover {
	background-color: #dddddd;
	color: #000;
}
.formFieldset {
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #cbcbcd;
	padding: 0px 10px 0px 10px;
	margin-bottom:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.formFieldset legend {
	color:#333; 
}
#dodaj_zalacznik {
	cursor:pointer;
	color:#509709;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#dodaj_zalacznik:hover {
	color:#333; 
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: black;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 5.71429px;
    width: 40px;
    border-radius: 2.85714px;
    transition: 0.3s;
    background: black;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 10px; }
  .tcon-menu__lines::after {
    top: -10px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xcross {
  width: auto; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 40px; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
