/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("http://fonts.googleapis.com/css?family=Ek+Mukta:200,300,400,600,700&subset=latin,latin-ext");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

a, a:visited {
  color: green;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: #666;
  font-family: "Ek Mukta", sans-serif;
}

header,
#wrapper {
  margin: 0 auto;
  width: 1260px;
}

header {
  top: 0;
  position: fixed;
  z-index: 1000;
  height: 203px;
  background: url("../img/bg3.jpg") no-repeat;
  left: 50%;
  margin-left: -630px;
  overflow: hidden;
}
header.headroom--not-top {
  top: -100px;
}
header .logo {
  position: absolute;
  float: left;
  cursor: pointer;
}
header nav {
  margin: 102px 30px 0 0;
  float: right;
}
header nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
header nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
header nav ul li, header nav ul li a {
  font-size: 22px;
  color: #666;
  font-family: "Ek Mukta", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  margin-left: 2ex;
  vertical-align: bottom;
}
header nav ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
header nav a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
header nav a.rsm {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../img/rsm.png?1512277783');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 70px;
  height: 26px;
}
header nav a.agrolider {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../img/agrolider.png?1512277782');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 129px;
  height: 26px;
}
header nav a.agrocentrum {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../img/agrocentrum.png?1512277782');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 107px;
  height: 35px;
}

#wrapper {
  margin-top: 203px;
  background: url("../img/bg4.jpg");
}
#wrapper #bg {
  background: url("../img/bg3.jpg") 0 -203px no-repeat;
}

footer {
  height: 238px;
  background: url("../img/bg_top.jpg") no-repeat;
  padding: 0 90px;
  font-size: 16px;
}
footer .social {
  margin: 126px 0 0;
  float: left;
}
footer .social ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
footer .social ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
footer .social ul li {
  padding: 1ex;
}
footer nav {
  margin: 140px 0 0 0;
  float: right;
}
footer nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
footer nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
footer nav ul li, footer nav ul li a {
  font-size: 16px;
  color: #333;
  font-family: "Ek Mukta", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  margin-left: 2ex;
  vertical-align: bottom;
}
footer nav ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

section {
  margin: 76px 0 0;
  padding: 0 90px;
  overflow: hidden;
  *zoom: 1;
}
section h1 {
  font-size: 36px;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  color: #666;
  padding: 11px 0;
  text-transform: uppercase;
}
section .ruler {
  margin: 0 auto;
  width: 824px;
  height: 1px;
  background: #009933;
  margin-bottom: 45px;
  clear: both;
}

#slider {
  height: 402px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjYzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #006633), color-stop(100%, #009933));
  background: -moz-linear-gradient(bottom, #006633, #009933);
  background: -webkit-linear-gradient(bottom, #006633, #009933);
  background: linear-gradient(to top, #006633, #009933);
}
#slider .next,
#slider .prev,
#slider .container {
  float: left;
  width: 90px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#slider .next,
#slider .prev {
  cursor: pointer;
}
#slider .container {
  width: 1080px;
  position: relative;
  overflow: hidden;
}
#slider .container .slide {
  position: relative;
  width: 1080px;
  overflow: hidden;
  height: 402px;
}
#slider .container .slide .desc {
  width: 360px;
  position: absolute;
  top: 60px;
  left: 150px;
  white-space: normal;
}
#slider .container .slide .desc p {
  position: relative;
  color: #666;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.3;
}
#slider .container .slide .desc .title {
  color: #05366a;
  font-size: 28px;
  line-height: 1;
}
#slider .container .slide .desc a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: url("../img/icon/slider_readmore.png") top right no-repeat #05366a;
  padding: 8px 30px 8px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}
#slider .container .cycle-pager {
  position: absolute;
  bottom: 80px;
  left: 20%;
  z-index: 999;
}
#slider .container .cycle-pager span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #fff;
  cursor: pointer;
}
#slider .container .cycle-pager span.cycle-pager-active {
  background: #053574;
  color: #053574;
}
#slider .next {
  background: url("../img/icon/next.png") no-repeat 50% 50%;
}
#slider .prev {
  background: url("../img/icon/prev.png") no-repeat 50% 50%;
}

#firma p,
#firma li {
  font-family: "Ek Mukta", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
}
#firma p {
  text-align: justify;
  margin-bottom: 28px;
}
#firma .more {
  text-align: right;
  padding: 0 0 30px;
}
#firma .more a {
  font-size: 16px;
}

