
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;

}


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

#content {
	width: 1000px;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

/* line 27, ../sass/screen.sass */
.row {
  *zoom: 1;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

body {
  background-color: #efebdf;
}

body, input, textarea {
  color: white;
  font-size: 20px;
  line-height: 1.625em;
  font-family: 'Bree Serif', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}


/* line 45, ../sass/screen.sass */
#lightbox {
  text-shadow: none;
}

/* line 48, ../sass/screen.sass */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.03em;
  line-height: 1.625em;
  margin: 0;
  color: black;
}

/* line 56, ../sass/screen.sass */
h1 {
  font-size: 40px;
  line-height: 1.2em;
}

/* line 60, ../sass/screen.sass */
h2 {
  font-size: 24px;
  font-family: "Inder", "lucida grande", tahoma, sans-serif;
  height:60px;
  margin-left:30px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight:600;
  color: #83b714;
}


/* line 65, ../sass/screen.sass */
h3 {
	font-size: 24px;
	font-family: 'Bree Serif', serif;
	margin-left:26px;
 	
 	color: #27c2d6;
	position:relative;
	

}

/* line 71, ../sass/screen.sass */
h4 {
  font-size: 16px;
}

/* Text elements */
/* line 77, ../sass/screen.sass */
p {
  margin: 0 0 1.25em 0;
  line-height: 1.625em;
}

/* line 81, ../sass/screen.sass */
ul, ol {
  margin: 0px;
}

/* line 84, ../sass/screen.sass */
dt {
  font-weight: bold;
}

/* line 87, ../sass/screen.sass */
dd {
  margin-bottom: 1.625em;
}

/* line 90, ../sass/screen.sass */
strong {
  font-weight: bold;
}

/* line 93, ../sass/screen.sass */
i {
  font-style: italic;
}

/* line 96, ../sass/screen.sass */
pre {
  background: rgba(0, 0, 0, 0.4);
  color: #e7931a;
  font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.5;
  margin: 20px 0 20px 0;
  overflow: auto;
  padding: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
}

/* line 107, ../sass/screen.sass */
code, kbd {
  font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #e7931a;
}

/* line 115, ../sass/screen.sass */
pre code {
  font-size: 13px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

/* Links */
/* line 122, ../sass/screen.sass */


#xmenu a{
	font-family: "Inder", "lucida grande", tahoma, sans-serif;
	font-size: 19px;
	color: #8ad459;
	font-weight:600;
	
}
a {
  color: #8ad459;
  text-decoration: none;
}
/* line 125, ../sass/screen.sass */


/* line 128, ../sass/screen.sass */
::-moz-selection,
::selection {
  background: #e7931a;
  color: white;
}

/* sidebar
*/
#sidebar {
  
  position: fixed;
  width: 100%;
  height:180px;
  /* background-color:#efebdf; */
  background-color:#efebdf;
  top: 0;
  left: 0;
  z-index: 1001;

}

/* line 142, ../sass/screen.sass */
#sidebar a {
  color: #333333;
  

}

#xmenu {
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height:133px;
	

}

.fixed_menu{
	padding:47px 0 0 0 ;
}

.kimjestesmy_top{
	margin-left:58px;
	margin-right: 50px;
	margin-top: auto;
	position:relative;
  	bottom: 38px;
}
.corobimy_top{
	margin-left:55px;
	margin-right:14px;
	margin-top: auto;
	position:relative;
  	bottom: 38px;
}
.home_top{
	margin-left: 23px;
	margin-right: 66px;
	margin-top: 0px;
	position:relative;
  	bottom: 38px;
}
.kontakt_top{
	margin-left:52px;
	margin-right: 0px;
	margin-top: auto;
	position:relative;
  	bottom: 38px;
}
.logo_top{
	margin-left:auto;
	margin-right:auto;
	height: 200px;
}
#wyswietlacz{
	margin:auto;
	margin-top:66px;
	margin-bottom:40px;

	width:912px;
	height:480px;
	padding:12px;
	background-color: #f0f0f0;
}
#pustak{
	margin:auto;
	width:936px;
	height:60px;
	
}

/* line 163, ../sass/screen.sass */
#nav {
  list-style: none;
  margin: 1.5em 0 1em 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
}
/* line 170, ../sass/screen.sass */
#nav li {
  padding: 0;
  margin: 0;
}
/* line 173, ../sass/screen.sass */
#nav a {
  display: block;
  height: 2em;
  padding: 0.6em 0.2em 0.3em 20px;
  background: #505050;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 181, ../sass/screen.sass */
#nav a:hover {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  background-color: #88a616;
}
/* line 184, ../sass/screen.sass */
#nav a.first {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-top-color: transparent;
}
/* line 188, ../sass/screen.sass */
#nav a.last {
  border-top-color: rgba(255, 255, 255, 0.25);
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* content
 *----------------------------------------------- */
