.home_container {
  margin: 0 auto;
  width: 980px;
}

.grid_row {
  margin: 0;
  font-size: 0;
  text-align: center;
}

.home_banner {
  height: 361px;
  margin-top: 5px;
  background-image: url('../img/fnt_home_banner.jpg?1450946431');
  background-repeat: no-repeat;
}

.teaser {
  border: 1px;
  background-image: url('../img/fnt_home_bg.jpg?1450946432');
  background-repeat: repeat-y;
}

.grid-column {
  width: 230px;
  height: 150px;
  padding-top: 19px;
  display: inline-block;
}
.grid-column + .grid-column {
  margin-left: 16px;
}

.grid-column-big {
  width: 439px;
  height: 150px;
  padding-top: 19px;
  margin-left: 16px;
  display: inline-block;
}

.align_left {
  float: left;
}

.element-hide {
  visibility: hidden;
}

.element-rel {
  position: relative;
}
.element-rel .content {
  position: absolute;
background-color: transparent;
background-color: rgba(102,204,51,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E566CC33',endColorstr='#E566CC33');
zoom: 1;
 /* background-color: #5fc63f;*/
  width: 230px;
  top: 152px;
  text-align: left;
}
.element-rel .content sup {
  font-size: 11px;
  vertical-align: super;
}
.element-rel .content a {
  color: #fff;
}
.element-rel .content h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 43px;
  margin-left: 20px;
}
.element-rel .content p {
  font-size: 14px;
  line-height: 21px;
  margin-left: 20px;
  color: #fff;
}

.tools {
  padding-top: 60px;
  font-size: 14px;
  height: 120px;
  border: 1px;
  background-image: url('../img/fnt_home_bg.jpg?1450946432');
  background-repeat: repeat-y;
}
.tools ul {
  list-style-type: none;
}
.tools ul li {
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.tools .item {
  color: #339933;
}
.tools .item + .item {
  margin-left: 110px;
}
.tools .item .txt {
  margin-left: 10px;
}