#firma h2 {
  font-family: "Ek Mukta", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px;
}
#firma ul {
  margin-left: 0;
}
#firma ul li {
  padding-left: 14px;
  background: url('../img/icon/square.gif?1512277783') no-repeat 4px 5.5px;
  list-style-type: none;
}
#firma ul li {
  background: url("../img/icon/square.gif?1424933265") no-repeat 3px 9px;
  margin: 14px 0;
}

.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.box.right {
  padding-left: 22px;
}
.box.left {
  padding-right: 22px;
}

#nawozy {
  background: url("../img/ped1.png") no-repeat 0 -160px;
  padding: 0;
}
#nawozy .bg {
  background: url("../img/ped2.png") no-repeat 100% 400px;
  padding: 0 90px;
}
#nawozy .more {
  text-align: right;
  font-size: 16px;
  font-family: "Ek Mukta", sans-serif;
}
#nawozy .more span {
  padding-right: 20px;
  background: url(../img/icon/more.gif) no-repeat right bottom;
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #999;
}
#nawozy .more.less span {
  background: url(../img/icon/less.gif) no-repeat right bottom;
}
#nawozy table {
  margin: 0 auto;
  width: 100%;
}
#nawozy table td {
  height: 200px;
  vertical-align: middle;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
}
#nawozy table td.police, #nawozy table td.azotowe, #nawozy table td.azotowe_siarka {
  padding: 0;
}
#nawozy ul.oferta {
  text-align: left;
  margin: 40px 0 0;
}
#nawozy ul.oferta li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 29%;
  margin: 0 3% 40px 0;
  color: #006537;
  font-size: 15px;
  position: relative;
}
#nawozy ul.oferta li:nth-child(3n) {
  margin-right: 0;
}
#nawozy ul.oferta li img {
  float: left;
  width: 80px;
  height: 110px;
  padding: 0 20px 0 0;
}
#nawozy ul.oferta li span {
  display: block;
  color: #666;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
#nawozy ul.oferta li a {
  display: block;
  position: absolute;
  color: #666;
  text-decoration: none;
  font-size: 13px;
  float: left;
  padding: 7px 12px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #ffffff, #ededed);
  background: -webkit-linear-gradient(top, #ffffff, #ededed);
  background: linear-gradient(to bottom, #ffffff, #ededed);
  border: 2px solid #ededed;
  border-bottom: 2px #8a8a8a solid;
  letter-spacing: -0.06ex;
  margin-top: 15px;
  left: 100px;
}
#nawozy ul.oferta li a:hover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDU3NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjUzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00d574), color-stop(100%, #006537));
  background: -moz-linear-gradient(top, #00d574, #006537);
  background: -webkit-linear-gradient(top, #00d574, #006537);
  background: linear-gradient(to bottom, #00d574, #006537);
  color: #fff;
}

#rsm {
  position: relative;
  padding: 0 0 10px;
  background: url("../img/ped3.png") left 103% no-repeat;
}
#rsm #video {
  position: relative;
  margin-top: -20px;
  overflow: hidden;
  *zoom: 1;
}
#rsm #video .bg {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjYzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009933), color-stop(100%, #006633));
  background: -moz-linear-gradient(top, #009933, #006633);
  background: -webkit-linear-gradient(top, #009933, #006633);
  background: linear-gradient(to bottom, #009933, #006633);
  height: 360px;
  margin: 105px 0;
}
#rsm #video #player {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -482px;
  height: 571px;
  width: 964px;
}
#rsm #video #player .flowplayer {
  width: 100%;
  height: 100%;
  background: url("/media/poster.png") no-repeat;
}
#rsm .azoty {
  padding-bottom: 20px;
  text-align: center;
  margin-top: 30px;
}

#agrolider {
  padding: 0;
  margin-top: 20px;
}

#agrolider .bg {
  background: url("../img/agrolider_bg.jpg") no-repeat;
  height: 447px;
  margin-bottom: 2px;
  padding: 22px 80px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#agrolider .bg ul {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
#agrolider .bg ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
#agrolider .bg ul li,
#agrolider .bg ul li a {
  text-decoration: none;
  font-size: 26px;
  color: #666;
}
#agrolider .bg ul li a:hover {
  text-decoration: underline;
}
#agrolider .bg ul li {
  background: url("../img/icon/spacer.gif") no-repeat center left;
  padding: 0 10px 0 12px;
}
#agrolider .bg ul li:first-child {
  padding-left: 0;
  background: none;
}
#agrolider .bg a {
  text-decoration: none;
  color: #666;
}

