#top {
  background: url(http://www.agrofoto.pl/forum/public/style_images/agro_new/bg1.jpg);
  /*padding-top: 7px;
  position: fixed;
  top: 36px;*/
  width: 100%;
  /*height: 118px;*/
  height: 125px;
  zoom: 1;
  z-index: 4;
  border-bottom: 1px solid #87CC02;
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}

#upperBar div, #top div {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}

#top #upperBar {
  /*padding-bottom: 4px;*/
  padding-bottom: 11px;
}

#top #upperBar {
  *zoom: 1;
}

#top #upperBar:before, #top #upperBar:after {
  content: "";
  display: table;
}

#top #upperBar:after {
  clear: both;
}

#top #logo {
  float: left;
  margin-right: 62px;
  display: block;
}

#top #loginForm {
  float: right;
  margin-top: 9px;
  padding-left: 55px;
  border-left: 1px solid white;
}

#top #loginForm .formCol {
  float: left;
  padding-right: 10px;
}

#top #loginForm .formCol.last {
  padding-right: 0;
}

#top #loginForm label {
  color: white;
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
}

#top #loginForm input[type="text"],
#top #loginForm input[type="password"] {
  width: 229px;
  background: white;
  line-height: 28px;
  line-height: 1.75rem;
  height: 28px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  color: #252525;
  padding: 0 10px;
}

#top #loginForm input[type="password"] {
  width: 129px;
}

#top #loginForm input[type="submit"] {
  width: 80px;
  background: #475a0a;
  line-height: 28px;
  line-height: 1.75rem;
  height: 28px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  text-align: center;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
}

#floatHeaderMenu {
  margin-right: 70px;
}

#floatHeaderMenu #floatMenu li {
  float: left;
  padding: 8px;
  font-weight: bold;
  position: relative;
}

#floatHeaderMenu #floatMenu li a {
  white-space: nowrap;
}

#floatHeaderMenu #floatMenu li a {
  color: #ffffff;
  font-size: 12px;
  display: block;
  line-height: 40px;
}

#floatHeaderMenu #floatMenu li ul {
  position: absolute;
  left: 0px;
  top: 50px;
  padding: 0 17px;
  background: #87cb02;
  display: none;
}

#top #searchForm {
  margin-top: 20px;
  float: right;
}

#top #searchForm input[type="text"] {
  width: 229px;
  padding: 0 10px;
  background: white;
  line-height: 30px;
  line-height: 1.75rem;
  height: 28px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  color: #252525;
}

#top #searchForm input[type="submit"] {
  width: 80px;
  background: #87cb02;
  line-height: 28px;
  line-height: 1.75rem;
  height: 28px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  text-align: center;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
}

#top #searchForm1 {
  margin-top: 20px;
  float: right;
}

#top #searchForm1 input[type="text"] {
  width: 229px;
  padding: 0 10px;
  background: white;
  line-height: 30px;
  line-height: 1.75rem;
  height: 28px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  color: #252525;
}

#top #searchForm1 input[type="submit"] {
  width: 80px;
  background: #ffffff;
  line-height: 28px;
  line-height: 1.75rem;
  height: 28px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  text-align: center;
  color: #87cb02;
  font-size: 12px;
  font-size: 0.75rem;
}

#floatHeaderMenu #floatMenu li:hover ul {
  display: block;
}

#floatHeaderMenu #floatMenu li ul li {
  border-bottom: 1px solid #ffffff;
}

#floatHeaderMenu #floatMenu li ul li.last {
  border-bottom: 0;
}

#top.greenTop {
  background: url("http://www.agrofoto.pl/forum/public/style_images/agro_new/bg1.jpg") repeat-x scroll 0 75px #000;
}

#top .container {
  position: relative !important;
}

#top.white #searchForm input[type="text"] {
  border: 1px solid #87cb02;
}

.scroll-to-top {
  position: fixed;
  background: url(http://www.agrofoto.pl/forum/public/style_images/agro_new/scroll-to-top.png) no-repeat;
  cursor: pointer;
  bottom: 1em;
  right: 20px;
  width: 55px;
  height: 55px;
  padding-right: 1em;
  display: inline;
  z-index: 999;
}

#floatHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}

.shadow_box {
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}

#footer {
  background: #252525;
  color: white;
  position: relative;
}

