@charset "utf-8";
/* CSS Document */
footer nav > ul > li {
  width: 251px;
  height: 108px;
  background: url(http://www.bakor.com.pl:80/themes/bakor/images/bg_panel.png) no-repeat;
  position: relative;
  -webkit-box-shadow: 0 5px 14px -5px rgba(0,0,0, 0.4);
  box-shadow: 0 5px 14px -5px rgba(0,0,0, 0.4);
  border-radius: 0 0 8px 8px;
  font-size: 22px;
  float: left;
  margin: 0 40px;
}
footer nav > ul > li:after {
  content:"";
  height: 40px;
  position: absolute;
  margin-top: 5px;
  top: 100%;
  left: 0;
  right: 0;
  border-radius:8px 8px 0 0 ;
  background: -webkit-linear-gradient(#818887, #515c61);
  background: -moz-linear-gradient(#818887, #515c61);
  background: -o-linear-gradient(#818887, #515c61);
  background: -ms-linear-gradient(#818887, #515c61);
  background: linear-gradient(#818887, #515c61);
}
footer nav > ul > li > div {
  display: block;
  position:absolute;
  bottom: 36px;
  right: 20px;
  z-index: 100;
  text-align: right;
  line-height: 1em;
}
footer nav > ul > li a {
  color: inherit;
}
body > section > article {
  font-size: 1.4em;
  color: #666;
}
body > section > article a {
  color: inherit;
}
body > section > article strong {
	font-weight: bold;
}
body > section > article h3 {
  font: bold 20px 'Alegreya SC', serif;
  color: #333;
}
body > section > article p, body > section > article h2 {
  padding: 5px 0;
}
body > section > article ul {
	padding: 5px 0 5px 20px;
}
body > section > article h2 {
  font: 26px 'Alegreya SC', serif;
  color: #515c61;
}
.green {
  color: #8cd600;
  text-transform: uppercase;
}