#agrocentrum {
  margin-top: 0;
  text-align: center;
}
#agrocentrum .baner {
  text-align: center;
  margin: 40px 0 20px;
}

#kontakt {
  margin-top: 50px;
}
#kontakt .info {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  margin: 20px 0;
}
#kontakt .info li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
#kontakt .info li a {
  padding: 24px 10px 28px 80px;
}
#kontakt .info li,
#kontakt .info li a {
  text-decoration: none;
  font-family: Arial;
  font-size: 30px;
  color: #666;
  text-transform: uppercase;
}
#kontakt .info .email, #kontakt .info .telefon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: url("../img/icon/email.png") no-repeat center left;
  margin-right: 40px;
}
#kontakt .info .telefon {
  background: url("../img/icon/telefon.png") no-repeat center left;
  padding-left: 60px;
  margin-left: 30px;
}
#kontakt .cols {
  text-align: center;
  padding-left: 6%;
  margin-bottom: 30px;
}
#kontakt .cols > div.col {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 24%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.3;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  margin-right: 40px;
}
#kontakt .cols > div.col h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
#kontakt .box textarea,
#kontakt .box input[type="text"],
#kontakt .box select {
  width: 500px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 10px;
  line-hegight: 24px;
  padding: 6px;
  color: #ccc;
  font-size: 20px;
  background: #fff;
  font-family: Arial;
}
#kontakt .box textarea:-moz-placeholder,
#kontakt .box input[type="text"]:-moz-placeholder,
#kontakt .box select:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#kontakt .box textarea::-moz-placeholder,
#kontakt .box input[type="text"]::-moz-placeholder,
#kontakt .box select::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#kontakt .box textarea:-ms-input-placeholder,
#kontakt .box input[type="text"]:-ms-input-placeholder,
#kontakt .box select:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
#kontakt .box textarea::-webkit-input-placeholder,
#kontakt .box input[type="text"]::-webkit-input-placeholder,
#kontakt .box select::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
#kontakt .box textarea.error,
#kontakt .box input[type="text"].error,
#kontakt .box select.error {
  border-color: red;
}
#kontakt .box textarea {
  height: 170px;
}
#kontakt .box select {
  width: 512px;
}
#kontakt .confirmation, #kontakt div.error {
  padding: 20px;
  font-size: 24px;
  color: #339933;
  clear: both;
  border: 2px solid #339933;
  background: #ccffcc;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#kontakt div.error {
  border-color: red;
  background: #fff;
  color: red;
}
#kontakt .submit {
  clear: both;
  text-align: center;
  padding: 30px 0;
}
#kontakt .submit input {
  background: #555;
  color: #fff;
  padding: 6px 16px;
  font-size: 24px;
  border: 0;
}

span.up {
  cursor: pointer;
}

#eucookielaw {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100;
  text-align: center;
  bottom: 0px;
  padding: 10px 0px 10px 0px;
  color: #CCC;
  display: none;
  font-size: 14px;
}
#eucookielaw #removecookie,
#eucookielaw #more {
  padding: 6px 10px 6px 10px;
  display: inline-block;
  background: #eee;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #111;
  margin: 10px 5px 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
}

#privacy {
  display: none;
  position: fixed;
  top: 90px;
  left: 50%;
  margin-left: -320px;
  width: 600px;
  background: #fff;
  padding: 20px;
  z-index: 1000;
  line-height: 1.3;
  border: 1px solid #aaa;
}
#privacy a {
  color: #00a651;
}
#privacy p {
  margin: 10px 0;
}
#privacy h1 {
  font-weight: 600;
}
#privacy .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  cursor: pointer;
}
#privacy ol {
  list-style-type: disc;
  padding-left: 2ex;
}

#grupa-azoty {
  width: 70%;
  margin: 50px auto 30px;
  overflow: hidden;
  *zoom: 1;
}
#grupa-azoty p {
  font-size: 16px;
  line-height: 2;
}
#grupa-azoty a,
#grupa-azoty a:visited,
#grupa-azoty a:link {
  text-decoration: none;
  color: #666;
}
#grupa-azoty a:hover {
  text-decoration: underline;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

#partners {
  text-align: center;
}
#partners img {
  height: 25px;
  margin: 0 30px;
  vertical-align: top;
}

#banerki img {
  max-width: 800px;
  margin: 10px auto;
}

#info {
  margin: 0 0 30px;
  text-align: center;
}
#info img{
  width: 24%; 
  margin-left: 1%;
}