/* line 196, ../sass/screen.sass */
.download {
  float: left;
  margin: 0 40px 40px 0;
  padding: 10px 20px 10px 10px;
  background-color: #333333;
  border: 5px solid #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 204, ../sass/screen.sass */
.download:hover {
  border-color: #8ad459;
  background-color: #444444;
}
/* line 207, ../sass/screen.sass */
.download .box {
  float: left;
}
/* line 209, ../sass/screen.sass */
.download .file {
  float: left;
  font-size: 36px;
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: 400;
  color: white;
  line-height: 1.1em;
}
/* line 216, ../sass/screen.sass */
.download .file .version {
  font-size: 24px;
  color: #8ad459;
}

/* line 221, ../sass/screen.sass */
.filelist {
  float: left;
  font-size: 12px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.5em;
}
/* line 226, ../sass/screen.sass */
.filelist .header {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 229, ../sass/screen.sass */
.filelist .folder {
  color: #999999;
}
/* line 231, ../sass/screen.sass */
.filelist .note {
  color: #999999;
}

/* line 235, ../sass/screen.sass */
.changelog {
  margin-bottom: 0.5em;
}
/* line 237, ../sass/screen.sass */
.changelog li {
  list-style: none;
  padding: 0 0 0 14px;
  background: url(../images/bullet.gif) no-repeat 0 11px;
  color: #999999;
}
/* line 242, ../sass/screen.sass */
.changelog li .version {
  color: #88a616;
}
/* line 244, ../sass/screen.sass */
.changelog li .date {
  color: white;
}
/* line 246, ../sass/screen.sass */
.changelog .old {
  display: none;
}

/* line 249, ../sass/screen.sass */
.showOlderChanges {
  color: #999999;
}

/* line 253, ../sass/screen.sass */
.forums {
  float: left;
  margin: 0 40px 40px 0;
  padding: 10px;
  background-color: #333333;
  border: 5px solid #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 261, ../sass/screen.sass */
.forums:hover {
  border-color: #8ad459;
  background-color: #444444;
}
/* line 264, ../sass/screen.sass */
.forums .speech {
  float: left;
  margin-right: 20px;
}
/* line 267, ../sass/screen.sass */
.forums .link {
  float: left;
  font-size: 36px;
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: 400;
  color: white;
  line-height: 1.1em;
}
/* line 274, ../sass/screen.sass */
.forums .link .sub {
  color: #8ad459;
}

/* line 278, ../sass/screen.sass */
#elsewhere .button {
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: normal;
  font-size: 24px;
  display: block;
  float: left;
  margin: 20px 20px 40px 0;
  padding: 10px 10px 10px 10px;
  background-color: #333333;
  border: 5px solid #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
}
/* line 291, ../sass/screen.sass */
#elsewhere .button:hover {
  background-color: #444444;
  border-color: #8ad459;
}

/* misc
 *----------------------------------------------- */
/* line 298, ../sass/screen.sass */
p.lead {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 0;
}

/* line 305, ../sass/screen.sass */
hr {
	width:942px;
	margin: 0 auto;
  height: 6px;
  background: #dedbc8;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  clear: both;
}

/* line 312, ../sass/screen.sass */
.section {
  padding: 50px 0;
}
.sectionk {
 
}
/* line 314, ../sass/screen.sass */
.section:first-child {
  border-top: none;
}

/* line 317, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
  margin: 20px 0;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #8ad459;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #8ad459;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


#lewy_td{
	float:left;
	padding-left:42px;
	padding-top:0px;
	padding-bottom:14px;
	width:454px;
	border-right:solid 4px;
	vertical-align: top;
	border-color:#dedbc8;
	margin-bottom:41px;
	

}
#prawy_td{
	float:left;
	padding-left:49px;
	padding-top:0px;
	padding-bottom:14px;
	width:370px;
	vertical-align:top;
	border-left:solid 4px;
	border-color:#dedbc8;
	left:-4px;
	position:relative;
	margin-bottom:41px;
	
}
#lewy_stopkatd{
	width:565px;
	height:auto;

}
#prawy_stopkatd{
	padding-top:50px;
	width:379px;
	height:auto;
	
	

}

li {
	font-family: 'Bree Serif', serif;
	margin-left: 25px;
	color:#2f2f2f;
	position:relative;
	
}
li a{
	color:#2f2f2f;
	font-size: 22px;

}
.zwykly_txt {
	padding-bottom:11px;
	padding-left:30px;
	padding-right:30px;
	color:#2f2f2f;
}

.zwykly_txt2 {
	
	padding-left:30px;
	padding-right:30px;
	color:#2f2f2f;
	text-shadow: 0px 1px white;
}

.inder{
	font-family: "Inder", "lucida grande", tahoma, sans-serif;
	font-size: 14pt;
	font-weight:600;
	padding-top:40px;
	padding-left:3px;
	color:#452c0e;
	text-shadow: 0px 1px white;
}
.inder_stopka{
	font-family: "Inder", "lucida grande", tahoma, sans-serif;
	font-size: 14pt;
	font-weight:600;
	padding-top:40px;
	padding-left:3px;
	color:#452c0e;
	text-shadow: 0px 1px #B5F9B5;
}

.pomarancza_txt {
	width:836px;
	margin:40px auto 55px auto;
	padding: 47px 50px 30px 50px;
	background-color:#ed5c30;
	color:#f9ffff;
  	border-radius: 10px;
	font-size:22px;
}

#tuslugi{

margin-left:auto;
margin-right:auto;
}

.tabelka{
	text-align:center;
	width:250px;
	padding:20px;
	padding-top:50px;
	padding-bottom:0px;
	height:200px;
	text-align:center;
	vertical-align:top;
		
	
}
.wiersz{
	width:313px;
	padding:20px;

	height:300px;
	text-align:center;
	
}


#kontakt{
	width:100%;
	background-color:#89c63d;
	height:240px;
	padding: 50px 0;
	
}
#kontakt_content{
	width:1000px;
	margin:auto;
	
}
#kontakt_content h2{
	color:#fffffd;
	margin-top:-10px;
	margin-bottom:35px;
	position:relative;


}
#kontakt_content p{
	margin-top: -37px;
	margin-left: 1px;
	color:#452c0e;
	margin-bottom: 40px;
}
#kontakt_content span a{
	color:#452c0e;

}

#stopka_dolna{
	position:relative;
	top: -100px;
	width:1000px;
	height:100px;
	margin:auto;
}

#do_gory{
	width:170px;
	height:50px;
	background-image:url(../images/dogory.png);
	margin-top:31px;
	position:relative;
	margin-left:31px;

}
#autor{
	width:210px;
	height:40px;
	background-image:url(../images/autor.png);
	margin-right: 8px;
	margin-top:22px;
	margin-left:756px;
	position:relative;
	bottom:60px;
}

	
.uslugi{
	
	padding-top:0px;
	width:288px;
	
	 font-family: 'Bree Serif', serif;
	 font-size: 13pt;
	 color: #272928;
	 font-weight:200;
}
.span1{
	font-family: "Inder", "lucida grande", tahoma, sans-serif;
	font-size: 14pt;
	
	padding-left:46px;
	height:50px;
	font-weight:600;
	
}
#kont{
	position:relative;
	bottom: 25px;	
	
}
#tel {
	position:relative;
	
	bottom:43px;
	color:#452c0e;
	
}
#tel1 {
	position:relative;
	right:15px;
	bottom:-8px;
	color:#452c0e;
	
}
#mail{
	
	position:relative;
	bottom:44.5px;
	
}
#mail1{
	
	position:relative;
	left: -14px;
	bottom: -4px;
	
}

#slajder{

	width:912px;
	height:480px;
}

#tooltip{
	width:200px;
	height:100px;
	padding:15px;
	background-repeat:no-repeat;
	position:absolute;
	background-image:url(../images/cos.png);
	margin-right: 20px;
	color:white;
	display:none;
}	

#link{
	top:3px;
	position:relative;
	margin-left: 10px;
}

.link1{
	top:1px;
	position:relative;
	margin-left: 10px;
}

#contact {
	position:relative;
	top: -50px;
	

}
#how {
	margin-top: -122px;
}
#cookies{
	position:fixed; 
	left:10px; 
	bottom:10px; 
	width:400px; 
	height:100px; 
	background-color:#dfdbca; 
	z-index:9999;
	font-family: 'Inder', sans-serif;
	font-size:12px;
	color:#333333;
	-moz-border-radius:5px; /* FF */
	-webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
	-khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
	border-radius:5px; /* pozostałe przeglądarki */
	box-shadow: 1px 1px 5px #bebebe;
	line-height:17px;
}
#cookies2{
	position:relative;
	margin:10px 10px 9px 10px;	
}
#agree{
	position:relative;
	width:110px;
	height:21px;
	margin:0 auto;
	background-color:#47330e;
	color:#fefcf9;
	padding-top:5px;
	-moz-border-radius:5px; /* FF */
	-webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
	-khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
	border-radius:5px; /* pozostałe przeglądarki */
	text-align:center;
	cursor:pointer;
	font-family:'Bree Serif', sans-serif;
}
#agree:hover{
	background-color:#47330e;
}
#agreeText{
	height:12px;
	margin-top: -1px;

}
.pdf_att{
	font-size: 16px;
	color:#ffffff;
	padding:0px 0 2px;
	border-radius: 3px;
	background-color:#f38d70;
	width:42px;
	height: 28px;
	float: left;
	line-height: 29px;
	margin-right:20px;
}
.pdf_text{
	padding:0px 7px;
}
.pomarancza_txt .pdf_div div a{
	color:#fff;
}
.pomarancza_txt .pdf_div div a:hover > .pdf_att{
	background-color:#a64021;	

}

.ul_1, .ul_2, .ul_3{
	float:left;
}
.ul_1{
	margin-right:57px;
}
.ul_2{
	margin-right:17px;
}
.pdf_1{
	
	margin-left:-3px;
	height:140px;
}
.ul_1 li, .ul_2 li, .ul_3 li{
	margin-bottom:14px;
}