#footer .col50 {
  float: left;
  width: 50%;
  padding: 10px 0;
}

#footer .col-set {
  *zoom: 1;
}

#footer .col-set:before, #footer .col-set:after {
  content: "";
  display: table;
}

#footer .col-set:after {
  clear: both;
}

#footer h3 {
  font-size: 44px;
  font-size: 2.75rem;
}

#footer #copyright {
  padding-top: 20px;
}

#footer #copyright {
  *zoom: 1;
}

#footer #copyright:before, #footer #copyright:after {
  content: "";
  display: table;
}

#footer #copyright:after {
  clear: both;
}

#footer #copyright p {
  float: left;
}

#footer #copyright ul {
  float: right;
}

#footer #copyright ul li {
  list-style: none;
}

#footer #copyright ul li a {
  color: white;
}

.footerContainer {
  width: 96%;
  margin: 0 auto;
  min-width: 990px;
}

.noBottomMargin {
  margin-bottom: 0 !important;
}

.topicHeaderWrapper .rating {
  color: #fff;
}

#logoAppBadge {
  display: inline;
  position: relative;
  top: 7px;
}

#user_navigation {
  position: absolute;
  right: -20px;
  top: 17px;
}

#menu, #menu1 {
  padding: 0;
  margin: 0;
}
#menu li, #menu1 li {
  border-left: 1px solid #87CC02;
  width: 120px;
  height: 50px;
  display: inline-block;
  float: left;
}
#menu li a, #menu1 li a {
  color: #ffffff;
  font-size: 12px;
  display: block;
}
#menu li a span, #menu1 li a span {
  width: 120px;
  height: 50px;
  color: #87CC02;
  text-align: center;
  display: table-cell;
  vertical-align: bottom;
}
#menu li a:hover, #menu1 li a:hover {
  text-decoration: none !important;
}
#menu li:first-child, #menu1 li:first-child {
  border: 0;
}
#menu li:hover, #menu1 li:hover {
  background-color: #87CC02;
  border-left: 1px solid #fff;
}
#menu li:hover:first-child, #menu1 li:hover:first-child {
  border: 0;
}
#menu li:hover a span, #menu1 li:hover a span {
  color: #fff;
}
#menu li:hover ul, #menu1 li:hover ul {
  display: block;
}
#menu li ul, #menu1 li ul {
  position: absolute;
  background: #87cb02;
  display: none;
  width: 150px;
  padding-left: 17px;
}
#menu li ul li, #menu1 li ul li {
  height: auto;
  border-top: 1px solid #fff;
}
#menu li ul li a, #menu1 li ul li a {
  white-space: nowrap;
  float: none;
  width: 135px;
  margin-left: 0;
  text-decoration: none;
  line-height: 40px;
}
#menu li ul li a:hover, #menu1 li ul li a:hover {
  background: none;
  text-decoration: none;
  color: #FFF500;
}
#menu li ul li:hover, #menu1 li ul li:hover {
  border-left: 1px solid #87CC02;
}
#menu li ul li:first-child, #menu1 li ul li:first-child {
  border: 0;
}

#menu1 {
  float: right;
}

.sprite {
  background: url("/assets/css/img/sprite_home.png") no-repeat top left;
}

.sprite.ico1 {
  background-position: -1231px -5px;
  width: 120px;
  height: 50px;
}

.sprite.ico2 {
  background-position: -1361px -5px;
  width: 120px;
  height: 50px;
}

.sprite.ico3 {
  background-position: -1491px -5px;
  width: 120px;
  height: 50px;
}

.sprite.ico4 {
  background-position: -1621px -5px;
  width: 120px;
  height: 50px;
}

.sprite.ico5 {
  background-position: -1751px -5px;
  width: 120px;
  height: 50px;
}

.sprite.ico6 {
  background-position: -1881px -5px;
  width: 120px;
  height: 50px;
}
